]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
i2c: Add TPS6586X driver
authorSimon Glass <sjg@chromium.org>
Mon, 2 Apr 2012 13:18:44 +0000 (13:18 +0000)
committerAlbert ARIBAUD <albert.u.boot@aribaud.net>
Tue, 15 May 2012 06:31:37 +0000 (08:31 +0200)
commit1aa7e23e2ba41c94d61bcd9199afb23817400f3c
tree9f9a363dd5ac36115422024215e0b35ddf273547
parenta35925b8c10c99a7020bfcda74c8a6c72ed90cf5
i2c: Add TPS6586X driver

This power management chip supports battery charging and a large number
of power supplies. This initial driver only provides the ability to adjust
the two synchronous buck converters SM0 and SM1 in a stepwise manner.

Signed-off-by: Simon Glass <sjg@chromium.org>
Signed-off-by: Tom Warren <twarren@nvidia.com>
drivers/power/Makefile
drivers/power/tps6586x.c [new file with mode: 0644]
include/tps6586x.h [new file with mode: 0644]