linux-gpio.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] gpio: arizona: Add wm8997 support to probe
@ 2013-09-11 13:03 Charles Keepax
  2013-09-20 18:34 ` Linus Walleij
  0 siblings, 1 reply; 2+ messages in thread
From: Charles Keepax @ 2013-09-11 13:03 UTC (permalink / raw)
  To: grant.likely, linus.walleij
  Cc: patches, linux-gpio, linux-kernel, Charles Keepax

Signed-off-by: Charles Keepax <ckeepax@opensource.wolfsonmicro.com>
---

A bit of confusion with merging this last time because I
messed up the CCs, is safe to merge this patch on its own
now.

 drivers/gpio/gpio-arizona.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/drivers/gpio/gpio-arizona.c b/drivers/gpio/gpio-arizona.c
index fa8b6a7..a2bec3c 100644
--- a/drivers/gpio/gpio-arizona.c
+++ b/drivers/gpio/gpio-arizona.c
@@ -113,6 +113,7 @@ static int arizona_gpio_probe(struct platform_device *pdev)
 	switch (arizona->type) {
 	case WM5102:
 	case WM5110:
+	case WM8997:
 		arizona_gpio->gpio_chip.ngpio = 5;
 		break;
 	default:
-- 
1.7.2.5

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

* Re: [PATCH] gpio: arizona: Add wm8997 support to probe
  2013-09-11 13:03 [PATCH] gpio: arizona: Add wm8997 support to probe Charles Keepax
@ 2013-09-20 18:34 ` Linus Walleij
  0 siblings, 0 replies; 2+ messages in thread
From: Linus Walleij @ 2013-09-20 18:34 UTC (permalink / raw)
  To: Charles Keepax
  Cc: Grant Likely, patches, linux-gpio@vger.kernel.org,
	linux-kernel@vger.kernel.org

On Wed, Sep 11, 2013 at 3:03 PM, Charles Keepax
<ckeepax@opensource.wolfsonmicro.com> wrote:

> Signed-off-by: Charles Keepax <ckeepax@opensource.wolfsonmicro.com>
> ---
>
> A bit of confusion with merging this last time because I
> messed up the CCs, is safe to merge this patch on its own
> now.

OK patch applied.

Yours,
Linus Walleij

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

end of thread, other threads:[~2013-09-20 18:34 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-09-11 13:03 [PATCH] gpio: arizona: Add wm8997 support to probe Charles Keepax
2013-09-20 18:34 ` 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).