Re: Proposal about reorganize struct irq_data and struct irq_desc

2015-01-20 Thread Jiang Liu
On 2015/1/20 17:31, Thomas Gleixner wrote: > On Mon, 19 Jan 2015, Jiang Liu wrote: > >> Hi Thomas and Marc, >> During working on the generic MSI support, I have some proposal >> about reorganizing struct irq_data and struct irq_desc. The proposed >> changes are: >> 1) Add a pointer "struct i

Re: Proposal about reorganize struct irq_data and struct irq_desc

2015-01-20 Thread Thomas Gleixner
On Mon, 19 Jan 2015, Jiang Liu wrote: > Hi Thomas and Marc, > During working on the generic MSI support, I have some proposal > about reorganizing struct irq_data and struct irq_desc. The proposed > changes are: > 1) Add a pointer "struct irq_desc *" to struct irq_data, so we could >quic

Proposal about reorganize struct irq_data and struct irq_desc

2015-01-19 Thread Jiang Liu
Hi Thomas and Marc, During working on the generic MSI support, I have some proposal about reorganizing struct irq_data and struct irq_desc. The proposed changes are: 1) Add a pointer "struct irq_desc *" to struct irq_data, so we could quickly get struct irq_desc from struct irq_data. 2)