Re: [PATCH 2/3] pinctrl: actions: Add Actions S500 pinctrl driver

2020-08-03 Thread Cristian Ciocaltea
On Sun, Aug 02, 2020 at 08:48:13PM +0530, Manivannan Sadhasivam wrote: > Hi, > > Sorry for the delay. This has fallen through the cracks... Hi Mani, No problem, thanks for finding the time to review this. > On Fri, Jun 26, 2020 at 08:11:48PM +0300, Cristian Ciocaltea wrote: > > On Fri, Jun 26,

Re: [PATCH 2/3] pinctrl: actions: Add Actions S500 pinctrl driver

2020-08-02 Thread Manivannan Sadhasivam
Hi, Sorry for the delay. This has fallen through the cracks... On Fri, Jun 26, 2020 at 08:11:48PM +0300, Cristian Ciocaltea wrote: > On Fri, Jun 26, 2020 at 07:59:41PM +0530, Manivannan Sadhasivam wrote: > > On Thu, Jun 25, 2020 at 11:16:19PM +0300, Cristian Ciocaltea wrote: > > > Add pinctrl and

Re: [PATCH 2/3] pinctrl: actions: Add Actions S500 pinctrl driver

2020-06-26 Thread Cristian Ciocaltea
On Fri, Jun 26, 2020 at 07:59:41PM +0530, Manivannan Sadhasivam wrote: > On Thu, Jun 25, 2020 at 11:16:19PM +0300, Cristian Ciocaltea wrote: > > Add pinctrl and gpio driver for Actions Semi S500 SoC. > > > > The driver supports pinctrl, pinmux, pinconf, gpio and interrupt > > functions using a set

Re: [PATCH 2/3] pinctrl: actions: Add Actions S500 pinctrl driver

2020-06-26 Thread Manivannan Sadhasivam
On Thu, Jun 25, 2020 at 11:16:19PM +0300, Cristian Ciocaltea wrote: > Add pinctrl and gpio driver for Actions Semi S500 SoC. > > The driver supports pinctrl, pinmux, pinconf, gpio and interrupt > functions using a set of registers shared between gpio and pinctrl. > > Signed-off-by: Cristian Cioca