Re: [U-Boot] [PATCH 15/23] gpio: eg20t: Add driver for Intel EG20T GPIO controllers

2016-09-28 Thread Bin Meng
On Tue, Sep 27, 2016 at 2:22 PM, Bin Meng wrote: > Hi Paul, > > On Tue, Sep 27, 2016 at 2:29 AM, Paul Burton wrote: >> Add a driver for the GPIO controller found in the Intel EG20T Platform >> Controller Hub. This is used on the MIPS Boston development board to >> provide GPIOs including ethernet

Re: [U-Boot] [PATCH 15/23] gpio: eg20t: Add driver for Intel EG20T GPIO controllers

2016-09-27 Thread Simon Glass
Hi Paul, On 27 September 2016 at 02:21, Paul Burton wrote: > On Monday, 26 September 2016 18:35:32 BST Simon Glass wrote: > >> > +enum { > >> > + REG_IEN = 0x00, > >> > + REG_ISTATUS = 0x04, > >> > + REG_IDISP = 0x08, > >> > + REG_ICLR = 0x0c, > >> > + REG_IMASK = 0x10, > >> > + REG_IMASKCLR = 0x

Re: [U-Boot] [PATCH 15/23] gpio: eg20t: Add driver for Intel EG20T GPIO controllers

2016-09-27 Thread Paul Burton
On Monday, 26 September 2016 18:35:32 BST Simon Glass wrote: > > +enum { > > + REG_IEN = 0x00, > > + REG_ISTATUS = 0x04, > > + REG_IDISP = 0x08, > > + REG_ICLR= 0x0c, > > + REG_IMASK = 0x10, > > + REG_IMASKCLR= 0x14, > > +

Re: [U-Boot] [PATCH 15/23] gpio: eg20t: Add driver for Intel EG20T GPIO controllers

2016-09-26 Thread Bin Meng
Hi Paul, On Tue, Sep 27, 2016 at 2:29 AM, Paul Burton wrote: > Add a driver for the GPIO controller found in the Intel EG20T Platform > Controller Hub. This is used on the MIPS Boston development board to > provide GPIOs including ethernet PHY reset. > > Signed-off-by: Paul Burton > > --- > > d

Re: [U-Boot] [PATCH 15/23] gpio: eg20t: Add driver for Intel EG20T GPIO controllers

2016-09-26 Thread Simon Glass
Hi Paul, On 26 September 2016 at 12:29, Paul Burton wrote: > Add a driver for the GPIO controller found in the Intel EG20T Platform > Controller Hub. This is used on the MIPS Boston development board to > provide GPIOs including ethernet PHY reset. > > Signed-off-by: Paul Burton > > --- > > dri

[U-Boot] [PATCH 15/23] gpio: eg20t: Add driver for Intel EG20T GPIO controllers

2016-09-26 Thread Paul Burton
Add a driver for the GPIO controller found in the Intel EG20T Platform Controller Hub. This is used on the MIPS Boston development board to provide GPIOs including ethernet PHY reset. Signed-off-by: Paul Burton --- drivers/gpio/Kconfig | 8 +++ drivers/gpio/Makefile | 1 + drivers