Re: [PATCH v2 05/11] mfd: pm8xxx: disassociate old virq if hwirq mapping already exists

2019-02-22 Thread Linus Walleij
On Fri, Feb 22, 2019 at 9:57 AM Marc Zyngier wrote: > To be honest, I'd like to make progress on that too, if only to put > something in core code so that individual drivers don't have to play > that kind of game. I am trying to pull hierarchical IRQ into the gpiolib core by refactoring based on

Re: [PATCH v2 05/11] mfd: pm8xxx: disassociate old virq if hwirq mapping already exists

2019-02-22 Thread Marc Zyngier
On Thu, 21 Feb 2019 10:47:03 -0800 Stephen Boyd wrote: > Quoting Brian Masney (2019-02-15 16:23:59) > > On Fri, Feb 15, 2019 at 01:28:02PM -0800, Stephen Boyd wrote: > > > Quoting Brian Masney (2019-02-15 05:47:33) > > > > On Thu, Feb 14, 2019 at 09:51:26PM -0800, Stephen Boyd wrote: > > >

Re: [PATCH v2 05/11] mfd: pm8xxx: disassociate old virq if hwirq mapping already exists

2019-02-21 Thread Stephen Boyd
Quoting Brian Masney (2019-02-15 16:23:59) > On Fri, Feb 15, 2019 at 01:28:02PM -0800, Stephen Boyd wrote: > > Quoting Brian Masney (2019-02-15 05:47:33) > > > On Thu, Feb 14, 2019 at 09:51:26PM -0800, Stephen Boyd wrote: > > > > > diff --git a/drivers/mfd/qcom-pm8xxx.c b/drivers/mfd/qcom-pm8xxx.c

Re: [PATCH v2 05/11] mfd: pm8xxx: disassociate old virq if hwirq mapping already exists

2019-02-15 Thread Brian Masney
On Fri, Feb 15, 2019 at 01:28:02PM -0800, Stephen Boyd wrote: > Quoting Brian Masney (2019-02-15 05:47:33) > > On Thu, Feb 14, 2019 at 09:51:26PM -0800, Stephen Boyd wrote: > > > > diff --git a/drivers/mfd/qcom-pm8xxx.c b/drivers/mfd/qcom-pm8xxx.c > > > > index 8eb2528793f9..2f99a98ccee5 100644 > >

Re: [PATCH v2 05/11] mfd: pm8xxx: disassociate old virq if hwirq mapping already exists

2019-02-15 Thread Stephen Boyd
Quoting Brian Masney (2019-02-15 05:47:33) > On Thu, Feb 14, 2019 at 09:51:26PM -0800, Stephen Boyd wrote: > > > diff --git a/drivers/mfd/qcom-pm8xxx.c b/drivers/mfd/qcom-pm8xxx.c > > > index 8eb2528793f9..2f99a98ccee5 100644 > > > --- a/drivers/mfd/qcom-pm8xxx.c > > > +++ b/drivers/mfd/qcom-pm8xxx

Re: [PATCH v2 05/11] mfd: pm8xxx: disassociate old virq if hwirq mapping already exists

2019-02-15 Thread Brian Masney
On Thu, Feb 14, 2019 at 09:51:26PM -0800, Stephen Boyd wrote: > > diff --git a/drivers/mfd/qcom-pm8xxx.c b/drivers/mfd/qcom-pm8xxx.c > > index 8eb2528793f9..2f99a98ccee5 100644 > > --- a/drivers/mfd/qcom-pm8xxx.c > > +++ b/drivers/mfd/qcom-pm8xxx.c > > @@ -380,6 +380,12 @@ static void pm8xxx_irq_do

Re: [PATCH v2 05/11] mfd: pm8xxx: disassociate old virq if hwirq mapping already exists

2019-02-14 Thread Stephen Boyd
Quoting Brian Masney (2019-02-07 18:16:25) > Check to see if the hwirq is already associated with another virq on > this IRQ domain. If so, then disassociate it before associating the > hwirq with the new virq. > > This is a temporary hack that is needed in order to not break git > bisect for exis

Re: [PATCH v2 05/11] mfd: pm8xxx: disassociate old virq if hwirq mapping already exists

2019-02-12 Thread Lee Jones
On Thu, 07 Feb 2019, Brian Masney wrote: > Check to see if the hwirq is already associated with another virq on > this IRQ domain. If so, then disassociate it before associating the > hwirq with the new virq. > > This is a temporary hack that is needed in order to not break git > bisect for exist

[PATCH v2 05/11] mfd: pm8xxx: disassociate old virq if hwirq mapping already exists

2019-02-07 Thread Brian Masney
Check to see if the hwirq is already associated with another virq on this IRQ domain. If so, then disassociate it before associating the hwirq with the new virq. This is a temporary hack that is needed in order to not break git bisect for existing boards. The next patch in this series converts ssb