12 Dec, 2014

1 commit

  • This converts all Tegra boards over to use driver model for I2C. The driver
    is adjusted to use driver model and the following obsolete CONFIGs are
    removed:

    - CONFIG_SYS_I2C_INIT_BOARD
    - CONFIG_I2C_MULTI_BUS
    - CONFIG_SYS_MAX_I2C_BUS
    - CONFIG_SYS_I2C_SPEED
    - CONFIG_SYS_I2C

    This has been tested on:
    - trimslice (no I2C)
    - beaver
    - Jetson-TK1

    It has not been tested on Tegra 114 as I don't have that board.

    Acked-by: Heiko Schocher
    Signed-off-by: Simon Glass

    Simon Glass
     

12 Jun, 2014

1 commit


24 Jul, 2013

1 commit


15 May, 2012

1 commit

  • This power management chip supports battery charging and a large number
    of power supplies. This initial driver only provides the ability to adjust
    the two synchronous buck converters SM0 and SM1 in a stepwise manner.

    Signed-off-by: Simon Glass
    Signed-off-by: Tom Warren

    Simon Glass