On 11/13/2013 04:16 AM, Andy Shevchenko wrote:
On Tue, 2013-11-12 at 19:55 +0100, Linus Walleij wrote:
On Thu, Oct 17, 2013 at 2:41 PM, Andy Shevchenko
<andriy.shevche...@linux.intel.com> wrote:
On Wed, 2013-10-16 at 20:03 -0700, David Cohen wrote:
From: Andy Shevchenko <andriy.shevche...@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.
Yeah, there is no newer version.
Linus, you're free to stick with the version pointed out by Andy on
this thread:
http://www.spinics.net/lists/kernel/msg1545960.html
Br, David
--
To unsubscribe from this list: send the line "unsubscribe linux-gpio" in
the body of a message to majord...@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html