mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [GIT PULL] irq/urgent for 6.6-rc5
@ 2023-10-08 13:06 Borislav Petkov
  2023-10-08 16:00 ` Borislav Petkov
  2023-10-10 18:54 ` pr-tracker-bot
  0 siblings, 2 replies; 3+ messages in thread
From: Borislav Petkov @ 2023-10-08 13:06 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: x86-ml, lkml

Hi Linus,

please pull a couple of irqchip fixes for 6.6.

Thx.

---

The following changes since commit 0bb80ecc33a8fb5a682236443c1e740d5c917d1d:

  Linux 6.6-rc1 (2023-09-10 16:28:41 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git tags/irq_urgent_for_v6.6_rc5

for you to fetch changes up to 9cd847ee4d64c10b52f26f18d19eb6462ba7d2fe:

  Merge tag 'irqchip-fixes-6.6-1' of git://git.kernel.org/pub/scm/linux/kernel/git/maz/arm-platforms into irq/urgent (2023-09-28 23:04:13 +0200)

----------------------------------------------------------------
Irqchip fixes by way of Marc Zyngier <maz@kernel.org>

- Fix QC PDC v3.2 support by working around broken firmware tables

- Fix rzg2l-irqc missing #interrupt-cells description in the DT binding

- Fix rzg2l-irqc interrupt masking

Link: https://lore.kernel.org/lkml/20230924094105.2361754-1-maz@kernel.org

----------------------------------------------------------------
Biju Das (1):
      irqchip: renesas-rzg2l: Fix logic to clear TINT interrupt source

Dmitry Baryshkov (1):
      arm64: dts: qcom: sm8150: extend the size of the PDC resource

Lad Prabhakar (1):
      dt-bindings: interrupt-controller: renesas,rzg2l-irqc: Update description for '#interrupt-cells' property

Neil Armstrong (1):
      irqchip/qcom-pdc: Add support for v3.2 HW

Thomas Gleixner (1):
      Merge tag 'irqchip-fixes-6.6-1' of git://git.kernel.org/pub/scm/linux/kernel/git/maz/arm-platforms into irq/urgent

 .../interrupt-controller/renesas,rzg2l-irqc.yaml   |  5 +-
 arch/arm64/boot/dts/qcom/sm8150.dtsi               |  2 +-
 drivers/irqchip/irq-renesas-rzg2l.c                |  2 +-
 drivers/irqchip/qcom-pdc.c                         | 69 ++++++++++++++++------
 4 files changed, 56 insertions(+), 22 deletions(-)

-- 
Regards/Gruss,
    Boris.

https://people.kernel.org/tglx/notes-about-netiquette

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [GIT PULL] irq/urgent for 6.6-rc5
  2023-10-08 13:06 [GIT PULL] irq/urgent for 6.6-rc5 Borislav Petkov
@ 2023-10-08 16:00 ` Borislav Petkov
  2023-10-10 18:54 ` pr-tracker-bot
  1 sibling, 0 replies; 3+ messages in thread
From: Borislav Petkov @ 2023-10-08 16:00 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: x86-ml, lkml

Yeah,

please do not pull that one yet - reportedly, a commit in there has
a wrong SOB chain which tglx wants to fix first.

Thx.

On Sun, Oct 08, 2023 at 03:06:34PM +0200, Borislav Petkov wrote:
> Hi Linus,
> 
> please pull a couple of irqchip fixes for 6.6.
> 
> Thx.
> 
> ---
> 
> The following changes since commit 0bb80ecc33a8fb5a682236443c1e740d5c917d1d:
> 
>   Linux 6.6-rc1 (2023-09-10 16:28:41 -0700)
> 
> are available in the Git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git tags/irq_urgent_for_v6.6_rc5
> 
> for you to fetch changes up to 9cd847ee4d64c10b52f26f18d19eb6462ba7d2fe:
> 
>   Merge tag 'irqchip-fixes-6.6-1' of git://git.kernel.org/pub/scm/linux/kernel/git/maz/arm-platforms into irq/urgent (2023-09-28 23:04:13 +0200)
> 
> ----------------------------------------------------------------
> Irqchip fixes by way of Marc Zyngier <maz@kernel.org>
> 
> - Fix QC PDC v3.2 support by working around broken firmware tables
> 
> - Fix rzg2l-irqc missing #interrupt-cells description in the DT binding
> 
> - Fix rzg2l-irqc interrupt masking
> 
> Link: https://lore.kernel.org/lkml/20230924094105.2361754-1-maz@kernel.org
> 
> ----------------------------------------------------------------
> Biju Das (1):
>       irqchip: renesas-rzg2l: Fix logic to clear TINT interrupt source
> 
> Dmitry Baryshkov (1):
>       arm64: dts: qcom: sm8150: extend the size of the PDC resource
> 
> Lad Prabhakar (1):
>       dt-bindings: interrupt-controller: renesas,rzg2l-irqc: Update description for '#interrupt-cells' property
> 
> Neil Armstrong (1):
>       irqchip/qcom-pdc: Add support for v3.2 HW
> 
> Thomas Gleixner (1):
>       Merge tag 'irqchip-fixes-6.6-1' of git://git.kernel.org/pub/scm/linux/kernel/git/maz/arm-platforms into irq/urgent
> 
>  .../interrupt-controller/renesas,rzg2l-irqc.yaml   |  5 +-
>  arch/arm64/boot/dts/qcom/sm8150.dtsi               |  2 +-
>  drivers/irqchip/irq-renesas-rzg2l.c                |  2 +-
>  drivers/irqchip/qcom-pdc.c                         | 69 ++++++++++++++++------
>  4 files changed, 56 insertions(+), 22 deletions(-)

-- 
Regards/Gruss,
    Boris.

https://people.kernel.org/tglx/notes-about-netiquette

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [GIT PULL] irq/urgent for 6.6-rc5
  2023-10-08 13:06 [GIT PULL] irq/urgent for 6.6-rc5 Borislav Petkov
  2023-10-08 16:00 ` Borislav Petkov
@ 2023-10-10 18:54 ` pr-tracker-bot
  1 sibling, 0 replies; 3+ messages in thread
From: pr-tracker-bot @ 2023-10-10 18:54 UTC (permalink / raw)
  To: Borislav Petkov; +Cc: Linus Torvalds, x86-ml, lkml

The pull request you sent on Sun, 8 Oct 2023 15:06:34 +0200:

> git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git tags/irq_urgent_for_v6.6_rc5

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/4dc5af1fee55e38b5016e45b66bec1e1312973f5

Thank you!

-- 
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/prtracker.html

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2023-10-10 18:54 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-10-08 13:06 [GIT PULL] irq/urgent for 6.6-rc5 Borislav Petkov
2023-10-08 16:00 ` Borislav Petkov
2023-10-10 18:54 ` pr-tracker-bot

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®