Re: [PATCH v2 02/11] spi: spi-ep93xx: use read,write instead of __raw_* variants

2013-07-03 Thread Mark Brown
On Tue, Jul 02, 2013 at 10:06:26AM -0700, H Hartley Sweeten wrote: > The memory resource used by this driver is ioremap()'d and the normal > read,write calls can be used instead of the __raw_* variants. Applied, thanks. signature.asc Description: Digital signature

Re: [PATCH v2 02/11] spi: spi-ep93xx: use read,write instead of __raw_* variants

2013-07-03 Thread Mika Westerberg
On Tue, Jul 02, 2013 at 10:06:26AM -0700, H Hartley Sweeten wrote: > The memory resource used by this driver is ioremap()'d and the normal > read,write calls can be used instead of the __raw_* variants. > > Also, remove the inline tag on the helper functions and let the compiler > decide if they

Re: [PATCH v2 02/11] spi: spi-ep93xx: use read,write instead of __raw_* variants

2013-07-03 Thread Mika Westerberg
On Tue, Jul 02, 2013 at 10:06:26AM -0700, H Hartley Sweeten wrote: The memory resource used by this driver is ioremap()'d and the normal read,write calls can be used instead of the __raw_* variants. Also, remove the inline tag on the helper functions and let the compiler decide if they are

Re: [PATCH v2 02/11] spi: spi-ep93xx: use read,write instead of __raw_* variants

2013-07-03 Thread Mark Brown
On Tue, Jul 02, 2013 at 10:06:26AM -0700, H Hartley Sweeten wrote: The memory resource used by this driver is ioremap()'d and the normal read,write calls can be used instead of the __raw_* variants. Applied, thanks. signature.asc Description: Digital signature

[PATCH v2 02/11] spi: spi-ep93xx: use read,write instead of __raw_* variants

2013-07-02 Thread H Hartley Sweeten
The memory resource used by this driver is ioremap()'d and the normal read,write calls can be used instead of the __raw_* variants. Also, remove the inline tag on the helper functions and let the compiler decide if they are inlined. Signed-off-by: H Hartley Sweeten Cc: Ryan Mallon Cc: Mika

[PATCH v2 02/11] spi: spi-ep93xx: use read,write instead of __raw_* variants

2013-07-02 Thread H Hartley Sweeten
The memory resource used by this driver is ioremap()'d and the normal read,write calls can be used instead of the __raw_* variants. Also, remove the inline tag on the helper functions and let the compiler decide if they are inlined. Signed-off-by: H Hartley Sweeten hswee...@visionengravers.com