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(-) -- With Best Regards, Andy Shevchenko