All of lore.kernel.org
 help / color / mirror / Atom feed
From: Piotr Wilczek <p.wilczek@samsung.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH] drivers:power:max77693: add support for new multi function pmic max77693
Date: Tue, 13 Aug 2013 14:47:22 +0200	[thread overview]
Message-ID: <520A2ADA.1010104@samsung.com> (raw)
In-Reply-To: <1369141218-26557-1-git-send-email-p.wilczek@samsung.com>

Dear Minkyu Kang,

On 05/21/2013 03:00 PM, 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>
> ---
>   Makefile                          |    1 +
>   drivers/power/mfd/Makefile        |   49 +++++++++++++
>   drivers/power/mfd/fg_max77693.c   |  143 +++++++++++++++++++++++++++++++++++++
>   drivers/power/mfd/muic_max77693.c |   91 +++++++++++++++++++++++
>   drivers/power/mfd/pmic_max77693.c |  110 ++++++++++++++++++++++++++++
>   include/power/max77693_fg.h       |   65 +++++++++++++++++
>   include/power/max77693_muic.h     |   90 +++++++++++++++++++++++
>   include/power/max77693_pmic.h     |   56 +++++++++++++++
>   8 files changed, 605 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
>

I think that this patch should be resend with the new license index.
Do you have any other comments?

Best regards,
Piotr Wilczek
--
Samsung R&D Institute Poland (SRPOL)

  reply	other threads:[~2013-08-13 12:47 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 [this message]
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

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=520A2ADA.1010104@samsung.com \
    --to=p.wilczek@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 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.