Re: [PATCH v2 2/2] pinctrl: iproc: use unique name for irq chip

2019-10-13 Thread Chris Packham
Hi LinusW, Scott, Geert, MarcZ, On Mon, 2019-10-07 at 10:10 -0700, Scott Branden wrote: > > On 2019-10-07 1:14 a.m., Marc Zyngier wrote: > > On Mon, 07 Oct 2019 08:30:50 +0100, > > Geert Uytterhoeven wrote: > > > Hi Chris, > > > > > > CC MarcZ > > > > > > On Thu, Oct 3, 2019 at 2:03 AM Chris

Re: [PATCH v2 2/2] pinctrl: iproc: use unique name for irq chip

2019-10-11 Thread Linus Walleij
On Mon, Oct 7, 2019 at 10:14 AM Marc Zyngier wrote: > On Mon, 07 Oct 2019 08:30:50 +0100, > Geert Uytterhoeven wrote: > > > > Hi Chris, > > > > CC MarcZ > > > > On Thu, Oct 3, 2019 at 2:03 AM Chris Packham > > wrote: > > > Use the dev_name(dev) for the irqc->name so that we get unique names > >

Re: [PATCH v2 2/2] pinctrl: iproc: use unique name for irq chip

2019-10-07 Thread Scott Branden
On 2019-10-07 1:14 a.m., Marc Zyngier wrote: On Mon, 07 Oct 2019 08:30:50 +0100, Geert Uytterhoeven wrote: Hi Chris, CC MarcZ On Thu, Oct 3, 2019 at 2:03 AM Chris Packham wrote: Use the dev_name(dev) for the irqc->name so that we get unique names when we have multiple instances of this

Re: [PATCH v2 2/2] pinctrl: iproc: use unique name for irq chip

2019-10-07 Thread Marc Zyngier
On Mon, 07 Oct 2019 08:30:50 +0100, Geert Uytterhoeven wrote: > > Hi Chris, > > CC MarcZ > > On Thu, Oct 3, 2019 at 2:03 AM Chris Packham > wrote: > > Use the dev_name(dev) for the irqc->name so that we get unique names > > when we have multiple instances of this driver. > > > >

Re: [PATCH v2 2/2] pinctrl: iproc: use unique name for irq chip

2019-10-07 Thread Geert Uytterhoeven
Hi Chris, CC MarcZ On Thu, Oct 3, 2019 at 2:03 AM Chris Packham wrote: > Use the dev_name(dev) for the irqc->name so that we get unique names > when we have multiple instances of this driver. > > Signed-off-by: Chris Packham A while ago, Marc Zyngier pointed out that the irq_chip .name field

Re: [PATCH v2 2/2] pinctrl: iproc: use unique name for irq chip

2019-10-05 Thread Linus Walleij
On Thu, Oct 3, 2019 at 2:03 AM Chris Packham wrote: > Use the dev_name(dev) for the irqc->name so that we get unique names > when we have multiple instances of this driver. > > Signed-off-by: Chris Packham Patch applied. Yours, Linus Walleij

Re: [PATCH v2 2/2] pinctrl: iproc: use unique name for irq chip

2019-10-03 Thread Scott Branden
looks fine On 2019-10-02 5:03 p.m., Chris Packham wrote: Use the dev_name(dev) for the irqc->name so that we get unique names when we have multiple instances of this driver. Signed-off-by: Chris Packham Acked-by: Scott Branden --- drivers/pinctrl/bcm/pinctrl-iproc-gpio.c | 2 +- 1 file

[PATCH v2 2/2] pinctrl: iproc: use unique name for irq chip

2019-10-02 Thread Chris Packham
Use the dev_name(dev) for the irqc->name so that we get unique names when we have multiple instances of this driver. Signed-off-by: Chris Packham --- drivers/pinctrl/bcm/pinctrl-iproc-gpio.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git