linux/Documentation/devicetree/bindings
Linus Torvalds 32db9f10d5 ARM: DT and driver fixes for v5.6
For the devicetree files, there are a total of 20 patches, almost
 entirely for 32-bit machines:
 
 - The Allwinner/sun9i r40 SoC dtsi file contains a number of issues,
   both for correctness and for style that are addressed in separate
   patches. This causes most of the changed lines of the DT updates
   this time.
 
 - More Allwinner updates fixing the identification of the security
   system on sun8i/A33, a recent regression of the A83t ethernet, and a
   few board specific issues on the TBS-A711 macine.
 
 - Several bug fixes for OMAP dts files, most notably fixing the timings
   for the NAND flash on the Nokia N900 that regressed a while ago after
   the move to configuring them from DT.  Some other OMAPs now set the
   correct dma limits on the L3 bus, and a regression fix addresses lost
   Ethernet on dm814x
 
 - One incorrect setting in the newly added Raspberry Pi Zero W that
   may cause issues with the SD card controller.
 
 - A missing property on the bcm2835 firmware node caused incorrect
   DMA settings.
 
 - An old bug on the oxnas platform causing spurious interrupts is
   finally addressed.
 
 - A regression on the Exynos Midas board broke the OLED panel
   power supply.
 
 - The i.MX6 phycore SoM specified the wrong voltage for the SoC,
   this is now set to the values from the datasheet.
 
 - Some 64-bit machines use a deprecated string to identify the PSCI
   firmware.
 
 There are also several small code fixes addressing mostly serious
 issues:
 
 - Fix the sunxi rsb bus access to no longer return incorrect data when
   mixing 8 and 16 bit I/O.
 
 - Fix a suspend/resume regression on the OMAP2+ lcdc from a missing
   quirk in the ti-sysc driver
 
 - Fix a NULL pointer access from a race in the fsl dpio driver
 
 - Fix a v5.5 regression in the exynos-chipid driver that caused an
   invalid error code probing the device on non-exynos platforms
 
 - Fix an out-of-bounds access in the AMD TEE driver
 -----BEGIN PGP SIGNATURE-----
 
 iQIzBAABCgAdFiEEo6/YBQwIrVS28WGKmmx57+YAGNkFAl5+LG0ACgkQmmx57+YA
 GNkZhhAAtWTv4sRf2faVzjAngWTs1LXuVpoX8UT2JXOMvY20Y1tQ6YzH8bkJahIr
 oqPsEFOANkDGON+72+7YCFUVuT2rle9xPLUpdCv3F1Q3TAP8jslkvI/7tK21UKnG
 OAsMaJdKeKg4yK+KJnh7OtOBvSJzJ0YUU8BCFs8rsSeTkMdPDz74YbC+jV974SVD
 eCYj/Nih/wt1tG+q/W0tk0LdUtAsgQWbn3WFOrbQ0SSu8i+SVbulBc2oLsltO7VX
 TFhSRimPAhxGcHJcCoD/enNuHGwKWFkGdQ7jGU3138ZP4PUztNMYKVgZmeUAH1m1
 HXlZkpCSIDUjydEAPFJPJMGJumoKvPIf9kwq9f0ceukR8DKWW3suq/gl6C/AJcHE
 K21ofuYftFZ13QXI3khv9SaBKSesEZ1qCVOj4jHNwunAjOc2+sNHdceO4rlD+N5M
 xyIG/U3rO/6VOO7ex32q39x8vCDu2TFi4nxTPQTKIslKj55DgWLayhIyBPiEyo0R
 UMopcoBOrw9LL2AA+ugTHU9CyXW1G3CMsUY/V+i2sZLElsJuVL3kvWaudttXzjei
 O3yV9J8MNTTCPyN981nu+iBAoanqbRP+JZJf0dC2kj+fjB3N9Q8Bziy6XmN3P9Kv
 7qvuSmG5YN3bc3oQKlaUPUWJVqYnsYVEjWh2SqhOmLn5WhK6F5c=
 =31+Z
 -----END PGP SIGNATURE-----

Merge tag 'arm-soc-fixes-5.6' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/soc

