Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1315690 > unrolled thread

[PATCH 0/3] gpio: Intel Baytrail support

Started byAntoine Tenart <antoine.tenart@free-electrons.com>
First post2016-01-23 17:40 +0100
Last post2016-01-25 13:00 +0100
Articles 2 — 2 participants

Back to article view | Back to linux.kernel


Contents

  [PATCH 0/3] gpio: Intel Baytrail support Antoine Tenart <antoine.tenart@free-electrons.com> - 2016-01-23 17:40 +0100
    Re: [PATCH 0/3] gpio: Intel Baytrail support Mika Westerberg <mika.westerberg@linux.intel.com> - 2016-01-25 13:00 +0100

#1315690 — [PATCH 0/3] gpio: Intel Baytrail support

FromAntoine Tenart <antoine.tenart@free-electrons.com>
Date2016-01-23 17:40 +0100
Subject[PATCH 0/3] gpio: Intel Baytrail support
Message-ID<qU9od-5ok-3@gated-at.bofh.it>
This series introduces the GPIO Intel Baytrail support, using both the
lpc ich and the gpio ich drivers.

Antoine Tenart (3):
  gpio: gpio-ich: add support for Intel Baytrail
  mfd: lpc_ich: use a correct mask for the GPIO base address
  mfd: lpc_ich: add GPIO support for Baytrail

 drivers/gpio/gpio-ich.c     | 12 ++++++++++++
 drivers/mfd/lpc_ich.c       |  6 +++++-
 include/linux/mfd/lpc_ich.h |  1 +
 3 files changed, 18 insertions(+), 1 deletion(-)

-- 
2.7.0

[toc] | [next] | [standalone]


#1316564

FromMika Westerberg <mika.westerberg@linux.intel.com>
Date2016-01-25 13:00 +0100
Message-ID<qUNYn-3kJ-37@gated-at.bofh.it>
In reply to#1315690
On Sat, Jan 23, 2016 at 05:32:06PM +0100, Antoine Tenart wrote:
> This series introduces the GPIO Intel Baytrail support, using both the
> lpc ich and the gpio ich drivers.
> 
> Antoine Tenart (3):
>   gpio: gpio-ich: add support for Intel Baytrail

Intel Baytrail support has been in mainline kernel for quite some time
already. The driver is drivers/pintctrl/intel/pinctrl-baytrail.c.

Also the ICH GPIO block is not compatible to Baytrail which is why there
is a separate driver in the first place. Have you tested this series on
Baytrail?

>   mfd: lpc_ich: use a correct mask for the GPIO base address
>   mfd: lpc_ich: add GPIO support for Baytrail

All Baytrails I've seen expose the GPIO device via ACPI namespace so
there should be no need for the above two patches.

[toc] | [prev] | [standalone]


Back to top | Article view | linux.kernel


csiph-web