16 Dec, 2009

1 commit

  • After a failing allocation of mmc or a failed ioremap in mxcmci_probe host was
    used uninitialized.

    Signed-off-by: Uwe Kleine-König
    Acked-by: Sascha Hauer
    Cc: Pierre Ossman
    Cc: Martin Fuzzey
    Cc: Pierre Ossman
    Cc:
    Signed-off-by: Andrew Morton
    Signed-off-by: Linus Torvalds

    Uwe Kleine-König
     

21 Sep, 2009

1 commit


14 Jun, 2009

1 commit


04 Jun, 2009

3 commits


13 Mar, 2009

2 commits


03 Feb, 2009

1 commit

  • This patch adds a MX2/MX3 specific SDHC driver. The hardware is basically
    the same as in the MX1, but unlike the MX1 controller the MX2
    controller just works as expected. Since the MX1 driver has more
    workarounds for bugs than anything else I had no success with supporting
    MX1 and MX2 in a sane way in one driver.

    Signed-off-by: Sascha Hauer
    Signed-off-by: Pierre Ossman

    Sascha Hauer