[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20210928022715.369160-1-f.fainelli@gmail.com>
Date: Mon, 27 Sep 2021 19:27:03 -0700
From: Florian Fainelli <f.fainelli@...il.com>
To: linux-kernel@...r.kernel.org
Cc: Florian Fainelli <f.fainelli@...il.com>,
Russell King <linux@...linux.org.uk>,
Ray Jui <rjui@...adcom.com>,
Scott Branden <sbranden@...adcom.com>,
bcm-kernel-feedback-list@...adcom.com (maintainer:BROADCOM
BCM281XX/BCM11XXX/BCM216XX ARM ARCHITE...),
Catalin Marinas <catalin.marinas@....com>,
Will Deacon <will@...nel.org>,
Yoshinori Sato <ysato@...rs.sourceforge.jp>,
Rich Felker <dalias@...c.org>,
Thomas Gleixner <tglx@...utronix.de>,
Marc Zyngier <maz@...nel.org>,
Rob Herring <robh+dt@...nel.org>,
Frank Rowand <frowand.list@...il.com>,
Ard Biesheuvel <ardb@...nel.org>,
Mike Rapoport <rppt@...nel.org>,
Linus Walleij <linus.walleij@...aro.org>,
Andrew Morton <akpm@...ux-foundation.org>,
Geert Uytterhoeven <geert+renesas@...der.be>,
Arnd Bergmann <arnd@...db.de>,
Guenter Roeck <linux@...ck-us.net>,
Kefeng Wang <wangkefeng.wang@...wei.com>,
Mark Rutland <mark.rutland@....com>,
Andrey Konovalov <andreyknvl@...il.com>,
Anshuman Khandual <anshuman.khandual@....com>,
Valentin Schneider <valentin.schneider@....com>,
Ingo Molnar <mingo@...nel.org>,
Peter Zijlstra <peterz@...radead.org>,
linux-arm-kernel@...ts.infradead.org (moderated list:ARM PORT),
linux-sh@...r.kernel.org (open list:SUPERH),
linux-mips@...r.kernel.org (open list:BROADCOM BMIPS MIPS ARCHITECTURE),
devicetree@...r.kernel.org (open list:OPEN FIRMWARE AND FLATTENED
DEVICE TREE)
Subject: [PATCH v2 00/12] Modular Broadcom irqchip drivers
Hi Thomas, Marc,
This patch series aims at allowing the 3 interrupt controller drivers
used on Broadcom STB platforms to be built as modules in order for those
to be shipped in a GKI enabled system (Android).
The irq-bcm7038-l1 requires us to export a number of symbols, which is
not great, but there are not obvious solutions other than adding
accessor functions to get the same information.
Assuming you are happy with the changes though, please do take the last
two changes as well through your tree.
Thanks!
Changes in v2:
- avoid using irq_to_desc() and use irq_get_irq_data() instead
- re-order patches to avoid linking failure for irq-brcmstb-l2
- removed the use of .irq_cpu_offline() and converted BMIPS to use
irq_migrate_all_off_this_cpu()
- avoid exporting of_irq_count() and use a platform device passed
down from the irqchip platform driver registration code instead
- added kernel-doc fix
Florian Fainelli (12):
arch: Export cpu_logical_map to modules
MIPS: BMIPS: Remove use of irq_cpu_offline
irqchip/irq-bcm7038-l1: Remove .irq_cpu_offline()
irqchip/irq-bcm7038-l1: Use irq_get_irq_data()
irqchip/irq-bcm7038-l1: Switch to IRQCHIP_PLATFORM_DRIVER
genirq: Export irq_gc_{unmask_enable,mask_disable}_reg
irqchip/irq-brcmstb-l2: Switch to IRQCHIP_PLATFORM_DRIVER
irqchip: Provide platform_device to of_irq_init_cb_t
irqchip/irq-bcm7120-l2: Switch to IRQCHIP_PLATFORM_DRIVER
arm64: broadcom: Removed forced select of interrupt controllers
ARM: bcm: Removed forced select of interrupt controllers
irqchip: Fix kernel-doc parameter typo for IRQCHIP_DECLARE
arch/arm/kernel/setup.c | 1 +
arch/arm/mach-bcm/Kconfig | 4 ----
arch/arm64/Kconfig.platforms | 3 ---
arch/arm64/kernel/setup.c | 1 +
arch/mips/Kconfig | 1 +
arch/mips/kernel/smp-bmips.c | 3 ++-
arch/sh/kernel/smp.c | 1 +
drivers/irqchip/Kconfig | 12 +++++++---
drivers/irqchip/irq-bcm7038-l1.c | 38 +++++---------------------------
drivers/irqchip/irq-bcm7120-l2.c | 28 +++++++++++++----------
drivers/irqchip/irq-brcmstb-l2.c | 16 ++++++++------
drivers/irqchip/irqchip.c | 2 +-
drivers/of/irq.c | 2 +-
include/linux/irqchip.h | 2 +-
include/linux/of_irq.h | 5 ++++-
kernel/irq/generic-chip.c | 2 ++
16 files changed, 55 insertions(+), 66 deletions(-)
--
2.25.1
Powered by blists - more mailing lists