summaryrefslogtreecommitdiffstats
path: root/drivers/clk/mmp
Commit message (Expand)AuthorAgeFilesLines
* 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/+0
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2019-01-021-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-178-35/+26
|\
| * Merge branch 'clk-cleanup' into clk-nextStephen Boyd2017-11-156-32/+23
| |\
| | * clk: mmp: Adjust checks for NULL pointersMarkus Elfring2017-11-134-12/+12
| | * clk: mmp: Use common error handling code in mmp_clk_register_mix()Markus Elfring2017-11-131-6/+8
| | * clk: mmp: Delete error messages for failed memory allocationsMarkus Elfring2017-11-133-14/+3
| * | clk: mmp: make clk_ops constBhumika Goyal2017-11-013-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-171-1/+1
* clk:mmp:clk-of-mmp2: Free memory and Unmap region obtained by kzalloc and of_...Arvind Yadav2016-12-081-3/+12
* clk:mmp:clk-of-pxa910: Free memory and Unmap region obtained by kzmalloc and ...Arvind Yadav2016-12-081-4/+15
* clk: mmp: clk-of-pxa1928: Free memory obtained by kzallocArvind Yadav2016-12-081-0/+3
* clk: mmp: pxa910: fix return value check in pxa910_clk_init()Wei Yongjun2016-11-011-2/+2
* clk: mmp: pxa168: fix return value check in pxa168_clk_init()Wei Yongjun2016-11-011-1/+1
* clk: mmp: mmp2: fix return value check in mmp2_clk_init()Wei Yongjun2016-11-011-1/+1
* clk: mmp: add missing header dependenciesBaoyou Xie2016-09-141-0/+1
* clk: mmp: Remove CLK_IS_ROOTStephen Boyd2016-04-157-38/+30
* clk: mmp: Make reset_control_ops constPhilipp Zabel2016-03-291-1/+1
* clk: mmp: stop using platform headersArnd Bergmann2015-12-013-19/+19
* clk: mmp: Convert to clk_hw based provider APIsStephen Boyd2015-08-242-21/+17
* clk: Replace __clk_get_num_parents with clk_hw_get_num_parents()Stephen Boyd2015-08-241-4/+4
* clk/mmp: use kmemdup rather than duplicating its implementationAndrzej Hajda2015-08-071-4/+3
* Merge branch 'cleanup-clk-h-includes' into clk-nextStephen Boyd2015-07-283-4/+1
|\
| * clk: mmp: Remove clk.h includeStephen Boyd2015-07-203-4/+1
* | clk: fix some determine_rate implementationsBoris Brezillon2015-07-271-1/+4
* | clk: change clk_ops' ->determine_rate() prototypeBoris Brezillon2015-07-271-11/+9
|/
* 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/+2
* 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-142-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-031-2/+2
* clk: mmp: add mmp2 DT support for clock driverChao Xie2014-11-122-0/+335
* clk: mmp: add pxa910 DT support for clock driverChao Xie2014-11-122-1/+302
* clk: mmp: add pxa168 DT support for clock driverChao Xie2014-11-122-0/+281
* clk: mmp: add reset supportChao Xie2014-11-123-0/+132
* clk: mmp: add basic support functions for DT supportChao Xie2014-11-123-2/+298
* clk: mmp: add mmp private gate clockChao Xie2014-11-123-1/+155
* clk: mmp: add clock type mixChao Xie2014-11-123-1/+580
* clk: mmp: move definiton of mmp_clk_frac to clk.hChao Xie2014-11-122-18/+22
* clk: mmp: add init callback for clk-fracChao Xie2014-11-121-0/+40
* clk: mmp: add spin lock for clk-fracChao Xie2014-11-125-5/+15