
Hi Ajay,
On 17 June 2014 03:06, Ajay Kumar ajaykumar.rs@samsung.com wrote:
From: Simon Glass sjg@chromium.org
WIP patch to enable cros-ec on peach_pit.
Signed-off-by: Simon Glass sjg@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