On 29 July 2016 at 13:15, Stephen Warren <swar...@wwwdotorg.org> wrote:
> From: Stephen Warren <swar...@nvidia.com>
>
> On Tegra186, some I2C controllers are directly controlled by the main CPU,
> whereas others are controlled by the BPMP, and can only be accessed by the
> main CPU via IPC requests to the BPMP. This driver covers the latter case.
>
> Signed-off-by: Stephen Warren <swar...@nvidia.com>
> ---
>  drivers/i2c/Kconfig             |  10 ++++
>  drivers/i2c/Makefile            |   1 +
>  drivers/i2c/tegra186_bpmp_i2c.c | 129 
> ++++++++++++++++++++++++++++++++++++++++
>  3 files changed, 140 insertions(+)
>  create mode 100644 drivers/i2c/tegra186_bpmp_i2c.c

Reviewed-by: Simon Glass <s...@chromium.org>

As before, hopefully the bpmp thing can move to calling via DM.
_______________________________________________
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot

Reply via email to