All of lore.kernel.org
 help / color / mirror / Atom feed
From: Ingo Molnar <mingo@kernel.org>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Thomas Gleixner <tglx@linutronix.de>,
	linux-kernel@vger.kernel.org, x86@kernel.org
Subject: [GIT PULL] IRQ subsystem changes for v6.8
Date: Mon, 8 Jan 2024 11:14:34 +0100	[thread overview]
Message-ID: <ZZvLCmUqAriMV/Va@gmail.com> (raw)

Linus,

Please pull the latest irq/core git tree from:

   git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git irq-core-2024-01-08

   # HEAD: 69ffab9b9e698248cbb4042e47f82afb00dc1bb4 irqchip/irq-xtensa-pic: Clean up

IRQ subsystem changes for v6.8:

  Drivers:

   - Add support for the IA55 interrupt controller on RZ/G3S SoC's

   - Update/fix the Qualcom MPM Interrupt Controller driver's
     register enumeration within the somewhat exotic "RPM Message RAM"
     MMIO-mapped shared memory region that is used for other purposes
     as well.

   - Clean up the Xtensa built-in Programmable Interrupt Controller
     driver (xtensa-pic) a bit.

 Thanks,

	Ingo

------------------>
Claudiu Beznea (7):
      irqchip/renesas-rzg2l: Use tabs instead of spaces
      irqchip/renesas-rzg2l: Align struct member names to tabs
      irqchip/renesas-rzg2l: Document structure members
      irqchip/renesas-rzg2l: Implement restriction when writing ISCR register
      irqchip/renesas-rzg2l: Add macro to retrieve TITSR register offset based on register's index
      irqchip/renesas-rzg2l: Add support for suspend to RAM
      dt-bindings: interrupt-controller: renesas,rzg2l-irqc: Document RZ/G3S

Konrad Dybcio (2):
      dt-bindings: interrupt-controller: mpm: Pass MSG RAM slice through phandle
      irqchip/qcom-mpm: Support passing a slice of SRAM as reg space

Max Filippov (1):
      irqchip/irq-xtensa-pic: Clean up


 .../bindings/interrupt-controller/qcom,mpm.yaml    |  52 ++++++----
 .../interrupt-controller/renesas,rzg2l-irqc.yaml   |   5 +-
 drivers/irqchip/irq-qcom-mpm.c                     |  26 ++++-
 drivers/irqchip/irq-renesas-rzg2l.c                | 110 ++++++++++++++++-----
 drivers/irqchip/irq-xtensa-pic.c                   |  31 +++---
 5 files changed, 157 insertions(+), 67 deletions(-)


             reply	other threads:[~2024-01-08 10:14 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-01-08 10:14 Ingo Molnar [this message]
2024-01-08 11:43 ` [GIT PULL] IRQ subsystem changes for v6.8 Ingo Molnar
2024-01-09  4:04 ` pr-tracker-bot

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=ZZvLCmUqAriMV/Va@gmail.com \
    --to=mingo@kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=tglx@linutronix.de \
    --cc=torvalds@linux-foundation.org \
    --cc=x86@kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.