linux-gpio.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/3] sfi, intel_mid: introduce SFI GPIO API and use it
@ 2013-11-20 14:31 Andy Shevchenko
  2013-11-20 14:31 ` [PATCH v2 1/3] sfi: fix compiler warnings Andy Shevchenko
                   ` (2 more replies)
  0 siblings, 3 replies; 10+ messages in thread
From: Andy Shevchenko @ 2013-11-20 14:31 UTC (permalink / raw)
  To: Linus Walleij, David Cohen, linux-gpio @ vger . kernel . org,
	Alexandre Courbot, Sathyanarayanan Kuppuswamy, Len Brown,
	linux-kernel @ vger . kernel . org, Grant Likely
  Cc: Andy Shevchenko

Here is a second [1] version of the SFI GPIO API. This series contains SFI GPIO
API layer along with the update of intel-mid platform to use it instead of
internal copy.

It has been tested on Medfield device with linux-next 20131118.

[1] https://lkml.org/lkml/2013/6/5/316

Andy Shevchenko (3):
  sfi: fix compiler warnings
  gpiolib: append SFI helpers for GPIO API
  intel_mid: switch to use SFI GPIO API

 arch/x86/include/asm/intel-mid.h                   |  1 -
 .../intel-mid/device_libs/platform_emc1403.c       |  8 +--
 .../intel-mid/device_libs/platform_gpio_keys.c     | 10 +--
 .../intel-mid/device_libs/platform_lis331.c        |  8 +--
 .../intel-mid/device_libs/platform_max3111.c       |  6 +-
 .../intel-mid/device_libs/platform_max7315.c       | 10 +--
 .../intel-mid/device_libs/platform_mpu3050.c       |  6 +-
 .../intel-mid/device_libs/platform_msic_gpio.c     |  6 +-
 .../intel-mid/device_libs/platform_msic_ocd.c      |  5 +-
 .../intel-mid/device_libs/platform_pmic_gpio.c     |  7 +-
 .../intel-mid/device_libs/platform_tc35876x.c      |  8 +--
 .../intel-mid/device_libs/platform_tca6416.c       | 10 +--
 arch/x86/platform/intel-mid/sfi.c                  | 51 --------------
 drivers/gpio/Kconfig                               |  4 ++
 drivers/gpio/Makefile                              |  1 +
 drivers/gpio/gpiolib-sfi.c                         | 77 ++++++++++++++++++++++
 drivers/sfi/sfi_acpi.c                             |  8 +--
 drivers/sfi/sfi_core.c                             | 13 +++-
 include/linux/gpio/sfi.h                           | 37 +++++++++++
 include/linux/sfi_acpi.h                           |  2 +-
 20 files changed, 176 insertions(+), 102 deletions(-)
 create mode 100644 drivers/gpio/gpiolib-sfi.c
 create mode 100644 include/linux/gpio/sfi.h

-- 
1.8.4.3


^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2013-11-27 11:55 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-11-20 14:31 [PATCH v2 0/3] sfi, intel_mid: introduce SFI GPIO API and use it Andy Shevchenko
2013-11-20 14:31 ` [PATCH v2 1/3] sfi: fix compiler warnings Andy Shevchenko
2013-11-20 14:31 ` [PATCH v2 2/3] gpiolib: append SFI helpers for GPIO API Andy Shevchenko
2013-11-21 10:40   ` Mika Westerberg
2013-11-21 16:29     ` Andy Shevchenko
2013-11-26  9:37       ` Linus Walleij
2013-11-20 14:31 ` [PATCH v2 3/3] intel_mid: switch to use SFI " Andy Shevchenko
2013-11-20 18:13   ` David Cohen
2013-11-26  9:38   ` Linus Walleij
2013-11-27 11:55     ` Andy Shevchenko

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