summaryrefslogtreecommitdiffstats
path: root/drivers/clk
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | drivers: clk: st: Add clock propagation for audio clocksGabriel Fernandez2016-09-161-1/+25
* | | | | drivers: clk: st: Add fs660c32 synthesizer algorithmGabriel Fernandez2016-09-161-69/+111
* | | | | drivers: clk: st: Simplify clock binding of STiH4xx platformsGabriel Fernandez2016-09-163-77/+55
* | | | | drivers: clk: st: Remove stih415-416 clock supportGabriel Fernandez2016-09-163-1404/+1
* | | | | clk: at91: Migrate to clk_hw based registration and OF APIsStephen Boyd2016-09-1413-199/+277
* | | | | clk: bcm2835: Migrate to clk_hw based registration and OF APIsStephen Boyd2016-09-142-55/+58
* | | | | clk: iproc: Make clocks visible optionsJon Mason2016-09-142-5/+32
* | | | | clk: xgene: Add PMD clockHoan Tran2016-09-141-0/+221
* | | | | clk: zx: register ZX296718 clocksJun Nie2016-09-143-0/+1050
* | | | | clk: zx: reform pll config info to ease code extensionJun Nie2016-09-142-9/+16
* | | | | clk-kona-setup: Use kmalloc_array() in parent_process()Markus Elfring2016-09-141-2/+2
* | | | | ARM: clk-imx35: annotate clk enum with number valuesUwe Kleine-König2016-09-141-14/+16
* | | | | ARM: clk-imx35: fix name for ckil clkUwe Kleine-König2016-09-141-1/+1
* | | | | clk: meson: fix CLKID_GCLK_VENCI_INT typoArnd Bergmann2016-09-141-1/+1
* | | | | clk: mmp: add missing header dependenciesBaoyou Xie2016-09-141-0/+1
* | | | | Merge tag 'clk-renesas-for-v4.9-tag3' of git://git.kernel.org/pub/scm/linux/k...Stephen Boyd2016-09-143-2/+32
|\ \ \ \ \
| * | | | | clk: renesas: r8a7796: Add CMT clocksBui Duc Phuc2016-09-121-0/+4
| * | | | | clk: renesas: r8a7795: Add CMT clocksBui Duc Phuc2016-09-121-0/+4
| * | | | | clk: renesas: r8a7796: Add RAVB clockLaurent Pinchart2016-09-121-0/+1
| * | | | | clk: renesas: r8a7796: Add THS/TSC clockKhiem Nguyen2016-09-051-0/+1
| * | | | | clk: renesas: rz: Select EXTAL vs USB clockChris Brandt2016-09-051-2/+22
* | | | | | meson: clk: Use builtin_platform_driver to simplify the codeWei Yongjun2016-09-141-5/+1
* | | | | | Merge tag 'sunxi-clk-for-4.9' of https://git.kernel.org/pub/scm/linux/kernel/...Stephen Boyd2016-09-1419-78/+3349
|\ \ \ \ \ \ | | |_|/ / / | |/| | | |
| * | | | | clk: sunxi-ng: Add hardware dependencyJean Delvare2016-09-101-0/+1
| * | | | | clk: sunxi-ng: Add A23 CCUMaxime Ripard2016-09-103-0/+750
| * | | | | clk: sunxi-ng: Add A33 CCU supportMaxime Ripard2016-09-104-0/+856
| * | | | | clk: sunxi-ng: Add N-class clocks supportMaxime Ripard2016-09-104-0/+173
| * | | | | clk: sunxi-ng: mux: Add mux table macroMaxime Ripard2016-09-101-13/+13
| * | | | | clk: sunxi-ng: div: Allow to set a maximumMaxime Ripard2016-09-105-33/+55
| * | | | | clk: sunxi-ng: div: Add kerneldoc for the _ccu_div structureMaxime Ripard2016-09-101-0/+14
| * | | | | clk: sunxi-ng: div: Add mux table macrosMaxime Ripard2016-09-101-7/+21
| * | | | | clk: sunxi-ng: Add A31/A31s clocksChen-Yu Tsai2016-08-254-0/+1318
| * | | | | clk: sunxi-ng: mux: Add clk notifier functionsChen-Yu Tsai2016-08-252-0/+50
| * | | | | clk: sunxi-ng: mux: support fixed pre-dividers on multiple parentsChen-Yu Tsai2016-08-253-11/+16
| * | | | | clk: sunxi-ng: mux: Add support for mux tablesChen-Yu Tsai2016-08-252-6/+23
| * | | | | clk: sunxi-ng: mux: Rename mux macro to be consistentMaxime Ripard2016-08-254-6/+6
| * | | | | clk: sunxi-ng: nkm: Add mux to support multiple parentsChen-Yu Tsai2016-08-082-6/+57
| * | | | | clk: sunxi-ng: mux: Increase fixed pre-divider div sizeChen-Yu Tsai2016-08-082-2/+2
| | |/ / / | |/| | |
* | | | | Merge tag 'clk-v4.9-samsung' of git://linuxtv.org/snawrocki/samsung into clk-...Stephen Boyd2016-09-147-278/+419
|\ \ \ \ \
| * | | | | clk: samsung: Add support for EPLL on exynos5410Sylwester Nawrocki2016-09-093-2/+131
| * | | | | clk: samsung: clk-exynos-audss: Whitespace and debug trace cleanupSylwester Nawrocki2016-09-091-7/+4
| * | | | | clk: samsung: clk-exynos-audss: Add exynos5410 compatibleSylwester Nawrocki2016-09-091-0/+9
| * | | | | clk: samsung: clk-exynos-audss: controller variant handling reworkSylwester Nawrocki2016-09-091-27/+37
| * | | | | clk: samsung: Use common registration function for pll2550xSylwester Nawrocki2016-09-093-49/+13
| * | | | | clk: samsung: exynos5410: Expose the peripheral DMA gate clocksSylwester Nawrocki2016-09-091-0/+2
| * | | | | clk: samsung: exynos5420: Add clocks for CMU_CDREX domainChanwoo Choi2016-09-091-0/+37
| * | | | | clk: samsung: exynos5410: Use samsung_cmu_register_one() to simplify codeChanwoo Choi2016-09-091-20/+13
| * | | | | clk: samsung: exynos5260: Move struct samsung_cmu_info to init sectionChanwoo Choi2016-09-091-175/+175
| |/ / / /
* | | | | clk: rk808: Pass the right pointer as the get_hw contextTomeu Vizoso2016-09-091-1/+1
* | | | | Merge branch 'clk-fixes' into clk-nextStephen Boyd2016-09-084-14/+14
|\ \ \ \ \
OpenPOWER on IntegriCloud