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