[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-id: <4F66C07C.8000707@samsung.com>
Date: Mon, 19 Mar 2012 14:13:32 +0900
From: Chanwoo Choi <cw00.choi@...sung.com>
To: sameo@...ux.intel.com
Cc: linux-kernel@...r.kernel.org, myungjoo.ham@...sung.com,
kyungmin.park@...sung.com
Subject: Re: [RESEND PATCH v2 0/2] MAX77693: add initial MAX77693 MFD driver
Dear Samuel,
I posted following patchset last week.
Do you have any comment about this patchset?
Thank you,
Chanwoo Choi
On 03/13/2012 02:28 PM, Chanwoo Choi wrote:
> MAX77693 is sub PMIC(Power Management IC) working with other main PMIC.
> It has several features:
> -PMIC
> -MUIC(Micro USB Interface Controller)
> -Camera flash LED control
> -Haptic motor control
>
> This patch adds initial basis for several devices.
> ---
> Changes for v2:
> - with comments from Mark
> - use devm_kzalloc rather than kzalloc
> - print device ID read from device
>
> Donggeun Kim (2):
> MFD: MAX77693: add MAX77693 MFD driver
> MFD: MAX77693: add IRQ handler
>
> drivers/mfd/Kconfig | 12 ++
> drivers/mfd/Makefile | 1 +
> drivers/mfd/max77693-irq.c | 307
> ++++++++++++++++++++++++++++++++++
> drivers/mfd/max77693.c | 256 ++++++++++++++++++++++++++++
> include/linux/mfd/max77693-private.h | 221 ++++++++++++++++++++++++
> include/linux/mfd/max77693.h | 38 ++++
> 6 files changed, 835 insertions(+), 0 deletions(-)
> create mode 100644 drivers/mfd/max77693-irq.c
> create mode 100644 drivers/mfd/max77693.c
> create mode 100644 include/linux/mfd/max77693-private.h
> create mode 100644 include/linux/mfd/max77693.h
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists