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

2020-10-20 Thread Kevin Hilman
Neil Armstrong writes: > 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. > > Signed-off-by: Neil Armstrong Reviewed-by: Kevin Hilman Tested-by: Kevin

[PATCH 1/2] irqchip: 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. Signed-off-by: Neil Armstrong --- drivers/irqchip/Kconfig | 5 +- drivers/irqchip/irq-meson-gpio.c | 89