Re: [PATCH v7 1/5] mfd: max77843: Add max77843 MFD driver core driver
From: Jaewon Kim <hidden>
Date: 2015-03-02 10:36:26
Also in:
linux-devicetree, linux-pm, lkml
From: Jaewon Kim <hidden>
Date: 2015-03-02 10:36:26
Also in:
linux-devicetree, linux-pm, lkml
Hi Lee Jones, On 02/03/2015 19:20, Lee Jones wrote:
On Mon, 02 Mar 2015, Jaewon Kim wrote:quoted
This patch adds MAX77843 core/irq driver to support PMIC, MUIC(Micro USB Interface Controller), Charger, Fuel Gauge, LED and Haptic device. Cc: Lee Jones <redacted> Signed-off-by: Jaewon Kim <redacted> Signed-off-by: Beomho Seo <redacted> --- drivers/mfd/Kconfig | 14 ++ drivers/mfd/Makefile | 1 + drivers/mfd/max77843.c | 243 ++++++++++++++++++ include/linux/mfd/max77843-private.h | 454 ++++++++++++++++++++++++++++++++++ 4 files changed, 712 insertions(+) create mode 100644 drivers/mfd/max77843.c create mode 100644 include/linux/mfd/max77843-private.hIf you have dealt with my previous review comments: Acked-by: Lee Jones <redacted> Which other Acks are you waiting for?
There is no dependency with other patchs. Plz merge it first. Thanks, Jaewon Kim