linux-gpio.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/3] gpio: davinci: Add missing return checks
@ 2017-07-20  9:42 Keerthy
  2017-07-20  9:42 ` [PATCH v2 1/3] gpio: davinci: Use devm_gpiochip_add_data in place of gpiochip_add_data Keerthy
                   ` (3 more replies)
  0 siblings, 4 replies; 13+ messages in thread
From: Keerthy @ 2017-07-20  9:42 UTC (permalink / raw)
  To: linus.walleij
  Cc: t-kristo, linux-arm-kernel, linux-gpio, fcooper, s-anna, nsekhar,
	j-keerthy

The patch series does a couple of important return handling which were missed
earlier in the driver probe.

This is based on Suman's:

http://marc.info/?l=linux-arm-kernel&m=150034845427555&w=2
http://marc.info/?l=linux-arm-kernel&m=150034856627618&w=2 

Changes in v2:

  * Removed the device tree patch for to keep the series independent.

Keerthy (3):
  gpio: davinci: Use devm_gpiochip_add_data in place of
    gpiochip_add_data
  gpio: davinci: Handle the return value of davinci_gpio_irq_setup
    function
  gpio: davinci: Convert prinkt to dev_err

 drivers/gpio/gpio-davinci.c | 22 +++++++++++++++++-----
 1 file changed, 17 insertions(+), 5 deletions(-)

-- 
1.9.1


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

end of thread, other threads:[~2017-08-07 13:33 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-07-20  9:42 [PATCH v2 0/3] gpio: davinci: Add missing return checks Keerthy
2017-07-20  9:42 ` [PATCH v2 1/3] gpio: davinci: Use devm_gpiochip_add_data in place of gpiochip_add_data Keerthy
2017-08-02  9:23   ` Linus Walleij
2017-07-20  9:42 ` [PATCH v2 2/3] gpio: davinci: Handle the return value of davinci_gpio_irq_setup function Keerthy
2017-08-02 10:59   ` Keerthy
2017-08-07 12:12     ` Linus Walleij
2017-08-07 12:38       ` Keerthy
2017-08-07 13:33   ` Linus Walleij
2017-07-20  9:42 ` [PATCH v2 3/3] gpio: davinci: Convert prinkt to dev_err Keerthy
2017-08-02  9:25   ` Linus Walleij
2017-07-20  9:43 ` [PATCH v2 0/3] gpio: davinci: Add missing return checks Keerthy
2017-07-20 19:57   ` Suman Anna
2017-07-31 11:52     ` Keerthy

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