From: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
To: Linus Walleij <linus.walleij@linaro.org>
Cc: David Cohen <david.a.cohen@linux.intel.com>,
"linux-kernel@vger.kernel.org" <linux-kernel@vger.kernel.org>,
"linux-gpio@vger.kernel.org" <linux-gpio@vger.kernel.org>,
Kuppuswamy Sathyanarayanan
<sathyanarayanan.kuppuswamy@linux.intel.com>,
Len Brown <lenb@kernel.org>
Subject: Re: [PATCH] gpiolib: append SFI helpers for GPIO API
Date: Wed, 13 Nov 2013 14:16:46 +0200 [thread overview]
Message-ID: <1384345006.14845.56.camel@smile> (raw)
In-Reply-To: <CACRpkdZG=Sa92qGqK4Jt-L1AVRmremK5tgn8O5-5JccUsZDHTA@mail.gmail.com>
On Tue, 2013-11-12 at 19:55 +0100, Linus Walleij wrote:
> On Thu, Oct 17, 2013 at 2:41 PM, Andy Shevchenko
> <andriy.shevchenko@linux.intel.com> wrote:
> > On Wed, 2013-10-16 at 20:03 -0700, David Cohen wrote:
> >> From: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
> >>
> >> To support some (legacy) firmwares and platforms let's make life easier for
> >> their customers.
> >
> >> +int sfi_get_gpio_by_name(const char *name)
> >> +{
> >> + struct sfi_gpio_table_entry *pentry = sfi_gpio_table;
> >> + int i;
> >> +
> >> + if (!pentry)
> >> + return -1;
> >
> > ^^^^ It seems an old version.
> >
> > New version was published while ago and even has an ACK from Linus:
> >
> > http://www.spinics.net/lists/kernel/msg1545960.html
>
> So what is happening to this thing?
Actually David now coordinates work done for Medfield & Co.
Perhaps he is not absent and could answer fast to this.
> Is there some newer patch I should be merging?
I'm pretty sure there is no newest version of patch.
--
Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Intel Finland Oy
next prev parent reply other threads:[~2013-11-13 12:17 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-10-17 3:03 [PATCH] gpiolib: append SFI helpers for GPIO API David Cohen
2013-10-17 12:41 ` Andy Shevchenko
2013-10-17 17:06 ` David Cohen
2013-11-12 18:55 ` Linus Walleij
2013-11-13 12:16 ` Andy Shevchenko [this message]
2013-11-13 17:41 ` David Cohen
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=1384345006.14845.56.camel@smile \
--to=andriy.shevchenko@linux.intel.com \
--cc=david.a.cohen@linux.intel.com \
--cc=lenb@kernel.org \
--cc=linus.walleij@linaro.org \
--cc=linux-gpio@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=sathyanarayanan.kuppuswamy@linux.intel.com \
/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.