• R
    [ARM] omap: mcbsp: convert to use fck/ick clocks directly · b820ce4e
    Russell King 提交于
    Rather than introducing a special 'mcbsp_clk' with code behind it in
    mach-omap*/mcbsp.c to handle the SoC specifics, arrange for the mcbsp
    driver to be like any other driver.  mcbsp requests its fck and ick
    clocks directly, and the SoC specific code deals with selecting the
    correct clock.
    
    There is one oddity to deal with - OMAP1 fiddles with the DSP clocks
    and DSP reset, so we move this to the two callback functions.
    Signed-off-by: NRussell King <rmk+kernel@arm.linux.org.uk>
    b820ce4e
mcbsp.c 24.8 KB