linux-xiaomi-chiron/Documentation/devicetree/bindings
Linus Torvalds 884e0d3dd5 - Core Frameworks
- Make better attempt at matching device with the correct OF node
    - Allow batch removal of hierarchical sub-devices
 
  - New Drivers
    - Add STM32 Clocksource driver
    - Add support for Khadas System Control Microcontroller
 
  - Driver Removal
    - Remove unused driver for TI's SMSC ECE1099
 
  - New Device Support
    - Add support for Intel Emmitsburg PCH to Intel LPSS PCI
    - Add support for Intel Tiger Lake PCH-H to Intel LPSS PCI
    - Add support for Dialog DA revision to Dialog DA9063
 
  - New Functionality
    - Add support for AXP803 to be probed by I2C
 
  - Fix-ups
    - Numerous W=1 warning fixes
    - Device Tree changes; stm32-lptimer, gateworks-gsc, khadas,mcu, stmfx, cros-ec, j721e-system-controller
    - Enabled Regmap 'fast I/O'; stm32-lptimer
    - Change BUG_ON to WARN_ON; arizona-core
    - Remove superfluous code/initialisation; madera, max14577
    - Trivial formatting/spelling issues; madera-core, madera-i2c, da9055, max77693-private
    - Switch to of_platform_populate(); sprd-sc27xx-spi
    - Expand out set/get brightness/pwm macros; lm3533-ctrlbank
    - Disable IRQs on suspend; motorola-cpcap
    - Clean-up error handling; intel_soc_pmic_mrfld
    - Ensure correct removal order of sub-devices; madera
    - Many s/HTTP/HTTPS/ link changes
    - Ensure name used with Regmap is unique; syscon
 
  - Bug Fixes
    - Properly 'put' clock on unbind and error; arizona-core
    - Fix revision handling; da9063
    - Fix 'assignment of read-only location' error; kempld-core
    - Avoid using the Regmap API when atomic; rn5t618
    - Redefine volatile register description; rn5t618
    - Use locking to protect event handler; dln2
 -----BEGIN PGP SIGNATURE-----
 
 iQIzBAABCgAdFiEEdrbJNaO+IJqU8IdIUa+KL4f8d2EFAl82oU4ACgkQUa+KL4f8
 d2GMiw//Xil7CSDFOS5P3F0BQJHBFAl2L/BFtcFXx+BkkMQHvvuv0J1yTPoPFEI8
 wQv0TFWdcQeco6Vkf/nyoM5vPvHXRMt3QzV5AAlxhN+eBaxLRKyq4vtYOeCH7iA/
 R9CTI9KZvIg7tMTMDFuTnXFYPZoCSFIIl/7st8PrkC6JyVs4v/4vEXHvJz6DTOky
 yvVx7VsyQC2yrgiBXp/kAkvciD7hFSU2ibkJHn/6xDzgRrqc3PGmkmB8yMIXwSvz
 7a4/KFxENLshRzPSywwm1CIubtqlhO0ZOy3Swivg0X7wudNrpo4ysFgI4HBQMpOC
 lHF2WGOUUdpMVfrQQ5ccG3/kbjSU2tUPXOGrdG1IWASPrZtzksqUT5vnCysB7z8+
 LQT0j0WFsCZd9tbgEQt/i486M1c532Yh1iwsYhFv7PY6N4xhqArroFGu2ky5WvEY
 9IwLVgD0V8nEKnVTk1Zmz9/FpDHKf1xhbTK8Dyxsztis2vn9cXdva+iJZ73mFehb
 E1kVvI+KccZnpgM7nZZ7AwkJFO39rws9Hm+zWoUOdUV4+Zb809QeWCEPJyJeDHy7
 bqHyiGCDDYvV+eE9AOxEsI1D8QoXhS9gNPZxSW9rSxaWVbdE+7HD4Of5gEEH9C5Z
 1RMdshrOT7mjBqhotzqxNe2NvMP8bgoL3pvDwCrkl9u72mCzweo=
 =X/Zn
 -----END PGP SIGNATURE-----

