• Alexandru M Stan's avatar
    mmc: dw_mmc-rockchip: MMC tuning with the clock phase framework · cbb79e43
    Alexandru M Stan authored
    This algorithm will try 1 degree increments, since there's no way to tell
    what resolution the underlying phase code uses. As an added bonus, doing
    many tunings yields better results since some tests are run more than once
    (ex: if the underlying driver uses 45 degree increments, the tuning code
    will try the same angle more than once).
    
    It will then construct a list of good phase ranges (even ranges that cross
    360/0), will pick the biggest range then it will set the sample_clk to the
    middle of that range.
    
    We do not touch ciu_drive (and by extension define default-drive-phase).
    Drive phase is mostly used to define minimum hold times, while one could
    write some code to determine what phase meets the minimum hold time (ex 10
    degrees) this will not work with the current clock phase framework (which
    floors angles, so we'll get 0 deg, and there's no way to know what
    resolution the floors happen at). We assume that the default drive angles
    set by the hardware are good enough.
    
    If a device has device specific code (like exynos) then that will still
    take precedence, otherwise this new code will execute. If the device wants
    to tune, but has no sample_clk defined we'll return EIO with an error
    message.
    Signed-off-by: default avatarAlexandru M Stan <amstan@chromium.org>
    Signed-off-by: default avatarHeiko Stuebner <heiko@sntech.de>
    Acked-by: default avatarJaehoon Chung <jh80.chung@samsung.com>
    Signed-off-by: default avatarUlf Hansson <ulf.hansson@linaro.org>
    cbb79e43
dw_mmc-rockchip.c 8.03 KB