Hi Andy,

On 12/05/2013 08:36 AM, Andy Shevchenko wrote:
> Here is a third [1] version of the SFI GPIO helpers. This series contains SFI

Your patch set subject says it's the first version :)

> GPIO helpers along with the update of GPIO library to lookup for SFI 
> resources.
>
> It has been tested on Medfield device on top of v3.13-rc2 + Alexandre's GPIO
> descriptor API update [2], Mika's ACPI gpio patches [3] and my GPIO library
> clean up [4].

Good test case. I'm able to extend it to Merrifield.

Br, David

>
> [1] https://lkml.org/lkml/2013/6/5/316
> [2] http://www.spinics.net/lists/kernel/msg1645907.html
> [3] http://www.spinics.net/lists/linux-acpi/msg47572.html
> [4] https://www.mail-archive.com/linux-gpio@vger.kernel.org/msg01515.html
>
> Andy Shevchenko (3):
>   SFI: fix compiler warnings
>   SFI: store GPIO table and export lookup function
>   gpiolib: append SFI helpers for GPIO API
>
>  drivers/gpio/Kconfig       |   4 ++
>  drivers/gpio/Makefile      |   1 +
>  drivers/gpio/gpiolib-sfi.c |  28 +++++++++++
>  drivers/gpio/gpiolib.c     |   3 ++
>  drivers/gpio/gpiolib.h     |  13 +++++
>  drivers/sfi/Makefile       |   2 +-
>  drivers/sfi/sfi_acpi.c     |   9 ++--
>  drivers/sfi/sfi_core.c     |  10 +++-
>  drivers/sfi/sfi_core.h     |   3 ++
>  drivers/sfi/sfi_gpio.c     | 123 
> +++++++++++++++++++++++++++++++++++++++++++++
>  include/linux/sfi.h        |   8 +++
>  11 files changed, 197 insertions(+), 7 deletions(-)
>  create mode 100644 drivers/gpio/gpiolib-sfi.c
>  create mode 100644 drivers/sfi/sfi_gpio.c
>

--
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

Reply via email to