public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
From: Minkyu Kang <mk7.kang@samsung.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH V2] drivers:power:max77693: add support for new multi function pmic max77693
Date: Wed, 25 Sep 2013 11:15:39 +0900	[thread overview]
Message-ID: <5242474B.8010106@samsung.com> (raw)
In-Reply-To: <1380033082-29962-1-git-send-email-p.wilczek@samsung.com>

Dear Piotr Wilczek,

On 24/09/13 23:31, Piotr Wilczek wrote:
> This patch add support for new multi function pmic max77693.
> The driver is split into three modules: pmic, muic and fuelgage.
> 
> Signed-off-by: Piotr Wilczek <p.wilczek@samsung.com>
> Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
> CC: Minkyu Kang <mk7.kang@samsung.com>
> ---
> 
> Changes for V2:
>  - replaced GPL license with SPDX license GPL-2.0+;
>  - added author to all new files;
>  - fixed return values;
> 
>  Makefile                          |    1 +
>  drivers/power/mfd/Makefile        |   33 +++++++++
>  drivers/power/mfd/fg_max77693.c   |  139 +++++++++++++++++++++++++++++++++++++
>  drivers/power/mfd/muic_max77693.c |   77 ++++++++++++++++++++
>  drivers/power/mfd/pmic_max77693.c |   96 +++++++++++++++++++++++++
>  include/power/max77693_fg.h       |   49 +++++++++++++
>  include/power/max77693_muic.h     |   74 ++++++++++++++++++++
>  include/power/max77693_pmic.h     |   43 ++++++++++++
>  8 files changed, 512 insertions(+)
>  create mode 100644 drivers/power/mfd/Makefile
>  create mode 100644 drivers/power/mfd/fg_max77693.c
>  create mode 100644 drivers/power/mfd/muic_max77693.c
>  create mode 100644 drivers/power/mfd/pmic_max77693.c
>  create mode 100644 include/power/max77693_fg.h
>  create mode 100644 include/power/max77693_muic.h
>  create mode 100644 include/power/max77693_pmic.h
> 

applied to u-boot-samsung.

Thanks,
Minkyu Kang.

      reply	other threads:[~2013-09-25  2:15 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-05-21 13:00 [U-Boot] [PATCH] drivers:power:max77693: add support for new multi function pmic max77693 Piotr Wilczek
2013-08-13 12:47 ` Piotr Wilczek
2013-09-24  2:43 ` Minkyu Kang
2013-09-24 14:31 ` [U-Boot] [PATCH V2] " Piotr Wilczek
2013-09-25  2:15   ` Minkyu Kang [this message]

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=5242474B.8010106@samsung.com \
    --to=mk7.kang@samsung.com \
    --cc=u-boot@lists.denx.de \
    /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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox