Age | Commit message (Expand) | Author |
2014-07-01 | clk: sunxi: fix devm_ioremap_resource error detection code | Himangi Saraogi |
2014-06-11 | clk: sunxi: add PRCM (Power/Reset/Clock Management) clks support | Boris BREZILLON |
2014-06-11 | clk: sun6i: Protect SDRAM gating bit | Maxime Ripard |
2014-06-11 | clk: sun6i: Protect CPU clock | Maxime Ripard |
2014-06-11 | clk: sunxi: Rework clock protection code | Maxime Ripard |
2014-06-11 | clk: sunxi: Move the GMAC clock to a file of its own | Maxime Ripard |
2014-06-11 | clk: sunxi: Move the 24M oscillator to a file of its own | Maxime Ripard |
2014-06-11 | clk: sunxi: Remove calls to clk_put | Maxime Ripard |
2014-06-11 | clk: sunxi: Implement A31 USB clock | Maxime Ripard |
2014-06-07 | Merge tag 'clk-for-linus-3.16' of git://git.linaro.org/people/mike.turquette/...next | Linus Torvalds |
2014-05-20 | clk: sunxi: fix function type for CLK_OF_DECLARE | Rob Herring |
2014-05-20 | clk: sunxi: avoid double DT matching | Rob Herring |
2014-05-14 | clk: sunxi: Fixup clk_sunxi_mmc_phase_control to take a clk rather then a hw_clk | Hans de Goede |
2014-05-05 | clk: sunxi: Implement MMC phase control | Emilio López |
2014-05-05 | clk: sunxi: factors: automatic reparenting support | Emilio López |
2014-03-19 | clk: sunxi: fix thinko in comment | Emilio López |
2014-03-19 | clk: sunxi: fix some calculations | Emilio López |
2014-03-19 | clk: sunxi: fix A20 PLL4 calculation | Emilio López |
2014-02-18 | clk: sunxi: Add new clock compatibles | Maxime Ripard |
2014-02-18 | clk: sunxi: Add Allwinner A20/A31 GMAC clock unit | Chen-Yu Tsai |
2014-02-18 | clk: sunxi: Add support for PLL6 on the A31 | Maxime Ripard |
2014-02-18 | clk: sunxi: Add USB clock register defintions | Roman Byshko |
2014-02-18 | clk: sunxi: Add support for USB clock-register reset bits | Hans de Goede |
2014-02-03 | clk: sunxi: get divs parent clock name from parent factor clock | Chen-Yu Tsai |
2014-02-03 | clk: sunxi: add names for pll5, pll6 parent clocks to factors_data | Chen-Yu Tsai |
2014-02-03 | clk: sunxi: add clock-output-names dt property support | Chen-Yu Tsai |
2014-01-27 | clk: sunxi: fix overflow when setting up divided factors | Emilio López |
2013-12-28 | clk: sunxi: Allwinner A20 output clock support | Chen-Yu Tsai |
2013-12-28 | clk: sunxi: support better factor DT nodes | Emilio López |
2013-12-28 | clk: sunxi: mod0 support | Emilio López |
2013-12-28 | clk: sunxi: add PLL5 and PLL6 support | Emilio López |
2013-12-28 | clk: sunxi: make factors_clk_setup return the clock it registers | Emilio López |
2013-12-28 | clk: sunxi: add gating support to PLL1 | Emilio López |
2013-12-28 | clk: sunxi: clean the magic number of mux parents | Emilio López |
2013-12-28 | clk: sunxi: register factors clocks behind composite | Emilio López |
2013-12-01 | Merge tag 'sunxi-clk-for-3.13' of https://github.com/mripard/linux into clk-n... | Mike Turquette |
2013-11-10 | drivers: clk: sunxi: Fix memory leakage in clk-sunxi.c | Victor N. Ramos Mello |
2013-11-10 | clk: sunxi: protect core clocks from accidental shutdown | Emilio López |
2013-11-10 | clk: sunxi: factors: clear variables before using them | Emilio López |
2013-11-10 | clk: sunxi: factors: fix off-by-one masks | Emilio López |
2013-09-29 | clk: sunxi: declare OF clock provider | Sebastian Hesselbarth |
2013-08-27 | clk: sunxi: Fix incorrect placement of __initconst | Sachin Kamat |
2013-08-26 | clk: sunxi: Add Allwinner A20 gates | Maxime Ripard |
2013-08-26 | clk: sunxi: Add A31 clocks support | Maxime Ripard |
2013-08-26 | clk: sunxi: Allow to specify the divider width from the dividers data | Maxime Ripard |
2013-08-26 | clk: sunxi: Rename the structure to prepare the addition of sun6i | Maxime Ripard |
2013-08-26 | clk: sunxi: fix initialization of basic clocks | Emilio López |
2013-08-26 | clk: sunxi: Add A10s gates | Maxime Ripard |
2013-08-19 | clk: add CLK_SET_RATE_NO_REPARENT flag | James Hogan |
2013-08-08 | clk: sunxi: Fix checking return value of clk_register_[composite|factors] | Axel Lin |