All of lore.kernel.org
 help / color / mirror / Atom feed
From: Minkyu Kang <mk7.kang@samsung.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH 1/4] power: Add support for TPS65090 PMU chip.
Date: Thu, 02 Jan 2014 15:37:42 +0900	[thread overview]
Message-ID: <52C50936.5030203@samsung.com> (raw)
In-Reply-To: <1364861055-21670-2-git-send-email-sjg@chromium.org>

Hello,

On 02/04/13 09:04, Simon Glass wrote:
> From: Tom Wai-Hong Tam <waihong@chromium.org>
> 
> This adds driver support for the TPS65090 PMU. Support includes
> hooking into the pmic infrastructure  so that the pmic commands
> can be used on the console. The TPS65090 supports the following
> functionality:
> 
> - fet enable/disable/querying
> - getting and setting of charge state
> 
> Even though it is connected to the pmic infrastructure it does
> not hook into the pmic charging charging infrastructure.
> 
> Signed-off-by: Tom Wai-Hong Tam <waihong@chromium.org>
> Signed-off-by: Simon Glass <sjg@chromium.org>
> Signed-off-by: Hatim Ali <hatim.rv@samsung.com>
> Signed-off-by: Katie Roberts-Hoffman <katierh@chromium.org>
> Signed-off-by: Rong Chang <rongchang@chromium.org>
> Signed-off-by: Sean Paul <seanpaul@chromium.org>
> Signed-off-by: Vincent Palatin <vpalatin@chromium.org>
> Signed-off-by: Aaron Durbin <adurbin@chromium.org>
> ---
>  doc/device-tree-bindings/power/tps65090.txt |  21 ++
>  drivers/power/pmic/Makefile                 |   1 +
>  drivers/power/pmic/pmic_tps65090.c          | 296 ++++++++++++++++++++++++++++
>  include/fdtdec.h                            |   1 +
>  include/power/tps65090_pmic.h               |  83 ++++++++
>  lib/fdtdec.c                                |   1 +
>  6 files changed, 403 insertions(+)
>  create mode 100644 doc/device-tree-bindings/power/tps65090.txt
>  create mode 100644 drivers/power/pmic/pmic_tps65090.c
>  create mode 100644 include/power/tps65090_pmic.h
> 

Is this patch still available?
also,
http://patchwork.ozlabs.org/patch/232842/
and
http://patchwork.ozlabs.org/patch/232849/

I didn't notice that patch was delegated to me, because this patch is for power.
I'm sorry for long pending.

Thanks,
Minkyu Kang.

  reply	other threads:[~2014-01-02  6:37 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-04-02  0:04 [U-Boot] [PATCH 0/4] Add support for TI TPS65090 Simon Glass
2013-04-02  0:04 ` [U-Boot] [PATCH 1/4] power: Add support for TPS65090 PMU chip Simon Glass
2014-01-02  6:37   ` Minkyu Kang [this message]
2013-04-02  0:04 ` [U-Boot] [PATCH 2/4] exynos5: Enable tps65090 on smdk5250 Simon Glass
2013-04-02  0:04 ` [U-Boot] [PATCH 3/4] power: Explicitly select pmic device's bus Simon Glass
2013-04-02  5:18   ` Rajeshwari Birje
2013-05-11 18:55     ` Simon Glass
2013-04-02  0:04 ` [U-Boot] [PATCH 4/4] exynos5: support tps65090 pmic Simon Glass

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=52C50936.5030203@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 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.