aboutsummaryrefslogtreecommitdiff
path: root/drivers/clk/mmp
AgeCommit message (Expand)Author
2019-10-17ARM: mmp: add support for MMP3 SoCLubomir Rintel
2019-06-07clk: mmp: frac: Remove set but not used variable 'prev_rate'YueHaibing
2019-04-26clk: Remove CLK_IS_BASIC clk flagStephen Boyd
2019-02-21clk: mmp2: separate LCDC peripheral clk form the display clockLubomir Rintel
2019-01-24Revert "clk: mmp2: add SP clock"Lubomir Rintel
2019-01-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds
2018-12-03clk: mmp: Off by one in mmp_clk_add()Dan Carpenter
2018-11-15clk: mmp2: add SP clockLubomir Rintel
2018-10-17clk: mmp2: fix the clock id for sdh2_clk and sdh3_clkLubomir Rintel
2017-11-17Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...Linus Torvalds
2017-11-15Merge branch 'clk-cleanup' into clk-nextStephen Boyd
2017-11-13clk: mmp: Adjust checks for NULL pointersMarkus Elfring
2017-11-13clk: mmp: Use common error handling code in mmp_clk_register_mix()Markus Elfring
2017-11-13clk: mmp: Delete error messages for failed memory allocationsMarkus Elfring
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-11-01clk: mmp: make clk_ops constBhumika Goyal
2017-07-17clk: mmp: Drop unnecessary staticJulia Lawall
2016-12-08clk:mmp:clk-of-mmp2: Free memory and Unmap region obtained by kzalloc and of_...Arvind Yadav
2016-12-08clk:mmp:clk-of-pxa910: Free memory and Unmap region obtained by kzmalloc and ...Arvind Yadav
2016-12-08clk: mmp: clk-of-pxa1928: Free memory obtained by kzallocArvind Yadav
2016-11-01clk: mmp: pxa910: fix return value check in pxa910_clk_init()Wei Yongjun
2016-11-01clk: mmp: pxa168: fix return value check in pxa168_clk_init()Wei Yongjun
2016-11-01clk: mmp: mmp2: fix return value check in mmp2_clk_init()Wei Yongjun
2016-09-14clk: mmp: add missing header dependenciesBaoyou Xie
2016-04-15clk: mmp: Remove CLK_IS_ROOTStephen Boyd
2016-03-29clk: mmp: Make reset_control_ops constPhilipp Zabel
2015-12-01clk: mmp: stop using platform headersArnd Bergmann
2015-08-24clk: mmp: Convert to clk_hw based provider APIsStephen Boyd
2015-08-24clk: Replace __clk_get_num_parents with clk_hw_get_num_parents()Stephen Boyd
2015-08-07clk/mmp: use kmemdup rather than duplicating its implementationAndrzej Hajda
2015-07-28Merge branch 'cleanup-clk-h-includes' into clk-nextStephen Boyd
2015-07-27clk: fix some determine_rate implementationsBoris Brezillon
2015-07-27clk: change clk_ops' ->determine_rate() prototypeBoris Brezillon
2015-07-20clk: mmp: Remove clk.h includeStephen Boyd
2015-06-04clk: mmp: add timer clock for pxa168/mmp2/pxa910Chao Xie
2015-06-04clk: mmp: Fix the wrong factor table for uart PLLChao Xie
2015-06-04clk: mmp: add fixed clock UBS_PLL for pxa910/pxa168Chao Xie
2015-05-15clk: mmp: add PXA1928 clock supportRob Herring
2015-05-14clk: mmp: Silence sparse warningsStephen Boyd
2015-02-02clk: Add rate constraints to clocksTomeu Vizoso
2014-12-11clk: mmp: fix sparse non static symbol warningWei Yongjun
2014-12-03clk: Change clk_ops->determine_rate to return a clk_hw as the best parentTomeu Vizoso
2014-11-12clk: mmp: add mmp2 DT support for clock driverChao Xie
2014-11-12clk: mmp: add pxa910 DT support for clock driverChao Xie
2014-11-12clk: mmp: add pxa168 DT support for clock driverChao Xie
2014-11-12clk: mmp: add reset supportChao Xie
2014-11-12clk: mmp: add basic support functions for DT supportChao Xie
2014-11-12clk: mmp: add mmp private gate clockChao Xie
2014-11-12clk: mmp: add clock type mixChao Xie
2014-11-12clk: mmp: move definiton of mmp_clk_frac to clk.hChao Xie