Re: [PATCH v2 4/4] irqchip: qcom-pdc: Introduce irq_set_wake call

2020-06-22 Thread Maulik Shah
Hi, On 6/19/2020 2:56 PM, Stephen Boyd wrote: Quoting Maulik Shah (2020-06-18 03:03:03) On 6/16/2020 5:27 PM, Stephen Boyd wrote: Quoting Maulik Shah (2020-06-01 04:38:25) On 5/31/2020 12:56 AM, Stephen Boyd wrote: Quoting Maulik Shah (2020-05-29 02:20:32) On 5/27/2020 3:45 PM, Stephen Boyd

Re: [PATCH v2 4/4] irqchip: qcom-pdc: Introduce irq_set_wake call

2020-06-19 Thread Stephen Boyd
Quoting Maulik Shah (2020-06-18 03:03:03) > On 6/16/2020 5:27 PM, Stephen Boyd wrote: > > Quoting Maulik Shah (2020-06-01 04:38:25) > >> On 5/31/2020 12:56 AM, Stephen Boyd wrote: > >>> Quoting Maulik Shah (2020-05-29 02:20:32) > On 5/27/2020 3:45 PM, Stephen Boyd wrote: > > Quoting Maulik

Re: [PATCH v2 4/4] irqchip: qcom-pdc: Introduce irq_set_wake call

2020-06-18 Thread Maulik Shah
Hi, On 6/16/2020 5:27 PM, Stephen Boyd wrote: Quoting Maulik Shah (2020-06-01 04:38:25) On 5/31/2020 12:56 AM, Stephen Boyd wrote: Quoting Maulik Shah (2020-05-29 02:20:32) On 5/27/2020 3:45 PM, Stephen Boyd wrote: Quoting Maulik Shah (2020-05-23 10:11:13) @@ -118,6 +120,7 @@ static void qc

Re: [PATCH v2 4/4] irqchip: qcom-pdc: Introduce irq_set_wake call

2020-06-16 Thread Stephen Boyd
Quoting Maulik Shah (2020-06-01 04:38:25) > On 5/31/2020 12:56 AM, Stephen Boyd wrote: > > Quoting Maulik Shah (2020-05-29 02:20:32) > >> On 5/27/2020 3:45 PM, Stephen Boyd wrote: > >>> Quoting Maulik Shah (2020-05-23 10:11:13) > @@ -118,6 +120,7 @@ static void qcom_pdc_gic_unmask(struct irq_d

Re: [PATCH v2 4/4] irqchip: qcom-pdc: Introduce irq_set_wake call

2020-06-01 Thread Maulik Shah
Hi, On 5/31/2020 12:56 AM, Stephen Boyd wrote: Quoting Maulik Shah (2020-05-29 02:20:32) Hi, On 5/27/2020 3:45 PM, Stephen Boyd wrote: Quoting Maulik Shah (2020-05-23 10:11:13) @@ -87,22 +88,20 @@ static void pdc_enable_intr(struct irq_data *d, bool on) raw_spin_unlock(&pdc_lock);

Re: [PATCH v2 4/4] irqchip: qcom-pdc: Introduce irq_set_wake call

2020-05-30 Thread Stephen Boyd
Quoting Maulik Shah (2020-05-29 02:20:32) > Hi, > > On 5/27/2020 3:45 PM, Stephen Boyd wrote: > > Quoting Maulik Shah (2020-05-23 10:11:13) > >> @@ -87,22 +88,20 @@ static void pdc_enable_intr(struct irq_data *d, bool > >> on) > >> raw_spin_unlock(&pdc_lock); > >> } > >> > >> -stati

Re: [PATCH v2 4/4] irqchip: qcom-pdc: Introduce irq_set_wake call

2020-05-29 Thread Maulik Shah
Hi, On 5/27/2020 3:45 PM, Stephen Boyd wrote: Quoting Maulik Shah (2020-05-23 10:11:13) Remove irq_disable callback to allow lazy disable for pdc interrupts. Add irq_set_wake callback that unmask interrupt in HW when drivers mark interrupt for wakeup. Interrupt will be cleared in HW during laz

Re: [PATCH v2 4/4] irqchip: qcom-pdc: Introduce irq_set_wake call

2020-05-27 Thread Stephen Boyd
Quoting Maulik Shah (2020-05-23 10:11:13) > Remove irq_disable callback to allow lazy disable for pdc interrupts. > > Add irq_set_wake callback that unmask interrupt in HW when drivers > mark interrupt for wakeup. Interrupt will be cleared in HW during > lazy disable if its not marked for wakeup.

[PATCH v2 4/4] irqchip: qcom-pdc: Introduce irq_set_wake call

2020-05-23 Thread Maulik Shah
Remove irq_disable callback to allow lazy disable for pdc interrupts. Add irq_set_wake callback that unmask interrupt in HW when drivers mark interrupt for wakeup. Interrupt will be cleared in HW during lazy disable if its not marked for wakeup. Signed-off-by: Maulik Shah --- drivers/irqchip/qc