01 Nov, 2013

1 commit


21 Oct, 2013

2 commits


24 Jul, 2013

1 commit


10 Jun, 2013

1 commit


02 Apr, 2013

1 commit

  • 'bool' is defined in random places. This patch consolidates them into a
    single header file include/linux/types.h, using stdbool.h introduced in C99.

    All other #define, typedef and enum are removed. They are all consistent with
    true = 1, false = 0.

    Replace FALSE, False with false. Replace TRUE, True with true.
    Skip *.py, *.php, lib/* files.

    Signed-off-by: York Sun

    York Sun
     

09 Mar, 2013

3 commits


10 Dec, 2012

2 commits


26 Oct, 2012

1 commit


16 Oct, 2012

1 commit

  • Kill off ehci-core.h
    It was used to specify some static controller data. To support more than
    one controller being active at any time we have to carry the controller
    data ourselfes. Change the ehci interface accordingly.

    NOTE: OMAP implemented the ehci stuff a bit backwards and should be fixed
    to do the same thing as other platforms. But the change for now is at least
    compile clean.

    Signed-off-by: Lucas Stach
    Reviewed-by: Marek Vasut

    Lucas Stach
     

05 Sep, 2012

4 commits


15 May, 2012

2 commits

  • Introduce a __weak misc_init_r function that just runs dieid_num_r().
    Remove misc_init_r from cm_t35, mcx, omap3_logic and mt_ventoux as this was
    all they did for misc_init_r.

    Cc: Igor Grinberg
    Cc: Ilya Yanok
    Cc: Peter Barada
    Cc: Stefano Babic
    Signed-off-by: Tom Rini
    Acked-by: Igor Grinberg

    Tom Rini
     
  • 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
     

28 Mar, 2012

1 commit


12 Feb, 2012

1 commit

  • The mt_ventoux board is a custom board using
    the Technexion TAM3517 module.

    The patch fixes also the mtdparts variable in the
    TAM3517 common configuration file.

    Signed-off-by: Stefano Babic
    CC: Ilya Yanok
    CC: Igor Grinberg
    CC: Tom Rini
    Cc: Detlev Zundel
    Acked-by: Igor Grinberg

    Stefano Babic