mirror_ubuntu-kernels/Documentation/devicetree/bindings/arm
Linus Torvalds ebcf5bb282 - Core Frameworks
- Document (kerneldoc) core mfd_add_devices() API
 
  - New Drivers
    - Add support for Altera SOCFPGA System Manager
    - Add support for Maxim MAX77650/77651 PMIC
    - Add support for Maxim MAX77663 PMIC
    - Add support for ST Multi-Function eXpander (STMFX)
 
  - New Device Support
    - Add support for LEDs to Intel Cherry Trail Whiskey Cove PMIC
    - Add support for RTC to SAMSUNG Electronics S2MPA01 PMIC
    - Add support for SAM9X60 to Atmel HLCDC (High-end LCD Controller)
    - Add support for USB X-Powers AXP 8xx PMICs
    - Add support for Integrated Sensor Hub (ISH) to ChromeOS EC
    - Add support for USB PD Logger to ChromeOS EC
    - Add support for AXP223 to X-Powers AXP series PMICs
    - Add support for Power Supply to X-Powers AXP 803 PMICs
    - Add support for Comet Lake to Intel Low Power Subsystem
    - Add support for Fingerprint MCU to ChromeOS EC
    - Add support for Touchpad MCU to ChromeOS EC
    - Move TI LM3532 support to LED
 
  - New Functionality
    - Add/extend DT support; max77650, max77620
    - Add support for power-off; max77620
    - Add support for clocking; syscon
    - Add support for host sleep event; cros_ec
 
  - Fix-ups
    - Trivial; Formatting, spelling, etc; Kconfig, sec-core, ab8500-debugfs
    - Remove unused functionality; rk808, da9063-*
    - SPDX conversion; da9063-*, atmel-*,
    - Adapt/add new register definitions; cs47l35-tables, cs47l90-tables, imx6q-iomuxc-gpr
    - Fix-up DT bindings; ti-lmu, cirrus,lochnagar
    - Simply obtaining driver data; ssbi, t7l66xb, tc6387xb, tc6393xb
 
  - Bug Fixes
    - Fix incorrect defined values; max77620, da9063
    - Fix device initialisation; twl6040
    - Reset device on init; intel-lpss
    - Fix build warnings when !OF; sun6i-prcm
    - Register OF match tables; tps65912-spi
    - Fix DMI matching; intel_quark_i2c_gpio
 -----BEGIN PGP SIGNATURE-----
 
 iQIzBAABCgAdFiEEdrbJNaO+IJqU8IdIUa+KL4f8d2EFAlzame0ACgkQUa+KL4f8
 d2GbBQ//bUoA+hcTo/ZUyQQGmE8axikZ6pacY+Y41pdzzLFoOM3IIz4NpdUF0fP2
 6r11zDiM2cL9CuMJl/AMiBv7fifowYykaBUEkkm8n2Cpj/bpLIm8eQy6jf14kqNR
 gj9sTy/feBcnZhqLLx9x9W9695nRTE4q3g+mDOj5sXRvZxqcPBaNgWkk5a8vtN9V
 yH2XkQSoK0EvvNWjl3pshp7HdKhX8k1xDZ2ghOi3Yk9JmFlg+wrWEKE4KQ7dDoUa
 SFXFReIwyleAw4Bc/demT1tSDiNgIPc9ZHtb67dUmDCQgpQqTK/h6WV1JeW1I0vh
 AM6n2hnogcbVcJdAHtwS5tR6nVahpUQ1V+XhYDyyHNmx6rqW5q2e3xRF75CT4wBZ
 NMIVaWNlih62Y196Exy+6CANHvJyxL6yRgvXkpfyaf9vYdXUrBRUujxn1PzrbkNJ
 kJwvZk5yHgg0n5SIV/D4CVy+RHP6uqe4oE4iXNWP5Um06OyVCieqMvoduyGQdLG/
 7Xrflc4EmeqTfWZrnW3ljh6sOBC+MQCfIKgRtvkPQ5EpcNU2VPXeNsAvIIHCpWHy
 HJY43WRP98DTNyP+/oBrsh56y8n+NwMBcWSmL4tv4cKmGx11bRvp35Mzy1ElPw6Y
 Zzttsw8Puz2EMmfGdcRwkZW0KWb5sAvJcImCkrjg/13QPHgcPgk=
 =dTSD
 -----END PGP SIGNATURE-----

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

