mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH 0/4] pinctrl: at91: Fixes in probe function
@ 2014-08-31 11:21 Pramod Gurav
  2014-08-31 11:21 ` [PATCH 1/4] pinctrl: at91: Switch to using managed clk_get Pramod Gurav
                   ` (4 more replies)
  0 siblings, 5 replies; 10+ messages in thread
From: Pramod Gurav @ 2014-08-31 11:21 UTC (permalink / raw)
  To: linux-kernel

This patchset modifies the probe function to do some changes such as 
switching to manage version of clk_get, fixing the error path by releasing
resources etc. The last patch adds a remove function for clean unload.

Pramod Gurav (4):
  pinctrl: at91: Switch to using managed clk_get
  pinctrl: at91: Fix failure path in at91_gpio_probe path
  pinctrl: at91: Fix error handling while doing gpiochio_irqchip_add
  pinctrl: at91: Add remove function in platform_driver
    at91_gpio_driver

 drivers/pinctrl/pinctrl-at91.c |   51 +++++++++++++++++++++++++++++-----------
 1 files changed, 37 insertions(+), 14 deletions(-)


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

end of thread, other threads:[~2014-09-08  8:05 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-08-31 11:21 [PATCH 0/4] pinctrl: at91: Fixes in probe function Pramod Gurav
2014-08-31 11:21 ` [PATCH 1/4] pinctrl: at91: Switch to using managed clk_get Pramod Gurav
2014-09-05  8:20   ` Linus Walleij
2014-08-31 11:21 ` [PATCH 2/4] pinctrl: at91: Fix failure path in at91_gpio_probe path Pramod Gurav
2014-09-05  8:22   ` Linus Walleij
2014-08-31 11:21 ` [PATCH 3/4] pinctrl: at91: Fix error handling while doing gpiochio_irqchip_add Pramod Gurav
2014-09-05  8:25   ` Linus Walleij
2014-08-31 11:21 ` [PATCH 4/4] pinctrl: at91: Add remove function in platform_driver at91_gpio_driver Pramod Gurav
2014-09-05  8:26   ` Linus Walleij
2014-09-08  8:02 ` [PATCH 0/4] pinctrl: at91: Fixes in probe function Nicolas FERRE

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

Powered by JetHome