kernel-ark/drivers/pinctrl
Keerthy aa2293d82c pinctrl: single: AM437x: Add pinctrl compatibility
AM437x pinctrl definitions now differ from traditional 16 bit OMAP pin
ctrl definitions, in that all 32 bits are used to describe a single pin

Also the location of wakeupenable and event bits have changed.

Signed-off-by: Keerthy <j-keerthy@ti.com>
[nm@ti.com: minor updates]
Signed-off-by: Nishanth Menon <nm@ti.com>
Acked-by: Tony Lindgren <tony@atomide.com>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
2014-08-29 09:28:35 +02:00
..
berlin pinctrl: berlin: fix an error code in berlin_pinctrl_probe() 2014-07-05 01:15:35 +02:00
mvebu pinctrl: mvebu: new driver for Orion platforms 2014-04-24 15:09:35 +02:00
nomadik pinctrl: nomadik: move all Nomadik drivers to subdir 2014-07-11 15:01:35 +02:00
qcom pinctrl: msm: drop negativity check on unsigned value 2014-07-23 15:24:40 +02:00
samsung pinctrl: samsung: Group all drivers in a sub-dir 2014-07-11 14:08:40 +02:00
sh-pfc pinctrl: remove all usage of gpio_remove ret val in driver/pinctl 2014-07-22 16:34:12 +02:00
sirf pinctrl: atlas6: Add I2S external clock input pingroup 2014-08-29 08:42:13 +02:00
spear pinctrl: Make of_device_id array const 2014-08-29 07:13:04 +02:00
sunxi This is the bulk pin control changes for the v3.17 merge 2014-08-07 17:20:53 -07:00
vt8500 pinctrl: remove all usage of gpio_remove ret val in driver/pinctl 2014-07-22 16:34:12 +02:00
core.c pinctrl: avoid duplicated calling enable_pinmux_setting for a pin 2014-07-11 14:08:26 +02:00
core.h
devicetree.c
devicetree.h
Kconfig pinctrl: Add i.MX21 pincontrol driver 2014-08-28 14:32:52 +02:00
Makefile pinctrl: Add i.MX21 pincontrol driver 2014-08-28 14:32:52 +02:00
pinconf-generic.c pinctrl: Enable "power-source" to be extracted from DT files 2014-05-28 10:16:35 +02:00
pinconf.c
pinconf.h
pinctrl-adi2-bf54x.c
pinctrl-adi2-bf60x.c
pinctrl-adi2.c pinctrl: remove all usage of gpio_remove ret val in driver/pinctl 2014-07-22 16:34:12 +02:00
pinctrl-adi2.h
pinctrl-as3722.c pinctrl: remove all usage of gpio_remove ret val in driver/pinctl 2014-07-22 16:34:12 +02:00
pinctrl-at91.c pinctrl: pinctrl-at91.c: Cleaning up values that are never used 2014-07-11 14:08:33 +02:00
pinctrl-baytrail.c pinctrl: baytrail: Convert to use gpiolib irqchip 2014-07-28 12:21:00 +02:00
pinctrl-bcm281xx.c pinctrl: bcm281xx: Staticize bcm281xx_pinctrl_probe 2014-07-11 14:08:31 +02:00
pinctrl-bcm2835.c pinctrl: avoid duplicated calling enable_pinmux_setting for a pin 2014-07-11 14:08:26 +02:00
pinctrl-coh901.c pinctrl: remove all usage of gpio_remove ret val in driver/pinctl 2014-07-22 16:34:12 +02:00
pinctrl-coh901.h
pinctrl-falcon.c
pinctrl-imx1-core.c pinctrl: pinctrl-imx1-core.c: Cleaning up if unsigned is less than zero 2014-07-11 14:08:33 +02:00
pinctrl-imx1.c pinctrl: Add i.MX1 pincontrol driver 2014-07-11 14:08:25 +02:00
pinctrl-imx1.h
pinctrl-imx6dl.c pinctrl: Make of_device_id array const 2014-08-29 07:13:04 +02:00
pinctrl-imx6q.c pinctrl: Make of_device_id array const 2014-08-29 07:13:04 +02:00
pinctrl-imx6sl.c pinctrl: imx6sl: introduce MODULE_DEVICE_TABLE for module autoloading 2014-08-29 07:16:07 +02:00
pinctrl-imx6sx.c pinctrl: Make of_device_id array const 2014-08-29 07:13:04 +02:00
pinctrl-imx21.c pinctrl: Add i.MX21 pincontrol driver 2014-08-28 14:32:52 +02:00
pinctrl-imx23.c pinctrl: Make of_device_id array const 2014-08-29 07:13:04 +02:00
pinctrl-imx25.c pinctrl: Make of_device_id array const 2014-08-29 07:13:04 +02:00
pinctrl-imx27.c pinctrl: Make of_device_id array const 2014-08-29 07:13:04 +02:00
pinctrl-imx28.c pinctrl: Make of_device_id array const 2014-08-29 07:13:04 +02:00
pinctrl-imx35.c pinctrl: Make of_device_id array const 2014-08-29 07:13:04 +02:00
pinctrl-imx50.c pinctrl: Make of_device_id array const 2014-08-29 07:13:04 +02:00
pinctrl-imx51.c pinctrl: Make of_device_id array const 2014-08-29 07:13:04 +02:00
pinctrl-imx53.c pinctrl: Make of_device_id array const 2014-08-29 07:13:04 +02:00
pinctrl-imx.c pinctrl: pinctrl-imx.c: Cleaning up if unsigned is less than zero 2014-07-11 14:08:32 +02:00
pinctrl-imx.h
pinctrl-lantiq.c
pinctrl-lantiq.h pinctrl: lantiq: Fix header file include guard 2014-04-22 08:41:35 +02:00
pinctrl-mxs.c
pinctrl-mxs.h
pinctrl-palmas.c
pinctrl-rockchip.c pinctrl: rockchip: add drive-strength control for rk3288 2014-07-23 16:41:16 +02:00
pinctrl-single.c pinctrl: single: AM437x: Add pinctrl compatibility 2014-08-29 09:28:35 +02:00
pinctrl-st.c This is the bulk pin control changes for the v3.17 merge 2014-08-07 17:20:53 -07:00
pinctrl-tb10x.c pinctrl: avoid duplicated calling enable_pinmux_setting for a pin 2014-07-11 14:08:26 +02:00
pinctrl-tegra20.c pinctrl: Make of_device_id array const 2014-08-29 07:13:04 +02:00
pinctrl-tegra30.c pinctrl: Make of_device_id array const 2014-08-29 07:13:04 +02:00
pinctrl-tegra114.c pinctrl: Make of_device_id array const 2014-08-29 07:13:04 +02:00
pinctrl-tegra124.c pinctrl: Make of_device_id array const 2014-08-29 07:13:04 +02:00
pinctrl-tegra-xusb.c ARM: SoC driver changes for 3.17 2014-08-08 11:34:32 -07:00
pinctrl-tegra.c pinctrl: avoid duplicated calling enable_pinmux_setting for a pin 2014-07-11 14:08:26 +02:00
pinctrl-tegra.h pinctrl: tegra: add missing kerneldoc 2014-04-22 16:55:41 +02:00
pinctrl-tz1090-pdc.c pinctrl: avoid duplicated calling enable_pinmux_setting for a pin 2014-07-11 14:08:26 +02:00
pinctrl-tz1090.c pinctrl: avoid duplicated calling enable_pinmux_setting for a pin 2014-07-11 14:08:26 +02:00
pinctrl-u300.c pinctrl: avoid duplicated calling enable_pinmux_setting for a pin 2014-07-11 14:08:26 +02:00
pinctrl-utils.c
pinctrl-utils.h
pinctrl-vf610.c
pinctrl-xway.c
pinmux.c pinctrl: avoid duplicated calling enable_pinmux_setting for a pin 2014-07-11 14:08:26 +02:00
pinmux.h