Re: [PATCH v4 02/10] mfd: mt6397: extract irq related code from core driver
From: Lee Jones <hidden>
Date: 2019-08-12 11:00:03
Also in:
linux-devicetree, linux-mediatek, linux-rtc, lkml
From: Lee Jones <hidden>
Date: 2019-08-12 11:00:03
Also in:
linux-devicetree, linux-mediatek, linux-rtc, lkml
On Mon, 05 Aug 2019, Hsin-Hsiung Wang wrote:
In order to support different types of irq design, we decide to add separate irq drivers for different design and keep mt6397 mfd core simple and reusable to all generations of PMICs so far. Signed-off-by: Hsin-Hsiung Wang <redacted> --- drivers/mfd/Makefile | 3 +- drivers/mfd/mt6397-core.c | 146 -------------------------------- drivers/mfd/mt6397-irq.c | 181 ++++++++++++++++++++++++++++++++++++++++ include/linux/mfd/mt6397/core.h | 9 ++ 4 files changed, 192 insertions(+), 147 deletions(-) create mode 100644 drivers/mfd/mt6397-irq.c
For my own reference: Acked-for-MFD-by: Lee Jones [off-list ref] -- Lee Jones [李琼斯] Linaro Services Technical Lead Linaro.org │ Open source software for ARM SoCs Follow Linaro: Facebook | Twitter | Blog _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel