linux/Documentation/devicetree/bindings/pinctrl
Linus Torvalds bd698cf659 This is the bulk of pin control changes for the v3.16
development cycle:
 
 - Antoine Tenart made the get_group_pins() vtable entry
   optional.
 
 - Antoine also provides an entirely new driver for the
   Marvell Berlin SoC. This is unrelated to the existing
   MVEBU hardware driver and warrants its own separate
   driver.
 
 - Reflected from the GPIO subsystem there is a number of
   refactorings to make pin control drivers with gpiochips
   use the new gpiolib irqchip helpers. The following
   drivers were converted to use the new infrastructure:
 
   - ST Microelectronics STiH416 and friends
 
   - The Atmel AT91
 
   - The CSR SiRF (Prima2)
 
   - The Qualcomm MSM series
 
 - Massive improvements in the Qualcomm MSM driver from
   Bjorn Andersson, Andy Gross and Kumar Gala. Among those
   new support for the IPQ8064 and MSM8x74 SoC variants.
 
 - Support for the Freescale i.MX6 SoloX SoC variant.
 
 - Massive improvements in the Allwinner sunxi driver from
   Boris Brezillon, Maxime Ripard and Chen-Yu Tsai.
 
 - Renesas PFC updates from Laurent Pinchart, Kuninori
   Morimoto, Wolfram Sang and Magnus Damm.
 
 - Cleanups and refactorings of the nVidia Tegra driver from
   Stepgen Warren.
 
 - The Exynos driver now supports the Exynos3250 SoC.
 
 - Intel BayTrail updates from Jin Yao, Mika Westerberg.
 
 - The MVEBU driver now supports the Orion5x SoC
   variants, which is part of the effort of getting rid of
   the old Marvell kludges in arch/arm/mach-orion5x
 
 - Rockchip driver updates from Heiko Stuebner.
 
 - A ton of cleanups and janitorial patches from Axel Lin.
 
 - Some minor fixes and improvements here and there.
 -----BEGIN PGP SIGNATURE-----
 Version: GnuPG v1
 
 iQIcBAABAgAGBQJTjXDAAAoJEEEQszewGV1z8zsP/i+7o5sU+rm3ZwfpCyuVih7E
 90nHTMzV2Se+8gX4D0jLZUYkxMQn9pkqG616IyT5kP5sx9co8raoAUC1Qmv6b7rI
 kIlfCaDvjPzEWgH9KZNjMP8P0rqdj8TelDRSZ0EPzHdfyUwxFmLRnFo7ywguPCG2
 SOM1uo7XhjXmphoUP7ZZWs3doflYxBAL3ZdK77QQcLEQjlNxSz/vbls6ldkKie7C
 XF7DKvGqphB8GdGKkdFvyhjQNy26rBanZRy94yU53Ak5zc0mTtmO+WEjiByAW1m7
 Fy6AVdZZhl6BLxzn9rUzsKdrWzaWzUkQNilhEO1u7OfZtNQbuYWcv7GJ7h37lIzI
 P0jegOy+7d4JxPyROphtJXx6AwV1pFFimMnWS4rHwUdjwMBVRnlOKQW/G7ulEBsn
 wD5MhD76nHySKtjYquI+iVHbmE06hG8iDUUxFm2saVG8O7Siw+E2aCXPLm9+Lp5R
 fBNuj8lnTy8/F6sHyPs8Bw6u8Ra5uSmRhV4j3B/jZG8pAksqUK6xOmjdVdE7JmoH
 qIZxuQhqrAhjmGkAg/ys5SUuMMbegxTI2f+rDy7rpWonbVOtaItMpgbYwyiQpIR4
 BDmlwZi5BNupiEW7Yzp6utWYIyYA0ntuMGpnqnPBDBCn5jZOCUTMjZXAPCDK5dEN
 Ktyu+5jCBZgpqS+KgTXl
 =wGE5
 -----END PGP SIGNATURE-----

Merge tag 'pinctrl-v3.16-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrl into next

Pull pin control changes from Linus Walleij:
 "This is the bulk of pin control changes for the v3.16 development
  cycle:

   - Antoine Tenart made the get_group_pins() vtable entry optional.

   - Antoine also provides an entirely new driver for the Marvell Berlin
     SoC.  This is unrelated to the existing MVEBU hardware driver and
     warrants its own separate driver.

   - reflected from the GPIO subsystem there is a number of refactorings
     to make pin control drivers with gpiochips use the new gpiolib
     irqchip helpers.  The following drivers were converted to use the
     new infrastructure:
       * ST Microelectronics STiH416 and friends
       * The Atmel AT91
       * The CSR SiRF (Prima2)
       * The Qualcomm MSM series

   - massive improvements in the Qualcomm MSM driver from Bjorn
     Andersson, Andy Gross and Kumar Gala.  Among those new support for
     the IPQ8064 and MSM8x74 SoC variants.

   - support for the Freescale i.MX6 SoloX SoC variant.

   - massive improvements in the Allwinner sunxi driver from Boris
     Brezillon, Maxime Ripard and Chen-Yu Tsai.

   - Renesas PFC updates from Laurent Pinchart, Kuninori Morimoto,
     Wolfram Sang and Magnus Damm.

   - Cleanups and refactorings of the nVidia Tegra driver from Stepgen
     Warren.

   - the Exynos driver now supports the Exynos3250 SoC.

   - Intel BayTrail updates from Jin Yao, Mika Westerberg.

   - the MVEBU driver now supports the Orion5x SoC variants, which is
     part of the effort of getting rid of the old Marvell kludges in
     arch/arm/mach-orion5x

   - Rockchip driver updates from Heiko Stuebner.

   - a ton of cleanups and janitorial patches from Axel Lin.

   - some minor fixes and improvements here and there"

