All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH gpio 0/4] cleanup for gpio drivers
@ 2015-03-31  4:19 Varka Bhadram
  2015-03-31  4:19 ` [PATCH gpio 1/4] drivers: gpio: use devm_kzalloc Varka Bhadram
                   ` (3 more replies)
  0 siblings, 4 replies; 13+ messages in thread
From: Varka Bhadram @ 2015-03-31  4:19 UTC (permalink / raw)
  To: linux-gpio; +Cc: linus.walleij, gnurou, Varka Bhadram

Varka Bhadram (4):
  drivers: gpio: use devm_kzalloc
  gpio-max7300: remove 'ret' variable
  gpio-arizona: drop owner assignment from platform_drivers
  drivers: gpio: use (!foo) instead of (foo == NULL)

 drivers/gpio/gpio-adp5588.c  |    7 +++----
 drivers/gpio/gpio-arizona.c  |    3 +--
 drivers/gpio/gpio-da9052.c   |    2 +-
 drivers/gpio/gpio-da9055.c   |    2 +-
 drivers/gpio/gpio-kempld.c   |    2 +-
 drivers/gpio/gpio-max7300.c  |    4 +---
 drivers/gpio/gpio-mc33880.c  |    2 +-
 drivers/gpio/gpio-mcp23s08.c |    7 ++++---
 8 files changed, 13 insertions(+), 16 deletions(-)

-- 
1.7.9.5


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

end of thread, other threads:[~2015-04-08 14:57 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-03-31  4:19 [PATCH gpio 0/4] cleanup for gpio drivers Varka Bhadram
2015-03-31  4:19 ` [PATCH gpio 1/4] drivers: gpio: use devm_kzalloc Varka Bhadram
2015-04-07 14:19   ` Linus Walleij
2015-04-07 15:40     ` Johan Hovold
2015-04-07 15:37   ` Johan Hovold
2015-03-31  4:19 ` [PATCH gpio 2/4] gpio-max7300: remove 'ret' variable Varka Bhadram
2015-04-07 14:20   ` Linus Walleij
2015-03-31  4:19 ` [PATCH gpio 3/4] gpio-arizona: drop owner assignment from platform_drivers Varka Bhadram
2015-04-07 14:21   ` Linus Walleij
2015-03-31  4:19 ` [PATCH gpio 4/4] drivers: gpio: use (!foo) instead of (foo == NULL) Varka Bhadram
2015-04-07 14:22   ` Linus Walleij
2015-04-08  1:50     ` Alexandre Courbot
2015-04-08 14:56       ` Linus Walleij

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.