Message ID | 20240425214809.930227-1-sakari.ailus@linux.intel.com (mailing list archive) |
---|---|
Headers | show
Received: from mgamail.intel.com (mgamail.intel.com [192.198.163.18]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 4DF9A20DFF for <linux-media@vger.kernel.org>; Thu, 25 Apr 2024 21:48:19 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=192.198.163.18 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1714081701; cv=none; b=IF1NJPI79Y0uZE/LD5SeOh0vbLHGhKwDlyqsT7FG367XPVkrPveV0rF8HjfqtkEnkhqnJrD6oEPiF6SELziIycxsgdvYVUng/YBDy5VhHNcT9sNIlb/XUYYoxC2OeGGlP7j7DPetAj63W3Do9x1rUEysCIuWNzHue1A7EvuMu6U= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1714081701; c=relaxed/simple; bh=K8kU5/EVM9sgfpdwTRhS1ItAwU7TraU4hw9LDI2y8GQ=; h=From:To:Cc:Subject:Date:Message-Id:MIME-Version; b=PG0bWnk56QUz7B4cXgCjfhjCwvsQ7GyFRn3OaUpm8JGYATgo18/2Bv297m7V9rC0J0EjtkwcQiiTLQUmINYBsaL6deywU1I2Fl47zED5aaG8i8QkDQyV9nh7LvjSydTwAhLVmdiCyj820WncoE0BkESsGKglvrUeaBDEePaxKdw= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=linux.intel.com; spf=none smtp.mailfrom=linux.intel.com; dkim=pass (2048-bit key) header.d=intel.com header.i=@intel.com header.b=d1eL5l8I; arc=none smtp.client-ip=192.198.163.18 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=linux.intel.com Authentication-Results: smtp.subspace.kernel.org; spf=none smtp.mailfrom=linux.intel.com Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=intel.com header.i=@intel.com header.b="d1eL5l8I" DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1714081699; x=1745617699; h=from:to:cc:subject:date:message-id:mime-version: content-transfer-encoding; bh=K8kU5/EVM9sgfpdwTRhS1ItAwU7TraU4hw9LDI2y8GQ=; b=d1eL5l8IPSoyxaWl5UWAFVSuLr88U39bqVFKZPhoJ05kn8DMTXih4tvY UqZbrEn5mBfAAHyKR18v2R5VxqyYL+hqN00+KFccQeWZyud7yA/jSZjqi OGyyhPoj0vENg65DVhEt/5ExQUzxcDUeVfFdYVBjZfboiehO0ww7NpPGK MTCcDeNdGU+gphYDdeGajGONglIW3owQP4N5aXB6s3+pzT9pN7QqRnUfZ RZh6/q8sZbVDImxM8RkBfAkvt6l+JRuA0Td198se8hUNHz66k8eZEmCuq gRVAh3Vk2WpfSb4UYHQ2JCcQ9NrIs+Rim/ie309v69/+qPcB2/1c7zZ8T Q==; X-CSE-ConnectionGUID: AfAgGwb9Qx+KJ5uhwba70g== X-CSE-MsgGUID: LPThyJclR8CNwLK6SGiXjA== X-IronPort-AV: E=McAfee;i="6600,9927,11055"; a="9655146" X-IronPort-AV: E=Sophos;i="6.07,230,1708416000"; d="scan'208";a="9655146" Received: from orviesa005.jf.intel.com ([10.64.159.145]) by fmvoesa112.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 25 Apr 2024 14:48:18 -0700 X-CSE-ConnectionGUID: 8in5wc9zSvCEcwO3sBJzfQ== X-CSE-MsgGUID: QCU1Rm/RSa+x0fiUKgYycQ== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="6.07,230,1708416000"; d="scan'208";a="30020632" Received: from turnipsi.fi.intel.com (HELO kekkonen.fi.intel.com) ([10.237.72.44]) by orviesa005-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 25 Apr 2024 14:48:15 -0700 Received: from svinhufvud.ger.corp.intel.com (localhost [IPv6:::1]) by kekkonen.fi.intel.com (Postfix) with ESMTP id 6C5B911FC19; Fri, 26 Apr 2024 00:48:10 +0300 (EEST) From: Sakari Ailus <sakari.ailus@linux.intel.com> To: linux-media@vger.kernel.org Cc: bingbu.cao@intel.com, laurent.pinchart@ideasonboard.com, andriy.shevchenko@linux.intel.com, hdegoede@redhat.com, ilpo.jarvinen@linux.intel.com, claus.stovgaard@gmail.com, tomi.valkeinen@ideasonboard.com, tfiga@chromium.org, senozhatsky@chromium.org, andreaskleist@gmail.com, bingbu.cao@linux.intel.com, tian.shu.qiu@intel.com, hongju.wang@intel.com Subject: [PATCH v5 00/18] [PATCH v4 00/19] Intel IPU6 and IPU6 input system drivers Date: Fri, 26 Apr 2024 00:47:51 +0300 Message-Id: <20240425214809.930227-1-sakari.ailus@linux.intel.com> X-Mailer: git-send-email 2.39.2 Precedence: bulk X-Mailing-List: linux-media@vger.kernel.org List-Id: <linux-media.vger.kernel.org> List-Subscribe: <mailto:linux-media+subscribe@vger.kernel.org> List-Unsubscribe: <mailto:linux-media+unsubscribe@vger.kernel.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit |
Series |
Intel IPU6 and IPU6 input system drivers
|
expand
|