Merge tag 'mfd-next-5.9-1' of git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd

Pull MFD updates from Lee Jones:
 "Core Frameworks
   - Make better attempt at matching device with the correct OF node
   - Allow batch removal of hierarchical sub-devices

  New Drivers
   - Add STM32 Clocksource driver
   - Add support for Khadas System Control Microcontroller

  Driver Removal
   - Remove unused driver for TI's SMSC ECE1099

  New Device Support
   - Add support for Intel Emmitsburg PCH to Intel LPSS PCI
   - Add support for Intel Tiger Lake PCH-H to Intel LPSS PCI
   - Add support for Dialog DA revision to Dialog DA9063

  New Functionality
   - Add support for AXP803 to be probed by I2C

  Fix-ups
   - Numerous W=1 warning fixes
   - Device Tree changes (stm32-lptimer, gateworks-gsc, khadas,mcu, stmfx, cros-ec, j721e-system-controller)
   - Enabled Regmap 'fast I/O' in stm32-lptimer
   - Change BUG_ON to WARN_ON in arizona-core
   - Remove superfluous code/initialisation (madera, max14577)
   - Trivial formatting/spelling issues (madera-core, madera-i2c, da9055, max77693-private)
   - Switch to of_platform_populate() in sprd-sc27xx-spi
   - Expand out set/get brightness/pwm macros in lm3533-ctrlbank
   - Disable IRQs on suspend in motorola-cpcap
   - Clean-up error handling in intel_soc_pmic_mrfld
   - Ensure correct removal order of sub-devices in madera
   - Many s/HTTP/HTTPS/ link changes
   - Ensure name used with Regmap is unique in syscon

  Bug Fixes
   - Properly 'put' clock on unbind and error in arizona-core
   - Fix revision handling in da9063
   - Fix 'assignment of read-only location' error in kempld-core
   - Avoid using the Regmap API when atomic in rn5t618
   - Redefine volatile register description in rn5t618
   - Use locking to protect event handler in dln2"

* tag 'mfd-next-5.9-1' of git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd: (76 commits)
  mfd: syscon: Use a unique name with regmap_config
  mfd: Replace HTTP links with HTTPS ones
  mfd: dln2: Run event handler loop under spinlock
  mfd: madera: Improve handling of regulator unbinding
  mfd: mfd-core: Add mechanism for removal of a subset of children
  mfd: intel_soc_pmic_mrfld: Simplify the return expression of intel_scu_ipc_dev_iowrite8()
  mfd: max14577: Remove redundant initialization of variable current_bits
  mfd: rn5t618: Fix caching of battery related registers
  mfd: max77693-private: Drop a duplicated word
  mfd: da9055: pdata.h: Drop a duplicated word
  mfd: rn5t618: Make restart handler atomic safe
  mfd: kempld-core: Fix 'assignment of read-only location' error
  mfd: axp20x: Allow the AXP803 to be probed by I2C
  mfd: da9063: Add support for latest DA silicon revision
  mfd: da9063: Fix revision handling to correctly select reg tables
  dt-bindings: mfd: st,stmfx: Remove I2C unit name
  dt-bindings: mfd: ti,j721e-system-controller.yaml: Add J721e system controller
  mfd: motorola-cpcap: Disable interrupt for suspend
  mfd: smsc-ece1099: Remove driver
  mfd: core: Add OF_MFD_CELL_REG() helper
  ...
