| 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-05-10 | 107 | -1313/+5162 |
|\ |
|
| * | clk: x86: pmc-atom: Checking for IS_ERR() instead of NULL | Dan Carpenter | 2017-05-01 | 1 | -2/+2 |
| * | clk: ti: divider: try to fix ti_clk_register_divider | Arnd Bergmann | 2017-04-28 | 1 | -11/+6 |
| * | clk: mvebu: Use kcalloc() in two functions | Markus Elfring | 2017-04-21 | 1 | -2/+2 |
| * | clk: mvebu: Use kcalloc() in of_cpu_clk_setup() | Markus Elfring | 2017-04-21 | 1 | -2/+2 |
| * | clk: nomadik: Delete error messages for a failed memory allocation in two fun... | Markus Elfring | 2017-04-21 | 1 | -7/+3 |
| * | clk: nomadik: Use seq_puts() in nomadik_src_clk_show() | Markus Elfring | 2017-04-21 | 1 | -1/+1 |
| * | clk: Improve a size determination in two functions | Markus Elfring | 2017-04-21 | 1 | -2/+2 |
| * | clk: Replace four seq_printf() calls by seq_putc() | Markus Elfring | 2017-04-21 | 1 | -5/+4 |
| * | clk: si5351: Delete an error message for a failed memory allocation in si5351... | Markus Elfring | 2017-04-21 | 1 | -3/+1 |
| * | clk: si5351: Use devm_kcalloc() in si5351_i2c_probe() | Markus Elfring | 2017-04-21 | 1 | -2/+2 |
| * | clk: at91: Use kcalloc() in of_at91_clk_pll_get_characteristics() | Markus Elfring | 2017-04-21 | 1 | -3/+3 |
| * | clk: mediatek: add mt2701 ethernet reset | John Crispin | 2017-04-21 | 1 | -0/+2 |
| * | Merge tag 'sunxi-clk-for-4.12-2' of https://git.kernel.org/pub/scm/linux/kern... | Stephen Boyd | 2017-04-21 | 7 | -18/+17 |
| |\ |
|
| | * | clk: sunxi-ng: a80: Fix audio PLL comment not matching actual code | Chen-Yu Tsai | 2017-04-13 | 1 | -2/+1 |
| | * | clk: sunxi-ng: Fix round_rate/set_rate multiplier minimum mismatch | Chen-Yu Tsai | 2017-04-13 | 2 | -3/+3 |
| | * | clk: sunxi-ng: use 1 as fallback for minimum multiplier | Chen-Yu Tsai | 2017-04-13 | 4 | -11/+11 |
| | * | clk: sunxi-ng: fix PRCM CCU CLK_NUMBER value | Icenowy Zheng | 2017-04-10 | 1 | -1/+1 |
| | * | clk: sunxi-ng: fix PRCM CCU ir clk parent | Icenowy Zheng | 2017-04-10 | 1 | -1/+1 |
| * | | clk: hi6220: Add the hi655x's pmic clock | Daniel Lezcano | 2017-04-21 | 3 | -0/+135 |
| * | | clk: ti: fix building without legacy omap3 | Arnd Bergmann | 2017-04-21 | 1 | -6/+6 |
| * | | clk: ti: fix linker error with !SOC_OMAP4 | Arnd Bergmann | 2017-04-21 | 1 | -2/+6 |
| * | | clk: hi3620: Fix a typo in one variable name | Markus Elfring | 2017-04-19 | 1 | -3/+3 |
| * | | clk: hi3620: Delete error messages for a failed memory allocation in two func... | Markus Elfring | 2017-04-19 | 1 | -6/+2 |
| * | | clk: hi3620: Use kcalloc() in hi3620_mmc_clk_init() | Markus Elfring | 2017-04-19 | 1 | -1/+1 |
| * | | clk: hisilicon: Delete error messages for failed memory allocations in hisi_c... | Markus Elfring | 2017-04-19 | 1 | -6/+4 |
| * | | clk: hisilicon: Use devm_kmalloc_array() in hisi_clk_alloc() | Markus Elfring | 2017-04-19 | 1 | -2/+3 |
| * | | clk: hisilicon: Use kcalloc() in hisi_clk_init() | Markus Elfring | 2017-04-19 | 1 | -2/+1 |
| * | | clk: cs2000: select 12.20 High Accuracy on LFRatioCfg | Kuninori Morimoto | 2017-04-19 | 1 | -0/+11 |
| * | | clk: cs2000: tidyup DEVICE_CFG2 settings | Kuninori Morimoto | 2017-04-19 | 1 | -3/+5 |
| * | | clk: cs2000: enable clock skipping mode | Kuninori Morimoto | 2017-04-19 | 1 | -0/+6 |
| * | | clk: qcom: add parent for venus core0 and core1 gdsc's | Stanimir Varbanov | 2017-04-19 | 1 | -0/+2 |
| * | | clk: x86: add "mclk" alias for Baytrail/Cherrytrail | Pierre-Louis Bossart | 2017-04-19 | 1 | -0/+7 |
| * | | clk: ns2: Correct SDIO bits | Bharat Kumar Reddy Gooty | 2017-04-19 | 1 | -1/+1 |
| * | | clk: qcom: clk-smd-rpm: fix rate for branch clks during handoff | Srinivas Kandagatla | 2017-04-19 | 1 | -1/+1 |
| * | | clk: imx7d: fix USDHC NAND clock | Stefan Agner | 2017-04-19 | 1 | -2/+1 |
| * | | clk: spear: fix ADC clock definition on SPEAr600 | Thomas Petazzoni | 2017-04-19 | 1 | -1/+1 |
| * | | clk: mediatek: add clk support for MT6797 | Kevin-CW Chen | 2017-04-19 | 7 | -0/+1134 |
| * | | clk: imx7d: add the missing ipg_root_clk | Dong Aisheng | 2017-04-19 | 1 | -1/+2 |
| * | | clk: clk-imx7d: fix ahb clk definition | Dong Aisheng | 2017-04-19 | 1 | -3/+2 |
| * | | clk: vc5: Add support for IDT VersaClock 5P49V5935 | Alexey Firago | 2017-04-19 | 1 | -2/+13 |
| * | | clk: vc5: Add structure to describe particular chip features | Alexey Firago | 2017-04-19 | 1 | -18/+47 |
| * | | Merge tag 'sunxi-clk-for-4.12' of https://git.kernel.org/pub/scm/linux/kernel... | Stephen Boyd | 2017-04-19 | 13 | -37/+695 |
| |\| |
|
| | * | clk: sunxi-ng: Display index when clock registration fails | Priit Laes | 2017-04-06 | 1 | -2/+2 |
| | * | clk: sunxi-ng: a33: Add offset and minimum value for DDR1 PLL N factor | Chen-Yu Tsai | 2017-04-05 | 1 | -7/+11 |
| | * | clk: sunxi-ng: a80: Remodel CPU cluster PLLs as N-type multiplier clocks | Chen-Yu Tsai | 2017-04-05 | 1 | -18/+52 |
| | * | clk: sunxi-ng: mult: Support PLL lock detection | Chen-Yu Tsai | 2017-04-05 | 2 | -0/+4 |
| | * | clk: sunxi-ng: add support for PRCM CCUs | Icenowy Zheng | 2017-04-04 | 4 | -0/+247 |
| | * | clk: sunxi-ng: sun5i: Fix mux width for csi clock | Priit Laes | 2017-03-06 | 1 | -1/+1 |
| | * | clk: sunxi-ng: tighten SoC deps on explicit AllWinner SoCs | Peter Robinson | 2017-03-06 | 1 | -0/+8 |