]> git.ipfire.org Git - people/ms/u-boot.git/commit
dm: power: Add a new driver for the TPS65090 PMIC
authorSimon Glass <sjg@chromium.org>
Fri, 3 Jul 2015 00:15:58 +0000 (18:15 -0600)
committerSimon Glass <sjg@chromium.org>
Thu, 6 Aug 2015 03:06:12 +0000 (21:06 -0600)
commit151b223b9c4e309d65166558afdfa0ce3c3b3213
tree624862264958849dea9b13287d14b29e9ee130d9
parent7fb57396e632126867c360e0dc0700db3d059aef
dm: power: Add a new driver for the TPS65090 PMIC

The existing TPS65090 driver does not support driver model. Add a new one
that does. This can be used as a base for a regulator driver also. It uses
the standard device tree binding.

Signed-off-by: Simon Glass <sjg@chromium.org>
Acked-by: Przemyslaw Marczak <p.marczak@samsung.com>
drivers/power/pmic/Kconfig
drivers/power/pmic/Makefile
drivers/power/pmic/tps65090.c [new file with mode: 0644]
include/power/tps65090.h [new file with mode: 0644]