linux_dsm_epyc7002/Documentation/devicetree/bindings
Linus Torvalds c7d28eca1d This is the bulk of GPIO changes for the v4.13 series:
Core:
 - Export add/remove for lookup tables so that modules can export GPIO
   descriptor tables.
 - Handle GPIO sleep states: it is now possible to flag that a GPIO line
   may loose its state during suspend/resume of the system to save
   power. This is used in the Wolfson Micro Arizona driver.
 - ACPI-based GPIO was tightened up a lot around the edges.
 - Use bitmap_fill() to speed up a loop.
 
 New drivers:
 - Exar XRA1403 SPI-based GPIO.
 - MVEBU driver now supports Armada 7K and 8K.
 - LP87565 PMIC GPIO.
 - Renesas R-CAR R8A7743 (RZ/G1M).
 - The new IOT2040 8250 serial/GPIO also comes in through this
   changeset.
 
 Substantial driver changes:
 - Seriously fix the Exar 8250 GPIO portions to work.
 - The MCP23S08 was moved out to a pin control driver.
 - Convert MEVEBU to use regmap for register access.
 - Drop Vulcan support from the Broadcom driver.
 - Serious cleanup and improvement of the mockup driver, giving us a
   better test coverage.
 
 Misc:
 - Lots of janitorial clean up.
 - A bunch of documentation fixes.
 -----BEGIN PGP SIGNATURE-----
 
 iQIcBAABAgAGBQJZX1MjAAoJEEEQszewGV1zEYUQALFsjJH7D2mRN4TSSEeVAcYr
 Uz52uupsou8tgW0IupRb/khO+V6zgd7j+kHDJLMxX+rCTw3pTq5+XGyi5+iNpxof
 TIIT1XBx4eq7Q/n4nWdGodHbHN9BXw7cGsNmTb1TS/G/6h1wOKxfzjvUNhDAC+2v
 idPy6B5G+WrDsYpBtTWlKHKQKVqbUlhLFyJYoglzqIeM5L9Ry/UoZ6sGleho3hKn
 Vlg/hMtkCexnVO9zopBe5CuEfseLrkcCgCvtQ713egzVXApryp4hqm3Xti20Ntgy
 OxnKhmVyloqd0kU0qLSpvDAf7B1invbHHbeZsag6wluTMrxgUYJONuonrqGeGiwB
 FBDtw9SGn2GlEXcs7sg8ANmAyr2XxxezKXD9XLBL5jadNB2KCY5yKMv1IK3VnYdq
 gEpFAiZ5cmlpZxIXqlyeZP6LKHNTci4amb33x1I/ghH2BTkGQ/3E3anXEbPNWF8G
 DDE6nrSgU0oQcNqRHyZaWNZpUIz4aFUgJtOEO4lYYP4+VzYSKTdrHseTiiJ91J7E
 WBz9p5JvSnB22+60RhyTAPjVjXgWa30nidf7WGCK0UHiIYffihCxGZRTlrhoEEUB
 fXgveJpqxLopYvxpUxi1OqlPYYo7zKRF5BzHsjKMpdVYXfdMdvs7eq2g/X889i1D
 WpbE9LyAH9FY5BM8YjFX
 =TpW1
 -----END PGP SIGNATURE-----

