Message ID | Z7cqCaME4LxTTBn6@black.fi.intel.com (mailing list archive) |
---|---|
State | New |
Headers | show
Received: from mgamail.intel.com (mgamail.intel.com [198.175.65.16]) (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 1B52B1F7076; Thu, 20 Feb 2025 13:11:41 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=198.175.65.16 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1740057103; cv=none; b=N994eOC7Jck5KndSBZi7yrYLvta9x/fmtwXl6oxyDEQPLCeOtS8fV8yWHAe4UrETQGu7k/3/LJA1eFy1YVorY2YB95WMsp0WqGvlVqMaIPGyL6HHy0Et+zvoQiLb9MS5nxJ7wJzLhqJUGFX5aJdPVr83jIBW0TKPUqganVRhKdY= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1740057103; c=relaxed/simple; bh=G/ltyWRCwiZVtASq85ExfwztX9W9pFoWXJ5fwzitFNc=; h=Date:From:To:Cc:Subject:Message-ID:MIME-Version:Content-Type: Content-Disposition; b=k0DGDwat0YQqnrPfFDvDgU9/okuCZkj+PBgnbs0NCBJXLof9fkz3TdT/pGCkGtADdd9DPYtiHstqUcYcL+hXB0NeOse9KD7ynm7MlEY7lAl0A5ohThbAEYWNzoEhrJN/e7jmo+ukD6z1VrEe/UMEeXgDnInFziK6u8tdo7TlL/c= 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=dHQF2dJL; arc=none smtp.client-ip=198.175.65.16 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="dHQF2dJL" DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1740057103; x=1771593103; h=date:from:to:cc:subject:message-id:mime-version; bh=G/ltyWRCwiZVtASq85ExfwztX9W9pFoWXJ5fwzitFNc=; b=dHQF2dJL7y7QLSGijzgkmEKajZfJo4kjpruE7cOw09GWxAyMzMvjmv8x Yifd1VSU2paJz6DiVFKo/vOmO1iJlAesOw41/uV4afri/OSq/6pgWGYF6 dkA6Hja0aWQ2lROV3xyIAwq/m6T1GCa+5m3LPmYeGUsgZW4HEsD+hJoH1 yG3p49g6Rmir+vf09mlz+XhZNR6GQktdktHNUka89+XJoNiYKlVGijtVD xeGtZRrtSPKLK5uGrP+yqxVwqjiAJwf5NPuKwmkY8NUPD0/COp0kO9C1W sR4I43JbGwN/vQmhIlVKwY40wdYAIyd+onZj8LdwckHfbt8reEtCDA6td Q==; X-CSE-ConnectionGUID: UuIdjK/QSMS65CD0agEw1w== X-CSE-MsgGUID: WaOUcclAQ8iIrWOpfEFrwQ== X-IronPort-AV: E=McAfee;i="6700,10204,11351"; a="40953930" X-IronPort-AV: E=Sophos;i="6.13,301,1732608000"; d="scan'208";a="40953930" Received: from orviesa005.jf.intel.com ([10.64.159.145]) by orvoesa108.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 20 Feb 2025 05:11:41 -0800 X-CSE-ConnectionGUID: VsNGEXNnS6qv3PXkTUt/ig== X-CSE-MsgGUID: 4VQ7ug5pQ1e9nQYraTzC0w== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="6.12,224,1728975600"; d="scan'208";a="120261622" Received: from black.fi.intel.com ([10.237.72.28]) by orviesa005.jf.intel.com with ESMTP; 20 Feb 2025 05:11:39 -0800 Received: by black.fi.intel.com (Postfix, from userid 1003) id 131A6123; Thu, 20 Feb 2025 15:11:37 +0200 (EET) Date: Thu, 20 Feb 2025 15:11:37 +0200 From: Andy Shevchenko <andriy.shevchenko@linux.intel.com> To: Linux pin control <linux-gpio@vger.kernel.org>, linux-iio@vger.kernel.org, linux-input@vger.kernel.org Cc: Linus Walleij <linus.walleij@linaro.org>, Mika Westerberg <mika.westerberg@linux.intel.com>, Andy Shevchenko <andriy.shevchenko@linux.intel.com>, Jonathan Cameron <jic23@kernel.org>, Dmitry Torokhov <dmitry.torokhov@gmail.com>, Greg Kroah-Hartman <gregkh@linuxfoundation.org> Subject: [GIT PULL] devres-iio-input-pinctrl-v6.15 Message-ID: <Z7cqCaME4LxTTBn6@black.fi.intel.com> Precedence: bulk X-Mailing-List: linux-input@vger.kernel.org List-Id: <linux-input.vger.kernel.org> List-Subscribe: <mailto:linux-input+subscribe@vger.kernel.org> List-Unsubscribe: <mailto:linux-input+unsubscribe@vger.kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Organization: Intel Finland Oy - BIC 0357606-4 - Westendinkatu 7, 02160 Espoo |
Series |
[GIT,PULL] devres-iio-input-pinctrl-v6.15
|
expand
|