Message ID | 20240724140014.428991-1-alexander.usyskin@intel.com (mailing list archive) |
---|---|
Headers | show
Return-Path: <dri-devel-bounces@lists.freedesktop.org> X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from gabe.freedesktop.org (gabe.freedesktop.org [131.252.210.177]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id A5607C3DA63 for <dri-devel@archiver.kernel.org>; Wed, 24 Jul 2024 14:08:46 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id B091110E6B9; Wed, 24 Jul 2024 14:08:45 +0000 (UTC) Authentication-Results: gabe.freedesktop.org; dkim=pass (2048-bit key; unprotected) header.d=intel.com header.i=@intel.com header.b="RqmyqcwI"; dkim-atps=neutral Received: from mgamail.intel.com (mgamail.intel.com [192.198.163.9]) by gabe.freedesktop.org (Postfix) with ESMTPS id 922B710E6B9; Wed, 24 Jul 2024 14:08:42 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1721830123; x=1753366123; h=from:to:cc:subject:date:message-id:mime-version: content-transfer-encoding; bh=MZvKtfzKj4MfMbrdFSiHyC+ozLqJHzuOUwe6Slnko58=; b=RqmyqcwIvwUi4NkmaI4ll8egkPH8rahsxUL1/gqF2aX6j7LiD9LwN3G4 w/ZJspUp7m8jxs88WMGQgd55DHSa2a4oVfdvUhN7xxHdfCwKHKGCqxlAU 0XEE5fn1fhws4tNuYMN4CWxKL5Az69u6hy7uvrXfhlELEN5Ksz2fa2opd tw91FuC0kUyThDAai9OFlStSWG0oSFw/nRRwJm5uG6tuaZnbZrr6jm1WA ebfiZwd9WbrZsbttvsRSAy+kr0VZVYYnceQtQpqs2cWRZWCVEXy82Qu21 b2OhrBTjaGWi2kDiDBY1RgOUa6OGxfFMoWPYs9ra3RA0x5QlRU3Q8aGsY A==; X-CSE-ConnectionGUID: NkKGEO5jTZiqeC9jvOfsyA== X-CSE-MsgGUID: J1ak3jdETuSk6NRLKmETsA== X-IronPort-AV: E=McAfee;i="6700,10204,11143"; a="30173673" X-IronPort-AV: E=Sophos;i="6.09,233,1716274800"; d="scan'208";a="30173673" Received: from orviesa002.jf.intel.com ([10.64.159.142]) by fmvoesa103.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 24 Jul 2024 07:08:42 -0700 X-CSE-ConnectionGUID: Yu54/iKURGCDlHIIpcoDhQ== X-CSE-MsgGUID: PZhTCsgGStONePVwivoC5w== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="6.09,233,1716274800"; d="scan'208";a="83211315" Received: from sannilnx-dsk.jer.intel.com ([10.12.231.107]) by orviesa002-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 24 Jul 2024 07:08:38 -0700 From: Alexander Usyskin <alexander.usyskin@intel.com> To: Mark Brown <broonie@kernel.org>, Lucas De Marchi <lucas.demarchi@intel.com>, Oded Gabbay <ogabbay@kernel.org>, =?utf-8?q?Thomas_Hellstr=C3=B6m?= <thomas.hellstrom@linux.intel.com>, Maarten Lankhorst <maarten.lankhorst@linux.intel.com>, Maxime Ripard <mripard@kernel.org>, Thomas Zimmermann <tzimmermann@suse.de>, David Airlie <airlied@gmail.com>, Daniel Vetter <daniel@ffwll.ch>, Jani Nikula <jani.nikula@linux.intel.com>, Joonas Lahtinen <joonas.lahtinen@linux.intel.com>, Rodrigo Vivi <rodrigo.vivi@intel.com>, Tvrtko Ursulin <tursulin@ursulin.net> Cc: Tomas Winkler <tomas.winkler@intel.com>, Alexander Usyskin <alexander.usyskin@intel.com>, Vitaly Lubart <vitaly.lubart@intel.com>, intel-xe@lists.freedesktop.org, dri-devel@lists.freedesktop.org, linux-spi@vger.kernel.org, intel-gfx@lists.freedesktop.org Subject: [PATCH v2 00/12] spi: add driver for Intel discrete graphics Date: Wed, 24 Jul 2024 17:00:02 +0300 Message-Id: <20240724140014.428991-1-alexander.usyskin@intel.com> X-Mailer: git-send-email 2.34.1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-BeenThere: dri-devel@lists.freedesktop.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Direct Rendering Infrastructure - Development <dri-devel.lists.freedesktop.org> List-Unsubscribe: <https://lists.freedesktop.org/mailman/options/dri-devel>, <mailto:dri-devel-request@lists.freedesktop.org?subject=unsubscribe> List-Archive: <https://lists.freedesktop.org/archives/dri-devel> List-Post: <mailto:dri-devel@lists.freedesktop.org> List-Help: <mailto:dri-devel-request@lists.freedesktop.org?subject=help> List-Subscribe: <https://lists.freedesktop.org/mailman/listinfo/dri-devel>, <mailto:dri-devel-request@lists.freedesktop.org?subject=subscribe> Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" <dri-devel-bounces@lists.freedesktop.org> |
Series |
spi: add driver for Intel discrete graphics
|
expand
|