[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1631791177-27229-1-git-send-email-hayashi.kunihiko@socionext.com>
Date: Thu, 16 Sep 2021 20:19:34 +0900
From: Kunihiko Hayashi <hayashi.kunihiko@...ionext.com>
To: Linus Walleij <linus.walleij@...aro.org>,
Bartosz Golaszewski <bgolaszewski@...libre.com>,
Masami Hiramatsu <mhiramat@...nel.org>
Cc: linux-gpio@...r.kernel.org, linux-arm-kernel@...ts.infradead.org,
linux-kernel@...r.kernel.org,
Kunihiko Hayashi <hayashi.kunihiko@...ionext.com>
Subject: [PATCH 0/3] gpio: uniphier: Misc fixes
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
Powered by blists - more mailing lists