• P
    clocksource: Deprecate clock string across the SH drivers. · c2a25e81
    Paul Mundt 提交于
    We want to get rid of the clock string from platform data entirely,
    depending on the clkdev-based clock lookup to do the right thing for us
    instead.
    
    This converts all of the SH drivers to request their associated function
    clocks directly, and if there is no match for that then we fall back on
    the legacy lookup while warning about it. After all of the outstanding
    CPUs have been converted to clkdev lookups the clock string will be
    killed off completely.
    Signed-off-by: NPaul Mundt <lethal@linux-sh.org>
    c2a25e81
sh_mtu2.c 8.2 KB