linux-stable/include/dt-bindings/pinctrl
Linus Torvalds d5176cdbf6 Core changes:
- Add PINCTRL_PINFUNCTION() macro and use it in several
   drivers.
 
 New drivers:
 
 - New driver for the StarFive JH7110 SoC "sys" and "aon"
   (always-on) pin controllers. (RISC-V.)
 
 - New subdriver for the Qualcomm QDU1000/QRU1000 SoC pin
   controller.
 
 - New subdrivers for the Qualcomm SM8550 SoC and LPASS
   pin controllers.
 
 - New subdriver for the Qualcomm SA8775P SoC pin controller.
 
 - New subdriver for the Qualcomm IPQ5332 SoC pin controller.
 
 - New (trivial) support for Qualcomm PM8550 and PMR735D PMIC
   pin control.
 
 - New subdriver for the Mediatek MT7981 SoC pin controller.
 
 Improvements:
 
 - Several cleanups and refactorings to the Intel drivers.
 
 - Add 4KOhm bias support to the Intel driver.
 
 - Use the NOIRQ_SYSTEM_SLEEP_PM_OPS for the AT91 driver.
 
 - Support general purpose clocks in the Qualcomm MSM8226 SoC.
 
 - Several conversions to use the new I2C .probe_new() call.
 
 - Massive clean-up of the Qualcomm Device Tree YAML schemas.
 
 - Add VIN[45] pins, groups and functions to the Renesas
   r8a77950 SoC driver.
 -----BEGIN PGP SIGNATURE-----
 
 iQIzBAABCgAdFiEElDRnuGcz/wPCXQWMQRCzN7AZXXMFAmP1/+EACgkQQRCzN7AZ
 XXMKXw//VTMUTZ5mS9GWk8F3MSkHQ9p1nE9I7KxMHWkWZ5b7kNWUI8x7SM1FO42L
 mlIWeHEr5ZJxooZYYllrgVcEB70LMobFf5dwNaF7V4toIwlHCF8FZ5yAN6fS3Do8
 hykck13KWirNl/gBYFhy9s8hRdaAnW7bFN/gewuKAFJH3NCAztrJiug4ggkkR1N6
 rRlmi0RaOPjVcb/osvgAUxfpdW69VxlEDs/viJdIdx4criRZI0qphmfAhYU0wKl+
 o0qFu1R/qTvtikKNrb/7yzKIXokraMP2lL+QniOVbiaj5Cyl0liO65+wtOIjYQSd
 J7dwelecHX7Q8QJCIeugBf7DQskw0a9OlXNUucvgD4q7sKY/JrwFSp9Zyf2PKUaL
 iBqEoC6XNjPvK97+Zx1uj1BkPk0ikYUKHXLMuLchcINevGr8xphpkfVL3/S4jNDR
 n0SxnvtvhY1lqAu+czhotMDBsj5UrnDKd4KDIpWdoUeHCql11F7iPRurTQcl/4qF
 vYTZ/5PwYTlJJV6/Ra10jcHXBQmbcWyYK+gIqfT8nYTWDAx96Dw0gx7ggObv9XFr
 rt3RbH2J/cEx1VdspWe4wu9SYmBBiQuubI/Ii9WpPNfIfNyBWwaELYXjSYhTt/07
 TivLZbvn2Efu7n7hVubx/DkArLGpVevSdWtOwalTCtBaMUSUdGA=
 =P75R
 -----END PGP SIGNATURE-----

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

Pull pin control updates from Linus Walleij:
 "Nothing special, notably a lot of new Qualcomm hardware is supported,
  a RISC-V reference SoC and then some cleanups both in code and device
  tree bindings.

  Core changes:

   - Add PINCTRL_PINFUNCTION() macro and use it in several drivers

  New drivers:

   - New driver for the StarFive JH7110 SoC "sys" and "aon" (always-on)
     pin controllers. (RISC-V.)

   - New subdriver for the Qualcomm QDU1000/QRU1000 SoC pin controller

   - New subdrivers for the Qualcomm SM8550 SoC and LPASS pin
     controllers

   - New subdriver for the Qualcomm SA8775P SoC pin controller

   - New subdriver for the Qualcomm IPQ5332 SoC pin controller

   - New (trivial) support for Qualcomm PM8550 and PMR735D PMIC pin
     control

   - New subdriver for the Mediatek MT7981 SoC pin controller

  Improvements:

   - Several cleanups and refactorings to the Intel drivers

   - Add 4KOhm bias support to the Intel driver

   - Use the NOIRQ_SYSTEM_SLEEP_PM_OPS for the AT91 driver

   - Support general purpose clocks in the Qualcomm MSM8226 SoC

   - Several conversions to use the new I2C .probe_new() call

   - Massive clean-up of the Qualcomm Device Tree YAML schemas

   - Add VIN[45] pins, groups and functions to the Renesas r8a77950 SoC
     driver"

