All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/5] Introduce a managed function for gpio_request_array
@ 2014-07-06 17:46 ` Himangi Saraogi
  0 siblings, 0 replies; 38+ messages in thread
From: Himangi Saraogi @ 2014-07-06 17:46 UTC (permalink / raw)
  To: Linus Walleij, Alexandre Courbot, linux-gpio, linux-kernel,
	Randy Dunlap, linux-doc, Liam Girdwood, Mark Brown,
	Jaroslav Kysela, Takashi Iwai, patches, alsa-devel, Eric Miao,
	Russell King, Haojian Zhuang, linux-arm-kernel, Philipp Zabel,
	Paul Parsons
  Cc: julia.lawall

This patchset intoduces a new managed interface devm_gpio_request_array,
adds it in the documentation and its declaration in the gpio.h include
file. Some cases of gpio_request_array are changed to
devm_gpio_request_array.

Himangi Saraogi (5):
  gpiolib: devres: Introduce the function devm_request_gpio_array
  ASoC: wm1250-ev1: Use devm_gpio_request_array
  ASoC: pxa: Use devm_gpio_request_array
  ASoC: pxa: e800_wm9712: Introduce the use of devm_gpio_request_array
  ASoC: pxa/hx4700: Introduce the use of devm_gpio_request_array

 Documentation/driver-model/devres.txt |  1 +
 drivers/gpio/devres.c                 | 21 +++++++++++++++++++++
 include/linux/gpio.h                  |  2 ++
 sound/soc/codecs/wm1250-ev1.c         | 24 +++++-------------------
 sound/soc/pxa/e740_wm9705.c           |  9 +++------
 sound/soc/pxa/e800_wm9712.c           |  9 +++------
 sound/soc/pxa/hx4700.c                | 12 +++---------
 7 files changed, 38 insertions(+), 40 deletions(-)

-- 
1.9.1


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

end of thread, other threads:[~2014-08-14 15:17 UTC | newest]

Thread overview: 38+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-07-06 17:46 [PATCH 0/5] Introduce a managed function for gpio_request_array Himangi Saraogi
2014-07-06 17:46 ` Himangi Saraogi
2014-07-06 17:47 ` [PATCH 1/5] gpiolib: devres: Introduce the function devm_request_gpio_array Himangi Saraogi
2014-07-06 17:47   ` Himangi Saraogi
2014-07-09 11:18   ` Rob Jones
2014-07-09 11:18     ` Rob Jones
2014-07-09 11:52     ` Julia Lawall
2014-07-09 11:52       ` Julia Lawall
2014-07-09 12:48       ` Rob Jones
2014-07-09 12:48         ` Rob Jones
2014-07-10  9:21     ` Linus Walleij
2014-07-10  9:21       ` Linus Walleij
2014-07-10 11:01       ` Rob Jones
2014-07-10 11:01         ` Rob Jones
2014-07-11  0:35         ` Javier Martinez Canillas
2014-07-11  0:35           ` Javier Martinez Canillas
2014-07-11  0:35           ` Javier Martinez Canillas
2014-07-11 10:03           ` Rob Jones
2014-07-11 10:03             ` Rob Jones
2014-07-11 10:03             ` Rob Jones
2014-07-11 10:07             ` Javier Martinez Canillas
2014-07-11 10:07               ` Javier Martinez Canillas
2014-07-11 10:07               ` Javier Martinez Canillas
2014-08-14 15:17               ` Rob Jones
2014-08-14 15:17                 ` Rob Jones
2014-08-14 15:17                 ` Rob Jones
2014-07-06 17:48 ` [PATCH 2/5] ASoC: wm1250-ev1: Use devm_gpio_request_array Himangi Saraogi
2014-07-06 17:48   ` Himangi Saraogi
2014-07-06 17:49 ` [PATCH 3/5] ASoC: pxa: " Himangi Saraogi
2014-07-06 17:49   ` Himangi Saraogi
2014-07-06 17:51 ` [PATCH 4/5] ASoC: pxa: e800_wm9712: Introduce the use of devm_gpio_request_array Himangi Saraogi
2014-07-06 17:51   ` Himangi Saraogi
2014-07-06 17:52 ` [PATCH 5/5] ASoC: pxa/hx4700: " Himangi Saraogi
2014-07-06 17:52   ` Himangi Saraogi
2014-07-09 10:14 ` [PATCH 0/5] Introduce a managed function for gpio_request_array Linus Walleij
2014-07-09 10:14   ` Linus Walleij
2014-07-09 12:10   ` Alexandre Courbot
2014-07-09 12:10     ` Alexandre Courbot

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.