All of lore.kernel.org
 help / color / mirror / Atom feed
From: Charles Keepax <ckeepax@opensource.wolfsonmicro.com>
To: broonie@kernel.org
Cc: alsa-devel@alsa-project.org, tiwai@suse.de,
	Linus Walleji <linus.walleij@linaro.org>,
	patches@opensource.wolfsonmicro.com, lgirdwood@gmail.com,
	Grant Likely <grant.likely@linaro.org>,
	Charles Keepax <ckeepax@opensource.wolfsonmicro.com>
Subject: [PATCH 3/3] gpio: arizona: Add wm8997 support to probe
Date: Wed, 12 Jun 2013 17:29:20 +0100	[thread overview]
Message-ID: <1371054560-28770-4-git-send-email-ckeepax@opensource.wolfsonmicro.com> (raw)
In-Reply-To: <1371054560-28770-1-git-send-email-ckeepax@opensource.wolfsonmicro.com>

Signed-off-by: Charles Keepax <ckeepax@opensource.wolfsonmicro.com>
---
 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 0ea853f..05deab61 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

  parent reply	other threads:[~2013-06-12 16:39 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-06-12 16:29 [PATCH 0/3] Add wm8997 driver Charles Keepax
2013-06-12 16:29 ` [PATCH 2/3] ASoC: wm8997: Initial CODEC driver Charles Keepax
2013-06-12 16:45   ` Regis Perdreau
2013-06-12 17:10   ` Mark Brown
2013-06-12 16:29 ` Charles Keepax [this message]
2013-06-17  8:28   ` [PATCH 3/3] gpio: arizona: Add wm8997 support to probe Linus Walleij
2013-06-17  8:32     ` Linus Walleij
2013-06-17  8:55       ` Mark Brown
2013-06-17  8:57         ` Linus Walleij
     [not found] ` <1371054560-28770-2-git-send-email-ckeepax@opensource.wolfsonmicro.com>
2013-06-12 17:14   ` [PATCH 1/3] mfd: arizona: Integrate wm8997 into Arizona mfd Mark Brown

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1371054560-28770-4-git-send-email-ckeepax@opensource.wolfsonmicro.com \
    --to=ckeepax@opensource.wolfsonmicro.com \
    --cc=alsa-devel@alsa-project.org \
    --cc=broonie@kernel.org \
    --cc=grant.likely@linaro.org \
    --cc=lgirdwood@gmail.com \
    --cc=linus.walleij@linaro.org \
    --cc=patches@opensource.wolfsonmicro.com \
    --cc=tiwai@suse.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.