Pull ARM DT and driver fixes from Arnd Bergmann:
 "For the devicetree files, there are a total of 20 patches, almost
  entirely for 32-bit machines:

   - The Allwinner/sun9i r40 SoC dtsi file contains a number of issues,
     both for correctness and for style that are addressed in separate
     patches. This causes most of the changed lines of the DT updates
     this time.

   - More Allwinner updates fixing the identification of the security
     system on sun8i/A33, a recent regression of the A83t ethernet, and
     a few board specific issues on the TBS-A711 macine.

   - Several bug fixes for OMAP dts files, most notably fixing the
     timings for the NAND flash on the Nokia N900 that regressed a while
     ago after the move to configuring them from DT. Some other OMAPs
     now set the correct dma limits on the L3 bus, and a regression fix
     addresses lost Ethernet on dm814x

   - One incorrect setting in the newly added Raspberry Pi Zero W that
     may cause issues with the SD card controller.

   - A missing property on the bcm2835 firmware node caused incorrect
     DMA settings.

   - An old bug on the oxnas platform causing spurious interrupts is
     finally addressed.

   - A regression on the Exynos Midas board broke the OLED panel power
     supply.

   - The i.MX6 phycore SoM specified the wrong voltage for the SoC, this
     is now set to the values from the datasheet.

   - Some 64-bit machines use a deprecated string to identify the PSCI
     firmware.

  There are also several small code fixes addressing mostly serious
  issues:

   - Fix the sunxi rsb bus access to no longer return incorrect data
     when mixing 8 and 16 bit I/O.

   - Fix a suspend/resume regression on the OMAP2+ lcdc from a missing
     quirk in the ti-sysc driver

   - Fix a NULL pointer access from a race in the fsl dpio driver

   - Fix a v5.5 regression in the exynos-chipid driver that caused an
     invalid error code probing the device on non-exynos platforms

   - Fix an out-of-bounds access in the AMD TEE driver"

* tag 'arm-soc-fixes-5.6' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/soc: (24 commits)
  soc: samsung: chipid: Fix return value on non-Exynos platforms
  arm64: dts: Fix leftover entry-methods for PSCI
  ARM: dts: exynos: Fix regulator node aliasing on Midas-based boards
  ARM: dts: oxnas: Fix clear-mask property
  ARM: dts: bcm283x: Fix vc4's firmware bus DMA limitations
  ARM: dts: omap5: Add bus_dma_limit for L3 bus
  ARM: dts: omap4-droid4: Fix lost touchscreen interrupts
  ARM: dts: dra7: Add bus_dma_limit for L3 bus
  ARM: bcm2835-rpi-zero-w: Add missing pinctrl name
  ARM: dts: sun8i: a33: add the new SS compatible
  dt-bindings: crypto: add new compatible for A33 SS
  ARM: dts: sun8i: r40: Move SPI device nodes based on address order
  ARM: dts: sun8i: r40: Fix register base address for SPI2 and SPI3
  ARM: dts: sun8i: r40: Move AHCI device node based on address order
  ARM: dts: imx6: phycore-som: fix arm and soc minimum voltage
  soc: fsl: dpio: register dpio irq handlers after dpio create
  tee: amdtee: out of bounds read in find_session()
  ARM: dts: N900: fix onenand timings
  bus: ti-sysc: Fix quirk flags for lcdc on am335x
  ARM: dts: Fix dm814x Ethernet by changing to use rgmii-id mode
  ...
