Re: [PATCH v5 00/11] add pinmuxing support for pins in AXP209 and AXP813 PMICs

2017-12-07 Thread Linus Walleij
On Tue, Dec 5, 2017 at 3:46 PM, Quentin Schulz wrote: > The AXP209 and AXP813 PMICs have several pins (respectively 3 and 2) that can > be used either as GPIOs or for other purposes (ADC or LDO here). > > We already have a GPIO driver for the GPIO use of those pins on the AXP209. > Let's "upgrade

Re: [PATCH v5 00/11] add pinmuxing support for pins in AXP209 and AXP813 PMICs

2017-12-05 Thread Quentin Schulz
Hi all, Copy pasting of the cover letter done wrong, there are only 9 patches in this patch series unlike what's specified in the title of the cover letter for this patch series. Sorry for the noise. Quentin On 05/12/2017 15:46, Quentin Schulz wrote: > The AXP209 and AXP813 PMICs have several p

[PATCH v5 00/11] add pinmuxing support for pins in AXP209 and AXP813 PMICs

2017-12-05 Thread Quentin Schulz
The AXP209 and AXP813 PMICs have several pins (respectively 3 and 2) that can be used either as GPIOs or for other purposes (ADC or LDO here). We already have a GPIO driver for the GPIO use of those pins on the AXP209. Let's "upgrade" this driver to support all the functions these pins can have.