[PATCH v3 00/10] pinctrl: cy8c95x0: Clean up series

Andy Shevchenko posted 10 patches 10 months, 1 week ago
drivers/pinctrl/pinctrl-cy8c95x0.c | 191 +++++++++++++----------------
1 file changed, 88 insertions(+), 103 deletions(-)
[PATCH v3 00/10] pinctrl: cy8c95x0: Clean up series
Posted by Andy Shevchenko 10 months, 1 week ago
This a set of the cleanups I have collected so far while testing
the driver on Intel Galileo Gen 1 last year.

Changelog v3:
- fixed a typo in patch 1
- dropped applied patches

Changelog v2:
- dropped wrong patch (Patrick)
- reshuffled fixes from most important to less important (Linus)
- rebased on top of v6.14-rc1

Andy Shevchenko (10):
  pinctrl: cy8c95x0: Use better bitmap APIs where appropriate
  pinctrl: cy8c95x0; Switch to use for_each_set_clump8()
  pinctrl: cy8c95x0: Transform to cy8c95x0_regmap_read_bits()
  pinctrl: cy8c95x0: Remove redundant check in
    cy8c95x0_regmap_update_bits_base()
  pinctrl: cy8c95x0: Replace 'return ret' by 'return 0' in some cases
  pinctrl: cy8c95x0: Initialise boolean variable with boolean values
  pinctrl: cy8c95x0: Get rid of cy8c95x0_pinmux_direction() forward
    declaration
  pinctrl: cy8c95x0: Drop unneeded casting
  pinctrl: cy8c95x0: Separate EEPROM related register definitios
  pinctrl: cy8c95x0: Fix comment style

 drivers/pinctrl/pinctrl-cy8c95x0.c | 191 +++++++++++++----------------
 1 file changed, 88 insertions(+), 103 deletions(-)

-- 
2.43.0.rc1.1336.g36b5255a03ac
Re: [PATCH v3 00/10] pinctrl: cy8c95x0: Clean up series
Posted by Linus Walleij 10 months ago
On Wed, Feb 5, 2025 at 10:52 AM Andy Shevchenko
<andriy.shevchenko@linux.intel.com> wrote:

> This a set of the cleanups I have collected so far while testing
> the driver on Intel Galileo Gen 1 last year.

Patches applied now that -rc3 is out!

Yours,
Linus Walleij