[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20210902134914.176986-1-narmstrong@baylibre.com>
Date: Thu, 2 Sep 2021 15:49:12 +0200
From: Neil Armstrong <narmstrong@...libre.com>
To: maz@...nel.org, tglx@...utronix.de, jbrunet@...libre.com
Cc: khilman@...libre.com, lee.jones@...aro.org, saravanak@...gle.com,
linux-amlogic@...ts.infradead.org,
linux-arm-kernel@...ts.infradead.org, linux-kernel@...r.kernel.org,
Neil Armstrong <narmstrong@...libre.com>
Subject: [PATCH 0/2] irq-meson-gpio: make it possible to build as a module
In order to reduce the kernel Image size on multi-platform distributions,
make it possible to build the Amlogic GPIO IRQ controller as a module
by switching it to a platform driver.
The second patch removes MESON_IRQ_GPIO selection from ARCH_MESON to allow
building the driver as module.
Changes since v1:
- makes usage of IRQCHIP_PLATFORM_DRIVER_BEGIN/MATCH/PLATFORM_DRIVER_END
Neil Armstrong (2):
irqchip: irq-meson-gpio: make it possible to build as a module
arm64: meson: remove MESON_IRQ_GPIO selection
arch/arm64/Kconfig.platforms | 1 -
drivers/irqchip/Kconfig | 5 +++--
drivers/irqchip/irq-meson-gpio.c | 15 +++++++++------
3 files changed, 12 insertions(+), 9 deletions(-)
--
2.25.1
Powered by blists - more mailing lists