linux/drivers/pinctrl
Stephen Warren 25aec320d9 pinctrl: Remove unsafe __refdata
A pin controller's pin definitions are used both during pinctrl_register()
and pinctrl_unregister(). The latter happens outside of __init/__devinit
time, and hence it is unsafe to mark the pin array as __refdata.

Acked-by: Barry Song <Baohua.Song@csr.com>
Signed-off-by: Stephen Warren <swarren@nvidia.com>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
2011-10-20 11:49:53 +02:00
..
core.c pinctrl: get_group_pins() const fixes 2011-10-20 11:41:49 +02:00
core.h drivers: create a pin control subsystem 2011-10-13 12:49:17 +02:00
Kconfig pinctrl: add a driver for the CSR SiRFprimaII pinmux 2011-10-13 12:57:46 +02:00
Makefile pinctrl: add a driver for the CSR SiRFprimaII pinmux 2011-10-13 12:57:46 +02:00
pinmux-sirf.c pinctrl: Remove unsafe __refdata 2011-10-20 11:49:53 +02:00
pinmux-u300.c pinctrl: Remove unsafe __refdata 2011-10-20 11:49:53 +02:00
pinmux.c pinctrl: get_group_pins() const fixes 2011-10-20 11:41:49 +02:00
pinmux.h drivers: create a pin control subsystem 2011-10-13 12:49:17 +02:00