From mboxrd@z Thu Jan 1 00:00:00 1970 From: Minkyu Kang Date: Thu, 02 Jan 2014 15:37:42 +0900 Subject: [U-Boot] [PATCH 1/4] power: Add support for TPS65090 PMU chip. In-Reply-To: <1364861055-21670-2-git-send-email-sjg@chromium.org> References: <1364861055-21670-1-git-send-email-sjg@chromium.org> <1364861055-21670-2-git-send-email-sjg@chromium.org> Message-ID: <52C50936.5030203@samsung.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hello, On 02/04/13 09:04, Simon Glass wrote: > From: Tom Wai-Hong Tam > > 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 > Signed-off-by: Simon Glass > Signed-off-by: Hatim Ali > Signed-off-by: Katie Roberts-Hoffman > Signed-off-by: Rong Chang > Signed-off-by: Sean Paul > Signed-off-by: Vincent Palatin > Signed-off-by: Aaron Durbin > --- > 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.