2020-08-15 08:09:38 -07:00
..
arc
arm Here's some more updates that missed the last pull request because I 2020-08-12 12:19:49 -07:00
ata dt-bindings: Remove more cases of 'allOf' containing a '$ref' 2020-06-11 13:50:43 -06:00
auxdisplay dt-bindings: auxdisplay: hd44780: Convert to json-schema 2020-05-28 09:16:23 -06:00
board
bus MIPS upates for v5.9 2020-08-06 10:54:07 -07:00
c6x
chrome
clock Here's some more updates that missed the last pull request because I 2020-08-12 12:19:49 -07:00
connector dt-bindings: Merge gpio-usb-b-connector with usb-connector 2020-05-29 16:21:51 -06:00
counter
cpu
cpufreq dt-bindings: thermal: Get rid of thermal.txt and replace references 2020-07-21 10:40:08 +02:00
crypto dt-bindings: crypto: Add TI SA2UL crypto accelerator documentation 2020-07-23 17:34:16 +10:00
csky
ddr
devfreq dt-bindings: devfreq: rk3399_dmc: Add rockchip,pmu phandle 2020-07-30 17:22:57 +09:00
display drm next for 5.9-rc1 2020-08-05 19:50:06 -07:00
dma Merge branch 'topic/xilinx' into fixes 2020-08-07 11:13:37 +05:30
dsp Merge series "Add support for SOF on i.MX8M" from Daniel Baluta <daniel.baluta@oss.nxp.com> 2020-04-16 00:23:20 +01:00
edac
eeprom dt-bindings: eeprom: at24: Fix list of page sizes for writing 2020-05-19 12:52:32 -06:00
extcon extcon: arizona: Move binding over to dtschema 2020-05-27 19:30:26 -06:00
firmware firmware: qcom_scm: Add msm8994 compatible 2020-07-13 12:26:04 -07:00
fpga Devicetree updates for v5.9: 2020-08-05 13:02:45 -07:00
fsi
fuse dt-bindings: fuse: tegra: Add missing compatible strings 2020-07-17 16:14:07 +02:00
gnss
goldfish
gpio Devicetree updates for v5.9: 2020-08-05 13:02:45 -07:00
gpu dt-bindings: Add documentation for GV11B GPU 2020-07-17 16:14:02 +02:00
h8300
hsi
hwlock dt-bindings: hwlock: qcom: Remove invalid binding 2020-08-04 20:21:45 -07:00
hwmon - Add support to enable/disable the thermal zones resulting on core code and 2020-08-06 18:10:55 -07:00
i2c Merge branch 'i2c/for-5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux 2020-08-13 18:41:00 -07:00
i3c
iio Staging/IIO driver patches for 5.9-rc1 2020-08-06 14:36:13 -07:00
infiniband
input Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input 2020-08-10 16:35:57 -07:00
interconnect Char/Misc driver patches for 5.8-rc1 2020-06-07 10:59:32 -07:00
interrupt-controller MIPS upates for v5.9 2020-08-06 10:54:07 -07:00
iommu IOMMU Updates for Linux v5.9 2020-08-11 14:13:24 -07:00
ipmi dt-bindings: Remove more cases of 'allOf' containing a '$ref' 2020-06-11 13:50:43 -06:00
leds LEDs changes for 5.9-rc1. 2020-08-05 19:24:27 -07:00
mailbox dt-binding: gce: add gce header file for mt6779 2020-08-03 23:56:37 -05:00
media media updates for v5.9-rc1 2020-08-07 13:00:53 -07:00
memory-controllers IOMMU Updates for Linux v5.9 2020-08-11 14:13:24 -07:00
mfd - Core Frameworks 2020-08-15 08:09:38 -07:00
mips dt-bindings: mips: Document Loongson kvm guest board 2020-08-04 09:33:58 +02:00
misc Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next 2020-08-05 20:13:21 -07:00
mmc MMC core: 2020-08-05 13:23:24 -07:00
mtd MTD core changes: 2020-08-09 12:38:51 -07:00
mux
nds32
net dt-bindings: net: mdio: add reset-post-delay-us property 2020-08-03 15:01:02 -07:00
nios2
nvmem dt-bindings: nvmem: SID: add binding for A100's SID controller 2020-07-29 17:12:09 +02:00
openrisc/opencores
opp dt-bindings: opp: Introduce opp-peak-kBps and opp-avg-kBps bindings 2020-05-13 11:46:11 +05:30
pci Merge branch 'pci/xilinx-cpm' 2020-08-05 18:24:21 -05:00
perf
phy Devicetree updates for v5.9: 2020-08-05 13:02:45 -07:00
pinctrl - Core Frameworks 2020-08-15 08:09:38 -07:00
pmem
power power supply and reset changes for the v5.9 series 2020-08-07 21:27:37 -07:00
powerpc
pps
ptp Devicetree updates for v5.7: 2020-04-02 17:32:52 -07:00
pwm dt-bindings: pwm: samsung: Do not require interrupts on Exynos SoCs 2020-07-13 20:46:47 -06:00
regmap
regulator regulator: add the sub node names for the MP5496 PMIC 2020-07-30 23:08:57 +01:00
remoteproc dt-bindings: remoteproc: k3-dsp: Update bindings for C71x DSPs 2020-07-28 17:08:27 -07:00
reserved-memory Devicetree updates for v5.8: 2020-06-04 20:11:25 -07:00
reset Devicetree updates for v5.9: 2020-08-05 13:02:45 -07:00
riscv dt-bindings: Remove cases of 'allOf' containing a '$ref' 2020-05-03 11:10:41 -05:00
rng dt-bindings: RNG: Add Ingenic RNG bindings. 2020-07-31 18:25:28 +10:00
rtc RTC for 5.9 2020-08-12 17:17:00 -07:00
scsi
security/tpm
serial dt-bindings: serial: add generic DT binding for announcing RTS/CTS lines 2020-07-01 15:19:37 +02:00
serio
sifive
siox
slimbus
soc Staging/IIO driver patches for 5.9-rc1 2020-08-06 14:36:13 -07:00
sound Merge remote-tracking branch 'asoc/for-5.9' into asoc-next 2020-07-31 19:54:03 +01:00
soundwire
spi Devicetree updates for v5.9: 2020-08-05 13:02:45 -07:00
spmi
sram dt-bindings: sram: convert rockchip-pmu-sram bindings to yaml 2020-04-20 17:22:21 -05:00
staging/iio/adc
thermal - Add support to enable/disable the thermal zones resulting on core code and 2020-08-06 18:10:55 -07:00
timer MIPS upates for v5.9 2020-08-06 10:54:07 -07:00
ufs dt-bindings: ufs: ti: Add missing 'additionalProperties: false' 2020-05-14 14:43:22 -05:00
usb Devicetree updates for v5.9: 2020-08-05 13:02:45 -07:00
virtio dt-bindings: virtio: Replace HTTP links with HTTPS ones 2020-07-20 19:50:05 -06:00
w1
watchdog watchdog: Replace HTTP links with HTTPS ones 2020-08-05 18:43:01 +02:00
x86
xillybus
.gitignore SPDX patches for 5.7-rc1. 2020-04-03 13:12:26 -07:00
ABI.rst docs: dt: convert ABI.txt to ReST format 2020-05-04 17:09:52 -05:00
chosen.txt
common-properties.txt
example-schema.yaml dt-bindings: Remove cases of 'allOf' containing a '$ref' 2020-05-03 11:10:41 -05:00
graph.txt
index.rst docs: dt: convert writing-bindings.txt to ReST 2020-05-04 17:09:53 -05:00
jailhouse.txt
Makefile dt-bindings: copy process-schema-examples.yaml to process-schema.yaml 2020-06-30 08:42:26 -06:00
numa.txt
property-units.txt dt-bindings: property-units: Add picoseconds type 2020-06-15 10:17:30 -06:00
resource-names.txt
submitting-patches.rst docs: dt: convert submitting-patches.txt to ReST format 2020-05-04 17:09:53 -05:00
trivial-devices.yaml ASoC: sgtl5000: Convert to json-schema 2020-07-21 21:57:39 +01:00
unittest.txt
vendor-prefixes.yaml media updates for v5.9-rc1 2020-08-07 13:00:53 -07:00
writing-bindings.rst docs: dt: convert writing-bindings.txt to ReST 2020-05-04 17:09:53 -05:00
xilinx.txt powerpc: Remove Xilinx PPC405/PPC440 support 2020-05-28 23:24:34 +10:00