diff options
author | Viresh Kumar <viresh.kumar@st.com> | 2012-03-28 22:27:07 +0530 |
---|---|---|
committer | Arnd Bergmann <arnd@arndb.de> | 2012-04-22 22:49:23 +0200 |
commit | deda8287e1a602393b052c80b815b3706987b3da (patch) | |
tree | 49f77fb650a90a6aaff711206067ff2e1ba6a445 /drivers/pinctrl/spear/Makefile | |
parent | f3215b427bec2add8b5c776e8f50c3ba35b0e8f1 (diff) |
pinctrl: Add SPEAr pinctrl drivers
This adds pinctrl driver for SPEAr platform. It also updates MAINTAINERS file
for SPEAr pinctrl drivers.
Signed-off-by: Viresh Kumar <viresh.kumar@st.com>
Acked-by: Linus Walleij <linus.walleij@linaro.org>
Reviewed-by: Stephen Warren <swarren@wwwdotorg.org>
Diffstat (limited to 'drivers/pinctrl/spear/Makefile')
-rw-r--r-- | drivers/pinctrl/spear/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/pinctrl/spear/Makefile b/drivers/pinctrl/spear/Makefile new file mode 100644 index 00000000000..69c1a51e19d --- /dev/null +++ b/drivers/pinctrl/spear/Makefile @@ -0,0 +1,3 @@ +# SPEAr pinmux support + +obj-$(CONFIG_PINCTRL_SPEAR) += pinctrl-spear.o |