linux/Documentation/devicetree/bindings/pinctrl
Linus Torvalds 88a99886c2 This is the bulk of pin control changes for the v4.3 development
cycle
 
 Core changes:
 
 - It is possible configure groups in debugfs.
 
 - Consolidation of chained IRQ handler install/remove replacing
   all call sites where irq_set_handler_data() and
   irq_set_chained_handler() were done in succession with a
   combined call to irq_set_chained_handler_and_data(). This
   series was created by Thomas Gleixner after the problem was
   observed by Russell King.
 
 - Tglx also made another series of patches switching
   __irq_set_handler_locked() for irq_set_handler_locked() which
   is way cleaner.
 
 - Tglx also wrote a good bunch of patches to make use of
   irq_desc_get_xxx() accessors and avoid looking up irq_descs
   from IRQ numbers. The goal is to get rid of the irq number
   from the handlers in the IRQ flow which is nice.
 
 Driver feature enhancements:
 
 - Power management support for the SiRF SoC Atlas 7.
 
 - Power down support for the Qualcomm driver.
 
 - Intel Cherryview and Baytrail: switch drivers to use raw
   spinlocks in IRQ handlers to play nice with the realtime
   patch set.
 
 - Rework and new modes handling for Qualcomm SPMI-MPP.
 
 - Pinconf power source config for SH PFC.
 
 New drivers and subdrivers:
 
 - A new driver for Conexant Digicolor CX92755.
 
 - A new driver for UniPhier PH1-LD4, PH1-Pro4, PH1-sLD8,
   PH1-Pro5, ProXtream2 and PH1-LD6b SoC pin control support.
 
 - Reverse-egineered the S/PDIF settings for the Allwinner
   sun4i driver.
 
 - Support for Qualcomm Technologies QDF2xxx ARM64 SoCs
 
 - A new Freescale i.mx6ul subdriver.
 
 Cleanup:
 
 - Remove platform data support in a number of SH PFC
   subdrivers.
 -----BEGIN PGP SIGNATURE-----
 Version: GnuPG v1
 
 iQIcBAABAgAGBQJV6YzgAAoJEEEQszewGV1zbIAQAILzMrzWkxsy7bhvL4QdP5/K
 OG3EodE//AE0G5gKugUDjg5t2lftdiIJVhjDA17ruETCSciuAxZSLThlMy1sQgyN
 LPxy9LlCrmsqrYt9+fmJ9js8j52RBJikKK0RUyUVz0VojTBplRpElyEx/KxwM5sG
 Hy3+hU61uKO0j9AyIcsa/RKP6SGavwZdHytJBsHNw+pODyE3UZCf52ChAVBsTPfE
 MV70g3Qzfqur7ZFqcNgtUV7qCyYvlF12ooiihrGFDOsTL3sSq4/OXB7z1z1mGGHL
 Dgq8pXJ6EIZlCbk+jFMTzPRSzy46dxNai0eErjTUVEldH1tOphzGMvKmOdm/nczH
 4M/UOWOKBE1aOYZNPtnUgDy2MRt5K9VJStCNSHEQCB2lGdojNAtmj2cmr8flBN5m
 gM9FDpIS1/C+OYYTkOY9ftPsH5zOk7sCLEHSH5USYRGJHihzLnkV90eiN6a7vlF1
 hyTGrIyl6e//E5JBgamjnR3+fYuxQGr6WeAZEP/gXZRm7BCKCaPwCarq+kPZVG4A
 nolZ/QQN6XYPSlveSPU97VYvLYEUvXaKN0Hf2DTbwkqvNFp7JORD65QLESPtQoIp
 x95iHMdB/1+0OfgOqMmlOtKpOKREeQ/R+KWACxsrr5Rfv3/7CP4BMRGypIZ/iPmz
 HWoyDI4lIebBR+JnjMjK
 =4QFX
 -----END PGP SIGNATURE-----

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

Pull pin control updates from Linus Walleij:
 "This is the bulk of pin control changes for the v4.3 development
  cycle.

  Like with GPIO it's a lot of stuff.  If my subsystems are any sign of
  the overall tempo of the kernel v4.3 will be a gigantic diff.

