linux-gpio.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH gpio v2 0/3] cleanup on resource check
@ 2014-10-28  6:37 Varka Bhadram
  2014-10-28  6:37 ` [PATCH gpio v2 1/3] gpio: gpio-davinci: remove duplicate check on resource Varka Bhadram
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Varka Bhadram @ 2014-10-28  6:37 UTC (permalink / raw)
  To: linux-gpio; +Cc: gnurou, linus.walleij, Varka Bhadram

This series removes the duplication of sanity check for
platform_get_resource() return resource. It will be checked 
with devm_ioremap_resource()

Series based on devel branch of [1].

[1]: https://git.kernel.org/cgit/linux/kernel/git/linusw/linux-gpio.git

Varka Bhadram (3):
  gpio: gpio-davinci: remove duplicate check on resource
  gpio: gpio-stp-xway: remove duplicate check on resource
  gpio: gpio-tb10x: remove duplicate check on resource

 drivers/gpio/gpio-davinci.c  |    5 -----
 drivers/gpio/gpio-stp-xway.c |    8 ++------
 drivers/gpio/gpio-tb10x.c    |    7 +------
 3 files changed, 3 insertions(+), 17 deletions(-)

-- 
1.7.9.5


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

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

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-10-28  6:37 [PATCH gpio v2 0/3] cleanup on resource check Varka Bhadram
2014-10-28  6:37 ` [PATCH gpio v2 1/3] gpio: gpio-davinci: remove duplicate check on resource Varka Bhadram
2014-10-31  8:03   ` Linus Walleij
2014-10-28  6:37 ` [PATCH gpio v2 2/3] gpio: gpio-stp-xway: " Varka Bhadram
2014-10-31  8:05   ` Linus Walleij
2014-10-28  6:37 ` [PATCH gpio v2 3/3] gpio: gpio-tb10x: " Varka Bhadram
2014-10-31  8:05   ` Linus Walleij

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