linux-input.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: "Jean-François Dagenais" <jeff.dagenais@gmail.com>
To: dmitry.torokhov@gmail.com
Cc: linux-input@vger.kernel.org, Michael.Hennerich@analog.com,
	"Jean-François Dagenais" <jeff.dagenais@gmail.com>
Subject: [PATCH 2/2] gpio: adp5588 - add support for gpio names
Date: Mon,  9 Jan 2012 14:15:27 -0500	[thread overview]
Message-ID: <1326136527-31447-2-git-send-email-jeff.dagenais@gmail.com> (raw)
In-Reply-To: <1326136527-31447-1-git-send-email-jeff.dagenais@gmail.com>

follows the commit in input, which already modified the
common header for adp5588

Signed-off-by: Jean-François Dagenais <jeff.dagenais@gmail.com>
Acked-by: Michael Hennerich <michael.hennerich@analog.com>
---
 drivers/gpio/gpio-adp5588.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/drivers/gpio/gpio-adp5588.c b/drivers/gpio/gpio-adp5588.c
index 3525ad9..3122713 100644
--- a/drivers/gpio/gpio-adp5588.c
+++ b/drivers/gpio/gpio-adp5588.c
@@ -384,6 +384,7 @@ static int __devinit adp5588_gpio_probe(struct i2c_client *client,
 	gc->ngpio = ADP5588_MAXGPIO;
 	gc->label = client->name;
 	gc->owner = THIS_MODULE;
+	gc->names = pdata->names;
 
 	mutex_init(&dev->lock);
 
-- 
1.7.8.2

--
To unsubscribe from this list: send the line "unsubscribe linux-input" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

  reply	other threads:[~2012-01-09 19:15 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-01-09 19:15 [PATCH 1/2] input: adp5588 - add support for gpio names Jean-François Dagenais
2012-01-09 19:15 ` Jean-François Dagenais [this message]
2012-01-09 19:22 ` Dmitry Torokhov
2012-04-20 14:49   ` Jean-Francois Dagenais
  -- strict thread matches above, loose matches on Subject: below --
2014-02-10 17:24 [PATCH 1/2] gpio: adp5588 - use "unsigned" for the setup and teardown callbacks Jean-Francois Dagenais
2014-02-10 17:24 ` [PATCH 2/2] gpio: adp5588 - add support for gpio names Jean-Francois Dagenais
2014-02-10 20:17   ` Hennerich, Michael
2014-02-13 12:53   ` Linus Walleij

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=1326136527-31447-2-git-send-email-jeff.dagenais@gmail.com \
    --to=jeff.dagenais@gmail.com \
    --cc=Michael.Hennerich@analog.com \
    --cc=dmitry.torokhov@gmail.com \
    --cc=linux-input@vger.kernel.org \
    /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 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).