16 Jan, 2013

2 commits


12 Jan, 2013

1 commit


29 Nov, 2012

3 commits


07 Sep, 2012

1 commit

  • This patch supports max77686 mfd's clock driver using common clock frame work.
    max77686 has 3 clock ouputs which all are generated from crystal oscillator and
    SOC can enable/disable them via I2C bus. All clocks are fixed-rate clock sources
    so that it doesn't supply interface for changing clock rate.
    Driver uses regmap API to communicate with internal register.

    Signed-off-by: Jonghwa Lee
    Signed-off-by: Mike Turquette

    Jonghwa Lee