Re: [PATCH v2 2/3] gpio: arizona: Support Cirrus Logic CS47L24 and WM1831

2015-10-29 Thread Linus Walleij
On Wed, Oct 28, 2015 at 12:42 PM, Lee Jones wrote: > On Tue, 27 Oct 2015, Linus Walleij wrote: > >> On Mon, Oct 19, 2015 at 4:13 PM, Richard Fitzgerald >> wrote: >> >> > The CS47L24 and WM1831 codecs only have two GPIO lines, but are >> > otherwise similar to the WM8280. >> > >> > Signed-off-by:

Re: [PATCH v2 2/3] gpio: arizona: Support Cirrus Logic CS47L24 and WM1831

2015-10-28 Thread Lee Jones
On Tue, 27 Oct 2015, Linus Walleij wrote: > On Mon, Oct 19, 2015 at 4:13 PM, Richard Fitzgerald > wrote: > > > The CS47L24 and WM1831 codecs only have two GPIO lines, but are > > otherwise similar to the WM8280. > > > > Signed-off-by: Richard Fitzgerald > > Acked-by: Linus Walleij > > Lee ca

Re: [PATCH v2 2/3] gpio: arizona: Support Cirrus Logic CS47L24 and WM1831

2015-10-27 Thread Linus Walleij
On Mon, Oct 19, 2015 at 4:13 PM, Richard Fitzgerald wrote: > The CS47L24 and WM1831 codecs only have two GPIO lines, but are > otherwise similar to the WM8280. > > Signed-off-by: Richard Fitzgerald Acked-by: Linus Walleij Lee can merge this into the MFD tree with patch 1/3 if he likes, I gues

[PATCH v2 2/3] gpio: arizona: Support Cirrus Logic CS47L24 and WM1831

2015-10-19 Thread Richard Fitzgerald
The CS47L24 and WM1831 codecs only have two GPIO lines, but are otherwise similar to the WM8280. Signed-off-by: Richard Fitzgerald --- drivers/gpio/gpio-arizona.c | 4 1 file changed, 4 insertions(+) diff --git a/drivers/gpio/gpio-arizona.c b/drivers/gpio/gpio-arizona.c index ca00273..624e