linux/drivers/pinctrl/freescale
Philipp Zabel 8626ada871 pinctrl: imx: attach iomuxc device to gpr syscon
Commit bdb0066df9 ("mfd: syscon: Decouple syscon interface from platform
devices") added the possibility to register syscon devices without
associated platform device. This also removed regmap debugfs facilities,
which don't work without a device. This patch associates the syscon regmap
that handles the IOMUX controller's general purpose registers with the
pinctrl device so that the GPR registers appear in the regmap debugfs
directory again. For example, on i.MX6Q the GPR registers now can be
read from /sys/kernel/debug/regmap/20e0000.iomuxc-gpr/registers.

Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de>
Acked-by: Shawn Guo <shawnguo@kernel.org>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
2016-03-08 15:54:03 +07:00
..
Kconfig
Makefile
pinctrl-imx.c pinctrl: imx: attach iomuxc device to gpr syscon 2016-03-08 15:54:03 +07:00
pinctrl-imx.h pinctrl: imx: attach iomuxc device to gpr syscon 2016-03-08 15:54:03 +07:00
pinctrl-imx1-core.c
pinctrl-imx1.c
pinctrl-imx1.h
pinctrl-imx6dl.c pinctrl: imx: attach iomuxc device to gpr syscon 2016-03-08 15:54:03 +07:00
pinctrl-imx6q.c pinctrl: imx: attach iomuxc device to gpr syscon 2016-03-08 15:54:03 +07:00
pinctrl-imx6sl.c pinctrl: imx: attach iomuxc device to gpr syscon 2016-03-08 15:54:03 +07:00
pinctrl-imx6sx.c pinctrl: imx: attach iomuxc device to gpr syscon 2016-03-08 15:54:03 +07:00
pinctrl-imx6ul.c pinctrl: imx: attach iomuxc device to gpr syscon 2016-03-08 15:54:03 +07:00
pinctrl-imx7d.c pinctrl: imx: attach iomuxc device to gpr syscon 2016-03-08 15:54:03 +07:00
pinctrl-imx21.c
pinctrl-imx23.c
pinctrl-imx25.c
pinctrl-imx27.c
pinctrl-imx28.c
pinctrl-imx35.c
pinctrl-imx50.c pinctrl: imx: attach iomuxc device to gpr syscon 2016-03-08 15:54:03 +07:00
pinctrl-imx51.c
pinctrl-imx53.c pinctrl: imx: attach iomuxc device to gpr syscon 2016-03-08 15:54:03 +07:00
pinctrl-mxs.c
pinctrl-mxs.h
pinctrl-vf610.c