[ It looks like 4.3 is calmer than 4.2 in most other subsystems, but
  we'll see - Linus ]

  Core changes:

   - It is possible configure groups in debugfs.

   - Consolidation of chained IRQ handler install/remove replacing all
     call sites where irq_set_handler_data() and
     irq_set_chained_handler() were done in succession with a combined
     call to irq_set_chained_handler_and_data().  This series was
     created by Thomas Gleixner after the problem was observed by
     Russell King.

   - Tglx also made another series of patches switching
     __irq_set_handler_locked() for irq_set_handler_locked() which is
     way cleaner.

   - Tglx also wrote a good bunch of patches to make use of
     irq_desc_get_xxx() accessors and avoid looking up irq_descs from
     IRQ numbers.  The goal is to get rid of the irq number from the
     handlers in the IRQ flow which is nice.

  Driver feature enhancements:

   - Power management support for the SiRF SoC Atlas 7.

   - Power down support for the Qualcomm driver.

   - Intel Cherryview and Baytrail: switch drivers to use raw spinlocks
     in IRQ handlers to play nice with the realtime patch set.

   - Rework and new modes handling for Qualcomm SPMI-MPP.

   - Pinconf power source config for SH PFC.

  New drivers and subdrivers:

   - A new driver for Conexant Digicolor CX92755.

   - A new driver for UniPhier PH1-LD4, PH1-Pro4, PH1-sLD8, PH1-Pro5,
     ProXtream2 and PH1-LD6b SoC pin control support.

   - Reverse-egineered the S/PDIF settings for the Allwinner sun4i
     driver.

   - Support for Qualcomm Technologies QDF2xxx ARM64 SoCs

   - A new Freescale i.mx6ul subdriver.

  Cleanup:

   - Remove platform data support in a number of SH PFC subdrivers"

* tag 'pinctrl-v4.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrl: (95 commits)
  pinctrl: at91: fix null pointer dereference
  pinctrl: mediatek: Implement wake handler and suspend resume
  pinctrl: mediatek: Fix multiple registration issue.
  pinctrl: sh-pfc: r8a7794: add USB pin groups
  pinctrl: at91: Use generic irq_{request,release}_resources()
  pinctrl: cherryview: Use raw_spinlock for locking
  pinctrl: baytrail: Use raw_spinlock for locking
  pinctrl: imx6ul: Remove .owner field
  pinctrl: zynq: Fix typos in smc0_nand_grp and smc0_nor_grp
  pinctrl: sh-pfc: Implement pinconf power-source param for voltage switching
  clk: rockchip: add pclk_pd_pmu to the list of rk3288 critical clocks
  pinctrl: sun4i: add spdif to pin description.
  pinctrl: atlas7: clear ugly branch statements for pull and drivestrength
  pinctrl: baytrail: Serialize all register access
  pinctrl: baytrail: Drop FSF mailing address
  pinctrl: rockchip: only enable gpio clock when it setting
  pinctrl/mediatek: fix spelling mistake in dev_err error message
  pinctrl: cherryview: Serialize all register access
  pinctrl: UniPhier: PH1-Pro5: add I2C ch6 pin-mux setting
  pinctrl: nomadik: reflect current input value
  ...
2015-09-04 10:22:09 -07:00
..
abilis,tb10x-iomux.txt pinctrl: add TB10x pin control driver 2013-10-16 15:33:51 +02:00
allwinner,sunxi-pinctrl.txt pinctrl: sunxi: Add custom irq_domain_ops 2015-07-27 14:56:30 +02:00
atmel,at91-pinctrl.txt pinctrl: at91: update for drive strength options and tweaks 2014-09-05 10:32:48 +02:00
berlin,pinctrl.txt Documentation: bindings: move the Berlin pinctrl documentation 2015-05-16 00:07:33 +02:00
brcm,bcm2835-gpio.txt doc: devicetree: Fix various typos 2013-04-24 16:36:15 +02:00
brcm,bcm11351-pinctrl.txt Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial into next 2014-06-04 08:50:34 -07:00
brcm,cygnus-gpio.txt pinctrl: Cygnus: define Broadcom Cygnus GPIO/PINCONF binding 2015-03-18 02:02:19 +01:00
brcm,cygnus-pinmux.txt pinctrl: Broadcom Cygnus pinctrl device tree binding 2015-03-18 02:02:12 +01:00
cnxt,cx92755-pinctrl.txt pinctrl: dt-binding: document Conexant CX92755 SoC 2015-07-27 11:46:30 +02:00
fsl,imx-pinctrl.txt pinctrl: imx: update fsl,pins description in bindings doc 2013-10-09 14:42:36 +02:00
fsl,imx6dl-pinctrl.txt pinctrl: add pinctrl driver for imx6dl 2013-04-09 22:53:38 +08:00
fsl,imx6q-pinctrl.txt pinctrl: imx: move hard-coding data into device tree 2013-04-09 22:52:50 +08:00
fsl,imx6sl-pinctrl.txt pinctrl: add pinctrl driver for imx6sl 2013-04-09 22:53:38 +08:00
fsl,imx6sx-pinctrl.txt pinctrl: add pinctrl driver for imx6sx 2014-05-27 11:24:28 +02:00
fsl,imx6ul-pinctrl.txt Document: dt: binding: imx: update document for imx6ul support 2015-08-11 23:15:16 +08:00
fsl,imx7d-pinctrl.txt Document: dt: binding: imx: update document for imx7d support 2015-06-03 15:03:59 +08:00
fsl,imx25-pinctrl.txt pinctrl: pinctrl-imx: add imx25 pinctrl driver 2013-11-25 09:08:30 +01:00
fsl,imx27-pinctrl.txt pinctrl: imx1-core populate subdevices 2013-11-25 09:08:30 +01:00
fsl,imx35-pinctrl.txt pinctrl: imx: move hard-coding data into device tree 2013-04-09 22:52:50 +08:00
fsl,imx51-pinctrl.txt pinctrl: imx: move hard-coding data into device tree 2013-04-09 22:52:50 +08:00
fsl,imx53-pinctrl.txt pinctrl: imx: move hard-coding data into device tree 2013-04-09 22:52:50 +08:00
fsl,mxs-pinctrl.txt ARM: dts: mxs: add pinctrl header files 2013-09-26 13:01:36 +08:00
fsl,vf610-pinctrl.txt pinctrl: add VF610 pinctrl driver 2013-06-16 11:56:51 +02:00
img,pistachio-pinctrl.txt pinctrl: Add Pistachio SoC pin control binding document 2015-05-06 14:45:18 +02:00
img,tz1090-pdc-pinctrl.txt documentation: pinctrl bindings: Fix trivial typo 'abitrary' 2014-11-18 12:01:52 -06:00
img,tz1090-pinctrl.txt Pin control changes for the v3.19 series: 2014-12-11 10:43:14 -08:00
lantiq,pinctrl-falcon.txt Documentation: DT: Fix a typo in the filename "lantiq,<chip>-pinumx.txt" 2015-06-23 10:18:31 -05:00
lantiq,pinctrl-xway.txt Documentation: DT: Fix a typo in the filename "lantiq,<chip>-pinumx.txt" 2015-06-23 10:18:31 -05:00
marvell,armada-38x-pinctrl.txt pinctrl: mvebu: armada-38x: add ptp functions 2015-06-10 14:30:44 +02:00
marvell,armada-39x-pinctrl.txt pinctrl: mvebu: armada-39x: add support for Armada 395 variant 2015-06-10 14:36:34 +02:00
marvell,armada-370-pinctrl.txt pinctrl: mvebu: armada-370: align spi1 clock pin naming 2015-06-10 13:59:40 +02:00
marvell,armada-375-pinctrl.txt pinctrl: mvebu: armada-{370,375}: normalize audio pins 2015-06-10 13:43:52 +02:00
marvell,armada-xp-pinctrl.txt pinctrl: mvebu: armada-xp: add dram functions 2015-06-10 14:11:50 +02:00
marvell,dove-pinctrl.txt devicetree: bindings: update MVEBU pinctrl binding documentation 2014-02-25 19:07:29 +01:00
marvell,kirkwood-pinctrl.txt devicetree: bindings: update MVEBU pinctrl binding documentation 2014-02-25 19:07:29 +01:00
marvell,mvebu-pinctrl.txt devicetree: bindings: update MVEBU pinctrl binding documentation 2014-02-25 19:07:29 +01:00
marvell,orion-pinctrl.txt pinctrl: mvebu: new driver for Orion platforms 2014-04-24 15:09:35 +02:00
meson,pinctrl.txt documentation: Extend pinctrl docs for Meson8b 2015-04-07 11:42:38 +02:00
nvidia,tegra20-pinmux.txt documentation: pinctrl bindings: Fix trivial typo 'abitrary' 2014-11-18 12:01:52 -06:00
nvidia,tegra30-pinmux.txt ARM: tegra: define valid function names in DT document 2013-07-30 12:12:08 -06:00
nvidia,tegra114-pinmux.txt ARM: tegra: define valid function names in DT document 2013-07-30 12:12:08 -06:00
nvidia,tegra124-pinmux.txt Documentation: DT bindings: add more Tegra chip compatible strings 2015-02-03 20:37:31 -06:00
nvidia,tegra124-xusb-padctl.txt Documentation: DT bindings: add more Tegra chip compatible strings 2015-02-03 20:37:31 -06:00
nvidia,tegra210-pinmux.txt pinctrl: tegra: add a driver for Tegra210 2015-03-09 18:10:59 +01:00
nxp,lpc1850-scu.txt pinctrl: add DT bindings for lpc1850-scu pinctrl driver 2015-05-06 14:45:18 +02:00
pinctrl-atlas7.txt pinctrl: sirf: add sirf atlas7 pinctrl and gpio support 2015-05-19 16:01:30 +02:00
pinctrl-bindings.txt pinctrl: Document "function" + "pins" pinmux binding 2015-04-07 15:19:34 +02:00
pinctrl-mt65xx.txt pinctrl: mediatek: Modify pinctrl bindings for mt6397. 2015-05-19 11:10:15 +02:00
pinctrl-palmas.txt pinctrl: palmas: remove pin config BIAS_PULL_PIN_DEFAULT support 2013-10-08 13:27:27 +02:00
pinctrl-single.txt pinctrl: single: add low power mode support 2014-02-10 10:13:08 +01:00
pinctrl-sirf.txt documentation: pinctrl bindings: Fix trivial typo 'abitrary' 2014-11-18 12:01:52 -06:00
pinctrl-st.txt dt: Fix binding typos in clock-names and interrupt-names 2014-04-23 13:03:57 +01:00
pinctrl-vt8500.txt pinctrl: gpio: vt8500: Add pincontrol driver for arch-vt8500 2013-04-04 18:00:02 +13:00
pinctrl_spear.txt documentation: pinctrl bindings: Fix trivial typo 'abitrary' 2014-11-18 12:01:52 -06:00
qcom,apq8064-pinctrl.txt documentation: pinctrl bindings: Fix trivial typo 'abitrary' 2014-11-18 12:01:52 -06:00
qcom,apq8084-pinctrl.txt documentation: pinctrl bindings: Fix trivial typo 'abitrary' 2014-11-18 12:01:52 -06:00
qcom,ipq8064-pinctrl.txt documentation: pinctrl bindings: Fix trivial typo 'abitrary' 2014-11-18 12:01:52 -06:00
qcom,msm8660-pinctrl.txt pinctrl: dt-binding: Add DT binding documentation for MSM8660 2015-06-10 10:19:18 +02:00
qcom,msm8916-pinctrl.txt DT: pinctrl: Document Qualcomm MSM8916 pinctrl binding 2015-01-30 14:33:37 +01:00
qcom,msm8960-pinctrl.txt documentation: pinctrl bindings: Fix trivial typo 'abitrary' 2014-11-18 12:01:52 -06:00
qcom,msm8974-pinctrl.txt documentation: pinctrl bindings: Fix trivial typo 'abitrary' 2014-11-18 12:01:52 -06:00
qcom,pmic-gpio.txt pinctrl: Add support for PM8916 GPIO's and MPP's 2015-04-08 17:00:18 +02:00
qcom,pmic-mpp.txt pinctrl: qcom: ssbi: Family A gpio & mpp drivers 2015-07-17 21:56:14 +02:00
renesas,pfc-pinctrl.txt pinctrl: sh-pfc: Implement pinconf power-source param for voltage switching 2015-08-24 10:44:54 +02:00
rockchip,pinctrl.txt pinctrl: rockchip: add support for the rk3368 2015-06-17 10:21:02 +02:00
samsung-pinctrl.txt pinctrl: exynos: Add AUDIO pin controller for exynos7 2015-01-19 11:04:47 +01:00
ste,abx500.txt pinctrl: abx500: update device tree bindings 2014-10-20 09:08:27 +02:00
ste,nomadik.txt pinctrl: nomadik: assure GPIO chips are populated 2015-07-23 09:11:14 +02:00
ti,omap-pinctrl.txt pinctrl: single: AM437x: Add pinctrl compatibility 2014-08-29 09:28:35 +02:00
xlnx,zynq-pinctrl.txt pinctrl: zynq: configure SPI SSx pins separately 2015-05-06 15:26:52 +02:00