linux/drivers/pinctrl
Sascha Hauer 8f903f8a34 pinctrl: imx: Use struct type for pins
The i.MX pinctrl driver uses 5 different arrays for storing the
informations for pins. This requires five allocations. Instead,
use a struct type which is more cache friendly, readable and
requires less allocations. One array of integers is still needed
since the pinctrl framework forces us to maintain it.
This also adds checks whether the allocations are succesful which
were missing.

Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Acked-by: Shawn Guo <shawn.guo@linaro.org>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
2013-08-16 14:43:56 +02:00
..
mvebu
sh-pfc sh-pfc: r8a7790: Add DU pin groups and functions 2013-08-14 22:49:22 +02:00
sirf pinctrl: sirf: add missing __iomem annotation 2013-08-07 22:30:40 +02:00
spear
vt8500
core.c
core.h
devicetree.c
devicetree.h
Kconfig pinctrl: palmas: add pincontrol driver 2013-08-14 21:00:42 +02:00
Makefile pinctrl: palmas: add pincontrol driver 2013-08-14 21:00:42 +02:00
pinconf-generic.c pinctrl: pinconf-generic: add generic APIs for mapping pinctrl node 2013-08-14 21:00:41 +02:00
pinconf.c pinctrl: pinconf: fix comparison of different types 2013-08-07 22:30:32 +02:00
pinconf.h
pinctrl-ab8500.c
pinctrl-ab8505.c
pinctrl-ab8540.c
pinctrl-ab9540.c
pinctrl-abx500.c
pinctrl-abx500.h
pinctrl-at91.c pinctrl: at91: choose appropriate handler for level interrupts 2013-08-07 22:30:16 +02:00
pinctrl-baytrail.c
pinctrl-bcm2835.c
pinctrl-coh901.c
pinctrl-coh901.h
pinctrl-exynos.c
pinctrl-exynos.h
pinctrl-exynos5440.c
pinctrl-falcon.c pinctrl/lantiq: add missing pin definition to falcon pinctrl driver 2013-08-14 22:49:24 +02:00
pinctrl-imx.c pinctrl: imx: Use struct type for pins 2013-08-16 14:43:56 +02:00
pinctrl-imx.h pinctrl: imx: Use struct type for pins 2013-08-16 14:43:56 +02:00
pinctrl-imx6dl.c
pinctrl-imx6q.c
pinctrl-imx6sl.c
pinctrl-imx23.c
pinctrl-imx28.c
pinctrl-imx35.c
pinctrl-imx51.c
pinctrl-imx53.c
pinctrl-lantiq.c
pinctrl-lantiq.h
pinctrl-mxs.c
pinctrl-mxs.h
pinctrl-nomadik-db8500.c
pinctrl-nomadik-db8540.c
pinctrl-nomadik-stn8815.c
pinctrl-nomadik.c pinctrl: nomadik: simplify use of devm_ioremap_resource 2013-08-15 22:12:47 +02:00
pinctrl-nomadik.h
pinctrl-palmas.c pinctrl: palmas: add pincontrol driver 2013-08-14 21:00:42 +02:00
pinctrl-rockchip.c drivers/pinctrl: don't check resource with devm_ioremap_resource 2013-08-07 22:29:21 +02:00
pinctrl-s3c24xx.c
pinctrl-s3c64xx.c
pinctrl-samsung.c
pinctrl-samsung.h
pinctrl-single.c
pinctrl-st.c pinctrl: st: Staticize local symbols 2013-08-07 22:30:06 +02:00
pinctrl-sunxi-pins.h
pinctrl-sunxi.c pinctrl: sunxi: Fix incorrect NULL check 2013-08-07 22:29:39 +02:00
pinctrl-sunxi.h
pinctrl-tegra.c
pinctrl-tegra.h
pinctrl-tegra20.c
pinctrl-tegra30.c
pinctrl-tegra114.c
pinctrl-tz1090-pdc.c
pinctrl-tz1090.c
pinctrl-u300.c drivers/pinctrl: don't check resource with devm_ioremap_resource 2013-08-07 22:29:21 +02:00
pinctrl-utils.c pinctrl: add utility functions for add map/configs 2013-08-14 21:00:41 +02:00
pinctrl-utils.h pinctrl: add utility functions for add map/configs 2013-08-14 21:00:41 +02:00
pinctrl-vf610.c
pinctrl-xway.c pinctrl/lantiq: add missing gphy led setup 2013-08-14 22:49:24 +02:00
pinmux.c pinctrl: improve warning messages 2013-08-14 22:49:14 +02:00
pinmux.h