linux-stable/Documentation/devicetree/bindings/mfd
Linus Torvalds 65ec0a7d24 This is the bulk of the pin control changes for the v5.13 kernel cycle
Core changes:
 
 - A semantic change to handle pinmux and pinconf in explicit order
   while up until now we depended on the semantic order in the
   device tree. The device tree is a functional programming
   language and does not imply any order, so the right thing is
   for the pin control core to provide these semantics.
 
 - Add a new pinmux-select debugfs file which makes it possible to
   go in and select functions for a pin manually (iteratively, at
   the prompt) for debugging purposes.
 
 - Fixes to gpio regmap handling for a new pin control driver
   making use of regmap-gpio.
 
 - Use octal permissions on debugfs files.
 
 New drivers:
 
 - A massive rewrite of the former custom pin control driver for
   MIPS Broadcom devices to instead use the pin control subsystem.
   New pin control drivers for BCM6345, BCM6328, BCM6358, BCM6362,
   BCM6368, BCM63268 and BCM6318 SoC variants are implemented.
 
 - Support for PM8350, PM8350B, PM8350C, PMK8350, PMR735A and
   PMR735B in the Qualcomm PMIC GPIO driver. Also the two GPIOs
   on PM8008 are supported.
 
 - Support for the Rockchip RK3568/RK3566 pin controller.
 
 - Support for Ingenic JZ4730, JZ4750, JZ4755, JZ4775 and
   X2000.
 
 - Support for Mediatek MTK8195.
 
 - Add a new Xilinx ZynqMP pin control driver.
 
 Driver improvements and non-urgent fixes:
 
 - Modularization and improvements of the Rockchip drivers.
 
 - Some new pins added to the description of new Renesas SoCs.
 
 - Clarifications of the GPIO base calculation in the Intel driver.
 
 - Fix the function names for the MPP54 and MPP55 pins in the Armada
   CP110 pin controller.
 
 - GPIO wakeup interrupt map for Qualcomm SC7280 and SM8350.
 
 - Support for ACPI probing of the Qualcomm SC8180x.
 
 - Fix interrupt clear status on rockchip
 
 - Fix some missing pins on the Ingenic JZ4770, some semantic
   fixes for the behaviour of the Ingenic pin controller.
   Add DMIC pins for JZ4780, X1000, X1500 and X1830.
 
 - A slew of janitorial like of_node_put() calls.
 -----BEGIN PGP SIGNATURE-----
 
 iQIzBAABCAAdFiEElDRnuGcz/wPCXQWMQRCzN7AZXXMFAmCL5sAACgkQQRCzN7AZ
 XXNX5RAAtdPvDrPzzWdeqNLyodnJu/SyeA2xbmsvywrSvgpSx3FojFW9AXY/sr7w
 RuhGGA5KhnrovwiabRKoZ0d0lC/JtKdx5g2o9ePFHDy+7BzFnVacBjL38UftSKy0
 4QpDNJ3zock/XTUgJdaJEsbHhP/N4fOF/SbLpguYzGz7JpybNrZ+2M73yeQSL6uE
 yuhn/AgFMLgWS47nSAH91Yt387+XCEfB75nftXyFSN9GpQ9i3VixWsG3Um/Stoma
 aR7IIknvHdpCrOHH1IKohYcdlOkE7Wh2wHXSJVv26M49Ri5KSXu17lsUknebQ/oq
 UeDYdd/2q/wFjxdEbG2tqinEYHs3e1RPmatVesgyibtYHGwjnSFo/G6UtG4948ii
 1exwBi+0fw58YWLu/z4bhnNtZx6VsOev6mJ5GF7pyYzGIJy3r5J/9KCDzOJEoLom
 YTVmgZRjzJuH/i0rPgyg3lSxlP/pdvdk1YUMlIYN1zWdPnRqj7/q+qaxPOkltqD+
 20NFkvhQuuq+dLn4jtNK9xr2+vIKxIRPClT3D/lAihEPC5MUaFw/+y/V7c1hEJfS
 d1dh5DwgHK7i55/lqLFaXeNNYsmY/SiFecoB8xyFnOJFsHlSHe/6NfjmRhOMUn6V
 IX2GG4CBAzaheIWtN/ub/DcQ1vwA2n9hO5WX+Y3CXkIxXUFPmJY=
 =QrEn
 -----END PGP SIGNATURE-----

Merge tag 'pinctrl-v5.13-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrl

