]> git.kernelconcepts.de Git - karo-tx-uboot.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)
committerLothar Waßmann <LW@KARO-electronics.de>
Thu, 10 Sep 2015 06:17:14 +0000 (08:17 +0200)
commit95e2e0af602403c5e210810a4423198a4505b8a1
treee40ed8ff79626819a1f2c0a97bfa3ecb55cd8392
parent56bb05439dae7a30fb55325832e0f772a4a5de05
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]