All of lore.kernel.org
 help / color / mirror / Atom feed
From: Chanwoo Choi <cw00.choi@samsung.com>
To: "sameo@linux.intel.com" <sameo@linux.intel.com>
Cc: "linux-kernel@vger.kernel.org" <linux-kernel@vger.kernel.org>,
	"myungjoo.ham@samsung.com" <myungjoo.ham@samsung.com>,
	Kyungmin Park <kyungmin.park@samsung.com>
Subject: Re: [RESEND PATCH v2 0/2] MAX77693: add initial MAX77693 MFD driver
Date: Tue, 20 Mar 2012 10:02:20 +0900	[thread overview]
Message-ID: <4F67D71C.6040907@samsung.com> (raw)
In-Reply-To: <4F66C07C.8000707@samsung.com>

Dear Samuel,

I posted following patchset  last week.
Do you have any comment about this patchset?

Best Regards,
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


  reply	other threads:[~2012-03-20  1:02 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-03-13  5:28 [RESEND PATCH v2 0/2] MAX77693: add initial MAX77693 MFD driver Chanwoo Choi
2012-03-19  5:13 ` Chanwoo Choi
2012-03-20  1:02   ` Chanwoo Choi [this message]
2012-03-20 15:43   ` Samuel Ortiz
2012-03-23  0:05     ` Chanwoo Choi
2012-05-11  7:17     ` Chanwoo Choi

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4F67D71C.6040907@samsung.com \
    --to=cw00.choi@samsung.com \
    --cc=kyungmin.park@samsung.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=myungjoo.ham@samsung.com \
    --cc=sameo@linux.intel.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.