Re: [PATCH 0/7] irqchip: constify irq_domain_ops

2017-06-02 Thread Tobias Klauser
On 2017-06-02 at 12:04:42 +0200, Marc Zyngier wrote: > On 02/06/17 09:20, Tobias Klauser wrote: > > Constify all remaining non-const instances of irq_domain_ops in the irqchip > > drivers. These can be made const as they are never modified. > > > > Tobias Klauser (7): > >

Re: [PATCH 0/7] irqchip: constify irq_domain_ops

2017-06-02 Thread Tobias Klauser
On 2017-06-02 at 12:04:42 +0200, Marc Zyngier wrote: > On 02/06/17 09:20, Tobias Klauser wrote: > > Constify all remaining non-const instances of irq_domain_ops in the irqchip > > drivers. These can be made const as they are never modified. > > > > Tobias Klauser (7): > > irqchip/aspeed-vic:

Re: [PATCH 0/7] irqchip: constify irq_domain_ops

2017-06-02 Thread Marc Zyngier
On 02/06/17 09:20, Tobias Klauser wrote: > Constify all remaining non-const instances of irq_domain_ops in the irqchip > drivers. These can be made const as they are never modified. > > Tobias Klauser (7): > irqchip/aspeed-vic: constify irq_domain_ops > irqchip/i8259: constify irq_domain_ops

Re: [PATCH 0/7] irqchip: constify irq_domain_ops

2017-06-02 Thread Marc Zyngier
On 02/06/17 09:20, Tobias Klauser wrote: > Constify all remaining non-const instances of irq_domain_ops in the irqchip > drivers. These can be made const as they are never modified. > > Tobias Klauser (7): > irqchip/aspeed-vic: constify irq_domain_ops > irqchip/i8259: constify irq_domain_ops