summaryrefslogtreecommitdiffstats
path: root/drivers/clk
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | clk: rockchip: fix rk3066 pll status register locationHeiko Stuebner2014-09-271-3/+7
| | * | | | clk: rockchip: change pll rate without a clk-notifierDoug Anderson2014-09-271-50/+13Star
| * | | | | Merge tag 'clk-mvebu-3.18' of git://git.infradead.org/linux-mvebu into clk-nextMike Turquette2014-09-274-2/+99
| |\ \ \ \ \ | | | |_|_|/ | | |/| | |
| | * | | | clk: mvebu: armada-375: Fix the description of the SAR in the commentGregory CLEMENT2014-09-091-2/+2
| | * | | | clk: mvebu: armada-370: Fix timer drift caused by the SSCG deviationGregory CLEMENT2014-09-091-0/+8
| | * | | | clk: mvebu: Fix clk frequency value if SSCG is enabledGregory CLEMENT2014-09-092-0/+89
| | | |/ / | | |/| |
| * | | | clk: add gpio gated clockJyri Sarha2014-09-272-0/+205
| * | | | Merge tag 'qcom-clocks-for-3.18' of git://git.kernel.org/pub/scm/linux/kernel...Mike Turquette2014-09-279-88/+219
| |\ \ \ \
| | * | | | clk: qcom: Add support for banked MD RCGsStephen Boyd2014-09-233-56/+77
| | * | | | clk: qcom: Add support for setting rates on PLLsStephen Boyd2014-09-232-1/+87
| | * | | | clk: qcom: Consolidate frequency finding logicStephen Boyd2014-09-234-32/+27Star
| | * | | | clk: qcom: Add IPQ8064 PLL required for USBAndy Gross2014-09-231-1/+30
| | |/ / /
| * | | | Merge tag 'tegra-clk-3.18' of git://nv-tegra.nvidia.com/user/pdeschrijver/lin...Mike Turquette2014-09-272-2/+15
| |\ \ \ \ | | |_|/ / | |/| | |
| | * | | clk: tegra: Make clock initialization more robustTomeu Vizoso2014-09-181-2/+7
| | * | | clk: tegra124: Add PLL_M_UD and PLL_C_UD clocksMikko Perttunen2014-09-181-0/+8
| | |/ /
| * | | clk: Remove .owner field for driverKiran Padwal2014-09-2615-15/+0Star
| * | | Merge branch 'clk-next-rockchip' into clk-nextMike Turquette2014-09-261-36/+56
| |\ \ \ | | |_|/ | |/| |
| | * | clk: rockchip: add clock node in PD_VIDEOKever Yang2014-09-261-0/+20
| | * | clk: rockchip: use the clock id for nodes initKever Yang2014-09-261-34/+34
| | * | clk: rockchip: add missing rk3288 npll rate tableHeiko Stübner2014-09-251-1/+1
| | * | clk: rockchip: rk3288: fix softreset register countMark yao2014-09-251-1/+1
| | |/
| * | Merge branch 'clk-fixes' into clk-nextMike Turquette2014-09-177-10/+24
| |\ \
| * \ \ Merge branch 'clk-next-debugfs-lock' into clk-nextMike Turquette2014-09-101-46/+27Star
| |\ \ \
| | * | | clk: Don't hold prepare_lock across debugfs creationStephen Boyd2014-09-101-46/+27Star
| | | |/ | | |/|
| * | | clk: rockchip: also protect hclk_peri as criticalHeiko Stübner2014-09-102-0/+2
| * | | clk: fractional-divider: cast parent_rate to u64 before multiplyingHeiko Stübner2014-09-101-1/+1
| * | | clk: Add driver for Maxim 77802 PMIC clocksJavier Martinez Canillas2014-09-093-0/+106
| * | | clk: max77686: Convert to the generic max clock driverJavier Martinez Canillas2014-09-092-168/+9Star
| * | | clk: Add generic driver for Maxim PMIC clocksJavier Martinez Canillas2014-09-094-0/+228
| * | | clk: max77686: Add DT include for MAX77686 PMIC clockJavier Martinez Canillas2014-09-091-6/+1Star
| * | | clk: zynq: Move const initdata into correct code sectionSoren Brinkmann2014-09-091-15/+14Star
| * | | clk: zynq: Remove pointless return at end of void functionSoren Brinkmann2014-09-091-1/+0Star
| * | | clk: zynq: Remove unnecessary OOM messageSoren Brinkmann2014-09-091-3/+1Star
| * | | clk: at91: fix div by zero in USB clock driverBoris BREZILLON2014-09-031-2/+5
| * | | clk: at91: rework rm9200 USB clock to propagate set_rate to the parent clkBoris BREZILLON2014-09-031-3/+10
| * | | clk: at91: fix recalc_rate implementation of PLL driverBoris BREZILLON2014-09-031-8/+3Star
| * | | clk: at91: rework PLL rate calculationBoris BREZILLON2014-09-031-70/+77
| * | | clk: at91: fix PLL_MAX_COUNT macro definitionBoris BREZILLON2014-09-031-1/+1
| * | | clk: rockchip: protect critical clocks from getting disabledHeiko Stübner2014-09-034-0/+28
| * | | clk: rockchip: make rockchip_clk_register_branch staticHeiko Stübner2014-09-031-1/+1
| * | | clk: rockchip: implement the fraction divider branch typeHeiko Stübner2014-09-031-2/+56
| * | | clk: shmobile: add missing 0x0100 for SDCKCRKuninori Morimoto2014-09-031-0/+1
| * | | cpufreq: kirkwood: use the powersave multiplexerMike Turquette2014-09-031-2/+13
| * | | clk: mvebu: powersave clock is a multiplexerMike Turquette2014-09-021-0/+87
| * | | clk: mvebu: share locks between gate clocksMike Turquette2014-09-022-3/+8
| |/ /
* | | Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek...Linus Torvalds2014-10-141-2/+0Star
|\ \ \
| * | | kbuild: remove unnecessary "obj- := dummy.o" trickMasahiro Yamada2014-10-021-2/+0Star
| |/ /
* | | clk: RK808: add clkout driver for RK808Chris Zhong2014-10-143-0/+180
* | | Merge tag 'drivers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2014-10-081-7/+1Star
|\ \ \
| * \ \ Merge tag 'at91-drivers-for-3.17' of git://git.kernel.org/pub/scm/linux/kerne...Nicolas Ferre2014-08-251-7/+1Star
| |\ \ \ | | |/ / | |/| |