[U-Boot] [PATCH 10/10] Pit WIP
Simon Glass
sjg at chromium.org
Fri Jun 20 05:40:04 CEST 2014
Hi Ajay,
On 17 June 2014 03:06, Ajay Kumar <ajaykumar.rs at samsung.com> wrote:
> From: Simon Glass <sjg at chromium.org>
>
> WIP patch to enable cros-ec on peach_pit.
>
> Signed-off-by: Simon Glass <sjg at chromium.org>
> ---
> drivers/misc/cros_ec_spi.c | 4 +-
> drivers/power/pmic/Makefile | 3 +-
> drivers/power/pmic/pmic_tps65090_ec.c | 212 ++++++++++++++++++++++++++++++++++
> drivers/spi/exynos_spi.c | 9 +-
> drivers/spi/spi.c | 2 +
> include/configs/exynos5-dt.h | 2 +-
> include/configs/peach-pit.h | 2 +
> include/power/tps65090_pmic.h | 6 +
> 8 files changed, 232 insertions(+), 8 deletions(-)
> create mode 100644 drivers/power/pmic/pmic_tps65090_ec.c
Yes I will put together a few patches for this, thanks for posting it.
Until we have driver model I2C we are going to have to live with
duplicating this driver for the EC interface.
Regards,
Simon
More information about the U-Boot
mailing list