mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: Marc Zyngier <maz@kernel.org>
To: Thomas Gleixner <tglx@linutronix.de>
Cc: Atish Patra <atish.patra@wdc.com>,
	Grygorii Strashko <grygorii.strashko@ti.com>,
	Hulk Robot <hulkci@huawei.com>, Jason Yan <yanaijie@huawei.com>,
	Jerome Brunet <jbrunet@baylibre.com>,
	Lokesh Vutla <lokeshvutla@ti.com>,
	Zenghui Yu <yuzenghui@huawei.com>,
	Jason Cooper <jason@lakedaemon.net>,
	linux-kernel@vger.kernel.org
Subject: [GIT PULL] irqchip fixes for 5.7, take 2
Date: Fri, 17 Apr 2020 09:25:59 +0100	[thread overview]
Message-ID: <20200417082559.3065907-1-maz@kernel.org> (raw)

Hi Thomas,

Here's a handful of irqchip fixes for the next -rc. Nothing really
stands out this time (see the tag message for the gorry details).

Please pull,

       M.

The following changes since commit 8f3d9f354286745c751374f5f1fcafee6b3f3136:

  Linux 5.7-rc1 (2020-04-12 12:35:55 -0700)

are available in the Git repository at:

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

for you to fetch changes up to 44a987d0a436d27ea5e3cf2ae7ae653de6e58327:

  Merge branch 'irq/gic-v4.1-fixes-5.7' into irq/irqchip-5.7 (2020-04-17 08:59:55 +0100)

----------------------------------------------------------------
irqchip fixes for Linux 5.7, take #2

- Fix the mbigen driver to properly free its MSI descriptors on teardown
- Fix the TI INTA driver to avoid handling spurious interrupts from masked interrupts
- Fix the SiFive PLIC driver to use the correct interrupt priority mask
- Fix the Amlogic Meson gpio driver creative locking
- Fix the GICv4.1 virtual SGI set_affinity callback to update the effective affinity
- Allow the GICv4.x driver to synchronize with the HW pending table parsing
- Fix a couple of missing static attributes

----------------------------------------------------------------
Atish Patra (1):
      irqchip/sifive-plic: Fix maximum priority threshold value

Grygorii Strashko (1):
      irqchip/ti-sci-inta: Fix processing of masked irqs

Jason Yan (2):
      irqchip/irq-mvebu-icu: Make legacy_bindings static
      irqchip/irq-bcm7038-l1: Make bcm7038_l1_of_init() static

Marc Zyngier (4):
      irqchip/gic-v4.1: Add support for VPENDBASER's Dirty+Valid signaling
      irqchip/gic-v4.1: Update effective affinity of virtual SGIs
      irqchip/meson-gpio: Fix HARDIRQ-safe -> HARDIRQ-unsafe lock order
      Merge branch 'irq/gic-v4.1-fixes-5.7' into irq/irqchip-5.7

Zenghui Yu (1):
      irqchip/mbigen: Free msi_desc on device teardown

 drivers/irqchip/irq-bcm7038-l1.c   |  2 +-
 drivers/irqchip/irq-gic-v3-its.c   | 20 ++++++++++++++++++++
 drivers/irqchip/irq-gic-v3.c       | 11 +++++++----
 drivers/irqchip/irq-mbigen.c       |  8 +++++++-
 drivers/irqchip/irq-meson-gpio.c   | 18 ++++++++++--------
 drivers/irqchip/irq-mvebu-icu.c    |  2 +-
 drivers/irqchip/irq-sifive-plic.c  |  2 +-
 drivers/irqchip/irq-ti-sci-inta.c  |  3 ++-
 include/linux/irqchip/arm-gic-v3.h |  2 ++
 9 files changed, 51 insertions(+), 17 deletions(-)

                 reply	other threads:[~2020-04-17  8:26 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=20200417082559.3065907-1-maz@kernel.org \
    --to=maz@kernel.org \
    --cc=atish.patra@wdc.com \
    --cc=grygorii.strashko@ti.com \
    --cc=hulkci@huawei.com \
    --cc=jason@lakedaemon.net \
    --cc=jbrunet@baylibre.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=lokeshvutla@ti.com \
    --cc=tglx@linutronix.de \
    --cc=yanaijie@huawei.com \
    --cc=yuzenghui@huawei.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

Powered by JetHome