* tag 'pinctrl-v3.16-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrl: (93 commits)
  pinctrl: sirf: fix a bad conflict resolution
  pinctrl: msm: Add more MSM8X74 pin definitions
  pinctrl: qcom: ipq8064: Fix naming convention
  pinctrl: msm: Add missing sdc1 and sdc3 groups
  pinctrl: sirf: switch to using allocated state container
  pinctrl: Enable "power-source" to be extracted from DT files
  pinctrl: sunxi: create irq/pin mapping during init
  pinctrl: pinconf-generic: Use kmemdup instead of kmalloc + memcpy
  pinctrl: berlin: Use devm_ioremap_resource()
  pinctrl: sirf: fix typo for GPIO bank number
  pinctrl: sunxi: depend on RESET_CONTROLLER
  pinctrl: sunxi: fix pin numbers passed to register offset helpers
  pinctrl: add pinctrl driver for imx6sx
  pinctrl/at91: Fix lockup when IRQ on PIOC and PIOD occurs
  pinctrl: msm: switch to using generic GPIO irqchip helpers
  pinctrl: sunxi: Fix multiple registration issue
  pinctrl: sunxi: Fix recursive dependency
  pinctrl: berlin: add the BG2CD pinctrl driver
  pinctrl: berlin: add the BG2 pinctrl driver
  pinctrl: berlin: add the BG2Q pinctrl driver
  ...
2014-06-03 11:20:32 -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: list all pinctrl compatible strings 2014-04-23 15:47:08 +02:00
atmel,at91-pinctrl.txt ARM: at91/at91-pinctrl documentation: add missing sam9x5 compatible string 2013-09-27 14:17:05 +02:00
brcm,bcm2835-gpio.txt doc: devicetree: Fix various typos 2013-04-24 16:36:15 +02:00
brcm,bcm11351-pinctrl.txt pinctrl: fix typo in bindings documentation 2014-04-14 09:39:33 +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,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,tz1090-pdc-pinctrl.txt pinctrl: remove slew-rate parameter from tz1090 2013-06-25 15:34:49 +02:00
img,tz1090-pinctrl.txt pinctrl: remove slew-rate parameter from tz1090 2013-06-25 15:34:49 +02:00
lantiq,falcon-pinumx.txt Document: devicetree: add OF documents for lantiq falcon pinctrl 2012-09-13 10:30:59 +02:00
lantiq,xway-pinumx.txt Document: devicetree: add OF documents for lantiq xway pinctrl 2012-09-13 10:30:59 +02:00
marvell,armada-38x-pinctrl.txt pinctrl: mvebu: add pin-muxing driver for the Marvell Armada 380/385 2014-02-25 18:51:05 +01:00
marvell,armada-370-pinctrl.txt devicetree: bindings: update MVEBU pinctrl binding documentation 2014-02-25 19:07:29 +01:00
marvell,armada-375-pinctrl.txt pinctrl: mvebu: add pin-muxing driver for the Marvell Armada 375 2014-02-25 18:51:01 +01:00
marvell,armada-xp-pinctrl.txt devicetree: bindings: update MVEBU pinctrl binding documentation 2014-02-25 19:07:29 +01: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
nvidia,tegra20-pinmux.txt ARM: tegra: define valid function names in DT document 2013-07-30 12:12:08 -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 pinctrl: tegra: Add devicetree binding document for Tegra124 2013-12-12 22:26:05 +01:00
pinctrl-bindings.txt pinctrl: Enable "power-source" to be extracted from DT files 2014-05-28 10:16:35 +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 pinctrl: sirf: enable GPIO pullup/down configuration from dts 2012-12-26 01:59:53 +01: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 pinctrl: Add SPEAr13xx pinctrl drivers 2012-05-14 17:34:07 +02:00
qcom,apq8064-pinctrl.txt pinctrl: msm: Add documentation for pinctrl-apq8064 binding 2014-04-22 08:41:35 +02:00
qcom,ipq8064-pinctrl.txt dt: Document Qualcomm IPQ8064 pinctrl binding 2014-04-23 16:02:09 +02:00
qcom,msm8974-pinctrl.txt pinctrl: msm: Add more MSM8X74 pin definitions 2014-05-29 10:42:59 +02:00
renesas,pfc-pinctrl.txt sh-pfc: Support GPIO to IRQ mapping specified IRQ resources 2013-12-12 22:07:28 +01:00
rockchip,pinctrl.txt dt-bindings: adapt rockchip-pinctrl doc to changed bindings 2014-05-09 11:16:41 +02:00
samsung-pinctrl.txt pinctrl: exynos: add exynos5260 SoC specific data 2014-02-11 09:35:19 +01:00
ste,abx500.txt pinctrl: abx500: Add device tree support 2013-06-24 13:16:45 +02:00
ste,nomadik.txt Documentation: Update binding for Nomadik and DBx5x based platforms 2013-08-06 23:48:49 +02:00