Merge tag 'gpio-v4.13-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 GPIO changes for the v4.13 series.

  Some administrativa:

  I have a slew of 8250 serial patches and the new IOT2040 serial+GPIO
  driver coming in through this tree, along with a whole bunch of Exar
  8250 fixes. These are ACKed by Greg and also hit drivers/platform/*
  where they are ACKed by Andy Shevchenko.

  Speaking about drivers/platform/* there is also a bunch of ACPI stuff
  coming through that route, again ACKed by Andy.

  The MCP23S08 changes are coming in here as well. You already have the
  commits in your tree, so this is just a result of sharing an immutable
  branch between pin control and GPIO.

  Core:
   - Export add/remove for lookup tables so that modules can export GPIO
     descriptor tables.
   - Handle GPIO sleep states: it is now possible to flag that a GPIO
     line may loose its state during suspend/resume of the system to
     save power. This is used in the Wolfson Micro Arizona driver.
   - ACPI-based GPIO was tightened up a lot around the edges.
   - Use bitmap_fill() to speed up a loop.

  New drivers:
   - Exar XRA1403 SPI-based GPIO.
   - MVEBU driver now supports Armada 7K and 8K.
   - LP87565 PMIC GPIO.
   - Renesas R-CAR R8A7743 (RZ/G1M).
   - The new IOT2040 8250 serial/GPIO also comes in through this
     changeset.

  Substantial driver changes:
   - Seriously fix the Exar 8250 GPIO portions to work.
   - The MCP23S08 was moved out to a pin control driver.
   - Convert MEVEBU to use regmap for register access.
   - Drop Vulcan support from the Broadcom driver.
   - Serious cleanup and improvement of the mockup driver, giving us a
     better test coverage.

  Misc:
   - Lots of janitorial clean up.
   - A bunch of documentation fixes"

* tag 'gpio-v4.13-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio: (70 commits)
  serial: exar: Add support for IOT2040 device
  gpio-exar/8250-exar: Make set of exported GPIOs configurable
  platform: Accept const properties
  serial: exar: Factor out platform hooks
  gpio-exar/8250-exar: Rearrange gpiochip parenthood
  gpio: exar: Fix iomap request
  gpio-exar/8250-exar: Do not even instantiate a GPIO device for Commtech cards
  serial: uapi: Add support for bus termination
  gpio: rcar: Add R8A7743 (RZ/G1M) support
  gpio: gpio-wcove: Fix GPIO control register offset calculation
  gpio: lp87565: Add support for GPIO
  gpio: dwapb: fix missing first irq for edgeboth irq type
  MAINTAINERS: Take maintainership for GPIO ACPI support
  gpio: exar: Fix reading of directions and values
  gpio: exar: Allocate resources on behalf of the platform device
  gpio-exar/8250-exar: Fix passing in of parent PCI device
  gpio: mockup: use devm_kcalloc() where applicable
  gpio: mockup: add myself as author
  gpio: mockup: improve the error message
  gpio: mockup: don't return magic numbers from probe()
  ...
2017-07-07 12:40:27 -07:00
..
arc
arm This time we've got one core change to introduce a bulk clk_get API, 2017-07-07 12:26:13 -07:00
ata Merge branch 'for-4.13' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata 2017-07-06 09:41:58 -07:00
auxdisplay
board
bus DeviceTree for 4.13: 2017-07-07 10:37:54 -07:00
c6x
clock ARM: 64-bit DT updates 2017-07-04 14:50:59 -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 DeviceTree for 4.13: 2017-07-07 10:37:54 -07:00
devfreq
display DeviceTree for 4.13: 2017-07-07 10:37:54 -07:00
dma
edac
eeprom
extcon
firmware
fpga DeviceTree for 4.12: 2017-05-05 19:33:07 -07:00
fsi drivers/fsi: Add documentation for GPIO bindings 2017-06-09 11:52:08 +02:00
fuse
goldfish
gpio This is the bulk of GPIO changes for the v4.13 series: 2017-07-07 12:40:27 -07:00
gpu dt-bindings: gpu: add bindings for the ARM Mali Midgard GPU 2017-05-19 23:54:51 +02:00
h8300
hsi
hwlock DT: hwspinlock: Add binding documentation for Spreadtrum hwspinlock 2017-05-24 12:25:47 -07:00
hwmon
i2c ARM: 64-bit DT updates 2017-07-04 14:50:59 -07:00
iio DeviceTree for 4.13: 2017-07-07 10:37:54 -07:00
infiniband
input Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input 2017-05-26 16:45:13 -07:00
interrupt-controller DeviceTree for 4.13: 2017-07-07 10:37:54 -07:00
iommu
ipmi
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 ARM: 64-bit DT updates 2017-07-04 14:50:59 -07:00
mips
misc dt-bindings: syscon: Add DT bindings documentation for Allwinner V3s syscon 2017-06-20 13:23:05 -04:00
mmc ARM: 64-bit DT updates 2017-07-04 14:50:59 -07:00
mtd dt-bindings: mtd: atmel-nand: Document the nfc-io bindings 2017-05-31 11:55:33 +02:00
mux dt-bindings: add mmio-based syscon mux controller DT bindings 2017-06-03 19:29:26 +09:00
net DeviceTree for 4.13: 2017-07-07 10:37:54 -07:00
nios2
nvmem nvmem: rockchip-efuse: add support for rk322x-efuse 2017-06-09 12:08:27 +02:00
opp PM / OPP: Use - instead of @ for DT entries 2017-06-24 01:28:52 +02:00
pci dt-bindings: PCI: hisi: Add document for PCIe of Kirin SoCs 2017-06-15 11:50:23 +01:00
perf
phy dt-bindings: phy: Modify Broadcom NS USB 3.0 PHY binding to use MDIO 2017-06-16 13:22:26 +05:30
pinctrl pinctrl: qcom: Add ipq8074 pinctrl driver 2017-06-29 15:12:40 +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 bindings document for dte based ptp clock 2017-06-15 12:07:15 -04:00
pwm
regmap
regulator regulator: DT: Add properties for asymmetric settling times 2017-05-17 10:49:24 +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
scsi
security/tpm
serial Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next 2017-07-05 12:31:59 -07: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/spidev', 'spi/topic/st-ssc4' and 'spi/topic/stm32' into spi-next 2017-07-03 16:21:12 +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 ARM: Device-tree updates 2017-07-04 14:37:25 -07:00
ufs
usb DeviceTree for 4.13: 2017-07-07 10:37:54 -07:00
virtio
w1
watchdog
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 DeviceTree for 4.13: 2017-07-07 10:37:54 -07:00
xilinx.txt