Re: [PATCH v3 1/7] genirq: generic chip: export irq_map_generic_chip function

2014-06-23 Thread Thomas Gleixner
On Mon, 23 Jun 2014, Jason Cooper wrote: > Thomas, > > Would you mind Acking this and letting me know how you'd like me to > handle it? It's a build requirement for the rest of the series, but > it's in core code. > > I can do a separate topic branch for you or just merge it in with > irqchip/c

Re: [PATCH v3 1/7] genirq: generic chip: export irq_map_generic_chip function

2014-06-23 Thread Jason Cooper
Thomas, Would you mind Acking this and letting me know how you'd like me to handle it? It's a build requirement for the rest of the series, but it's in core code. I can do a separate topic branch for you or just merge it in with irqchip/core. Whichever is easiest for you. On Fri, Jun 20, 2014

Re: [PATCH v3 1/7] genirq: generic chip: export irq_map_generic_chip function

2014-06-23 Thread Jason Cooper
> On 23/06/2014 19:50, Jason Cooper wrote: ... > > I won't have a chance to dig deeper into this until tonight or the next > > few days. But my primary concern is that they chose to export the > > struct for a reason. I'd like to dig through the history and find out > > why. Ok, I took a look.

Re: [PATCH v3 1/7] genirq: generic chip: export irq_map_generic_chip function

2014-06-23 Thread Boris BREZILLON
On 23/06/2014 19:50, Jason Cooper wrote: > On Mon, Jun 23, 2014 at 05:07:47PM +0200, Boris BREZILLON wrote: >> On 23/06/2014 15:07, Jason Cooper wrote: >>> On Sun, Jun 22, 2014 at 09:59:44AM +0200, Boris BREZILLON wrote: On 22/06/2014 01:51, Jason Cooper wrote: > On Fri, Jun 20, 2014 at 0

Re: [PATCH v3 1/7] genirq: generic chip: export irq_map_generic_chip function

2014-06-23 Thread Jason Cooper
On Mon, Jun 23, 2014 at 05:07:47PM +0200, Boris BREZILLON wrote: > > On 23/06/2014 15:07, Jason Cooper wrote: > > On Sun, Jun 22, 2014 at 09:59:44AM +0200, Boris BREZILLON wrote: > >> On 22/06/2014 01:51, Jason Cooper wrote: > >>> On Fri, Jun 20, 2014 at 05:01:21PM +0200, Boris BREZILLON wrote: >

Re: [PATCH v3 1/7] genirq: generic chip: export irq_map_generic_chip function

2014-06-23 Thread Boris BREZILLON
On 23/06/2014 15:07, Jason Cooper wrote: > On Sun, Jun 22, 2014 at 09:59:44AM +0200, Boris BREZILLON wrote: >> On 22/06/2014 01:51, Jason Cooper wrote: >>> On Fri, Jun 20, 2014 at 05:01:21PM +0200, Boris BREZILLON wrote: Export the generic irq map function in order to provide irq_domain ops w

Re: [PATCH v3 1/7] genirq: generic chip: export irq_map_generic_chip function

2014-06-23 Thread Jason Cooper
On Sun, Jun 22, 2014 at 09:59:44AM +0200, Boris BREZILLON wrote: > > On 22/06/2014 01:51, Jason Cooper wrote: > > On Fri, Jun 20, 2014 at 05:01:21PM +0200, Boris BREZILLON wrote: > >> Export the generic irq map function in order to provide irq_domain ops with > >> generic mapping and specific of x

Re: [PATCH v3 1/7] genirq: generic chip: export irq_map_generic_chip function

2014-06-22 Thread Boris BREZILLON
On 22/06/2014 01:51, Jason Cooper wrote: > On Fri, Jun 20, 2014 at 05:01:21PM +0200, Boris BREZILLON wrote: >> Export the generic irq map function in order to provide irq_domain ops with >> generic mapping and specific of xlate function (needed by the new atmel >> AIC driver). >> >> Signed-off-by:

Re: [PATCH v3 1/7] genirq: generic chip: export irq_map_generic_chip function

2014-06-21 Thread Jason Cooper
On Fri, Jun 20, 2014 at 05:01:21PM +0200, Boris BREZILLON wrote: > Export the generic irq map function in order to provide irq_domain ops with > generic mapping and specific of xlate function (needed by the new atmel > AIC driver). > > Signed-off-by: Boris BREZILLON > --- > include/linux/irq.h

[PATCH v3 1/7] genirq: generic chip: export irq_map_generic_chip function

2014-06-20 Thread Boris BREZILLON
Export the generic irq map function in order to provide irq_domain ops with generic mapping and specific of xlate function (needed by the new atmel AIC driver). Signed-off-by: Boris BREZILLON --- include/linux/irq.h | 2 ++ kernel/irq/generic-chip.c | 5 +++-- 2 files changed, 5 insertions