* tag 'pinctrl-v6.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrl: (118 commits)
  pinctrl: qcom: Add support for i2c specific pull feature
  pinctrl: starfive: Add StarFive JH7110 aon controller driver
  pinctrl: starfive: Add StarFive JH7110 sys controller driver
  dt-bindings: pinctrl: Add StarFive JH7110 aon pinctrl
  dt-bindings: pinctrl: Add StarFive JH7110 sys pinctrl
  pinctrl: add mt7981 pinctrl driver
  dt-bindings: pinctrl: add bindings for MT7981 SoC
  dt-bindings: pinctrl: rockchip,pinctrl: mark gpio sub nodes of pinctrl as deprecated
  pinctrl: qcom: Introduce IPQ5332 TLMM driver
  dt-bindings: pinctrl: qcom: add IPQ5332 pinctrl
  dt-bindings: pinctrl: qcom: lpass-lpi: correct GPIO name pattern
  pinctrl: qcom: pinctrl-sm8550-lpass-lpi: add SM8550 LPASS
  dt-bindings: pinctrl: qcom,sm8550-lpass-lpi-pinctrl: add SM8550 LPASS
  pinctrl: at91: use devm_kasprintf() to avoid potential leaks
  dt-bindings: pinctrl: qcom: correct gpio-ranges in examples
  dt-bindings: pinctrl: qcom,msm8994: correct number of GPIOs
  dt-bindings: pinctrl: qcom,sdx55: correct GPIO name pattern
  dt-bindings: pinctrl: qcom,msm8953: correct GPIO name pattern
  dt-bindings: pinctrl: qcom,sm6375: correct GPIO name pattern and example
  dt-bindings: pinctrl: qcom,msm8909: correct GPIO name pattern and example
  ...
2023-02-22 11:05:56 -08:00
..
am33xx.h ARM: dts: am33xx: Added macros for numeric pinmux addresses 2019-04-08 10:01:50 -07:00
am43xx.h ARM: dts: am43xx: Fix inverted DS0_PULL_UP_DOWN_EN macro 2017-12-15 08:44:00 -08:00
apple.h dt-bindings: pinctrl: Add DT bindings for apple, pinctrl 2021-05-25 17:46:08 +02:00
at91.h pinctrl: at91: Enable slewrate by default on SAM9X60 2019-11-03 23:34:47 +01:00
bcm2835.h pinctrl: bcm2835: Switch to SPDX identifier 2018-11-16 23:13:03 +01:00
brcm,pinctrl-stingray.h arm64: dts: Add pinctrl DT nodes for Stingray SOC 2017-06-05 19:07:17 -07:00
dm814x.h License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
dra.h treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500 2019-06-19 17:09:55 +02:00
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 J784s4 2023-01-15 22:24:36 +05:30
k210-fpioa.h dt-bindings: pinctrl: Document canaan,k210-fpioa bindings 2021-01-14 15:08:52 -08:00
keystone.h treewide: Replace GPLv2 boilerplate/reference with SPDX - gpl-2.0_320.RULE 2022-06-10 14:51:36 +02:00
lochnagar.h mfd: lochnagar: Add initial binding documentation 2019-02-07 10:43:55 +00:00
mediatek,mt8188-pinfunc.h dt-bindings: pinctrl: mediatek: add support for mt8188 2022-08-25 14:50:44 +02:00
mt65xx.h dt-bindings: pinctrl: mt8195: add rsel define 2021-10-03 00:43:35 +02:00
mt6397-pinfunc.h License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
mt6779-pinfunc.h pinctrl: mediatek: update pinmux definitions for mt6779 2020-07-23 15:22:09 +02:00
mt6795-pinfunc.h dt-bindings: pinctrl: Correct the header guard of mt6795-pinfunc.h 2022-11-10 09:19:43 +01:00
mt6797-pinfunc.h dt-bindings: pinctrl: Add devicetree bindings for MT6797 SoC Pinctrl 2018-11-15 11:03:56 +01:00
mt7623-pinfunc.h pinctrl: mediatek: update pinmux defintions for MT7623 2018-05-02 14:36:08 +02:00
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 dt-bindings: pinctrl: mt8192: add pinctrl file 2020-08-27 10:50:49 +02:00
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 treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 194 2019-05-30 11:29:22 -07:00
omap.h ARM: dts: am33xx: modify AM33XX_IOPAD for #pinctrl-cells = 2 2020-09-23 10:39:26 +03:00
pads-imx8dxl.h pinctrl: imx: Add imx8dxl driver 2020-04-16 14:21:22 +02:00
pads-imx8qm.h dt-bindings: arm: fsl-scu: add imx8qm pinctrl support 2018-12-27 10:42:11 +01:00
pads-imx8qxp.h pinctrl: imx: add imx8qxp driver 2018-11-05 09:33:32 +01:00
pinctrl-starfive-jh7100.h pinctrl: starfive: Rename "pinctrl-starfive" to "pinctrl-starfive-jh7100" 2022-10-04 10:47:48 +02:00
pinctrl-tegra-io-pad.h dt-bindings: Add Tegra PMC pad configuration bindings 2018-08-27 12:21:43 +02:00
pinctrl-tegra-xusb.h License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
pinctrl-tegra.h treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 288 2019-06-05 17:36:37 +02:00
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 License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
qcom,pmic-mpp.h License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
r7s9210-pinctrl.h dt-bindings: pinctrl: renesas: Remove spaces before #define 2022-06-29 15:21:58 +02:00
r7s72100-pinctrl.h License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
rockchip.h include: dt-bindings: rockchip: remove unused defines 2020-05-18 23:39:31 +02:00
rzg2l-pinctrl.h dt-bindings: pinctrl: renesas: Remove spaces before #define 2022-06-29 15:21:58 +02:00
rzn1-pinctrl.h dt-bindings: pinctrl: renesas,rzn1-pinctrl: documentation 2018-10-02 12:16:39 +02:00
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: deprecate header with register constants 2022-08-19 16:54:10 +03: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
starfive,jh7110-pinctrl.h dt-bindings: pinctrl: Add StarFive JH7110 aon pinctrl 2023-02-10 23:44:07 +01:00
stm32-pinfunc.h dt-bindings: pinctrl: stm32: add new entry for package information 2019-04-23 10:46:37 +02:00
sun4i-a10.h ARM: sunxi: DT: Convert the DTs to use a header for the pinctrl nodes 2015-01-21 09:58:57 +01:00