mbox series

[0/2] Couple of Broadcom L2 driver fixes

Message ID 20221216230934.2478345-1-f.fainelli@gmail.com (mailing list archive)
Headers show
Series Couple of Broadcom L2 driver fixes | expand

Message

Florian Fainelli Dec. 16, 2022, 11:09 p.m. UTC
This small patch series ensures that IRQ_LEVEL is set for level
triggered interupts in both the irq-bcm7120-l2 and the irq-brcmstb-l2
driver.

Thanks

Florian Fainelli (2):
  irqchip/irq-brcmstb-l2: Set IRQ_LEVEL for level triggered interrupts
  irqchip/irq-bcm7120-l2: Set IRQ_LEVEL for level triggered interrupts

 drivers/irqchip/irq-bcm7120-l2.c | 3 ++-
 drivers/irqchip/irq-brcmstb-l2.c | 6 +++++-
 2 files changed, 7 insertions(+), 2 deletions(-)

Comments

Philippe Mathieu-Daudé Dec. 17, 2022, 6:25 p.m. UTC | #1
On 17/12/22 00:09, Florian Fainelli wrote:
> This small patch series ensures that IRQ_LEVEL is set for level
> triggered interupts in both the irq-bcm7120-l2 and the irq-brcmstb-l2
> driver.
> 
> Thanks
> 
> Florian Fainelli (2):
>    irqchip/irq-brcmstb-l2: Set IRQ_LEVEL for level triggered interrupts
>    irqchip/irq-bcm7120-l2: Set IRQ_LEVEL for level triggered interrupts

Series:
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Florian Fainelli Jan. 26, 2023, 12:10 a.m. UTC | #2
On 12/16/2022 3:09 PM, Florian Fainelli wrote:
> This small patch series ensures that IRQ_LEVEL is set for level
> triggered interupts in both the irq-bcm7120-l2 and the irq-brcmstb-l2
> driver.
> 
> Thanks

Ping?

> 
> Florian Fainelli (2):
>    irqchip/irq-brcmstb-l2: Set IRQ_LEVEL for level triggered interrupts
>    irqchip/irq-bcm7120-l2: Set IRQ_LEVEL for level triggered interrupts
> 
>   drivers/irqchip/irq-bcm7120-l2.c | 3 ++-
>   drivers/irqchip/irq-brcmstb-l2.c | 6 +++++-
>   2 files changed, 7 insertions(+), 2 deletions(-)
>
Florian Fainelli Feb. 14, 2023, 11:23 p.m. UTC | #3
On 1/25/23 16:10, Florian Fainelli wrote:
> 
> 
> On 12/16/2022 3:09 PM, Florian Fainelli wrote:
>> This small patch series ensures that IRQ_LEVEL is set for level
>> triggered interupts in both the irq-bcm7120-l2 and the irq-brcmstb-l2
>> driver.
>>
>> Thanks
> 
> Ping?

Marc, any chance to apply these two patches? Thanks