Pull MFD updates from Lee Jones:
 "Core Framework:
   - Document (kerneldoc) core mfd_add_devices() API

  New Drivers:
   - Altera SOCFPGA System Manager
   - Maxim MAX77650/77651 PMIC
   - Maxim MAX77663 PMIC
   - ST Multi-Function eXpander (STMFX)

  New Device Support:
   - LEDs support in Intel Cherry Trail Whiskey Cove PMIC
   - RTC support in SAMSUNG Electronics S2MPA01 PMIC
   - SAM9X60 support in Atmel HLCDC (High-end LCD Controller)
   - USB X-Powers AXP 8xx PMICs
   - Integrated Sensor Hub (ISH) in ChromeOS EC
   - USB PD Logger in ChromeOS EC
   - AXP223 in X-Powers AXP series PMICs
   - Power Supply in X-Powers AXP 803 PMICs
   - Comet Lake in Intel Low Power Subsystem
   - Fingerprint MCU in ChromeOS EC
   - Touchpad MCU in ChromeOS EC
   - Move TI LM3532 support to LED

  New Functionality:
   - max77650, max77620: Add/extend DT support
   - max77620 power-off
   - syscon clocking
   - croc_ec host sleep event

  Fix-ups:
   - Trivial; Formatting, spelling, etc; Kconfig, sec-core, ab8500-debugfs
   - Remove unused functionality; rk808, da9063-*
   - SPDX conversion; da9063-*, atmel-*,
   - Adapt/add new register definitions; cs47l35-tables, cs47l90-tables, imx6q-iomuxc-gpr
   - Fix-up DT bindings; ti-lmu, cirrus,lochnagar
   - Simply obtaining driver data; ssbi, t7l66xb, tc6387xb, tc6393xb

  Bug Fixes:
   - Fix incorrect defined values; max77620, da9063
   - Fix device initialisation; twl6040
   - Reset device on init; intel-lpss
   - Fix build warnings when !OF; sun6i-prcm
   - Register OF match tables; tps65912-spi
   - Fix DMI matching; intel_quark_i2c_gpio"

* tag 'mfd-next-5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd: (65 commits)
  mfd: Use dev_get_drvdata() directly
  mfd: cros_ec: Instantiate properly CrOS Touchpad MCU device
  mfd: cros_ec: Instantiate properly CrOS FP MCU device
  mfd: cros_ec: Update the EC feature codes
  mfd: intel-lpss: Add Intel Comet Lake PCI IDs
  mfd: lochnagar: Add links to binding docs for sound and hwmon
  mfd: ab8500-debugfs: Fix a typo ("deubgfs")
  mfd: imx6sx: Add MQS register definition for iomuxc gpr
  dt-bindings: mfd: LMU: Fix lm3632 dt binding example
  mfd: intel_quark_i2c_gpio: Adjust IOT2000 matching
  mfd: da9063: Fix OTP control register names to match datasheets for DA9063/63L
  mfd: tps65912-spi: Add missing of table registration
  mfd: axp20x: Add USB power supply mfd cell to AXP803
  mfd: sun6i-prcm: Fix build warning for non-OF configurations
  mfd: intel-lpss: Set the device in reset state when init
  platform/chrome: Add support for v1 of host sleep event
  mfd: cros_ec: Add host_sleep_event_v1 command
  mfd: cros_ec: Instantiate the CrOS USB PD logger driver
  mfd: cs47l90: Make DAC_AEC_CONTROL_2 readable
  mfd: cs47l35: Make DAC_AEC_CONTROL_2 readable
  ...