2020-03-27 13:52:32 -07:00
..
arc
arm dt-bindings: arm: Fixup the DT bindings for hierarchical PSCI states 2020-03-06 12:12:21 -06:00
ata Devicetree updates for v5.6: 2020-01-30 07:47:58 -08:00
auxdisplay
board powerpc/sysdev: drop simple gpio 2019-11-21 15:41:34 +11:00
bus dt-bindings: bus: Drop empty compatible string in example 2020-03-04 13:59:24 -06:00
c6x
clock dt-bindings: Fix dtc warnings in examples 2020-02-28 14:15:52 -06:00
connector dt-bindings: connector: Improve the english of the initial description 2019-12-10 11:34:29 +01:00
counter Devicetree updates for v5.5: 2019-12-02 11:41:35 -08:00
cpu
cpufreq
crypto dt-bindings: crypto: add new compatible for A33 SS 2020-03-11 23:11:59 +08:00
csky
ddr
devfreq dt-bindings: devfreq: exynos-bus: Remove unused property 2019-11-06 12:03:59 +09:00
display Devicetree fixes for v5.6, take 3: 2020-03-06 16:11:34 -06:00
dma dt-bindings: Fix dtc warnings in examples 2020-02-28 14:15:52 -06:00
dsp
edac
eeprom dt-binding: eeprom: at24: add vcc-supply property 2020-01-23 12:42:40 +01:00
extcon
firmware ARM: SoC-related driver updates 2019-12-05 11:43:31 -08:00
fpga
fsi dt-bindings: fsi: Add description of FSI master 2019-11-08 11:28:20 +01:00
fuse
gnss
goldfish
gpio This is the bulk of GPIO changes for the v5.6 kernel cycle 2020-01-29 09:43:39 -08:00
gpu dt-bindings: Fix dtc warnings in examples 2020-02-28 14:15:52 -06:00
h8300
hsi
hwlock
hwmon dt-bindings: Fix paths in schema $id fields 2020-02-05 09:14:57 +00:00
i2c Merge branch 'i2c/for-5.6' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux 2020-02-07 12:54:13 -08:00
i3c
iio dt-bindings: Fix dtc warnings in examples 2020-02-28 14:15:52 -06:00
infiniband
input Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input 2020-03-26 20:49:44 -07:00
interconnect dt-bindings: interconnect: Add Qualcomm MSM8916 DT bindings 2020-01-07 09:30:09 +02:00
interrupt-controller dt-bindings: interrupt-controller: Add binding for NXP INTMUX interrupt multiplexer 2020-01-20 19:10:05 +00:00
iommu dt-bindings: document PASID property for IOMMU masters 2020-01-15 15:59:13 +00:00
ipmi
leds docs: dt: fix several broken references due to renames 2020-02-24 12:12:44 -06:00
mailbox dt-bindings: mailbox: qcom: Add clock-name optional property 2019-12-18 22:07:52 -08:00
media dt-bindings: Fix dtc warnings in examples 2020-02-28 14:15:52 -06:00
memory-controllers docs: dt: fix several broken references due to renames 2020-02-24 12:12:44 -06:00
mfd dt-bindings: mfd: Fix typo in file name of twl-familly.txt 2020-03-03 16:39:05 -06:00
mips dt-bindings: MIPS: Add Ingenic XBurst based boards. 2020-01-09 09:44:03 -08:00
misc docs: dt: fix several broken references due to renames 2020-02-24 12:12:44 -06:00
mmc dt-bindings: Fix dtc warnings in examples 2020-02-28 14:15:52 -06:00
mtd docs: dt: fix several broken doc references 2020-02-24 12:27:19 -06:00
mux
nds32
net Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net 2020-03-12 16:19:19 -07:00
nios2
nvmem dt-bindings: Fix dtc warnings in examples 2020-02-28 14:15:52 -06:00
openrisc/opencores
opp dt-bindings: opp: Convert Allwinner H6 OPP to a schema 2019-12-24 14:17:52 -07:00
pci dt-bindings: PCI: intel: Fix dt_binding_check compilation failure 2020-02-04 22:42:20 +00:00
perf bindings: perf: imx-ddr: Add new compatible string 2019-11-04 16:27:34 +00:00
phy dt-bindings: Fix dtc warnings in examples 2020-02-28 14:15:52 -06:00
pinctrl dt-bindings: Fix dtc warnings in examples 2020-02-28 14:15:52 -06:00
pmem
power dt-bindings: power: Extend nodename pattern for power-domain providers 2020-03-06 12:12:20 -06:00
powerpc
pps
ptp dt-bindings: ptp: Introduce MII time stamping devices. 2019-12-25 19:51:33 -08:00
pwm ARM: Device-tree updates 2020-02-08 13:58:44 -08:00
regmap
regulator Devicetree fixes for v5.6, take 3: 2020-03-06 16:11:34 -06:00
remoteproc remoteproc updates for v5.6 2020-02-04 09:06:24 +00:00
reserved-memory
reset ARM: SoC fixes 2020-03-08 17:36:22 -07:00
riscv
rng dt-bindings: rng: add BCM2711 RNG compatible 2019-12-11 16:34:45 +08:00
rtc RTC for 5.6 2020-02-04 07:03:40 +00:00
scsi
security/tpm dt-bindings: tpm: document properties for cr50 2019-11-12 21:45:36 +02:00
serial dt-bindings: serial: Convert STM32 UART to json-schema 2020-01-23 14:34:16 -06:00
serio dt-bindings: Change maintainer address 2019-12-12 18:38:10 -06:00
sifive
siox
slimbus dt-bindings: SLIMBus: add slim devices optional properties 2020-01-14 21:46:47 +01:00
soc cmdq: 2020-01-20 11:26:10 -08:00
sound docs: dt: fix several broken doc references 2020-02-24 12:27:19 -06:00
soundwire dt-bindings: soundwire: fix example 2020-01-16 17:36:40 +05:30
spi docs: dt: fix several broken doc references 2020-02-24 12:27:19 -06:00
spmi
sram dt-bindings: Fix dtc warnings in examples 2020-02-28 14:15:52 -06:00
staging/iio/adc
thermal docs: dt: fix several broken references due to renames 2020-02-24 12:12:44 -06:00
timer dt-bindings: Fix dtc warnings in examples 2020-02-28 14:15:52 -06:00
ufs scsi: dt-bindings: ufs: ti,j721e-ufs.yaml: Add binding for TI UFS wrapper 2019-11-12 22:21:33 -05:00
usb Devicetree updates for v5.6: 2020-01-30 07:47:58 -08:00
virtio
w1
watchdog linux-watchdog 5.6-rc1 tag 2020-02-07 12:30:16 -08:00
x86
xillybus
.gitignore
ABI.txt
chosen.txt
common-properties.txt
example-schema.yaml dt-bindings: example-schema: Standard unit should be microvolt not microvolts 2019-11-11 11:21:58 -06:00
graph.txt
jailhouse.txt
Makefile dt-bindings: Improve validation build error handling 2019-11-14 10:46:16 -06:00
numa.txt
property-units.txt
resource-names.txt
submitting-patches.txt
trivial-devices.yaml dt-bindings: Add TI and Infineon VR Controllers as trivial devices 2020-01-15 12:49:09 -06:00
unittest.txt
vendor-prefixes.yaml Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input 2020-03-26 20:49:44 -07:00
writing-bindings.txt
xilinx.txt