summaryrefslogtreecommitdiff
path: root/drivers/clk/mmp
Commit message (Expand)AuthorAge
* Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...Linus Torvalds2017-11-17
|\
| * Merge branch 'clk-cleanup' into clk-nextStephen Boyd2017-11-15
| |\
| | * clk: mmp: Adjust checks for NULL pointersMarkus Elfring2017-11-13
| | * clk: mmp: Use common error handling code in mmp_clk_register_mix()Markus Elfring2017-11-13
| | * clk: mmp: Delete error messages for failed memory allocationsMarkus Elfring2017-11-13
| * | clk: mmp: make clk_ops constBhumika Goyal2017-11-01
| |/
* | License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-02
|/
* clk: mmp: Drop unnecessary staticJulia Lawall2017-07-17
* clk:mmp:clk-of-mmp2: Free memory and Unmap region obtained by kzalloc and of_...Arvind Yadav2016-12-08
* clk:mmp:clk-of-pxa910: Free memory and Unmap region obtained by kzmalloc and ...Arvind Yadav2016-12-08
* clk: mmp: clk-of-pxa1928: Free memory obtained by kzallocArvind Yadav2016-12-08
* clk: mmp: pxa910: fix return value check in pxa910_clk_init()Wei Yongjun2016-11-01
* clk: mmp: pxa168: fix return value check in pxa168_clk_init()Wei Yongjun2016-11-01
* clk: mmp: mmp2: fix return value check in mmp2_clk_init()Wei Yongjun2016-11-01
* clk: mmp: add missing header dependenciesBaoyou Xie2016-09-14
* clk: mmp: Remove CLK_IS_ROOTStephen Boyd2016-04-15
* clk: mmp: Make reset_control_ops constPhilipp Zabel2016-03-29
* clk: mmp: stop using platform headersArnd Bergmann2015-12-01
* clk: mmp: Convert to clk_hw based provider APIsStephen Boyd2015-08-24
* clk: Replace __clk_get_num_parents with clk_hw_get_num_parents()Stephen Boyd2015-08-24
* clk/mmp: use kmemdup rather than duplicating its implementationAndrzej Hajda2015-08-07
* Merge branch 'cleanup-clk-h-includes' into clk-nextStephen Boyd2015-07-28
|\
| * clk: mmp: Remove clk.h includeStephen Boyd2015-07-20
* | clk: fix some determine_rate implementationsBoris Brezillon2015-07-27
* | clk: change clk_ops' ->determine_rate() prototypeBoris Brezillon2015-07-27
|/
* clk: mmp: add timer clock for pxa168/mmp2/pxa910Chao Xie2015-06-04
* clk: mmp: Fix the wrong factor table for uart PLLChao Xie2015-06-04
* clk: mmp: add fixed clock UBS_PLL for pxa910/pxa168Chao Xie2015-06-04
* clk: mmp: add PXA1928 clock supportRob Herring2015-05-15
* clk: mmp: Silence sparse warningsStephen Boyd2015-05-14
* clk: Add rate constraints to clocksTomeu Vizoso2015-02-02
* clk: mmp: fix sparse non static symbol warningWei Yongjun2014-12-11
* clk: Change clk_ops->determine_rate to return a clk_hw as the best parentTomeu Vizoso2014-12-03
* clk: mmp: add mmp2 DT support for clock driverChao Xie2014-11-12
* clk: mmp: add pxa910 DT support for clock driverChao Xie2014-11-12
* clk: mmp: add pxa168 DT support for clock driverChao Xie2014-11-12
* clk: mmp: add reset supportChao Xie2014-11-12
* clk: mmp: add basic support functions for DT supportChao Xie2014-11-12
* clk: mmp: add mmp private gate clockChao Xie2014-11-12
* clk: mmp: add clock type mixChao Xie2014-11-12
* clk: mmp: move definiton of mmp_clk_frac to clk.hChao Xie2014-11-12
* clk: mmp: add init callback for clk-fracChao Xie2014-11-12
* clk: mmp: add spin lock for clk-fracChao Xie2014-11-12
* clk: mmp: add prefix "mmp" for structures defined for clk-fracChao Xie2014-11-12
* clk: mmp: try to use closer one when do round rateChao Xie2014-03-26
* clk: mmp: fix the wrong calculation formulaChao Xie2014-03-26
* clk: mmp: fix wrong mask when calculate denominatorChao Xie2014-03-26
* clk: add CLK_SET_RATE_NO_REPARENT flagJames Hogan2013-08-19
* ARM: pxa: remove cpu_is_xxx in gpio driverHaojian Zhuang2013-04-11
* clk: mmp: add clock definition for mmp2Chao Xie2012-08-28