summaryrefslogtreecommitdiffstats
path: root/drivers/clk/samsung/clk-pll.c
Commit message (Expand)AuthorAgeFilesLines
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner2019-06-191-4/+1Star
* clk: Remove io.h from clk-provider.hStephen Boyd2019-05-151-1/+2
* Merge tag 'clk-v4.15-samsung' of git://git.kernel.org/pub/scm/linux/kernel/gi...Stephen Boyd2017-10-251-9/+0Star
|\
| * clk: samsung: Remove obsolete clkdev alias supportMarek Szyprowski2017-10-091-9/+0Star
* | clk: samsung: Add support for runtime PMMarek Szyprowski2017-09-081-1/+1
|/
* clk: samsung: Add enable/disable operation for PLL36XX clocksSylwester Nawrocki2017-06-091-37/+50
* clk: samsung: Convert common drivers to the new clk_hw APIMarek Szyprowski2017-06-071-7/+7
* clk: samsung: Add enable/disable support for PLL35XX clocksMarek Szyprowski2017-01-271-7/+38
* clk: samsung: Add support for EPLL on exynos5410Sylwester Nawrocki2016-09-091-0/+102
* clk: samsung: Use common registration function for pll2550xSylwester Nawrocki2016-09-091-47/+5Star
* clk: samsung: fixup endian in pll clkMatthew Leach2016-06-101-61/+61
* clk: Convert __clk_get_name(hw->clk) to clk_hw_get_name(hw)Stephen Boyd2015-08-251-9/+9
* clk: samsung: Properly include clk.h and clkdev.hStephen Boyd2015-07-201-0/+2
* clk: make several parent names constUwe Kleine-König2015-06-041-2/+2
* clk: samsung: add support for 145xx and 1460x PLLsNaveen Krishna Ch2014-10-311-5/+20
* clk/samsung: add support for pll2650xxRahul Sharma2014-05-141-0/+101
* clk/samsung: add support for pll2550xxPankaj Dubey2014-05-141-0/+108
* clk/samsung: add support for multiple clock providersRahul Sharma2014-05-141-6/+8
* clk: samsung: add plls used by the early s3c24xx cpusHeiko Stuebner2014-04-141-0/+182
* clk: samsung: add plls used by the s3c2443Heiko Stuebner2014-04-141-0/+72
* clk: samsung: add pll_6552 variant for s3c2416Heiko Stuebner2014-04-141-2/+10
* clk: samsung: Remove unneeded semicolonSachin Kamat2014-01-181-1/+1
* clk: samsung: pll: Add support for rate configuration of PLL46xxTomasz Figa2013-09-061-1/+110
* clk: samsung: pll: Use new registration method for PLL46xxTomasz Figa2013-09-061-46/+6Star
* clk: samsung: pll: Add support for rate configuration of PLL45xxTomasz Figa2013-09-061-1/+109
* clk: samsung: pll: Use new registration method for PLL45xxTomasz Figa2013-09-061-46/+6Star
* clk: samsung: pll: Use new registration method for PLL6552 and PLL6553Tomasz Figa2013-08-271-94/+11Star
* Merge branch 'clk-next-s3c64xx' into clk-nextMike Turquette2013-08-091-0/+160
|\
| * clk: samsung: pll: Add support for PLL6552 and PLL6553Tomasz Figa2013-08-051-0/+160
* | clk: samsung: Add set_rate() clk_ops for PLL36xxVikas Sajjan2013-08-021-1/+78
* | clk: samsung: Add set_rate() clk_ops for PLL35xxYadwinder Singh Brar2013-08-021-1/+104
* | clk: samsung: Add support to register rate_table for samsung pllsYadwinder Singh Brar2013-08-021-1/+18
* | clk: samsung: Remove unused pll registeration code for pll35xx and pll36xxYadwinder Singh Brar2013-08-021-70/+0Star
* | clk: samsung: Define a common samsung_clk_register_pll()Yadwinder Singh Brar2013-08-021-0/+70
* | clk: samsung: Introduce a common samsung_clk_pll structYadwinder Singh Brar2013-08-021-18/+12Star
|/
* clk: samsung: Fix pll36xx_recalc_rate to handle kdiv properlyDoug Anderson2013-06-111-2/+3
* clk: samsung: Remove unimplemented ops for pllTomasz Figa2013-04-041-80/+0Star
* clk: samsung: add pll clock registration helper functionsThomas Abraham2013-03-251-0/+499