Re: [PATCH V4 04/14] genirq: Generic chip: Add big endian I/O accessors

2014-11-11 Thread Boris Brezillon
Hi, On Tue, 11 Nov 2014 00:03:01 +0100 Alexandre Belloni wrote: > Adding Boris in Cc: as he wrote that part. Thanks for putting me in the loop. > > On 10/11/2014 at 14:11:44 -0800, Kevin Cernekee wrote : > > On Mon, Nov 10, 2014 at 2:00 PM, Kevin Hilman wrote: > > > Kevin Cernekee writes: >

Re: [PATCH V4 04/14] genirq: Generic chip: Add big endian I/O accessors

2014-11-10 Thread Alexandre Belloni
Adding Boris in Cc: as he wrote that part. On 10/11/2014 at 14:11:44 -0800, Kevin Cernekee wrote : > On Mon, Nov 10, 2014 at 2:00 PM, Kevin Hilman wrote: > > Kevin Cernekee writes: > > > >> Use io{read,write}32be if the caller specified IRQ_GC_BE_IO when creating > >> the irqchip. > >> > >> Sign

Re: [PATCH V4 04/14] genirq: Generic chip: Add big endian I/O accessors

2014-11-10 Thread Kevin Cernekee
On Mon, Nov 10, 2014 at 2:00 PM, Kevin Hilman wrote: > Kevin Cernekee writes: > >> Use io{read,write}32be if the caller specified IRQ_GC_BE_IO when creating >> the irqchip. >> >> Signed-off-by: Kevin Cernekee > > I bisected a couple ARM boot failures in next-20141110 on atmel sama5 > platforms

Re: [PATCH V4 04/14] genirq: Generic chip: Add big endian I/O accessors

2014-11-10 Thread Kevin Hilman
Kevin Cernekee writes: > Use io{read,write}32be if the caller specified IRQ_GC_BE_IO when creating > the irqchip. > > Signed-off-by: Kevin Cernekee I bisected a couple ARM boot failures in next-20141110 on atmel sama5 platforms down to this patch, though I'm not quite yet sure how it's causing

[PATCH V4 04/14] genirq: Generic chip: Add big endian I/O accessors

2014-11-06 Thread Kevin Cernekee
Use io{read,write}32be if the caller specified IRQ_GC_BE_IO when creating the irqchip. Signed-off-by: Kevin Cernekee --- include/linux/irq.h | 2 ++ kernel/irq/generic-chip.c | 16 2 files changed, 18 insertions(+) diff --git a/include/linux/irq.h b/include/linux/irq.h i