[U-Boot] [PATCH v2 14/19] power: Remove old TPS65090 drivers
Simon Glass
sjg at chromium.org
Sun Aug 9 17:04:33 CEST 2015
On 3 August 2015 at 08:19, Simon Glass <sjg at chromium.org> wrote:
> Remove the old drivers (both the normal one and the cros_ec one) now that
> we have new drivers that use driver model.
>
> Signed-off-by: Simon Glass <sjg at chromium.org>
> ---
>
> Changes in v2: None
>
> drivers/power/pmic/Makefile | 2 -
> drivers/power/pmic/pmic_tps65090.c | 310 ----------------------------------
> drivers/power/pmic/pmic_tps65090_ec.c | 218 ------------------------
> include/configs/peach-pit.h | 2 -
> include/fdtdec.h | 1 -
> include/power/tps65090_pmic.h | 73 --------
> lib/fdtdec.c | 1 -
> 7 files changed, 607 deletions(-)
> delete mode 100644 drivers/power/pmic/pmic_tps65090.c
> delete mode 100644 drivers/power/pmic/pmic_tps65090_ec.c
> delete mode 100644 include/power/tps65090_pmic.h
Applied to u-boot-dm.
More information about the U-Boot
mailing list