public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 00/11] aw9523: number of cleanups
@ 2024-03-29 10:55 Andy Shevchenko
  2024-03-29 10:55 ` [PATCH v2 01/11] pinctrl: aw9523: Destroy mutex on ->remove() Andy Shevchenko
                   ` (11 more replies)
  0 siblings, 12 replies; 16+ messages in thread
From: Andy Shevchenko @ 2024-03-29 10:55 UTC (permalink / raw)
  To: Linus Walleij, Andy Shevchenko, AngeloGioacchino Del Regno,
	linux-gpio, linux-kernel

Just noticed that the newly introduced driver has some leftovers or unneeded
customisation. Hence this series. It may (or may not :-) be sent as an update
for v6.9 cycle, but TBH there is nothing functional critical. 

In v2:
- fixed typo in patch 4 (LKP)

Andy Shevchenko (11):
  pinctrl: aw9523: Destroy mutex on ->remove()
  pinctrl: aw9523: Use correct error code for not supported
    functionality
  pinctrl: aw9523: Always try both ports in aw9523_gpio_set_multiple()
  pinctrl: aw9523: Make use of struct pinfunction and
    PINCTRL_PINFUNCTION()
  pinctrl: aw9523: Use temporary variable for HW IRQ number
  pinctrl: aw9523: Get rid of redundant ' & U8_MAX' pieces
  pinctrl: aw9523: Remove unused irqchip field in struct aw9523_irq
  pinctrl: aw9523: Make use of dev_err_probe()
  pinctrl: aw9523: Sort headers and group pinctrl/*
  pinctrl: aw9523: Fix indentation in a few places
  pinctrl: aw9523: Remove redundant dependency to OF

 drivers/pinctrl/Kconfig          |   2 +-
 drivers/pinctrl/pinctrl-aw9523.c | 132 +++++++++++--------------------
 2 files changed, 48 insertions(+), 86 deletions(-)

-- 
2.44.0


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

end of thread, other threads:[~2024-04-04 11:33 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-03-29 10:55 [PATCH v2 00/11] aw9523: number of cleanups Andy Shevchenko
2024-03-29 10:55 ` [PATCH v2 01/11] pinctrl: aw9523: Destroy mutex on ->remove() Andy Shevchenko
2024-03-29 10:55 ` [PATCH v2 02/11] pinctrl: aw9523: Use correct error code for not supported functionality Andy Shevchenko
2024-03-29 10:55 ` [PATCH v2 03/11] pinctrl: aw9523: Always try both ports in aw9523_gpio_set_multiple() Andy Shevchenko
2024-03-29 10:55 ` [PATCH v2 04/11] pinctrl: aw9523: Make use of struct pinfunction and PINCTRL_PINFUNCTION() Andy Shevchenko
2024-03-29 10:55 ` [PATCH v2 05/11] pinctrl: aw9523: Use temporary variable for HW IRQ number Andy Shevchenko
2024-03-29 10:55 ` [PATCH v2 06/11] pinctrl: aw9523: Get rid of redundant ' & U8_MAX' pieces Andy Shevchenko
2024-03-29 10:55 ` [PATCH v2 07/11] pinctrl: aw9523: Remove unused irqchip field in struct aw9523_irq Andy Shevchenko
2024-03-29 10:55 ` [PATCH v2 08/11] pinctrl: aw9523: Make use of dev_err_probe() Andy Shevchenko
2024-03-29 10:55 ` [PATCH v2 09/11] pinctrl: aw9523: Sort headers and group pinctrl/* Andy Shevchenko
2024-03-29 10:55 ` [PATCH v2 10/11] pinctrl: aw9523: Fix indentation in a few places Andy Shevchenko
2024-03-29 10:55 ` [PATCH v2 11/11] pinctrl: aw9523: Remove redundant dependency to OF Andy Shevchenko
2024-04-02  8:34   ` kernel test robot
2024-04-04 11:19   ` Linus Walleij
2024-04-04 11:32     ` Andy Shevchenko
2024-04-04 11:17 ` [PATCH v2 00/11] aw9523: number of cleanups Linus Walleij

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox