Re: [PATCH v2 02/26] x86, irq: Modify irq chip once for irq remapping

2013-03-08 Thread Yinghai Lu
On Fri, Mar 8, 2013 at 12:10 PM, Thomas Gleixner wrote: > > And just for clarification. If you are not going to provide proper > changelogs for _all_ patches of the series, this stuff is going > directly towards /dev/null. I'm not wasting my time to review any of > that otherwise. ok, will try to

Re: [PATCH v2 02/26] x86, irq: Modify irq chip once for irq remapping

2013-03-08 Thread Thomas Gleixner
On Fri, 8 Mar 2013, Thomas Gleixner wrote: > On Fri, 8 Feb 2013, Yinghai Lu wrote: > > > Now after irq remapping is enabled, irq_chip fields are modified during > > every irq setup. > > > > Only need to change them one during we enable irq mapping. > > Can you please start to write sensible chan

Re: [PATCH v2 02/26] x86, irq: Modify irq chip once for irq remapping

2013-03-08 Thread Thomas Gleixner
On Fri, 8 Feb 2013, Yinghai Lu wrote: > Now after irq remapping is enabled, irq_chip fields are modified during > every irq setup. > > Only need to change them one during we enable irq mapping. Can you please start to write sensible changelogs? I'm really sick of your sloppyness. > Also change

[PATCH v2 02/26] x86, irq: Modify irq chip once for irq remapping

2013-02-08 Thread Yinghai Lu
Now after irq remapping is enabled, irq_chip fields are modified during every irq setup. Only need to change them one during we enable irq mapping. Also change irq_remap_modify_chip_defaults() to __init. We don't need to use #ifdef in irq_remap_modify_chips(), as IRQ_REMAP only support x86_64 AN