[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <cover.1404665589.git.himangi774@gmail.com>
Date: Sun, 6 Jul 2014 23:16:09 +0530
From: Himangi Saraogi <himangi774@...il.com>
To: Linus Walleij <linus.walleij@...aro.org>,
Alexandre Courbot <gnurou@...il.com>,
linux-gpio@...r.kernel.org, linux-kernel@...r.kernel.org,
Randy Dunlap <rdunlap@...radead.org>,
linux-doc@...r.kernel.org, Liam Girdwood <lgirdwood@...il.com>,
Mark Brown <broonie@...nel.org>,
Jaroslav Kysela <perex@...ex.cz>, Takashi Iwai <tiwai@...e.de>,
patches@...nsource.wolfsonmicro.com, alsa-devel@...a-project.org,
Eric Miao <eric.y.miao@...il.com>,
Russell King <linux@....linux.org.uk>,
Haojian Zhuang <haojian.zhuang@...il.com>,
linux-arm-kernel@...ts.infradead.org,
Philipp Zabel <philipp.zabel@...il.com>,
Paul Parsons <lost.distance@...oo.com>
Cc: julia.lawall@...6.fr
Subject: [PATCH 0/5] Introduce a managed function for gpio_request_array
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
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists