Re: [PATCH v6 24/37] cxlflash: Fix MMIO and endianness errors

2015-10-23 Thread Tomas Henzl
On 21.10.2015 22:14, Matthew R. Ochs wrote: > Sparse uncovered several errors with MMIO operations (accessing > directly) and handling endianness. These can cause issues when > running in different environments. > > Introduce __iomem and proper endianness tags/swaps where > appropriate to make

[PATCH v6 24/37] cxlflash: Fix MMIO and endianness errors

2015-10-21 Thread Matthew R. Ochs
Sparse uncovered several errors with MMIO operations (accessing directly) and handling endianness. These can cause issues when running in different environments. Introduce __iomem and proper endianness tags/swaps where appropriate to make driver sparse clean. Signed-off-by: Matthew R. Ochs