Age | Commit message (Expand) | Author | Files | Lines |
2012-06-26 | clk: mxs: fix clock lookup after freeing init memory | Marc Kleine-Budde | 2 | -20/+20 |
2012-06-26 | clk: mxs: fix ref_io clock definition | Shawn Guo | 1 | -2/+2 |
2012-06-26 | clk: Check parent for NULL in clk_change_rate | Pawel Moll | 1 | -4/+7 |
2012-06-26 | clk: Allow late cache allocation for clk->parents | Rajendra Nayak | 1 | -5/+10 |
2012-06-26 | clk: SPEAr600: Fix ethernet clock name for DT based probing | Stefan Roese | 1 | -1/+1 |
2012-06-21 | Viresh has moved | Viresh Kumar | 10 | -10/+10 |
2012-05-27 | Merge tag 'soc2' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc | Linus Torvalds | 3 | -0/+2072 |
2012-05-26 | Merge tag 'dt2' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc | Linus Torvalds | 2 | -10/+12 |
2012-05-16 | Merge branch 'clk-next' of git://git.linaro.org/people/mturquette/linux into ... | Arnd Bergmann | 1 | -1/+10 |
2012-05-16 | clk: Fix CLK_SET_RATE_GATE flag validation in clk_set_rate(). | Saravana Kannan | 1 | -1/+1 |
2012-05-15 | clk: Provide dummy clk_unregister() | Mark Brown | 1 | -0/+9 |
2012-05-14 | SPEAr13xx: Add common clock framework support | Viresh Kumar | 3 | -0/+2072 |
2012-05-13 | mmc: mxs-mmc: get rid of the use of cpu_is_xxx | Shawn Guo | 2 | -6/+6 |
2012-05-13 | Merge branch 'spear/clock' into next/clock | Arnd Bergmann | 10 | -1/+2014 |
2012-05-12 | SPEAr: Switch to common clock framework | Viresh Kumar | 3 | -0/+957 |
2012-05-12 | SPEAr: clk: Add General Purpose Timer Synthesizer clock | Viresh Kumar | 3 | -1/+172 |
2012-05-12 | SPEAr: clk: Add Fractional Synthesizer clock | Viresh Kumar | 3 | -1/+182 |
2012-05-12 | SPEAr: clk: Add Auxiliary Synthesizer clock | Viresh Kumar | 3 | -1/+242 |
2012-05-12 | SPEAr: clk: Add VCO-PLL Synthesizer clock | Viresh Kumar | 5 | -0/+465 |
2012-05-12 | dma: mxs-dma: make platform_device_id more generic | Shawn Guo | 2 | -4/+4 |
2012-05-12 | ARM: mxs: add initial device tree support for imx23-evk board | Shawn Guo | 1 | -0/+1 |
2012-05-12 | ARM: mxs: add initial device tree support for imx28-evk board | Dong Aisheng | 1 | -0/+1 |
2012-05-11 | Merge branch 'clk/mxs' of git://git.linaro.org/people/shawnguo/linux-2.6 into... | Arnd Bergmann | 10 | -0/+1164 |
2012-05-11 | Merge branch 'depends/rmk/clkdev' into next/clock | Arnd Bergmann | 1 | -10/+132 |
2012-05-09 | clk: add a fixed factor clock | Sascha Hauer | 2 | -1/+96 |
2012-05-09 | clk: mux: assign init data | Mike Turquette | 1 | -0/+1 |
2012-05-09 | clk: remove COMMON_CLK_DISABLE_UNUSED | Mike Turquette | 2 | -13/+0 |
2012-05-09 | clk: prevent spurious parent rate propagation | Mike Turquette | 1 | -1/+6 |
2012-05-08 | ARM: mxs: remove now unused timer_clk argument from mxs_timer_init | Shawn Guo | 2 | -2/+2 |
2012-05-08 | ARM: mxs: switch to common clk framework | Shawn Guo | 1 | -0/+2 |
2012-05-08 | clk: mxs: add clock support for imx28 | Shawn Guo | 2 | -0/+338 |
2012-05-08 | clk: mxs: add clock support for imx23 | Shawn Guo | 2 | -0/+206 |
2012-05-08 | clk: mxs: add mxs specific clocks | Shawn Guo | 7 | -0/+618 |
2012-05-02 | CLKDEV: provide helpers for common clock framework | Russell King | 1 | -6/+78 |
2012-05-02 | clk: clk_set_rate() must fail if CLK_SET_RATE_GATE is set and clk is enabled | Viresh Kumar | 1 | -0/+5 |
2012-05-02 | clk: Use a separate struct for holding init data. | Saravana Kannan | 5 | -53/+89 |
2012-04-25 | clk: select CLKDEV_LOOKUP for COMMON_CLK | Rob Herring | 1 | -0/+1 |
2012-04-25 | clk: Don't set clk->new_rate twice | Viresh Kumar | 1 | -1/+1 |
2012-04-25 | clk: clk-gate: Create clk_gate_endisable() | Viresh Kumar | 1 | -29/+25 |
2012-04-25 | clk: propagate round_rate for CLK_SET_RATE_PARENT case | Shawn Guo | 1 | -2/+6 |
2012-04-25 | clk: pass parent_rate into .set_rate | Shawn Guo | 2 | -3/+4 |
2012-04-25 | clk: always pass parent_rate into .round_rate | Shawn Guo | 2 | -18/+10 |
2012-04-25 | clk: basic: improve parent_names & return errors | Mike Turquette | 4 | -54/+64 |
2012-04-25 | clk: core: copy parent_names & return error codes | Mike Turquette | 1 | -12/+53 |
2012-04-25 | clk: Constify parent name arrays | Mark Brown | 2 | -2/+2 |
2012-04-25 | clk: Make clk_get_rate() return 0 on error | Rajendra Nayak | 1 | -3/+3 |
2012-04-25 | clk: add "const" for clk_ops of basic clks | Shawn Guo | 4 | -4/+4 |
2012-04-25 | clk: remove unnecessary EXPORT_SYMBOL_GPL | Shawn Guo | 4 | -9/+0 |
2012-04-25 | clk: use kzalloc in clk_register_mux | Shawn Guo | 1 | -1/+1 |
2012-04-25 | clk: core: enforce clk_ops consistency | Mike Turquette | 1 | -0/+14 |