All of lore.kernel.org
 help / color / mirror / Atom feed
From: Marc Zyngier <maz@kernel.org>
To: Thomas Gleixner <tglx@linutronix.de>
Cc: Anup Patel <anup@brainfault.org>,
	Ard Biesheuvel <ardb@kernel.org>,
	Christophe JAILLET <christophe.jaillet@wanadoo.fr>,
	Geert Uytterhoeven <geert@linux-m68k.org>,
	Geert Uytterhoeven <geert+renesas@glider.be>,
	Hector Martin <marcan@marcan.st>,
	Jay Chen <jkchen@linux.alibaba.com>,
	Kieran Bingham <kieran.bingham+renesas@ideasonboard.com>,
	Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>,
	Rob Herring <robh@kernel.org>,
	Sander Vanheule <sander@svanheule.net>,
	Valentin Schneider <valentin.schneider@arm.com>,
	linux-kernel@vger.kernel.org, kernel-team@android.com
Subject: [GIT PULL] irqchip fixes for 5.17, take #1
Date: Fri, 28 Jan 2022 17:42:17 +0000	[thread overview]
Message-ID: <20220128174217.517041-1-maz@kernel.org> (raw)

Hi Thomas,

Here's a small collection of fixes for 5.17. Nothing stands out, only
the usual cleanups, DT updates and small-scale bug fixes.

Please pull,

	M.

The following changes since commit cd448b24c621b2b676b4fa50a4ab4e9e9da114e2:

  Merge branch irq/misc-5.17 into irq/irqchip-next (2021-12-20 14:00:47 +0000)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/maz/arm-platforms.git tags/irqchip-fixes-5.17-1

for you to fetch changes up to c89e5eb7dcf1519e5e084ee82e0d29d4e751ddb7:

  dt-bindings: interrupt-controller: sifive,plic: Group interrupt tuples (2022-01-28 17:27:26 +0000)

----------------------------------------------------------------
irqchip fixes for 5.17, take #1

- Drop an unused private data field in the AIC driver

- Various fixes to the realtek-rtl driver

- Make the GICv3 ITS driver compile again in !SMP configurations

- Force reset of the GICv3 ITSs at probe time to avoid issues during kexec

- Yet another kfree/bitmap_free conversion

- Various DT updates (Renesas, SiFive)

----------------------------------------------------------------
Ard Biesheuvel (1):
      irqchip/gic-v3-its: Fix build for !SMP

Christophe JAILLET (1):
      irqchip/loongson-pch-ms: Use bitmap_free() to free bitmap

Geert Uytterhoeven (3):
      dt-bindings: irqchip: renesas-irqc: Add R-Car V3U support
      dt-bindings: interrupt-controller: sifive,plic: Fix number of interrupts
      dt-bindings: interrupt-controller: sifive,plic: Group interrupt tuples

Marc Zyngier (2):
      irqchip/apple-aic: Drop unused ipi_hwirq field
      irqchip/gic-v3-its: Reset each ITS's BASERn register before probe

Sander Vanheule (3):
      irqchip/realtek-rtl: Map control data to virq
      irqchip/realtek-rtl: Fix off-by-one in routing
      irqchip/realtek-rtl: Service all pending interrupts

 .../interrupt-controller/renesas,irqc.yaml         |   1 +
 .../interrupt-controller/sifive,plic-1.0.0.yaml    |  12 +-
 drivers/irqchip/irq-apple-aic.c                    |   1 -
 drivers/irqchip/irq-gic-v3-its.c                   | 123 +++++++++++++++++----
 drivers/irqchip/irq-loongson-pch-msi.c             |   2 +-
 drivers/irqchip/irq-realtek-rtl.c                  |  18 ++-
 6 files changed, 121 insertions(+), 36 deletions(-)

             reply	other threads:[~2022-01-28 17:42 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-01-28 17:42 Marc Zyngier [this message]
2022-01-29 20:11 ` [tip: irq/urgent] Merge tag 'irqchip-fixes-5.17-1' of git://git.kernel.org/pub/scm/linux/kernel/git/maz/arm-platforms into irq/urgent tip-bot2 for Thomas Gleixner

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=20220128174217.517041-1-maz@kernel.org \
    --to=maz@kernel.org \
    --cc=anup@brainfault.org \
    --cc=ardb@kernel.org \
    --cc=christophe.jaillet@wanadoo.fr \
    --cc=geert+renesas@glider.be \
    --cc=geert@linux-m68k.org \
    --cc=jkchen@linux.alibaba.com \
    --cc=kernel-team@android.com \
    --cc=kieran.bingham+renesas@ideasonboard.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=lorenzo.pieralisi@arm.com \
    --cc=marcan@marcan.st \
    --cc=robh@kernel.org \
    --cc=sander@svanheule.net \
    --cc=tglx@linutronix.de \
    --cc=valentin.schneider@arm.com \
    /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.