Re: [PATCH] usb: chipidea: set unique names to requested irqs

2015-10-20 Thread Vladimir Zapolskiy
On 20.10.2015 09:05, Peter Chen wrote: > On Mon, Oct 19, 2015 at 07:00:26PM +0300, Vladimir Zapolskiy wrote: >> This change allows to get a driver instance of usb controller, which >> registers an irq, now the interrupt names are unique: >> >> # cat /proc/interrupts | grep ci_ >> 72:

Re: [PATCH] usb: chipidea: set unique names to requested irqs

2015-10-19 Thread Peter Chen
On Mon, Oct 19, 2015 at 07:00:26PM +0300, Vladimir Zapolskiy wrote: > This change allows to get a driver instance of usb controller, which > registers an irq, now the interrupt names are unique: > > # cat /proc/interrupts | grep ci_ > 72: 0 0 0 0GIC 72 ci_hdr

[PATCH] usb: chipidea: set unique names to requested irqs

2015-10-19 Thread Vladimir Zapolskiy
This change allows to get a driver instance of usb controller, which registers an irq, now the interrupt names are unique: # cat /proc/interrupts | grep ci_ 72: 0 0 0 0GIC 72 ci_hdrc.0 75:2096 0 0 0GIC 75 ci_hdrc.1 Signed-off