Re: [PATCH 2/3] mfd: lpc_ich: use a correct mask for the GPIO base address

2016-02-11 Thread Lee Jones
On Mon, 25 Jan 2016, Peter Tyser wrote: > > On Mon, 2016-01-25 at 12:44 +, Lee Jones wrote: > > On Sat, 23 Jan 2016, Antoine Tenart wrote: > > > > > The GPIO base address is read from the GPIOBASE register. The first > > > bit must be cleared as it can be hardwired to 1 to represent the i/o

Re: [PATCH 2/3] mfd: lpc_ich: use a correct mask for the GPIO base address

2016-02-11 Thread Lee Jones
On Mon, 25 Jan 2016, Peter Tyser wrote: > > On Mon, 2016-01-25 at 12:44 +, Lee Jones wrote: > > On Sat, 23 Jan 2016, Antoine Tenart wrote: > > > > > The GPIO base address is read from the GPIOBASE register. The first > > > bit must be cleared as it can be hardwired to 1 to represent the i/o

Re: [PATCH 2/3] mfd: lpc_ich: use a correct mask for the GPIO base address

2016-01-25 Thread Peter Tyser
On Mon, 2016-01-25 at 12:44 +, Lee Jones wrote: > On Sat, 23 Jan 2016, Antoine Tenart wrote: > > > The GPIO base address is read from the GPIOBASE register. The first > > bit must be cleared as it can be hardwired to 1 to represent the i/o > > space. Other bits are either containing the base

Re: [PATCH 2/3] mfd: lpc_ich: use a correct mask for the GPIO base address

2016-01-25 Thread Lee Jones
On Sat, 23 Jan 2016, Antoine Tenart wrote: > The GPIO base address is read from the GPIOBASE register. The first > bit must be cleared as it can be hardwired to 1 to represent the i/o > space. Other bits are either containing the base address of are > reserved. They should not be cleared as all

Re: [PATCH 2/3] mfd: lpc_ich: use a correct mask for the GPIO base address

2016-01-25 Thread Lee Jones
On Sat, 23 Jan 2016, Antoine Tenart wrote: > The GPIO base address is read from the GPIOBASE register. The first > bit must be cleared as it can be hardwired to 1 to represent the i/o > space. Other bits are either containing the base address of are > reserved. They should not be cleared as all

Re: [PATCH 2/3] mfd: lpc_ich: use a correct mask for the GPIO base address

2016-01-25 Thread Peter Tyser
On Mon, 2016-01-25 at 12:44 +, Lee Jones wrote: > On Sat, 23 Jan 2016, Antoine Tenart wrote: > > > The GPIO base address is read from the GPIOBASE register. The first > > bit must be cleared as it can be hardwired to 1 to represent the i/o > > space. Other bits are either containing the base

[PATCH 2/3] mfd: lpc_ich: use a correct mask for the GPIO base address

2016-01-23 Thread Antoine Tenart
The GPIO base address is read from the GPIOBASE register. The first bit must be cleared as it can be hardwired to 1 to represent the i/o space. Other bits are either containing the base address of are reserved. They should not be cleared as all the chipsets do not have the same reserved bits.

[PATCH 2/3] mfd: lpc_ich: use a correct mask for the GPIO base address

2016-01-23 Thread Antoine Tenart
The GPIO base address is read from the GPIOBASE register. The first bit must be cleared as it can be hardwired to 1 to represent the i/o space. Other bits are either containing the base address of are reserved. They should not be cleared as all the chipsets do not have the same reserved bits.