Re: [U-Boot] [PATCH v3 05/14] drivers: gpio: add driver for Microchip PIC32 GPIO controller.

2016-01-14 Thread Purna Chandra Mandal
On 01/14/2016 01:40 AM, Simon Glass wrote: > Hi Puma, > > On 12 January 2016 at 03:18, Purna Chandra Mandal > wrote: >> In PIC32 GPIO controller is part of PIC32 pin controller. >> PIC32 has ten independently programmable ports and each with multiple pins. >> Each of

Re: [U-Boot] [PATCH v3 05/14] drivers: gpio: add driver for Microchip PIC32 GPIO controller.

2016-01-13 Thread Daniel Schwierzeck
Am Mittwoch, den 13.01.2016, 14:46 +0100 schrieb Daniel Schwierzeck: > Am Dienstag, den 12.01.2016, 15:48 +0530 schrieb Purna Chandra > Mandal: > > In PIC32 GPIO controller is part of PIC32 pin controller. > > PIC32 has ten independently programmable ports and each with > > multiple > > pins. > >

Re: [U-Boot] [PATCH v3 05/14] drivers: gpio: add driver for Microchip PIC32 GPIO controller.

2016-01-13 Thread Daniel Schwierzeck
Am Dienstag, den 12.01.2016, 15:48 +0530 schrieb Purna Chandra Mandal: > In PIC32 GPIO controller is part of PIC32 pin controller. > PIC32 has ten independently programmable ports and each with multiple > pins. > Each of these pins can be configured and used as GPIO, provided they > are not in use

Re: [U-Boot] [PATCH v3 05/14] drivers: gpio: add driver for Microchip PIC32 GPIO controller.

2016-01-13 Thread Simon Glass
Hi Puma, On 12 January 2016 at 03:18, Purna Chandra Mandal wrote: > In PIC32 GPIO controller is part of PIC32 pin controller. > PIC32 has ten independently programmable ports and each with multiple pins. > Each of these pins can be configured and used as GPIO,

Re: [U-Boot] [PATCH v3 05/14] drivers: gpio: add driver for Microchip PIC32 GPIO controller.

2016-01-13 Thread Purna Chandra Mandal
On 01/13/2016 07:38 PM, Daniel Schwierzeck wrote: > Am Mittwoch, den 13.01.2016, 14:46 +0100 schrieb Daniel Schwierzeck: >> Am Dienstag, den 12.01.2016, 15:48 +0530 schrieb Purna Chandra >> Mandal: >>> In PIC32 GPIO controller is part of PIC32 pin controller. >>> PIC32 has ten independently

Re: [U-Boot] [PATCH v3 05/14] drivers: gpio: add driver for Microchip PIC32 GPIO controller.

2016-01-13 Thread Tom Rini
On Tue, Jan 12, 2016 at 03:48:20PM +0530, Purna Chandra Mandal wrote: > In PIC32 GPIO controller is part of PIC32 pin controller. > PIC32 has ten independently programmable ports and each with multiple pins. > Each of these pins can be configured and used as GPIO, provided they > are not in use

[U-Boot] [PATCH v3 05/14] drivers: gpio: add driver for Microchip PIC32 GPIO controller.

2016-01-12 Thread Purna Chandra Mandal
In PIC32 GPIO controller is part of PIC32 pin controller. PIC32 has ten independently programmable ports and each with multiple pins. Each of these pins can be configured and used as GPIO, provided they are not in use for other peripherals. Signed-off-by: Purna Chandra Mandal