linux-sg2042/Documentation/devicetree/bindings
Linus Torvalds 70b8e9eb3b This is the bulk of the GPIO changes for the v4.14 cycle:
Core changes
 - Allow the GPIO irqchip to allocate IRQs dynamically. This is
   an important change on systems where only a restricted number
   of IRQs, lesser than the number of GPIO lines, can be utilized.
   Now we can allocate these on a first-come-first-served basis
   instead of hogging up valuable IRQ lines.
 - Serious fix-up of the kerneldoc documentation and inclusion
   into the kerneldoc builds.
 - Pulled in the IRQ simulator from the IRQ core tree and use
   this in the GPIO mockup driver for exhaustive testing of
   interrupt abilities.
 
 New drivers
 - New driver for ThunderX and OCTEON-TX. This is especially
   interesting as it picks up improvements from the IRQ core that
   allow us to handle fasteoi ACKs upwards in a hierarchy when
   there are IRQ flag latches on several levels in a hierarchy.
   Very interesting work here.
 - New subdriver for Renesas R-Car r8a7745 (RZ/G1E).
 
 Misc
 - Several fixes and improvements for Xilinx Zynq GPIO.
 - Support an enablement GPIO for the 74x164 GPIO.
 - Switch a bunch of chips to use devres to allocate irq
   descriptors.
 - A bunch of constification fixes.
 -----BEGIN PGP SIGNATURE-----
 
 iQIcBAABAgAGBQJZrmRvAAoJEEEQszewGV1zFd8P/0wwsPFfCY5tjqMwYcu2VIzA
 ZEPlN/Z14Xr/JC7X5N18qWaZSdqAP94do8fn1Utqr6mEOY71BAAmt1dRH3M651nz
 dyAnb5s8IlnFNrv2C3ksG4ArQP72y3uag7b/9fcDPSFBjQKHXP9zI5qhvxJI8XFY
 iesWkwkQayDzbKvm/bFWugclYjSNZCwtzGn2OD0zhh8vKchQBEdLYuiV06iEuvh4
 dkfpH5UhingJ0gMgMj3VLXvnaSPOQy321mnnF8cmHIwelZR8ij3JPQzirKB/cvTe
 fj/INc9/gXFOepFcEaQcWwspeXOXCjOajqfCyeLKLigj44E7pbv4HeTLJmQtCWv/
 fBlHnzjEJG7zZi8JOuKeMwMSc/6GPHBhlmZ4GjpMtIeNXQ8V2oosLbvSd5/whtPg
 u9QuDDeTJwjm1HY3kBNa50BKYrAAKIATHxnYAlGrDTf/9ea5Ld7AT/IfeGHS2AQR
 nV6I0byRYCxEVZUTPeYOMoHDNGgVgA9VPAhUUjLj6r6Kx2bS4Pn7KNvSNx24SQTU
 wP+rWDXRNJzIMr9+sWj3yAksYZPQSpV2+y/VizeHZA7ssv3ZzqKzfWPARhQy/ypF
 GN72LObdxaW01GjN9bJ8x4KxBj+tIo2lLXYIK5TdKZy+LRxnsbCK6JGa5gFxopQh
 325SOqkLlhaS2P6A2nHC
 =TYNw
 -----END PGP SIGNATURE-----

Merge tag 'gpio-v4.14-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio

Pull GPIO updates from Linus Walleij:
 "This is the bulk of the GPIO changes for the v4.14 cycle.

  Not so much changes this time, phew. David Daney and Bartosz
  Golaszewski did all the really interesting work in infrastructure
  improvement across GPIO and IRQ core, hats off for them and to tglx
  and Marc Z for general help with these patch sets.

  Core changes:

   - Allow the GPIO irqchip to allocate IRQs dynamically. This is an
     important change on systems where only a restricted number of IRQs,
     lesser than the number of GPIO lines, can be utilized. Now we can
     allocate these on a first-come-first-served basis instead of
     hogging up valuable IRQ lines.

   - Serious fix-up of the kerneldoc documentation and inclusion into
     the kerneldoc builds.

   - Pulled in the IRQ simulator from the IRQ core tree and use this in
     the GPIO mockup driver for exhaustive testing of interrupt
     abilities.

  New drivers:

   - New driver for ThunderX and OCTEON-TX. This is especially
     interesting as it picks up improvements from the IRQ core that
     allow us to handle fasteoi ACKs upwards in a hierarchy when there
     are IRQ flag latches on several levels in a hierarchy. Very
     interesting work here.

   - New subdriver for Renesas R-Car r8a7745 (RZ/G1E).

  Misc:

   - Several fixes and improvements for Xilinx Zynq GPIO.

   - Support an enablement GPIO for the 74x164 GPIO.

   - Switch a bunch of chips to use devres to allocate irq descriptors.

   - A bunch of constification fixes"

