linux-gpio.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 00/14] pinctrl: cy8c95x0: Bugfixes and cleanups
@ 2025-02-03 13:10 Andy Shevchenko
  2025-02-03 13:10 ` [PATCH v2 01/14] pinctrl: cy8c95x0: Fix off-by-one in the regmap range settings Andy Shevchenko
                   ` (14 more replies)
  0 siblings, 15 replies; 19+ messages in thread
From: Andy Shevchenko @ 2025-02-03 13:10 UTC (permalink / raw)
  To: Andy Shevchenko, linux-gpio, linux-kernel; +Cc: Patrick Rudolph, Linus Walleij

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

Patches 1-2 are kinda important fixes, patch 3 is half-half, it helps
a lot when debugging, patch 4 is semantically a fix, but can wait.
The rest is number of refactoring and cleaning up changes.

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

Andy Shevchenko (14):
  pinctrl: cy8c95x0: Fix off-by-one in the regmap range settings
  pinctrl: cy8c95x0: Avoid accessing reserved registers
  pinctrl: cy8c95x0: Enable regmap locking for debug
  pinctrl: cy8c95x0: Rename PWMSEL to SELPWM
  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 | 231 ++++++++++++++---------------
 1 file changed, 112 insertions(+), 119 deletions(-)

-- 
2.43.0.rc1.1336.g36b5255a03ac


^ permalink raw reply	[flat|nested] 19+ messages in thread

end of thread, other threads:[~2025-02-04 17:48 UTC | newest]

Thread overview: 19+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-02-03 13:10 [PATCH v2 00/14] pinctrl: cy8c95x0: Bugfixes and cleanups Andy Shevchenko
2025-02-03 13:10 ` [PATCH v2 01/14] pinctrl: cy8c95x0: Fix off-by-one in the regmap range settings Andy Shevchenko
2025-02-03 13:10 ` [PATCH v2 02/14] pinctrl: cy8c95x0: Avoid accessing reserved registers Andy Shevchenko
2025-02-03 13:10 ` [PATCH v2 03/14] pinctrl: cy8c95x0: Enable regmap locking for debug Andy Shevchenko
2025-02-03 13:10 ` [PATCH v2 04/14] pinctrl: cy8c95x0: Rename PWMSEL to SELPWM Andy Shevchenko
2025-02-03 13:10 ` [PATCH v2 05/14] pinctrl: cy8c95x0: Use better bitmap APIs where appropriate Andy Shevchenko
2025-02-03 13:35   ` Andy Shevchenko
2025-02-03 13:10 ` [PATCH v2 06/14] pinctrl: cy8c95x0; Switch to use for_each_set_clump8() Andy Shevchenko
2025-02-03 13:10 ` [PATCH v2 07/14] pinctrl: cy8c95x0: Transform to cy8c95x0_regmap_read_bits() Andy Shevchenko
2025-02-03 13:10 ` [PATCH v2 08/14] pinctrl: cy8c95x0: Remove redundant check in cy8c95x0_regmap_update_bits_base() Andy Shevchenko
2025-02-03 13:10 ` [PATCH v2 09/14] pinctrl: cy8c95x0: Replace 'return ret' by 'return 0' in some cases Andy Shevchenko
2025-02-03 13:10 ` [PATCH v2 10/14] pinctrl: cy8c95x0: Initialise boolean variable with boolean values Andy Shevchenko
2025-02-03 13:10 ` [PATCH v2 11/14] pinctrl: cy8c95x0: Get rid of cy8c95x0_pinmux_direction() forward declaration Andy Shevchenko
2025-02-03 13:10 ` [PATCH v2 12/14] pinctrl: cy8c95x0: Drop unneeded casting Andy Shevchenko
2025-02-03 13:10 ` [PATCH v2 13/14] pinctrl: cy8c95x0: Separate EEPROM related register definitios Andy Shevchenko
2025-02-03 13:10 ` [PATCH v2 14/14] pinctrl: cy8c95x0: Fix comment style Andy Shevchenko
2025-02-03 13:35 ` [PATCH v2 00/14] pinctrl: cy8c95x0: Bugfixes and cleanups Linus Walleij
2025-02-03 14:33   ` Andy Shevchenko
2025-02-04 17:48     ` Andy Shevchenko

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).