]> Git Repo - u-boot.git/commit - drivers/power/palmas.c
twl6035: rename to palmas
authorNishanth Menon <[email protected]>
Tue, 26 Mar 2013 05:20:54 +0000 (05:20 +0000)
committerTom Rini <[email protected]>
Fri, 10 May 2013 12:25:54 +0000 (08:25 -0400)
commitcb199102b06c5d895d2495c62554c5be998b234b
tree6cd2fa8cccc4a01202c266de258ce7d7f2311330
parent502dac5568df4c67d7bb53b4aca242f2435eed73
twl6035: rename to palmas

TPS659038/TWL6035/TWL6037 all belong to palmas family of TI PMICs
Rename twl6035 to palmas to allow reuse across multiple current and
future platforms

As part of this change, change the CONFIG_TWL6035_POWER to
CONFIG_PALMAS_POWER and update usage of header file accordingly.

Signed-off-by: Nishanth Menon <[email protected]>
board/ti/dra7xx/evm.c
board/ti/omap5_uevm/evm.c
drivers/mmc/omap_hsmmc.c
drivers/power/Makefile
drivers/power/palmas.c [new file with mode: 0644]
drivers/power/twl6035.c [deleted file]
include/configs/omap5_uevm.h
include/palmas.h [new file with mode: 0644]
include/twl6035.h [deleted file]
This page took 0.03551 seconds and 4 git commands to generate.