All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] gpio: uniphier: Misc fixes
@ 2021-09-16 11:19 ` Kunihiko Hayashi
  0 siblings, 0 replies; 10+ messages in thread
From: Kunihiko Hayashi @ 2021-09-16 11:19 UTC (permalink / raw)
  To: Linus Walleij, Bartosz Golaszewski, Masami Hiramatsu
  Cc: linux-gpio, linux-arm-kernel, linux-kernel, Kunihiko Hayashi

This patch series includes fixes and changes for UniPhier GPIO driver.

Patch 1 is to remove the return value of each function according to
the return type of irq_chip callback functions.

Patch 2 is to replace direct access to IRQ hardware number with
helper functions.

Patch 3 is to replace direct access to private data from IRQ data
with helper functions.

Kunihiko Hayashi (3):
  gpio: uniphier: Fix void functions to remove return value
  gpio: uniphier: Use helper function to get IRQ hardware number
  gpio: uniphier: Use helper functions to get private data from IRQ data

 drivers/gpio/gpio-uniphier.c | 22 ++++++++++++----------
 1 file changed, 12 insertions(+), 10 deletions(-)

-- 
2.7.4


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

end of thread, other threads:[~2021-09-22  9:24 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-09-16 11:19 [PATCH 0/3] gpio: uniphier: Misc fixes Kunihiko Hayashi
2021-09-16 11:19 ` Kunihiko Hayashi
2021-09-16 11:19 ` [PATCH 1/3] gpio: uniphier: Fix void functions to remove return value Kunihiko Hayashi
2021-09-16 11:19   ` Kunihiko Hayashi
2021-09-16 11:19 ` [PATCH 2/3] gpio: uniphier: Use helper function to get IRQ hardware number Kunihiko Hayashi
2021-09-16 11:19   ` Kunihiko Hayashi
2021-09-16 11:19 ` [PATCH 3/3] gpio: uniphier: Use helper functions to get private data from IRQ data Kunihiko Hayashi
2021-09-16 11:19   ` Kunihiko Hayashi
2021-09-22  9:22 ` [PATCH 0/3] gpio: uniphier: Misc fixes Bartosz Golaszewski
2021-09-22  9:22   ` Bartosz Golaszewski

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.