2019-05-14 10:39:08 -07:00
..
altera dt-bindings: arm: socfpga: Add S10 System Manager binding 2019-04-02 07:37:54 +01:00
amlogic ARM: Device-tree updates for 4.15 2017-11-16 15:48:26 -08:00
apm
bcm dt-bindings: bcm: Add Raspberry Pi 3 A+ 2019-02-01 11:53:44 +01:00
calxeda
cpu-enable-method dt-bindings: arm: alpine: Move CPU control related binding to cpu-enable-method/al,alpine-smp 2018-10-04 20:06:21 -05:00
firmware Docs: dt: add devicetree binding for describing arm64 SDEI firmware 2018-01-13 10:44:48 +00:00
freescale ARM: SoC driver updates for 5.1 2019-03-06 09:41:12 -08:00
hisilicon dt-bindings: arm: hisilicon: Add binding for HiKey970 board 2018-09-19 16:15:13 +01:00
keystone Documentation: dt: keystone: ti-sci: Add optional host-id parameter 2018-08-28 13:22:10 -07:00
marvell dt-bindings: cp110: document the thermal interrupt capabilities 2019-01-02 04:47:19 -08:00
mediatek dt-bindings: mediatek: apmixedsys: add support for MT8516 2019-04-25 14:35:29 -07:00
mrvl dt-bindings: arm: mrvl: amend Browstone compatible string 2018-12-13 11:10:46 -06:00
msm This time it looks like a quieter release cycle in the clk tree. I guess that's 2018-10-31 11:08:30 -07:00
npcm arm: dts: add Nuvoton NPCM750 device tree 2018-03-06 18:01:15 +01:00
nxp
omap ARM: Device-tree updates 2018-08-23 14:02:22 -07:00
rockchip
samsung ARM: Device-tree updates 2018-08-23 14:02:22 -07:00
socionext dt-bindings: Add documentation for Milbeaut SoCs 2019-03-01 15:18:26 +01:00
stm32 dt-bindings: stm32: syscon: Add clock support 2019-05-14 08:13:25 +01:00
sunxi dt-bindings: bus: Add binding for the Allwinner MBUS controller 2019-04-10 16:33:47 -05:00
tegra dt-bindings: tegra186-pmc: Add interrupt controller properties 2018-11-28 16:42:58 +01:00
ti dt-bindings: arm: Convert TI nspire board/soc bindings to json-schema 2018-12-13 11:09:46 -06:00
ux500 dt-bindings: arm: scu: Correct example SCU unit addresses 2018-09-20 14:55:55 -07:00
vt8500 dt-bindings: move various timer bindings to timer/ directory 2018-04-27 16:56:47 -05:00
actions.txt Actions Semi arm64 based SoC DT for v4.16 2018-01-04 22:36:42 -08:00
al,alpine.txt dt-bindings: arm: alpine: Move CPU control related binding to cpu-enable-method/al,alpine-smp 2018-10-04 20:06:21 -05:00
altera.yaml dt-bindings: arm: Convert Altera board/soc bindings to json-schema 2018-12-13 09:41:50 -06:00
amlogic,scpi.txt Documentation: bindings: Add missing Amlogic SCPI sensor bindings 2018-11-29 12:29:58 -08:00
amlogic.txt dt-bindings: arm: amlogic: add amediatech x96-max bindings 2019-02-08 09:44:06 -08:00
arm-boards
arm-dsu-pmu.txt dt-bindings: Document devicetree binding for ARM DSU PMU 2018-01-02 16:43:12 +00:00
arm,scmi.txt dt-bindings: arm: add support for ARM System Control and Management Interface(SCMI) protocol 2018-02-28 16:37:57 +00:00
arm,scpi.txt
atmel-at91.txt dt-bindings: arm: atmel: Move various sys registers out of SoC binding doc 2018-10-11 14:48:33 -05:00
atmel-sysregs.txt power supply and reset changes for the v5.1 series 2019-03-08 09:24:00 -08:00
axentia.txt ARM: dts: at91: add devicetree for the Axentia Nattis with Natte power 2017-12-04 20:37:45 +01:00
axis.txt
axxia.txt
bitmain.yaml dt-bindings: arm: Document Bitmain BM1880 SoC 2019-02-09 16:09:43 +05:30
calxeda.yaml dt-bindings: arm: Convert Calxeda board/soc bindings to json-schema 2018-12-13 09:41:51 -06:00
cavium-thunder2.txt
cavium-thunder.txt
cci.txt
coresight-cpu-debug.txt
coresight.txt dt-bindings: arm: coresight: Unify funnel DT binding 2019-05-02 19:12:21 +02:00
cpu-capacity.txt doc: bindings: fix bad reference to ARM CPU bindings 2019-01-11 17:12:50 -06:00
cpus.yaml Devicetree for 5.2: 2019-05-07 21:55:37 -07:00
digicolor.txt
emtrion.txt dt-bindings: arm: Document emtrion emCON-MX6 bindings 2018-12-10 10:02:24 +08:00
fsl.yaml dt-bindings: arm: fsl: Add devicetree binding for Oxalis 2019-02-01 11:27:09 +08:00
fw-cfg.txt
gemini.txt
idle-states.txt doc: bindings: fix bad reference to ARM CPU bindings 2019-01-11 17:12:50 -06:00
juno,scpi.txt
l2c2x0.yaml dt-bindings: arm: l2x0: Convert L2 cache to json-schema 2019-02-13 09:58:13 -06:00
mediatek.txt dt-bindings: arm: mediatek: add support for MT7622 BPI-R64 and MT7629 RFB 2019-02-07 17:51:51 +01:00
moxart.txt
oxnas.txt
picoxcell.txt
pmu.yaml dt-bindings: arm: Convert PMU binding to json-schema 2019-01-14 14:40:59 +00:00
primecell.yaml dt-bindings: arm: Convert primecell binding to json-schema 2018-12-13 09:41:50 -06:00
psci.txt
qcom.yaml dt-bindings: arm: Convert QCom board/soc bindings to json-schema 2018-12-13 11:09:46 -06:00
rda.txt dt-bindings: arm: Document RDA8810PL and reference boards 2018-12-31 13:09:36 -08:00
realtek.txt dt-bindings: arm: realtek: Document MeLE V9 2017-10-26 16:22:19 +09:00
renesas,prr.txt dt-bindings: arm: renesas: Move 'renesas,prr' binding to its own doc 2018-12-06 11:33:22 -08:00
renesas.yaml dt-bindings: arm: renesas: Fix SoC mismatch for Stout 2019-01-30 10:58:00 +01:00
rockchip.yaml New boards are the Rock Pi 4, NanoPC-T4 and NanoPi-M4, with the last 2019-02-15 14:47:02 +01:00
rtsm-dcscb.txt
scu.txt dt-bindings: arm: scu: Correct example SCU unit addresses 2018-09-20 14:55:55 -07:00
secure.txt Documentation: dt: Add binding for /secure-chosen/stdout-path 2018-10-12 15:44:12 -05:00
sirf.yaml dt-bindings: arm: Convert CSR SiRF board/soc bindings to json-schema 2018-12-13 11:09:46 -06:00
sp810.txt doc: bindings: fix bad reference to ARM CPU bindings 2019-01-11 17:12:50 -06:00
spe-pmu.txt dt-bindings: Document devicetree binding for ARM SPE 2017-10-18 12:53:33 +01:00
spear-misc.txt
spear.yaml dt-bindings: arm: Convert SPEAr board/soc bindings to json-schema 2018-12-13 11:09:46 -06:00
sprd.txt
ste-nomadik.txt
ste-u300.txt
sti.yaml dt-bindings: arm: Convert ST STi board/soc bindings to json-schema 2018-12-13 11:09:47 -06:00
sunxi.txt ARM: Device-tree updates 2018-12-31 17:36:02 -08:00
swir.txt
syna.txt dt-bindings: arm: syna: add support for the AS370 SoC 2018-09-27 14:48:27 +08:00
tegra.yaml dt-bindings: tegra: Add Shield TV device tree binding documentation 2019-01-25 13:08:10 +01:00
topology.txt doc: bindings: fix bad reference to ARM CPU bindings 2019-01-11 17:12:50 -06:00
versatile-sysreg.txt
vexpress-scc.txt
vexpress-sysreg.txt dt-bindings: Remove leading zeros from bindings notation 2017-11-09 17:05:05 -06:00
vexpress.txt
vt8500.yaml dt-bindings: arm: Convert VIA board/soc bindings to json-schema 2018-12-13 11:09:47 -06:00
xen.txt
xilinx.yaml dt-bindings: arm: Add missing Xilinx boards 2018-12-13 11:09:47 -06:00
zte,sysctrl.txt dt-bindings: arm: zte: Move sysctrl bindings to their own doc 2018-10-11 14:52:01 -05:00
zte.yaml dt-bindings: arm: Convert ZTE board/soc bindings to json-schema 2018-12-13 11:09:47 -06:00