summaryrefslogtreecommitdiffstats
path: root/drivers/clk
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...Linus Torvalds2017-05-10107-1313/+5162
|\
| * clk: x86: pmc-atom: Checking for IS_ERR() instead of NULLDan Carpenter2017-05-011-2/+2
| * clk: ti: divider: try to fix ti_clk_register_dividerArnd Bergmann2017-04-281-11/+6
| * clk: mvebu: Use kcalloc() in two functionsMarkus Elfring2017-04-211-2/+2
| * clk: mvebu: Use kcalloc() in of_cpu_clk_setup()Markus Elfring2017-04-211-2/+2
| * clk: nomadik: Delete error messages for a failed memory allocation in two fun...Markus Elfring2017-04-211-7/+3
| * clk: nomadik: Use seq_puts() in nomadik_src_clk_show()Markus Elfring2017-04-211-1/+1
| * clk: Improve a size determination in two functionsMarkus Elfring2017-04-211-2/+2
| * clk: Replace four seq_printf() calls by seq_putc()Markus Elfring2017-04-211-5/+4
| * clk: si5351: Delete an error message for a failed memory allocation in si5351...Markus Elfring2017-04-211-3/+1
| * clk: si5351: Use devm_kcalloc() in si5351_i2c_probe()Markus Elfring2017-04-211-2/+2
| * clk: at91: Use kcalloc() in of_at91_clk_pll_get_characteristics()Markus Elfring2017-04-211-3/+3
| * clk: mediatek: add mt2701 ethernet resetJohn Crispin2017-04-211-0/+2
| * Merge tag 'sunxi-clk-for-4.12-2' of https://git.kernel.org/pub/scm/linux/kern...Stephen Boyd2017-04-217-18/+17
| |\
| | * clk: sunxi-ng: a80: Fix audio PLL comment not matching actual codeChen-Yu Tsai2017-04-131-2/+1
| | * clk: sunxi-ng: Fix round_rate/set_rate multiplier minimum mismatchChen-Yu Tsai2017-04-132-3/+3
| | * clk: sunxi-ng: use 1 as fallback for minimum multiplierChen-Yu Tsai2017-04-134-11/+11
| | * clk: sunxi-ng: fix PRCM CCU CLK_NUMBER valueIcenowy Zheng2017-04-101-1/+1
| | * clk: sunxi-ng: fix PRCM CCU ir clk parentIcenowy Zheng2017-04-101-1/+1
| * | clk: hi6220: Add the hi655x's pmic clockDaniel Lezcano2017-04-213-0/+135
| * | clk: ti: fix building without legacy omap3Arnd Bergmann2017-04-211-6/+6
| * | clk: ti: fix linker error with !SOC_OMAP4Arnd Bergmann2017-04-211-2/+6
| * | clk: hi3620: Fix a typo in one variable nameMarkus Elfring2017-04-191-3/+3
| * | clk: hi3620: Delete error messages for a failed memory allocation in two func...Markus Elfring2017-04-191-6/+2
| * | clk: hi3620: Use kcalloc() in hi3620_mmc_clk_init()Markus Elfring2017-04-191-1/+1
| * | clk: hisilicon: Delete error messages for failed memory allocations in hisi_c...Markus Elfring2017-04-191-6/+4
| * | clk: hisilicon: Use devm_kmalloc_array() in hisi_clk_alloc()Markus Elfring2017-04-191-2/+3
| * | clk: hisilicon: Use kcalloc() in hisi_clk_init()Markus Elfring2017-04-191-2/+1
| * | clk: cs2000: select 12.20 High Accuracy on LFRatioCfgKuninori Morimoto2017-04-191-0/+11
| * | clk: cs2000: tidyup DEVICE_CFG2 settingsKuninori Morimoto2017-04-191-3/+5
| * | clk: cs2000: enable clock skipping modeKuninori Morimoto2017-04-191-0/+6
| * | clk: qcom: add parent for venus core0 and core1 gdsc'sStanimir Varbanov2017-04-191-0/+2
| * | clk: x86: add "mclk" alias for Baytrail/CherrytrailPierre-Louis Bossart2017-04-191-0/+7
| * | clk: ns2: Correct SDIO bitsBharat Kumar Reddy Gooty2017-04-191-1/+1
| * | clk: qcom: clk-smd-rpm: fix rate for branch clks during handoffSrinivas Kandagatla2017-04-191-1/+1
| * | clk: imx7d: fix USDHC NAND clockStefan Agner2017-04-191-2/+1
| * | clk: spear: fix ADC clock definition on SPEAr600Thomas Petazzoni2017-04-191-1/+1
| * | clk: mediatek: add clk support for MT6797Kevin-CW Chen2017-04-197-0/+1134
| * | clk: imx7d: add the missing ipg_root_clkDong Aisheng2017-04-191-1/+2
| * | clk: clk-imx7d: fix ahb clk definitionDong Aisheng2017-04-191-3/+2
| * | clk: vc5: Add support for IDT VersaClock 5P49V5935Alexey Firago2017-04-191-2/+13
| * | clk: vc5: Add structure to describe particular chip featuresAlexey Firago2017-04-191-18/+47
| * | Merge tag 'sunxi-clk-for-4.12' of https://git.kernel.org/pub/scm/linux/kernel...Stephen Boyd2017-04-1913-37/+695
| |\|
| | * clk: sunxi-ng: Display index when clock registration failsPriit Laes2017-04-061-2/+2
| | * clk: sunxi-ng: a33: Add offset and minimum value for DDR1 PLL N factorChen-Yu Tsai2017-04-051-7/+11
| | * clk: sunxi-ng: a80: Remodel CPU cluster PLLs as N-type multiplier clocksChen-Yu Tsai2017-04-051-18/+52
| | * clk: sunxi-ng: mult: Support PLL lock detectionChen-Yu Tsai2017-04-052-0/+4
| | * clk: sunxi-ng: add support for PRCM CCUsIcenowy Zheng2017-04-044-0/+247
| | * clk: sunxi-ng: sun5i: Fix mux width for csi clockPriit Laes2017-03-061-1/+1
| | * clk: sunxi-ng: tighten SoC deps on explicit AllWinner SoCsPeter Robinson2017-03-061-0/+8