projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
13ceb77
)
pinctrl: palmas: Fix device name in Kconfig text
author
Mark Brown
<broonie@linaro.org>
Mon, 19 Aug 2013 15:07:26 +0000
(16:07 +0100)
committer
Linus Walleij
<linus.walleij@linaro.org>
Fri, 23 Aug 2013 06:56:31 +0000
(08:56 +0200)
The device family is called Palmas so there should be a 's' on the end of
the name.
Signed-off-by: Mark Brown <broonie@linaro.org>
Acked-by: Laxman Dewangan <ldewangan@nvidia.com>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
drivers/pinctrl/Kconfig
patch
|
blob
|
blame
|
history
diff --git
a/drivers/pinctrl/Kconfig
b/drivers/pinctrl/Kconfig
index 8542cd4a176aec39c7f4d2871977ad5d90b4cbbc..bdb1a8701ecda2a7f59fc5fbd295a2b954ccad2d 100644
(file)
--- a/
drivers/pinctrl/Kconfig
+++ b/
drivers/pinctrl/Kconfig
@@
-262,7
+262,7
@@
config PINCTRL_EXYNOS5440
select PINCONF
config PINCTRL_PALMAS
- bool "Pinctrl driver for the PALMA Series MFD devices"
+ bool "Pinctrl driver for the PALMA
S
Series MFD devices"
depends on OF && MFD_PALMAS
select GENERIC_PINCONF
help