* [PATCH] GPIO: vt8500: Add extended gpio bank for WM8505/WM8650
@ 2012-10-17 18:18 Tony Prisk
2012-10-19 11:15 ` Linus Walleij
0 siblings, 1 reply; 2+ messages in thread
From: Tony Prisk @ 2012-10-17 18:18 UTC (permalink / raw)
To: linux-arm-kernel
These SoC's have an extended bank of GPIO's seperate to the main
GPIO block. This patch adds the additional 5 GPIO's located in this
block which control I2C and PWMOUT.
Signed-off-by: Tony Prisk <linux@prisktech.co.nz>
---
drivers/gpio/gpio-vt8500.c | 2 ++
1 file changed, 2 insertions(+)
diff --git a/drivers/gpio/gpio-vt8500.c b/drivers/gpio/gpio-vt8500.c
index bcd8e4a..9ed2a2b 100644
--- a/drivers/gpio/gpio-vt8500.c
+++ b/drivers/gpio/gpio-vt8500.c
@@ -96,6 +96,7 @@ static struct vt8500_gpio_data wm8505_data = {
VT8500_BANK(0x5C, 0x84, 0xAC, 0xD4, 12),
VT8500_BANK(0x60, 0x88, 0xB0, 0xD8, 16),
VT8500_BANK(0x64, 0x8C, 0xB4, 0xDC, 22),
+ VT8500_BANK(0x500, 0x504, 0x508, 0x50C, 6),
},
};
@@ -115,6 +116,7 @@ static struct vt8500_gpio_data wm8650_data = {
VT8500_BANK(0x58, 0x98, 0xD8, 0x18, 32),
VT8500_BANK(0x5C, 0x9C, 0xDC, 0x1C, 32),
VT8500_BANK(0x7C, 0xBC, 0xFC, 0x3C, 32),
+ VT8500_BANK(0x500, 0x504, 0x508, 0x50C, 6),
},
};
--
1.7.9.5
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [PATCH] GPIO: vt8500: Add extended gpio bank for WM8505/WM8650
2012-10-17 18:18 [PATCH] GPIO: vt8500: Add extended gpio bank for WM8505/WM8650 Tony Prisk
@ 2012-10-19 11:15 ` Linus Walleij
0 siblings, 0 replies; 2+ messages in thread
From: Linus Walleij @ 2012-10-19 11:15 UTC (permalink / raw)
To: linux-arm-kernel
On Wed, Oct 17, 2012 at 8:18 PM, Tony Prisk <linux@prisktech.co.nz> wrote:
> These SoC's have an extended bank of GPIO's seperate to the main
> GPIO block. This patch adds the additional 5 GPIO's located in this
> block which control I2C and PWMOUT.
>
> Signed-off-by: Tony Prisk <linux@prisktech.co.nz>
Applied.
Thanks!
Linus Walleij
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2012-10-19 11:15 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-10-17 18:18 [PATCH] GPIO: vt8500: Add extended gpio bank for WM8505/WM8650 Tony Prisk
2012-10-19 11:15 ` Linus Walleij
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).