Age | Commit message (Expand) | Author | Files | Lines |
2019-02-22 | clk: mmp2: separate LCDC peripheral clk form the display clock | Lubomir Rintel | 1 | -2/+3 |
2019-01-24 | Revert "clk: mmp2: add SP clock" | Lubomir Rintel | 1 | -4/+0 |
2019-01-03 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto... | Linus Torvalds | 1 | -0/+4 |
2018-12-03 | clk: mmp: Off by one in mmp_clk_add() | Dan Carpenter | 1 | -1/+1 |
2018-11-15 | clk: mmp2: add SP clock | Lubomir Rintel | 1 | -0/+4 |
2018-10-17 | clk: mmp2: fix the clock id for sdh2_clk and sdh3_clk | Lubomir Rintel | 1 | -2/+2 |
2017-11-18 | Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl... | Linus Torvalds | 8 | -35/+26 |
2017-11-15 | Merge branch 'clk-cleanup' into clk-next | Stephen Boyd | 6 | -32/+23 |
2017-11-14 | clk: mmp: Adjust checks for NULL pointers | Markus Elfring | 4 | -12/+12 |
2017-11-14 | clk: mmp: Use common error handling code in mmp_clk_register_mix() | Markus Elfring | 1 | -6/+8 |
2017-11-14 | clk: mmp: Delete error messages for failed memory allocations | Markus Elfring | 3 | -14/+3 |
2017-11-02 | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman | 5 | -0/+5 |
2017-11-02 | clk: mmp: make clk_ops const | Bhumika Goyal | 3 | -3/+3 |
2017-07-18 | clk: mmp: Drop unnecessary static | Julia Lawall | 1 | -1/+1 |
2016-12-09 | clk:mmp:clk-of-mmp2: Free memory and Unmap region obtained by kzalloc and of_... | Arvind Yadav | 1 | -3/+12 |
2016-12-09 | clk:mmp:clk-of-pxa910: Free memory and Unmap region obtained by kzmalloc and ... | Arvind Yadav | 1 | -4/+15 |
2016-12-09 | clk: mmp: clk-of-pxa1928: Free memory obtained by kzalloc | Arvind Yadav | 1 | -0/+3 |
2016-11-02 | clk: mmp: pxa910: fix return value check in pxa910_clk_init() | Wei Yongjun | 1 | -2/+2 |
2016-11-02 | clk: mmp: pxa168: fix return value check in pxa168_clk_init() | Wei Yongjun | 1 | -1/+1 |
2016-11-02 | clk: mmp: mmp2: fix return value check in mmp2_clk_init() | Wei Yongjun | 1 | -1/+1 |
2016-09-14 | clk: mmp: add missing header dependencies | Baoyou Xie | 1 | -0/+1 |
2016-04-16 | clk: mmp: Remove CLK_IS_ROOT | Stephen Boyd | 7 | -38/+30 |
2016-03-30 | clk: mmp: Make reset_control_ops const | Philipp Zabel | 1 | -1/+1 |
2015-12-01 | clk: mmp: stop using platform headers | Arnd Bergmann | 3 | -19/+19 |
2015-08-25 | clk: mmp: Convert to clk_hw based provider APIs | Stephen Boyd | 2 | -21/+17 |
2015-08-25 | clk: Replace __clk_get_num_parents with clk_hw_get_num_parents() | Stephen Boyd | 1 | -4/+4 |
2015-08-08 | clk/mmp: use kmemdup rather than duplicating its implementation | Andrzej Hajda | 1 | -4/+3 |
2015-07-28 | Merge branch 'cleanup-clk-h-includes' into clk-next | Stephen Boyd | 3 | -4/+1 |
2015-07-28 | clk: fix some determine_rate implementations | Boris Brezillon | 1 | -1/+4 |
2015-07-28 | clk: change clk_ops' ->determine_rate() prototype | Boris Brezillon | 1 | -11/+9 |
2015-07-20 | clk: mmp: Remove clk.h include | Stephen Boyd | 3 | -4/+1 |
2015-06-04 | clk: mmp: add timer clock for pxa168/mmp2/pxa910 | Chao Xie | 3 | -0/+24 |
2015-06-04 | clk: mmp: Fix the wrong factor table for uart PLL | Chao Xie | 2 | -6/+2 |
2015-06-04 | clk: mmp: add fixed clock UBS_PLL for pxa910/pxa168 | Chao Xie | 2 | -0/+2 |
2015-05-15 | clk: mmp: add PXA1928 clock support | Rob Herring | 2 | -0/+267 |
2015-05-15 | clk: mmp: Silence sparse warnings | Stephen Boyd | 2 | -2/+2 |
2015-02-03 | clk: Add rate constraints to clocks | Tomeu Vizoso | 1 | -0/+2 |
2014-12-11 | clk: mmp: fix sparse non static symbol warning | Wei Yongjun | 1 | -1/+1 |
2014-12-04 | clk: Change clk_ops->determine_rate to return a clk_hw as the best parent | Tomeu Vizoso | 1 | -2/+2 |
2014-11-13 | clk: mmp: add mmp2 DT support for clock driver | Chao Xie | 2 | -0/+335 |
2014-11-13 | clk: mmp: add pxa910 DT support for clock driver | Chao Xie | 2 | -1/+302 |
2014-11-13 | clk: mmp: add pxa168 DT support for clock driver | Chao Xie | 2 | -0/+281 |
2014-11-13 | clk: mmp: add reset support | Chao Xie | 3 | -0/+132 |
2014-11-13 | clk: mmp: add basic support functions for DT support | Chao Xie | 3 | -2/+298 |
2014-11-13 | clk: mmp: add mmp private gate clock | Chao Xie | 3 | -1/+155 |
2014-11-13 | clk: mmp: add clock type mix | Chao Xie | 3 | -1/+580 |
2014-11-13 | clk: mmp: move definiton of mmp_clk_frac to clk.h | Chao Xie | 2 | -18/+22 |
2014-11-13 | clk: mmp: add init callback for clk-frac | Chao Xie | 1 | -0/+40 |
2014-11-13 | clk: mmp: add spin lock for clk-frac | Chao Xie | 5 | -5/+15 |
2014-11-13 | clk: mmp: add prefix "mmp" for structures defined for clk-frac | Chao Xie | 5 | -21/+22 |