Re: [PATCH v2 1/7] spi: spi-ep93xx: remove io wrappers

2017-08-08 Thread Chris Packham
On 08/08/17 21:42, Mark Brown wrote: > On Fri, Aug 04, 2017 at 12:00:17PM +1200, Chris Packham wrote: >> From: H Hartley Sweeten >> >> The io wrappers just add obfuscation to the driver. Remove them. >> >> Signed-off-by: H Hartley Sweeten >> --- > > I can't do anything with this patch since you

Re: [PATCH v2 1/7] spi: spi-ep93xx: remove io wrappers

2017-08-08 Thread Mark Brown
On Fri, Aug 04, 2017 at 12:00:17PM +1200, Chris Packham wrote: > From: H Hartley Sweeten > > The io wrappers just add obfuscation to the driver. Remove them. > > Signed-off-by: H Hartley Sweeten > --- I can't do anything with this patch since you haven't provided a signoff - this is essential

[PATCH v2 1/7] spi: spi-ep93xx: remove io wrappers

2017-08-03 Thread Chris Packham
From: H Hartley Sweeten The io wrappers just add obfuscation to the driver. Remove them. Signed-off-by: H Hartley Sweeten --- drivers/spi/spi-ep93xx.c | 72 +--- 1 file changed, 25 insertions(+), 47 deletions(-) diff --git a/drivers/spi/spi-ep93xx.c