15 May, 2017

1 commit


23 Oct, 2015

1 commit


05 Dec, 2014

1 commit

  • Boards using the TWL4030 regulator may not all use the LDOs the same way
    (e.g. MMC2 power can be controlled by another LDO than VMMC2).
    This delegates TWL4030 MMC power initializations to board-specific functions,
    that may still call twl4030_power_mmc_init for the default behavior.

    Signed-off-by: Paul Kocialkowski
    Reviewed-by: Tom Rini
    [trini: Fix omap3_evm warning, add twl4030.h]
    Signed-off-by: Tom Rini

    Paul Kocialkowski
     

24 Jul, 2013

1 commit


10 May, 2013

1 commit

  • u-boot standard i2c register write prototype is
    i2c_reg_write(u8 addr, u8 reg, u8 val)

    twl4030_i2c_write_u8(u8 addr, u8 val, u8 reg)
    does not provide consistency, so switch the prototype to be
    consistent with rest of u-boot i2c operations:
    twl4030_i2c_write_u8(u8 addr, u8 reg, u8 val)

    Signed-off-by: Nishanth Menon

    Nishanth Menon
     

09 Mar, 2013

2 commits


15 May, 2012

3 commits

  • Update pandora's GPIO setup code with these changes:
    - convert to gpiolib
    - set up dual voltage GPIOs to match supply of 1.8V by clearing VMODE1
    - add GPIO_IO_PWRDNZ configuration for DM3730 variation of pandora
    (required to enable GPIO 126, 127, and 129 I/O cells in DM3730)
    - add wifi reset pulse as recommended by wifi chip's manufacturer
    - drop configuration of GPIOs that u-boot doesn't need

    Signed-off-by: Grazvydas Ignotas

    Grazvydas Ignotas
     
  • DM3730 needs some additional pin mux configuration for GPIOs
    126-129 to work, add it.

    Signed-off-by: Grazvydas Ignotas

    Grazvydas Ignotas
     
  • Add parameters to the OMAP MMC initialization function so the board can
    mask host capabilities and set the maximum clock frequency. While the
    OMAP supports a certain set of MMC host capabilities, individual boards
    may be more restricted and the OMAP may need to be configured to match
    the board. The PRG_SDMMC1_SPEEDCTRL bit in the OMAP3 is an example.

    Signed-off-by: Jonathan Solnit

    Jonathan Solnit
     

04 Sep, 2011

2 commits


21 Dec, 2010

1 commit

  • It can be optimised out by the compiler otherwise resulting
    in obscure errors like a board not booting.

    This has been documented in README since 2006 when these were
    first fixed up for GCC 4.x.

    Signed-off-by: John Rigby

    Fix some additional places.

    Signed-off-by: Wolfgang Denk
    Acked-By: Albert ARIBAUD

    John Rigby
     

09 Jun, 2010

1 commit


04 Jan, 2010

2 commits


05 Sep, 2009

1 commit