[U-Boot] [PATCH 5/6 V3] I2C: Driver changes for FDT support

Simon Glass sjg at chromium.org
Thu Nov 29 00:08:00 CET 2012


On Fri, Nov 23, 2012 at 4:01 AM, Rajeshwari Shinde
<rajeshwari.s at samsung.com> wrote:
> Functions added to get the I2C bus number and reset I2C bus using
> FDT node.
>
> Signed-off-by: Rajeshwari Shinde <rajeshwari.s at samsung.com>

Acked-by: Simon Glass <sjg at chromium.org>

> ---
> Changes in V2:
>         - Added periph id to I2C bus structure.
>         - Modified i2c_get_bus_num_fdt function to compare with node.
>         - Board i2c init moved to driver in case of FDT.
> Chnages in V3:
>         - peripheral id decoded based on interrupts.
>         - removed compat id check in i2c_get_bus_num_fdt.
>  drivers/i2c/s3c24x0_i2c.c |   83 ++++++++++++++++++++++++++++++++++++++++++++-
>  drivers/i2c/s3c24x0_i2c.h |    8 ++++
>  include/i2c.h             |   26 ++++++++++++++
>  3 files changed, 116 insertions(+), 1 deletions(-)
>


More information about the U-Boot mailing list