Merge tag 'gpio-v4.17-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw...
authorLinus Torvalds <torvalds@linux-foundation.org>
Thu, 5 Apr 2018 16:51:41 +0000 (09:51 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Thu, 5 Apr 2018 16:51:41 +0000 (09:51 -0700)
Pull GPIO updates from Linus Walleij:
 "This is the bulk of GPIO changes for the v4.17 kernel cycle:

  New drivers:

   - Nintendo Wii GameCube GPIO, known as "Hollywood"

   - Raspberry Pi mailbox service GPIO expander

   - Spreadtrum main SC9860 SoC and IEC GPIO controllers.

  Improvements:

   - Implemented .get_multiple() callback for most of the
     high-performance industrial GPIO cards for the ISA bus.

   - ISA GPIO drivers now select the ISA_BUS_API instead of depending on
     it. This is merged with the same pattern for all the ISA drivers
     and some other Kconfig cleanups related to this.

  Cleanup:

   - Delete the TZ1090 GPIO drivers following the deletion of this SoC
     from the ARM tree.

   - Move the documentation over to driver-api to conform with the rest
     of the kernel documentation build.

   - Continue to make the GPIO drivers include only
     <linux/gpio/driver.h> and not the too broad <linux/gpio.h> that we
     want to get rid of.

   - Managed to remove VLA allocation from two drivers pending more
     fixes in this area for the next merge window.

   - Misc janitorial fixes"

* tag 'gpio-v4.17-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio: (77 commits)
  gpio: Add Spreadtrum PMIC EIC driver support
  gpio: Add Spreadtrum EIC driver support
  dt-bindings: gpio: Add Spreadtrum EIC controller documentation
  gpio: ath79: Fix potential NULL dereference in ath79_gpio_probe()
  pinctrl: qcom: Don't allow protected pins to be requested
  gpiolib: Support 'gpio-reserved-ranges' property
  gpiolib: Change bitmap allocation to kmalloc_array
  gpiolib: Extract mask allocation into subroutine
  dt-bindings: gpio: Add a gpio-reserved-ranges property
  gpio: mockup: fix a potential crash when creating debugfs entries
  gpio: pca953x: add compatibility for pcal6524 and pcal9555a
  gpio: dwapb: Add support for a bus clock
  gpio: Remove VLA from xra1403 driver
  gpio: Remove VLA from MAX3191X driver
  gpio: ws16c48: Implement get_multiple callback
  gpio: gpio-mm: Implement get_multiple callback
  gpio: 104-idi-48: Implement get_multiple callback
  gpio: 104-dio-48e: Implement get_multiple callback
  gpio: pcie-idio-24: Implement get_multiple/set_multiple callbacks
  gpio: pci-idio-16: Implement get_multiple callback
  ...

1  2 
MAINTAINERS
arch/x86/Kconfig
drivers/gpio/Kconfig
drivers/gpio/Makefile
drivers/iio/adc/Kconfig
drivers/pinctrl/qcom/pinctrl-msm.c
drivers/watchdog/Kconfig
init/Kconfig

diff --cc MAINTAINERS
Simple merge
Simple merge
Simple merge
index db8c9d4ea2effbda9ed32632a1bdcdee3c62d244,684141a96c3fec5d5f203d7227320936036f49b5..1324c8f966a79db1609ab6aa5aedb30415260741
@@@ -44,8 -45,10 +45,9 @@@ obj-$(CONFIG_GPIO_DA9055)    += gpio-da905
  obj-$(CONFIG_GPIO_DAVINCI)    += gpio-davinci.o
  obj-$(CONFIG_GPIO_DLN2)               += gpio-dln2.o
  obj-$(CONFIG_GPIO_DWAPB)      += gpio-dwapb.o
+ obj-$(CONFIG_GPIO_EIC_SPRD)   += gpio-eic-sprd.o
  obj-$(CONFIG_GPIO_EM)         += gpio-em.o
  obj-$(CONFIG_GPIO_EP93XX)     += gpio-ep93xx.o
 -obj-$(CONFIG_GPIO_ETRAXFS)    += gpio-etraxfs.o
  obj-$(CONFIG_GPIO_EXAR)               += gpio-exar.o
  obj-$(CONFIG_GPIO_F7188X)     += gpio-f7188x.o
  obj-$(CONFIG_GPIO_FTGPIO010)  += gpio-ftgpio010.o
Simple merge
Simple merge
Simple merge
diff --cc init/Kconfig
Simple merge