linux/include/dt-bindings/pinctrl
Linus Torvalds 5e2e7383b5 Pin control bulk changes for v6.0:
Core changes:
 
 - Add PINCTRL_PINGROUP() helper macro (and use it in the AMD driver).
 
 New drivers:
 
 - Intel Meteor Lake support.
 
 - Reneasas RZ/V2M and r8a779g0 (R-Car V4H).
 
 - AXP209 variants AXP221, AXP223 and AXP809.
 
 - Qualcomm MSM8909, PM8226, PMP8074 and SM6375.
 
 - Allwinner D1.
 
 Improvements:
 
 - Proper pin multiplexing in the AMD driver.
 
 - Mediatek MT8192 can use generic drive strength and pin
   bias, then fixes on top plus some I2C pin group fixes.
 
 - Have the Allwinner Sunplus SP7021 use the generic DT schema and
   make interrupts optional.
 
 - Handle Qualcomm SC7280 ADSP.
 
 - Handle Qualcomm MSM8916 CAMSS GP clock muxing.
 
 - High impedance bias on ZynqMP.
 
 - Serialize StarFive access to MMIO.
 
 - Immutable gpiochip for BCM2835, Ingenic, Qualcomm SPMI GPIO.
 -----BEGIN PGP SIGNATURE-----
 
 iQIzBAABCAAdFiEElDRnuGcz/wPCXQWMQRCzN7AZXXMFAmLy1PoACgkQQRCzN7AZ
 XXOavA/+O9lIcZqt/I3ZzA4+paEJsXM/win6NKGUHlAE76D5qOvMEXPYCszccGVl
 0ZV9s3A3xmlb0AQZONeiK5M6FTghnIHiPMI5Ewzw358hZQg68Mgaba5+/yTqc9ZT
 L5zs6whboB1Mlr05L3g5e5ImM1FdFklGHimI6G/evE5r1ZXAAdoyXbSzWgtgLwp9
 Gn3rstfqxwwPa9QWIjCXXIeZ/EFnX6BRFT5Pu47dRz/67UWB3xzJjRkZXBf8Nag9
 /H/TpmkXSFNaP8HK2kN8m5eNtfWLYM1AmjFPNICWtKLhH12ArD3j+MBYLcJoDnAI
 JZryrMSFi2P14Ov42zYeJaSjReTt/QBcRAlWBhSiuotJHl6wrFXzM6wA6JirfvsJ
 XQsNm7rKfkmfJ84VjqmCg6QF+39fwKw9MYY9IMXsey7864pBWSyl2xYXUjwXFLua
 EWh+6I1CX4db/S6I/uqvluDenT0NKAPZ3rwK5Al1m1DMI47kz0qoW5ZxAW10xeYB
 BNGN7IyRvYZhfA/DHcxMB5XgateIKTJqfcYnmHD29Ep4skEetOSac0wVytd3S+Hw
 v1zklpcGDLHNiCBXmTYniTlfgBkWJUmVCLA4K6TjSNUKfeoR+33wlpnPHveq8ckn
 PJLf79A+5Br3IsLnr6AzDrmtCd0sV46Gy8Vi5I1TD1i/LUUhnL0=
 =enmk
 -----END PGP SIGNATURE-----

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

Pull pin control updates from Linus Walleij:
 "Outside the pinctrl driver and DT bindings we hit some Arm DT files,
  patched by the maintainers.

  Other than that it is business as usual.

  Core changes:

   - Add PINCTRL_PINGROUP() helper macro (and use it in the AMD driver).

  New drivers:

   - Intel Meteor Lake support.

   - Reneasas RZ/V2M and r8a779g0 (R-Car V4H).

   - AXP209 variants AXP221, AXP223 and AXP809.

   - Qualcomm MSM8909, PM8226, PMP8074 and SM6375.

   - Allwinner D1.

  Improvements:

   - Proper pin multiplexing in the AMD driver.

   - Mediatek MT8192 can use generic drive strength and pin bias, then
     fixes on top plus some I2C pin group fixes.

   - Have the Allwinner Sunplus SP7021 use the generic DT schema and
     make interrupts optional.

   - Handle Qualcomm SC7280 ADSP.

   - Handle Qualcomm MSM8916 CAMSS GP clock muxing.

   - High impedance bias on ZynqMP.

   - Serialize StarFive access to MMIO.

   - Immutable gpiochip for BCM2835, Ingenic, Qualcomm SPMI GPIO"

