summaryrefslogtreecommitdiffstats
path: root/drivers/clk/mmp
Commit message (Expand)AuthorAgeFilesLines
* clk: mmp: frac: Remove set but not used variable 'prev_rate'YueHaibing2019-06-071-2/+1Star
* clk: Remove CLK_IS_BASIC clk flagStephen Boyd2019-04-261-1/+1
* clk: mmp2: separate LCDC peripheral clk form the display clockLubomir Rintel2019-02-211-2/+3
* Revert "clk: mmp2: add SP clock"Lubomir Rintel2019-01-241-4/+0Star
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2019-01-031-0/+4
|\
| * clk: mmp2: add SP clockLubomir Rintel2018-11-151-0/+4
* | clk: mmp: Off by one in mmp_clk_add()Dan Carpenter2018-12-031-1/+1
* | clk: mmp2: fix the clock id for sdh2_clk and sdh3_clkLubomir Rintel2018-10-171-2/+2
|/
* Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...Linus Torvalds2017-11-188-35/+26Star
|\
| * Merge branch 'clk-cleanup' into clk-nextStephen Boyd2017-11-156-32/+23Star
| |\
| | * clk: mmp: Adjust checks for NULL pointersMarkus Elfring2017-11-144-12/+12
| | * clk: mmp: Use common error handling code in mmp_clk_register_mix()Markus Elfring2017-11-141-6/+8
| | * clk: mmp: Delete error messages for failed memory allocationsMarkus Elfring2017-11-143-14/+3Star
| * | clk: mmp: make clk_ops constBhumika Goyal2017-11-023-3/+3
| |/
* / License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-025-0/+5
|/
* clk: mmp: Drop unnecessary staticJulia Lawall2017-07-181-1/+1
* clk:mmp:clk-of-mmp2: Free memory and Unmap region obtained by kzalloc and of_...Arvind Yadav2016-12-091-3/+12
* clk:mmp:clk-of-pxa910: Free memory and Unmap region obtained by kzmalloc and ...Arvind Yadav2016-12-091-4/+15
* clk: mmp: clk-of-pxa1928: Free memory obtained by kzallocArvind Yadav2016-12-091-0/+3
* clk: mmp: pxa910: fix return value check in pxa910_clk_init()Wei Yongjun2016-11-021-2/+2
* clk: mmp: pxa168: fix return value check in pxa168_clk_init()Wei Yongjun2016-11-021-1/+1
* clk: mmp: mmp2: fix return value check in mmp2_clk_init()Wei Yongjun2016-11-021-1/+1
* clk: mmp: add missing header dependenciesBaoyou Xie2016-09-141-0/+1
* clk: mmp: Remove CLK_IS_ROOTStephen Boyd2016-04-167-38/+30Star
* clk: mmp: Make reset_control_ops constPhilipp Zabel2016-03-301-1/+1
* clk: mmp: stop using platform headersArnd Bergmann2015-12-013-19/+19
* clk: mmp: Convert to clk_hw based provider APIsStephen Boyd2015-08-252-21/+17Star
* clk: Replace __clk_get_num_parents with clk_hw_get_num_parents()Stephen Boyd2015-08-251-4/+4
* clk/mmp: use kmemdup rather than duplicating its implementationAndrzej Hajda2015-08-081-4/+3Star
* Merge branch 'cleanup-clk-h-includes' into clk-nextStephen Boyd2015-07-283-4/+1Star
|\
| * clk: mmp: Remove clk.h includeStephen Boyd2015-07-203-4/+1Star
* | clk: fix some determine_rate implementationsBoris Brezillon2015-07-281-1/+4
* | clk: change clk_ops' ->determine_rate() prototypeBoris Brezillon2015-07-281-11/+9Star
|/
* clk: mmp: add timer clock for pxa168/mmp2/pxa910Chao Xie2015-06-043-0/+24
* clk: mmp: Fix the wrong factor table for uart PLLChao Xie2015-06-042-6/+2Star
* clk: mmp: add fixed clock UBS_PLL for pxa910/pxa168Chao Xie2015-06-042-0/+2
* clk: mmp: add PXA1928 clock supportRob Herring2015-05-152-0/+267
* clk: mmp: Silence sparse warningsStephen Boyd2015-05-152-2/+2
* clk: Add rate constraints to clocksTomeu Vizoso2015-02-021-0/+2
* clk: mmp: fix sparse non static symbol warningWei Yongjun2014-12-111-1/+1
* clk: Change clk_ops->determine_rate to return a clk_hw as the best parentTomeu Vizoso2014-12-041-2/+2
* clk: mmp: add mmp2 DT support for clock driverChao Xie2014-11-132-0/+335
* clk: mmp: add pxa910 DT support for clock driverChao Xie2014-11-132-1/+302
* clk: mmp: add pxa168 DT support for clock driverChao Xie2014-11-132-0/+281
* clk: mmp: add reset supportChao Xie2014-11-133-0/+132
* clk: mmp: add basic support functions for DT supportChao Xie2014-11-133-2/+298
* clk: mmp: add mmp private gate clockChao Xie2014-11-133-1/+155
* clk: mmp: add clock type mixChao Xie2014-11-133-1/+580
* clk: mmp: move definiton of mmp_clk_frac to clk.hChao Xie2014-11-132-18/+22
* clk: mmp: add init callback for clk-fracChao Xie2014-11-131-0/+40