lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20251104145814.1018867-1-andriy.shevchenko@linux.intel.com>
Date: Tue,  4 Nov 2025 15:56:34 +0100
From: Andy Shevchenko <andriy.shevchenko@...ux.intel.com>
To: Andy Shevchenko <andriy.shevchenko@...ux.intel.com>,
	linux-gpio@...r.kernel.org,
	linux-kernel@...r.kernel.org
Cc: Mika Westerberg <mika.westerberg@...ux.intel.com>,
	Andy Shevchenko <andy@...nel.org>,
	Linus Walleij <linus.walleij@...aro.org>
Subject: [PATCH v1 00/10] pinctrl: intel: Consolidate struct intel_padgroup initialisers

We have plenty of repetitive *_GPP() macros across the drivers.
Consolidate them under a newly introduced INTEL_GPP().

Andy Shevchenko (10):
  pinctrl: intel: Introduce INTEL_GPP() macro
  pinctrl: alderlake: Switch to INTEL_GPP() macro
  pinctrl: cannonlake: Switch to INTEL_GPP() macro
  pinctrl: icelake: Switch to INTEL_GPP() macro
  pinctrl: jasperlake: Switch to INTEL_GPP() macro
  pinctrl: lakefield: Switch to INTEL_GPP() macro
  pinctrl: meteorlake: Switch to INTEL_GPP() macro
  pinctrl: meteorpoint: Switch to INTEL_GPP() macro
  pinctrl: tigerlake: Switch to INTEL_GPP() macro
  pinctrl: sunrisepoint: Switch to INTEL_GPP() macro

 drivers/pinctrl/intel/pinctrl-alderlake.c    | 68 +++++++++----------
 drivers/pinctrl/intel/pinctrl-cannonlake.c   | 68 +++++++++----------
 drivers/pinctrl/intel/pinctrl-icelake.c      | 60 ++++++++---------
 drivers/pinctrl/intel/pinctrl-intel.h        |  9 +++
 drivers/pinctrl/intel/pinctrl-jasperlake.c   | 34 ++++------
 drivers/pinctrl/intel/pinctrl-lakefield.c    | 26 +++-----
 drivers/pinctrl/intel/pinctrl-meteorlake.c   | 54 +++++++--------
 drivers/pinctrl/intel/pinctrl-meteorpoint.c  | 46 ++++++-------
 drivers/pinctrl/intel/pinctrl-sunrisepoint.c | 26 +++-----
 drivers/pinctrl/intel/pinctrl-tigerlake.c    | 70 +++++++++-----------
 10 files changed, 199 insertions(+), 262 deletions(-)

-- 
2.50.1


Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