* tag 'gpio-v4.14-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio: (63 commits)
  gpio: mockup: remove unused variable gc
  gpio: pl061: constify amba_id
  Revert "gpiolib: request the gpio before querying its direction"
  gpio: twl6040: remove unneeded forward declaration
  gpio: zevio: make gpio_chip const
  gpio: add gpio_add_lookup_tables() to add several tables at once
  gpio: rcar: Add r8a7745 (RZ/G1E) support
  gpio: brcmstb: check return value of gpiochip_irqchip_add()
  MAINTAINERS: Add entry for THUNDERX GPIO Driver.
  gpio: Add gpio driver support for ThunderX and OCTEON-TX
  gpio: mockup: use irq_sim
  gpio: mxs: use devres for irq generic chip
  gpio: mxc: use devres for irq generic chip
  gpio: pch: use devres for irq generic chip
  gpio: ml-ioh: use devres for irq generic chip
  gpio: sta2x11: use devres for irq generic chip
  gpio: sta2x11: disallow unbinding the driver
  gpio: mxs: disallow unbinding the driver
  gpio: mxc: disallow unbinding the driver
  gpio: aspeed: Remove reference to clock name in debounce warning message
  ...
2017-09-05 11:49:48 -07:00
..
arc
arm Char/Misc drivers for 4.14-rc1 2017-09-05 11:08:17 -07:00
ata ata: sata_rcar: add gen[23] fallback compatibility strings 2017-07-15 07:07:28 -04:00
auxdisplay auxdisplay: hd44780: Fix DT properties to include units of measurement 2017-04-08 17:48:19 +02:00
board
bus DeviceTree for 4.13: 2017-07-07 10:37:54 -07:00
c6x
clock Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus 2017-07-15 10:59:54 -07:00
cpufreq ARM: dts: Use - instead of @ for DT OPP entries for TI SoCs 2017-05-16 08:18:55 -07:00
cris
crypto Documentation/bindings: crypto: remove the dma-mask property 2017-07-18 17:01:05 +08:00
devfreq ARM: dts: exynos: Use - instead of @ for DT OPP entries 2017-04-20 18:06:03 +02:00
display dt-bindings: exynos5433-decon: remove i80-if-timings property 2017-08-25 11:58:08 +09:00
dma Merge branch 'topic/rcar' into for-linus 2017-07-04 10:05:22 +05:30
edac
eeprom
extcon dt-bindings: extcon: Add support for cros-ec device 2017-07-17 19:25:55 +09:00
firmware firmware: Add coreboot device tree binding documentation 2017-04-08 18:05:36 +02:00
fpga doc: dt: document altera-passive-serial binding 2017-07-17 17:26:14 +02:00
fsi drivers/fsi: Add documentation for GPIO bindings 2017-06-09 11:52:08 +02:00
fuse
goldfish
gpio gpio: rcar: Add r8a7745 (RZ/G1E) support 2017-08-22 15:39:04 +02:00
gpu dt-bindings: gpu: drop wrong compatible from midgard binding example 2017-07-16 17:04:50 +02:00
h8300
hsi
hwlock DT: hwspinlock: Add binding documentation for Spreadtrum hwspinlock 2017-05-24 12:25:47 -07:00
hwmon hwmon: (ltq-cputemp) add devicetree bindings documentation 2017-09-01 07:24:12 -07:00
i2c Merge branch 'i2c/for-4.13' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux 2017-07-12 10:04:56 -07:00
iio dt-bindings: iio: magn: add LIS2MDL sensor device binding 2017-08-17 15:53:41 +01:00
infiniband
input Input: add support for the STMicroelectronics FingerTip touchscreen 2017-06-05 15:35:34 -07:00
interrupt-controller irqchip/ls-scfg-msi: Add LS1043a v1.1 MSI support 2017-08-31 16:19:39 +01:00
iommu iommu/arm-smmu-v3: Add workaround for Cavium ThunderX2 erratum #126 2017-06-23 17:58:04 +01:00
ipmi ipmi: bt-bmc: Add ast2500 compatible string 2017-04-07 12:25:38 -05:00
leds LED updates for 4.13 2017-07-06 11:32:40 -07:00
lpddr2
mailbox dt-bindings: mailbox: Introduce Qualcomm APCS global binding 2017-06-14 17:47:13 +05:30
media [media] doc: DT: venus: binding document for Qualcomm video driver 2017-06-20 08:53:39 -03:00
memory-controllers
metag
mfd power: wm831x_power: Support USB charger current limit management 2017-08-15 15:05:01 +03:00
mips
misc dt-bindings: syscon: Add DT bindings documentation for Allwinner V3s syscon 2017-06-20 13:23:05 -04:00
mmc Documentation: dw-mshc: deprecate num-slots 2017-07-27 16:11:39 +02:00
mtd MTD updates for v4.13-rc1: 2017-07-13 12:07:44 -07:00
mux dt-bindings: add mmio-based syscon mux controller DT bindings 2017-06-03 19:29:26 +09:00
net Allwinner fixes for 4.13, take 3 2017-08-29 22:39:18 -07:00
nios2
nvmem nvmem: rockchip-efuse: amend compatible rk322x-efuse to rk3228-efuse 2017-07-17 16:15:57 +02:00
opp PM / OPP: Use - instead of @ for DT entries 2017-06-24 01:28:52 +02:00
pci pci-v4.13-changes 2017-07-08 15:51:57 -07:00
perf
phy phy: rockchip-inno-usb2: add support of usb2-phy for rv1108 SoCs 2017-08-22 10:11:23 +05:30
pinctrl pinctrl: qcom: General Purpose clocks for apq8064 2017-08-31 11:32:19 +02:00
power ARM: SoC platform updates 2017-07-04 14:34:51 -07:00
powerpc of: update ePAPR references to point to Devicetree Specification 2017-06-22 11:22:06 -05:00
pps
ptp dt-binding: ptp: Add SoC compatibility strings for dte ptp clock 2017-07-19 16:26:34 -07:00
pwm dt-bindings: pwm: meson: Add compatible for gxbb ao PWMs 2017-07-06 11:28:09 +02:00
regmap
regulator Merge remote-tracking branches 'regulator/topic/rc5t619' and 'regulator/topic/stm32-vref' into regulator-next 2017-09-04 17:45:50 +01:00
remoteproc dt-bindings: remoteproc: Add Keystone DSP remoteproc binding 2017-06-26 13:01:40 -07:00
reserved-memory drivers: dma-coherent: Introduce default DMA pool 2017-06-28 06:55:03 -07:00
reset dt-bindings: reset: Add TI SCI reset binding 2017-06-06 09:43:28 +02:00
rng dt-bindings: rng: add MediaTek MT7622 Hardware Random Generator bindings 2017-06-20 11:21:26 +08:00
rtc dt-bindings: rtc: stm32: add support for STM32H7 2017-07-06 22:52:52 +02:00
scsi
security/tpm
serial dt-bindings: serial: 8250: Add MediaTek BTIF controller bindings 2017-08-28 20:51:21 +02:00
serio
soc rpmsg updates for v4.13 2017-07-06 15:38:31 -07:00
sound Merge remote-tracking branch 'asoc/topic/zx-aud96p22' into asoc-next 2017-07-03 16:15:23 +01:00
spi Merge remote-tracking branches 'spi/topic/sh-msiof', 'spi/topic/stm32', 'spi/topic/sunxi', 'spi/topic/tegra' and 'spi/topic/tools' into spi-next 2017-09-04 15:51:30 +01:00
spmi
sram
staging/iio/adc staging/android/ion: remove useless document file 2017-05-15 11:17:31 +02:00
thermal dt-bindings: thermal: add file extension to brcm,ns-thermal 2017-06-22 12:07:31 -05:00
timer devicetree: bindings: Remove deprecated properties 2017-08-29 11:08:05 +02:00
ufs
usb Staging/IIO driver updates for 4.14-rc1 2017-09-05 10:36:26 -07:00
virtio
w1
watchdog dt-bindings: watchdog: add description for UniPhier WDT controller 2017-07-03 13:53:51 +02:00
x86
xillybus
ABI.txt
chosen.txt of: update ePAPR references to point to Devicetree Specification 2017-06-22 11:22:06 -05:00
common-properties.txt of: update ePAPR references to point to Devicetree Specification 2017-06-22 11:22:06 -05:00
graph.txt Documentation: of: Fix grammar usage in graph bindings 2017-05-15 16:49:54 -05:00
marvell.txt
numa.txt
property-units.txt media updates for v4.13-rc1 2017-07-06 11:15:19 -07:00
resource-names.txt
sparc_sun_oracle_rng.txt
submitting-patches.txt
trivial-devices.txt First set of new device support, features and cleanups for IIO in the 4.13 cycle 2017-05-29 15:53:42 +02:00
unittest.txt
vendor-prefixes.txt Char/Misc drivers for 4.14-rc1 2017-09-05 11:08:17 -07:00
xilinx.txt char: xilinx_hwicap: Fix warnings in the driver 2017-08-28 17:04:47 +02:00