Thread (1 message) 1 message, 1 author, 2014-10-28

[PATCH 11/15] sound: soc: poodle: make use of new locomo GPIO interface

From: Dmitry Eremin-Solenikov <hidden>
Date: 2014-10-28 16:45:18
Also in: alsa-devel, linux-fbdev, linux-gpio, linux-input, linux-leds, linux-spi

Possibly related (same subject, not in this thread)

On 10/28/2014 05:58 PM, Mark Brown wrote:
On Tue, Oct 28, 2014 at 03:02:04AM +0300, Dmitry Eremin-Solenikov wrote:
quoted
Since LoCoMo driver has been converted to provide proper gpiolib
interface, make poodle ASoC platform driver use gpiolib API.
Please use subject lines matching the style for the subsystem.
quoted
+	ret = gpio_request_array(poodle_gpios, ARRAY_SIZE(poodle_gpios));
+	if (ret) {
+		dev_err(&pdev->dev, "gpio_request_array() failed: %d\n",
+				ret);
+		return ret;
+	}
I sense a need for devm_gpio_request_array() here.  Otherwise this looks
fine - ideally it'd move to gpiod but moving to gpiolib is a clear win
so no need to block on this.
I like the idea of devm_gpio_request_array. But I would like not to add 
additional (core) patches to this patchset.
Acked-by: Mark Brown <broonie@kernel.org>

with at least the subject line fixed.
Subject line fixed.

-- 
With best wishes
Dmitry
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help