Pull pin control updates from Linus Walleij:
 "There is a lot going on!

  Core changes:

   - A semantic change to handle pinmux and pinconf in explicit order
     while up until now we depended on the semantic order in the device
     tree. The device tree is a functional programming language and does
     not imply any order, so the right thing is for the pin control core
     to provide these semantics.

   - Add a new pinmux-select debugfs file which makes it possible to go
     in and select functions for a pin manually (iteratively, at the
     prompt) for debugging purposes.

   - Fixes to gpio regmap handling for a new pin control driver making
     use of regmap-gpio.

   - Use octal permissions on debugfs files.

  New drivers:

   - A massive rewrite of the former custom pin control driver for MIPS
     Broadcom devices to instead use the pin control subsystem. New pin
     control drivers for BCM6345, BCM6328, BCM6358, BCM6362, BCM6368,
     BCM63268 and BCM6318 SoC variants are implemented.

   - Support for PM8350, PM8350B, PM8350C, PMK8350, PMR735A and PMR735B
     in the Qualcomm PMIC GPIO driver. Also the two GPIOs on PM8008 are
     supported.

   - Support for the Rockchip RK3568/RK3566 pin controller.

   - Support for Ingenic JZ4730, JZ4750, JZ4755, JZ4775 and X2000.

   - Support for Mediatek MTK8195.

   - Add a new Xilinx ZynqMP pin control driver.

  Driver improvements and non-urgent fixes:

   - Modularization and improvements of the Rockchip drivers.

   - Some new pins added to the description of new Renesas SoCs.

   - Clarifications of the GPIO base calculation in the Intel driver.

   - Fix the function names for the MPP54 and MPP55 pins in the Armada
     CP110 pin controller.

   - GPIO wakeup interrupt map for Qualcomm SC7280 and SM8350.

   - Support for ACPI probing of the Qualcomm SC8180x.

   - Fix interrupt clear status on rockchip

   - Fix some missing pins on the Ingenic JZ4770, some semantic fixes
     for the behaviour of the Ingenic pin controller. Add DMIC pins for
     JZ4780, X1000, X1500 and X1830.

   - A slew of janitorial like of_node_put() calls"

* tag 'pinctrl-v5.13-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrl: (99 commits)
  pinctrl: Add Xilinx ZynqMP pinctrl driver support
  firmware: xilinx: Add pinctrl support
  pinctrl: rockchip: do coding style for mux route struct
  pinctrl: Add PIN_CONFIG_MODE_PWM to enum pin_config_param
  pinctrl: Introduce MODE group in enum pin_config_param
  pinctrl: Keep enum pin_config_param ordered by name
  dt-bindings: pinctrl: Add binding for ZynqMP pinctrl driver
  pinctrl: core: Fix kernel doc string for pin_get_name()
  pinctrl: mediatek: use spin lock in mtk_rmw
  pinctrl: add drive for I2C related pins on MT8195
  pinctrl: add pinctrl driver on mt8195
  dt-bindings: pinctrl: mt8195: add pinctrl file and binding document
  pinctrl: Ingenic: Add pinctrl driver for X2000.
  pinctrl: Ingenic: Add pinctrl driver for JZ4775.
  pinctrl: Ingenic: Add pinctrl driver for JZ4755.
  pinctrl: Ingenic: Add pinctrl driver for JZ4750.
  pinctrl: Ingenic: Add pinctrl driver for JZ4730.
  dt-bindings: pinctrl: Add bindings for new Ingenic SoCs.
  pinctrl: Ingenic: Reformat the code.
  pinctrl: Ingenic: Add DMIC pins support for Ingenic SoCs.
  ...
