mbox series

[GIT,PULL] intel-gpio for 5.4-1

Message ID 20190909123653.GA4122@black.fi.intel.com
State New
Headers show
Series [GIT,PULL] intel-gpio for 5.4-1 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/andy/linux-gpio-intel.git tags/intel-gpio-v5.4-1

Message

Andy Shevchenko Sept. 9, 2019, 12:36 p.m. UTC
Hi Linus,

Small bunch of Intel GPIO driver clean ups.

Thanks,

With Best Regards,
Andy Shevchenko

The following changes since commit 5f9e832c137075045d15cd6899ab0505cfb2ca4b:

  Linus 5.3-rc1 (2019-07-21 14:05:38 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/andy/linux-gpio-intel.git tags/intel-gpio-v5.4-1

for you to fetch changes up to 85af79659f455ddbdc5b6b6e2a888a430cb58948:

  MAINTAINERS: Remove stale record for gpio-intel-mid.c (2019-08-26 15:05:23 +0300)

----------------------------------------------------------------
intel-gpio for v5.4-1

The clean up of IRQ chip initialization has been done in few drivers.
Stale record in MAINTAINERS database is removed.

The following is an automated git shortlog grouped by driver:

intel-mid:
 -  Pass irqchip when adding gpiochip
 -  MAINTAINERS: Remove stale record for gpio-intel-mid.c

lynxpoint:
 -  Pass irqchip when adding gpiochip

merrifield:
 -  Pass irqchip when adding gpiochip

pch:
 -  Use dev_get_drvdata

----------------------------------------------------------------
Andy Shevchenko (1):
      MAINTAINERS: Remove stale record for gpio-intel-mid.c

Chuhong Yuan (1):
      gpio: pch: Use dev_get_drvdata

Linus Walleij (3):
      gpio: intel-mid: Pass irqchip when adding gpiochip
      gpio: lynxpoint: Pass irqchip when adding gpiochip
      gpio: merrifield: Pass irqchip when adding gpiochip

 MAINTAINERS                    |  6 ------
 drivers/gpio/gpio-intel-mid.c  | 35 +++++++++++++++++------------------
 drivers/gpio/gpio-lynxpoint.c  | 35 ++++++++++++++++++++---------------
 drivers/gpio/gpio-merrifield.c | 28 ++++++++++++++++------------
 drivers/gpio/gpio-pch.c        |  6 ++----
 5 files changed, 55 insertions(+), 55 deletions(-)

Comments

Linus Walleij Sept. 10, 2019, 10:10 a.m. UTC | #1
On Mon, Sep 9, 2019 at 1:36 PM Andy Shevchenko
<andriy.shevchenko@linux.intel.com> wrote:

> Small bunch of Intel GPIO driver clean ups.
(...)
> The following changes since commit 5f9e832c137075045d15cd6899ab0505cfb2ca4b:

Pulled into my gpio "devel" branch!

Thanks a lot Andy, much appreciated!

Yours,
Linus Walleij