Re: [PATCH 08/14] pinctrl: Add PIC32 pin control driver

2015-12-08 Thread Joshua Henderson
Linus, On 11/30/2015 06:41 AM, Linus Walleij wrote: > On Sat, Nov 21, 2015 at 1:17 AM, Joshua Henderson > wrote: > >> From: Andrei Pistirica >> >> Add a driver for the pin controller present on the Microchip PIC32 >> including the specific variant PIC32MZDA. This driver provides pinmux >> and p

Re: [PATCH 08/14] pinctrl: Add PIC32 pin control driver

2015-11-30 Thread Linus Walleij
On Sat, Nov 21, 2015 at 1:17 AM, Joshua Henderson wrote: > From: Andrei Pistirica > > Add a driver for the pin controller present on the Microchip PIC32 > including the specific variant PIC32MZDA. This driver provides pinmux > and pinconfig operations as well as GPIO and IRQ chips for the GPIO >

[PATCH 08/14] pinctrl: Add PIC32 pin control driver

2015-11-20 Thread Joshua Henderson
From: Andrei Pistirica Add a driver for the pin controller present on the Microchip PIC32 including the specific variant PIC32MZDA. This driver provides pinmux and pinconfig operations as well as GPIO and IRQ chips for the GPIO banks. Signed-off-by: Andrei Pistirica Signed-off-by: Joshua Hender