Merge remote-tracking branch 'gpio/for-next'
authorStephen Rothwell <sfr@canb.auug.org.au>
Tue, 13 Sep 2016 03:13:14 +0000 (13:13 +1000)
committerStephen Rothwell <sfr@canb.auug.org.au>
Tue, 13 Sep 2016 03:13:14 +0000 (13:13 +1000)
1  2 
MAINTAINERS
arch/arm64/Kconfig
arch/arm64/Kconfig.platforms
drivers/gpio/Kconfig
drivers/gpio/Makefile
drivers/gpio/gpio-mxc.c

diff --cc MAINTAINERS
Simple merge
Simple merge
index 4e0e1071f2e8cd9190d009f6345df616208f1621,41d82b327e6a0eeb61d24f65e0b7d1d80318b703..f14e0613b9de963098c8b5c212a3f4174bef9b06
@@@ -163,9 -158,9 +162,10 @@@ config ARCH_TEGR
        select CLKSRC_MMIO
        select CLKSRC_OF
        select GENERIC_CLOCKEVENTS
 -      select HAVE_CLK
+       select GPIOLIB
        select PINCTRL
 +      select PM
 +      select PM_GENERIC_DOMAINS
        select RESET_CONTROLLER
        help
          This enables support for the NVIDIA Tegra SoC family.
Simple merge
Simple merge
index e38989a4fa0c6b7ce0384722a07f65154aea178b,e35af5249478b24ac02720abc3a14216c9c0109e..c1a1e00b8cb024f12d6243226fc01de4aa37064a
@@@ -515,10 -510,4 +515,4 @@@ static int __init gpio_mxc_init(void
  {
        return platform_driver_register(&mxc_gpio_driver);
  }
 -postcore_initcall(gpio_mxc_init);
 +subsys_initcall(gpio_mxc_init);
- MODULE_AUTHOR("Freescale Semiconductor, "
-             "Daniel Mack <danielncaiaq.de>, "
-             "Juergen Beisert <kernel@pengutronix.de>");
- MODULE_DESCRIPTION("Freescale MXC GPIO");
- MODULE_LICENSE("GPL");
This page took 0.033392 seconds and 5 git commands to generate.