* tag 'pinctrl-v6.0-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrl: (117 commits)
  dt-bindings: pinctrl: qcom,pmic-gpio: add PM8226 constraints
  pinctrl: qcom: Make PINCTRL_SM8450 depend on PINCTRL_MSM
  pinctrl: qcom: sm8250: Fix PDC map
  pinctrl: amd: Fix an unused variable
  dt-bindings: pinctrl: mt8186: Add and use drive-strength-microamp
  dt-bindings: pinctrl: mt8186: Add gpio-line-names property
  ARM: dts: imxrt1170-pinfunc: Add pinctrl binding header
  pinctrl: amd: Use unicode for debugfs output
  pinctrl: amd: Fix newline declaration in debugfs output
  pinctrl: at91: Fix typo 'the the' in comment
  dt-bindings: pinctrl: st,stm32: Correct 'resets' property name
  pinctrl: mvebu: Missing a blank line after declarations.
  pinctrl: qcom: Add SM6375 TLMM driver
  dt-bindings: pinctrl: Add DT schema for SM6375 TLMM
  dt-bindings: pinctrl: mt8195: Use drive-strength-microamp in examples
  Revert "pinctrl: qcom: spmi-gpio: make the irqchip immutable"
  pinctrl: imx93: Add MODULE_DEVICE_TABLE()
  pinctrl: sunxi: Add driver for Allwinner D1
  pinctrl: sunxi: Make some layout parameters dynamic
  pinctrl: sunxi: Refactor register/offset calculation
  ...
2022-08-10 11:01:44 -07:00
..
am33xx.h
am43xx.h
apple.h dt-bindings: pinctrl: Add DT bindings for apple, pinctrl 2021-05-25 17:46:08 +02:00
at91.h
bcm2835.h
brcm,pinctrl-stingray.h
dm814x.h
dra.h
hisi.h treewide: Replace GPLv2 boilerplate/reference with SPDX - gpl-2.0_320.RULE 2022-06-10 14:51:36 +02:00
k3.h dt-bindings: pinctrl: k3: Introduce pinmux definitions for AM62 2022-02-28 05:34:43 -06:00
k210-fpioa.h
keystone.h treewide: Replace GPLv2 boilerplate/reference with SPDX - gpl-2.0_320.RULE 2022-06-10 14:51:36 +02:00
lochnagar.h
mt65xx.h dt-bindings: pinctrl: mt8195: add rsel define 2021-10-03 00:43:35 +02:00
mt6397-pinfunc.h
mt6779-pinfunc.h
mt6795-pinfunc.h dt-bindings: pinctrl: Add MediaTek MT6795 pinctrl bindings 2022-05-19 15:11:15 +02:00
mt6797-pinfunc.h
mt7623-pinfunc.h
mt8135-pinfunc.h arm: dts: mt8135: Move pinfunc to include/dt-bindings/pinctrl 2021-08-11 10:49:43 +02:00
mt8183-pinfunc.h arm: dts: mt8183: Move pinfunc to include/dt-bindings/pinctrl 2021-08-11 10:49:43 +02:00
mt8186-pinfunc.h dt-bindings: pinctrl: mt8186: add pinctrl file and binding document 2022-03-15 01:00:03 +01:00
mt8192-pinfunc.h
mt8195-pinfunc.h dt-bindings: pinctrl: mt8195: add pinctrl file and binding document 2021-04-22 01:53:02 +02:00
mt8365-pinfunc.h dt-bindings: pinctrl: mt65xx: add mt8365 SoC binding 2021-05-27 16:50:15 +02:00
nomadik.h
omap.h
pads-imx8dxl.h
pads-imx8qm.h
pads-imx8qxp.h
pinctrl-starfive.h dt-bindings: pinctrl: Add StarFive pinctrl definitions 2021-12-16 17:24:23 +01:00
pinctrl-tegra-io-pad.h
pinctrl-tegra-xusb.h
pinctrl-tegra.h
pinctrl-zynq.h dt-bindings: pinctrl-zynq: Replace 'io-standard' with 'power-source' 2021-07-30 14:40:33 +02:00
pinctrl-zynqmp.h dt-bindings: pinctrl: Add binding for ZynqMP pinctrl driver 2021-04-22 01:58:59 +02:00
qcom,pmic-gpio.h
qcom,pmic-mpp.h
r7s9210-pinctrl.h dt-bindings: pinctrl: renesas: Remove spaces before #define 2022-06-29 15:21:58 +02:00
r7s72100-pinctrl.h
rockchip.h
rzg2l-pinctrl.h dt-bindings: pinctrl: renesas: Remove spaces before #define 2022-06-29 15:21:58 +02:00
rzn1-pinctrl.h
rzv2m-pinctrl.h dt-bindings: pinctrl: Add DT bindings for Renesas RZ/V2M pinctrl 2022-07-01 09:04:40 +02:00
samsung.h dt-bindings: pinctrl: samsung: Add pin drive definitions for Exynos850 2021-12-20 10:35:32 +01:00
sppctl-sp7021.h dt-bindings: pinctrl: Add dt-bindings for Sunplus SP7021 2022-01-30 02:55:41 +01:00
sppctl.h dt-bindings: pinctrl: Add dt-bindings for Sunplus SP7021 2022-01-30 02:55:41 +01:00
stm32-pinfunc.h
sun4i-a10.h