Re: [PATCH v5 1/3] gpio: gpio-generic: Add 16 and 32 bit big endian byte order support

2013-04-10 Thread Linus Walleij
On Wed, Apr 3, 2013 at 9:49 AM, Andreas Larson wrote: > On 2013-03-27 09:58, Linus Walleij wrote: >> >> On Tue, Mar 19, 2013 at 1:40 AM, Anton Vorontsov wrote: >>> >>> On Fri, Mar 15, 2013 at 02:45:38PM +0100, Andreas Larsson wrote: There is no general support for 64-bit big endian acce

Re: [PATCH v5 1/3] gpio: gpio-generic: Add 16 and 32 bit big endian byte order support

2013-04-03 Thread Andreas Larson
On 2013-03-27 09:58, Linus Walleij wrote: On Tue, Mar 19, 2013 at 1:40 AM, Anton Vorontsov wrote: On Fri, Mar 15, 2013 at 02:45:38PM +0100, Andreas Larsson wrote: There is no general support for 64-bit big endian accesses, so that is left unsupported. Signed-off-by: Andreas Larsson This lo

Re: [PATCH v5 1/3] gpio: gpio-generic: Add 16 and 32 bit big endian byte order support

2013-03-27 Thread Linus Walleij
On Tue, Mar 19, 2013 at 1:40 AM, Anton Vorontsov wrote: > On Fri, Mar 15, 2013 at 02:45:38PM +0100, Andreas Larsson wrote: >> There is no general support for 64-bit big endian accesses, so that is >> left unsupported. >> >> Signed-off-by: Andreas Larsson > > This looks perfect, thanks a lot! > >

Re: [PATCH v5 1/3] gpio: gpio-generic: Add 16 and 32 bit big endian byte order support

2013-03-18 Thread Anton Vorontsov
On Fri, Mar 15, 2013 at 02:45:38PM +0100, Andreas Larsson wrote: > There is no general support for 64-bit big endian accesses, so that is > left unsupported. > > Signed-off-by: Andreas Larsson This looks perfect, thanks a lot! Acked-by: Anton Vorontsov -- To unsubscribe from this list: send th

[PATCH v5 1/3] gpio: gpio-generic: Add 16 and 32 bit big endian byte order support

2013-03-15 Thread Andreas Larsson
There is no general support for 64-bit big endian accesses, so that is left unsupported. Signed-off-by: Andreas Larsson --- drivers/gpio/gpio-generic.c | 56 --- include/linux/basic_mmio_gpio.h |1 + 2 files changed, 48 insertions(+), 9 deletions(-)