Re: [PATCH v3 0/5] mmc: tmio: make CTL_STATUS handling consistent

2016-04-28 Thread Ulf Hansson
On 27 April 2016 at 18:51, Wolfram Sang wrote: > It took me a little to discover that CTL_STATUS has a different handling than > the other registers. CTL_STATUS and CTL_STATUS2, both u16, are merged into a > virtual u32. However, CTL_STATUS2 was also directly accessed. > >

[PATCH v3 0/5] mmc: tmio: make CTL_STATUS handling consistent

2016-04-27 Thread Wolfram Sang
It took me a little to discover that CTL_STATUS has a different handling than the other registers. CTL_STATUS and CTL_STATUS2, both u16, are merged into a virtual u32. However, CTL_STATUS2 was also directly accessed. Clean this up, make this consistent, and document this. Making the driver less