[U-Boot] [PATCH 1/4] power: Add support for TPS65090 PMU chip.

Minkyu Kang mk7.kang at samsung.com
Thu Jan 2 07:37:42 CET 2014


Hello,

On 02/04/13 09:04, Simon Glass wrote:
> From: Tom Wai-Hong Tam <waihong at 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 at chromium.org>
> Signed-off-by: Simon Glass <sjg at chromium.org>
> Signed-off-by: Hatim Ali <hatim.rv at samsung.com>
> Signed-off-by: Katie Roberts-Hoffman <katierh at chromium.org>
> Signed-off-by: Rong Chang <rongchang at chromium.org>
> Signed-off-by: Sean Paul <seanpaul at chromium.org>
> Signed-off-by: Vincent Palatin <vpalatin at chromium.org>
> Signed-off-by: Aaron Durbin <adurbin at 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.


More information about the U-Boot mailing list