01 Sep, 2015

1 commit


06 May, 2015

1 commit


27 May, 2013

1 commit

  • The driver core clears the driver data to NULL after device_release
    or on probe failure, since commit 0998d0631001288a5974afc0b2a5f568bcdecb4d
    (device-core: Ensure drvdata = NULL when no driver is bound).
    Thus, it is not needed to manually clear the device driver data to NULL.

    Signed-off-by: Jingoo Han
    Acked-by: Sonic Zhang
    Acked-by: Seungwon Jeon
    Acked-by: Shawn Guo
    Acked-by: Adrian Hunter
    Acked-by: Haojian Zhuang
    Acked-by: Jaehoon Chung
    Acked-by: Viresh Kumar
    Acked-by: Tony Prisk
    Signed-off-by: Chris Ball

    Jingoo Han
     

23 Mar, 2013

1 commit


25 Feb, 2013

1 commit

  • This driver handles the virtual MMC device present in the Goldfish emulator.
    The patch folds together initial work from Mike Lockwood and patches by
    San Mehat, Jun Nakajima and Tom Keel plus cleanups
    by Alan Cox to get it all into 3.6 shape.

    Signed-off-by: Mike A. Chan
    [cleaned up and x86 support added]
    Signed-off-by: Sheng Yang
    Signed-off-by: Yunhong Jiang
    Signed-off-by: Xiaohui Xin
    Signed-off-by: Jun Nakajima
    Signed-off-by: Bruce Beare
    [Moved to 3.4]
    Signed-off-by: Tom Keel
    [Moved to 3.7]
    Signed-off-by: Alan Cox
    Signed-off-by: Chris Ball

    Mike Lockwood