Re: [PATCH 0/2] irq-meson-gpio: make it possible to build as a module

2020-10-26 Thread Kevin Hilman
Marc Zyngier writes: > On 2020-10-26 16:18, Kevin Hilman wrote: >> Marc Zyngier writes: >> >>> On Tue, 20 Oct 2020 08:25:30 +0100, >>> Neil Armstrong wrote: In order to reduce the kernel Image size on multi-platform distributions, make it possible to build the Amlogic

Re: [PATCH 0/2] irq-meson-gpio: make it possible to build as a module

2020-10-26 Thread Marc Zyngier
On 2020-10-26 17:28, Kevin Hilman wrote: Marc Zyngier writes: On 2020-10-26 16:18, Kevin Hilman wrote: Marc Zyngier writes: On Tue, 20 Oct 2020 08:25:30 +0100, Neil Armstrong wrote: In order to reduce the kernel Image size on multi-platform distributions, make it possible to build the

Re: [PATCH 0/2] irq-meson-gpio: make it possible to build as a module

2020-10-26 Thread Kevin Hilman
Kevin Hilman writes: > Marc Zyngier writes: > >> On 2020-10-26 16:18, Kevin Hilman wrote: >>> Marc Zyngier writes: >>> On Tue, 20 Oct 2020 08:25:30 +0100, Neil Armstrong wrote: > > In order to reduce the kernel Image size on multi-platform > distributions, > make

Re: [PATCH 0/2] irq-meson-gpio: make it possible to build as a module

2020-10-26 Thread Kevin Hilman
Marc Zyngier writes: > On 2020-10-26 16:18, Kevin Hilman wrote: >> Marc Zyngier writes: >> >>> On Tue, 20 Oct 2020 08:25:30 +0100, >>> Neil Armstrong wrote: In order to reduce the kernel Image size on multi-platform distributions, make it possible to build the Amlogic

Re: [PATCH 0/2] irq-meson-gpio: make it possible to build as a module

2020-10-26 Thread Marc Zyngier
On 2020-10-26 16:18, Kevin Hilman wrote: Marc Zyngier writes: On Tue, 20 Oct 2020 08:25:30 +0100, Neil Armstrong wrote: 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

Re: [PATCH 0/2] irq-meson-gpio: make it possible to build as a module

2020-10-26 Thread Kevin Hilman
Marc Zyngier writes: > On Tue, 20 Oct 2020 08:25:30 +0100, > Neil Armstrong wrote: >> >> 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

Re: [PATCH 0/2] irq-meson-gpio: make it possible to build as a module

2020-10-25 Thread Marc Zyngier
On Tue, 20 Oct 2020 08:25:30 +0100, Neil Armstrong wrote: > > 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

[PATCH 0/2] irq-meson-gpio: make it possible to build as a module

2020-10-20 Thread Neil Armstrong
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. Neil