2021-04-30 13:04:30 -07:00
..
88pm860x.txt
ab8500.txt dt-bindings: fix references for iio-bindings.txt 2021-04-09 14:18:49 -05:00
ac100.txt
act8945a.txt dt-bindings: mfd: Correct interrupt flags in examples 2020-09-30 17:46:29 +01:00
actions,atc260x.yaml dt-bindings: mfd: Add Actions Semi ATC260x PMIC binding 2021-03-10 11:10:20 +00:00
allwinner,sun4i-a10-ts.yaml dt-bindings: Remove cases of 'allOf' containing a '$ref' 2020-05-03 11:10:41 -05:00
allwinner,sun6i-a31-prcm.yaml dt-bindings: mfd: Convert Allwinner legacy PRCM bindings to schemas 2019-12-24 14:17:52 -07:00
allwinner,sun8i-a23-prcm.yaml dt-bindings: mfd: Convert Allwinner legacy PRCM bindings to schemas 2019-12-24 14:17:52 -07:00
altera-a10sr.txt
as3711.txt
as3722.txt
aspeed-gfx.txt
aspeed-lpc.txt dt-bindings: aspeed-lpc: Remove LPC partitioning 2021-04-09 13:39:19 +09:30
aspeed-scu.txt dt-bindings: aspeed: Add silicon id node to SCU 2020-09-25 10:14:04 +09:30
atmel-flexcom.txt
atmel-gpbr.txt dt-bindings: atmel-gpbr: add microchip,sam9x60-gpbr 2020-01-14 15:06:57 +01:00
atmel-hlcdc.txt dt-bindings: mfd: Add bindings for SAM9X60 HLCD controller 2019-05-14 08:13:26 +01:00
atmel-matrix.txt dt-bindings: atmel-matrix: add microchip,sam9x60-matrix 2020-01-14 15:06:56 +01:00
atmel-smc.txt dt-bindings: atmel-smc: add microchip,sam9x60-smc 2020-01-14 15:06:57 +01:00
atmel-usart.txt dt-bindings: atmel-usart: Add microchip,sam9x60-{usart, dbgu} 2020-01-24 07:33:59 +00:00
axp20x.txt
bd9571mwv.txt dt-bindings: mfd: bd9571mwv: Document BD9574MWF 2021-01-14 13:05:54 +00:00
bfticu.txt
brcm,bcm6318-gpio-sysctl.yaml dt-bindings: add BCM6318 GPIO sysctl binding documentation 2021-03-29 12:20:09 +02:00
brcm,bcm6328-gpio-sysctl.yaml dt-bindings: add BCM6328 GPIO sysctl binding documentation 2021-03-29 12:20:07 +02:00
brcm,bcm6358-gpio-sysctl.yaml dt-bindings: add BCM6358 GPIO sysctl binding documentation 2021-03-29 12:20:07 +02:00
brcm,bcm6362-gpio-sysctl.yaml dt-bindings: add BCM6362 GPIO sysctl binding documentation 2021-03-29 12:20:08 +02:00
brcm,bcm6368-gpio-sysctl.yaml dt-bindings: add BCM6368 GPIO sysctl binding documentation 2021-03-29 12:20:08 +02:00
brcm,bcm59056.txt
brcm,bcm63268-gpio-sysctl.yaml dt-bindings: add BCM63268 GPIO sysctl binding documentation 2021-03-29 12:20:08 +02:00
brcm,iproc-cdru.txt
brcm,iproc-mhb.txt
canaan,k210-sysctl.yaml dt-binding: mfd: Document canaan,k210-sysctl bindings 2021-01-14 15:08:50 -08:00
cirrus,lochnagar.yaml dt-bindings: Use 'additionalProperties' instead of 'unevaluatedProperties' 2020-10-07 11:28:30 -05:00
cirrus,madera.yaml dt-bindings: Whitespace clean-ups in schema files 2020-08-14 08:55:58 -06:00
da9052-i2c.txt
da9055.txt
da9062.txt dt-bindings: mfd: dialog: Replace HTTP links with HTTPS ones 2020-07-15 15:46:03 -06:00
da9063.txt
da9150.txt
ene-kb930.yaml dt-bindings: mfd: Add ENE KB930 Embedded Controller binding 2021-02-08 13:54:20 +00:00
ene-kb3930.yaml dt-bindings: More whitespace clean-ups in schema files 2020-10-26 16:13:56 -05:00
fsl-imx25-tsadc.txt
gateworks-gsc.yaml dt-bindings: mfd: gateworks-gsc: Add fan-tach mode 2021-02-08 13:54:18 +00:00
google,cros-ec.yaml dt-bindings: iio: Add cros ec proximity yaml doc 2021-03-25 19:13:50 +00:00
hi6421.txt
hisilicon,hi655x.txt
iqs62x.yaml dt-bindings: mfd: Correct the node name of the panel LED 2021-02-08 13:54:07 +00:00
khadas,mcu.yaml dt-bindings: mfd: Add Khadas Microcontroller bindings 2020-06-18 11:23:16 +01:00
kontron,sl28cpld.yaml dt-bindings: mfd: Add bindings for sl28cpld 2020-09-17 15:57:14 +01:00
lp873x.txt
lp3943.txt
max8925.txt
max8998.txt regulator/mfd: max8998: Document charger regulator 2020-05-22 13:11:06 +01:00
max14577.txt dt-bindings: mfd: max14577: Add reference to max14040_battery.txt descriptions 2020-01-24 07:33:57 +00:00
max77620.txt
max77650.yaml dt-bindings: Add missing 'additionalProperties: false' 2020-03-31 09:03:17 -06:00
max77686.txt
max77693.txt dt-bindings: mfd: max77693: Fix missing curly brace 2019-11-11 09:20:37 +00:00
max77802.txt
mc13xxx.txt
mfd.txt
motorola-cpcap.txt dt-bindings:iio:adc: update motorola,cpcap-adc.yaml reference 2021-04-09 14:24:25 -05:00
mps,mp2629.yaml dt-bindings: mfd: Add document bindings for mp2629 2020-05-26 10:41:28 +01:00
mt6397.txt dt-bindings: mfd: mediatek: Add MT6397 Pin Controller 2020-05-26 10:51:20 +01:00
mxs-lradc.txt
netronix,ntxec.yaml dt-bindings: mfd: Add binding for Netronix embedded controller 2021-03-10 11:06:25 +00:00
omap-usb-host.txt
omap-usb-tll.txt
palmas.txt
qcom,spmi-pmic.txt dt-bindings: convert spmi.txt to spmi.yaml 2020-09-08 16:58:21 -06:00
qcom,tcsr.txt
qcom-pm8xxx.yaml dt-bindings: mfd: Convert pm8xxx bindings to yaml 2021-04-14 16:06:50 +01:00
qcom-rpm.txt regulator: add smb208 support 2020-02-26 18:29:52 +00:00
qriox.txt
retu.txt
ricoh,rn5t618.yaml dt-bindings: mfd: ricoh,rn5t618: Trivial: Fix spelling mistake of 'additionally' 2021-04-14 16:03:13 +01:00
rk808.txt dt-bindings: mfd: rk808: Add binding information for RK809 and RK817. 2019-06-27 14:57:47 +01:00
rohm,bd9576-pmic.yaml dt_bindings: mfd: Add ROHM BD9576MUF and BD9573MUF PMICs 2021-03-10 10:58:06 +00:00
rohm,bd70528-pmic.txt dt-bindings: mfd: Correct interrupt flags in examples 2020-09-30 17:46:29 +01:00
rohm,bd71815-pmic.yaml dt_bindings: mfd: Add ROHM BD71815 PMIC 2021-04-14 10:18:22 +01:00
rohm,bd71828-pmic.yaml dt_bindings: bd71828: Add clock output mode 2021-04-14 10:18:03 +01:00
rohm,bd71837-pmic.yaml dt-bindings: mfd: rohm,bd71837-pmic: Add common properties 2020-11-19 08:34:22 +00:00
rohm,bd71847-pmic.yaml dt-bindings: mfd: rohm,bd71847-pmic: Correct clock properties requirements 2020-09-14 16:49:09 -06:00
samsung,exynos5433-lpass.txt dt-bindings: serial: Convert Samsung UART bindings to json-schema 2019-11-05 16:48:22 -06:00
samsung,sec-core.txt
sky81452.txt
sprd,sc27xx-pmic.txt
st,stm32-lptimer.yaml dt-bindings: mfd: Document STM32 low power timer bindings 2020-06-18 11:19:37 +01:00
st,stm32-timers.yaml dt-bindings: mfd: fix stm32 timers example 2020-12-09 14:02:06 -06:00
st,stmfx.yaml dt-bindings: Drop unnecessary *-supply schemas properties 2020-12-22 18:58:02 -07:00
st,stpmic1.yaml dt-bindings: Whitespace clean-ups in schema files 2020-08-14 08:55:58 -06:00
stmpe.txt
syscon.yaml dt-binding: mfd: syscon: add Rockchip QoS register compatibles 2020-11-19 08:34:23 +00:00
tc3589x.txt
ti,j721e-system-controller.yaml dt-bindings: Use 'additionalProperties' instead of 'unevaluatedProperties' 2020-10-07 11:28:30 -05:00
ti,lp87524-q1.yaml dt-bindings: mfd: lp875xx: Add optional reset GPIO 2021-04-14 16:03:33 +01:00
ti,lp87561-q1.yaml dt-bindings: mfd: lp875xx: Add optional reset GPIO 2021-04-14 16:03:33 +01:00
ti,lp87565-q1.yaml dt-bindings: mfd: lp875xx: Add optional reset GPIO 2021-04-14 16:03:33 +01:00
ti-keystone-devctrl.txt
ti-lmu.txt dt-bindings: mfd: Add lm36274 bindings to ti-lmu 2019-06-06 20:37:53 +02:00
tps6105x.txt dt-bindings: mfd: update TI tps6105x chip bindings 2019-12-21 20:10:06 +01:00
tps6507x.txt
tps65086.txt
tps65910.txt dt-bindings: mfd: tps65910: Improve grammar 2020-03-03 16:38:12 -06:00
tps65912.txt
twl-family.txt mfd: Replace HTTP links with HTTPS ones 2020-08-13 07:50:59 +01:00
twl4030-audio.txt
twl4030-power.txt
twl6040.txt
wlf,arizona.yaml dt-bindings: Whitespace clean-ups in schema files 2020-08-14 08:55:58 -06:00
wm831x.txt
xylon,logicvc.yaml dt-bindings: Another round of adding missing 'additionalProperties' 2020-10-06 10:55:25 -05:00
zii,rave-sp.txt dt-bindings: mfd: zii,rave-sp: Fix a typo ("onborad") 2020-03-03 16:37:38 -06:00