Re: [PATCH 5/9] TWL4030: read and write module ISRs to clear them at init

2008-07-21 Thread Paul Walmsley
Hello Peter, On Fri, 18 Jul 2008, Peter 'p2' De Schrijver wrote: > On Thu, Jul 17, 2008 at 07:34:52PM -0600, ext Paul Walmsley wrote: > > TWL4030 interrupt status register bits can be cleared in one of two ways: > > either by reading from the register, or by writing a 1 to the > > appropriate bit

Re: [PATCH 5/9] TWL4030: read and write module ISRs to clear them at init

2008-07-18 Thread Peter 'p2' De Schrijver
On Thu, Jul 17, 2008 at 07:34:52PM -0600, ext Paul Walmsley wrote: > TWL4030 interrupt status register bits can be cleared in one of two ways: > either by reading from the register, or by writing a 1 to the > appropriate bit(s) in the register. This behavior can be altered at any > time by the _SI

[PATCH 5/9] TWL4030: read and write module ISRs to clear them at init

2008-07-17 Thread Paul Walmsley
TWL4030 interrupt status register bits can be cleared in one of two ways: either by reading from the register, or by writing a 1 to the appropriate bit(s) in the register. This behavior can be altered at any time by the _SIH_CTRL.COR register bit ("clear-on-read"). twl4030-core.c does not touch t