linux-gpio.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/7] VF610 GPIO fixes/improvments
@ 2019-03-11  6:27 Andrey Smirnov
  2019-03-11  6:27 ` [PATCH 1/7] gpio: vf610: Do not share irq_chip Andrey Smirnov
                   ` (7 more replies)
  0 siblings, 8 replies; 9+ messages in thread
From: Andrey Smirnov @ 2019-03-11  6:27 UTC (permalink / raw)
  To: linux-gpio
  Cc: Andrey Smirnov, Linus Walleij, Bartosz Golaszewski, Chris Healy,
	Andrew Lunn, Heiner Kallweit, Fabio Estevam, linux-kernel,
	linux-imx

Everyone:

This series contains a number of fixes/improvements I came up with
while working VF610 GPIO code. Hopefully each commit is
self-explanatory.

Feedback is welcome!

Thanks,
Andrey Smirnov

Andrey Smirnov (7):
  gpio: vf610: Do not share irq_chip
  gpio: vf610: Simplify vf610_gpio_set()
  gpio: vf610: Simplify vf610_gpio_get()
  gpio: vf610: Use devres to disable clk_port
  gpio: vf610: Use devres to disable clk_gpio
  gpio: vf610: Use devres to remove gpiochip
  gpio: vf610: Don't use explicit &pdev->dev in vf610_gpio_probe()

 drivers/gpio/gpio-vf610.c | 85 +++++++++++++++++----------------------
 1 file changed, 36 insertions(+), 49 deletions(-)

-- 
2.20.1

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

end of thread, other threads:[~2019-03-11  9:55 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-03-11  6:27 [PATCH 0/7] VF610 GPIO fixes/improvments Andrey Smirnov
2019-03-11  6:27 ` [PATCH 1/7] gpio: vf610: Do not share irq_chip Andrey Smirnov
2019-03-11  6:27 ` [PATCH 2/7] gpio: vf610: Simplify vf610_gpio_set() Andrey Smirnov
2019-03-11  6:27 ` [PATCH 3/7] gpio: vf610: Simplify vf610_gpio_get() Andrey Smirnov
2019-03-11  6:27 ` [PATCH 4/7] gpio: vf610: Use devres to disable clk_port Andrey Smirnov
2019-03-11  6:27 ` [PATCH 5/7] gpio: vf610: Use devres to disable clk_gpio Andrey Smirnov
2019-03-11  6:27 ` [PATCH 6/7] gpio: vf610: Use devres to remove gpiochip Andrey Smirnov
2019-03-11  6:27 ` [PATCH 7/7] gpio: vf610: Don't use explicit &pdev->dev in vf610_gpio_probe() Andrey Smirnov
2019-03-11  9:55 ` [PATCH 0/7] VF610 GPIO fixes/improvments Bartosz Golaszewski

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).