summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-04-22clk: mvebu: Use kcalloc() in of_cpu_clk_setup()Markus Elfring1-2/+2
2017-04-22clk: nomadik: Delete error messages for a failed memory allocation in two fun...Markus Elfring1-7/+3
2017-04-22clk: nomadik: Use seq_puts() in nomadik_src_clk_show()Markus Elfring1-1/+1
2017-04-22clk: Improve a size determination in two functionsMarkus Elfring1-2/+2
2017-04-22clk: Replace four seq_printf() calls by seq_putc()Markus Elfring1-5/+4
2017-04-22clk: si5351: Delete an error message for a failed memory allocation in si5351...Markus Elfring1-3/+1
2017-04-22clk: si5351: Use devm_kcalloc() in si5351_i2c_probe()Markus Elfring1-2/+2
2017-04-22clk: at91: Use kcalloc() in of_at91_clk_pll_get_characteristics()Markus Elfring1-3/+3
2017-04-22reset: mediatek: Add MT2701 ethsys reset controller include fileJohn Crispin1-0/+7
2017-04-22clk: mediatek: add mt2701 ethernet resetJohn Crispin1-0/+2
2017-04-22Merge tag 'sunxi-clk-for-4.12-2' of https://git.kernel.org/pub/scm/linux/kern...Stephen Boyd7-18/+17
2017-04-22clk: hi6220: Add the hi655x's pmic clockDaniel Lezcano3-0/+135
2017-04-22clk: ti: fix building without legacy omap3Arnd Bergmann1-6/+6
2017-04-22clk: ti: fix linker error with !SOC_OMAP4Arnd Bergmann1-2/+6
2017-04-19clk: hi3620: Fix a typo in one variable nameMarkus Elfring1-3/+3
2017-04-19clk: hi3620: Delete error messages for a failed memory allocation in two func...Markus Elfring1-6/+2
2017-04-19clk: hi3620: Use kcalloc() in hi3620_mmc_clk_init()Markus Elfring1-1/+1
2017-04-19clk: hisilicon: Delete error messages for failed memory allocations in hisi_c...Markus Elfring1-6/+4
2017-04-19clk: hisilicon: Use devm_kmalloc_array() in hisi_clk_alloc()Markus Elfring1-2/+3
2017-04-19clk: hisilicon: Use kcalloc() in hisi_clk_init()Markus Elfring1-2/+1
2017-04-19clk: cs2000: select 12.20 High Accuracy on LFRatioCfgKuninori Morimoto1-0/+11
2017-04-19clk: cs2000: tidyup DEVICE_CFG2 settingsKuninori Morimoto1-3/+5
2017-04-19clk: cs2000: enable clock skipping modeKuninori Morimoto1-0/+6
2017-04-19clk: qcom: add parent for venus core0 and core1 gdsc'sStanimir Varbanov1-0/+2
2017-04-19clk: x86: add "mclk" alias for Baytrail/CherrytrailPierre-Louis Bossart1-0/+7
2017-04-19clk: ns2: Correct SDIO bitsBharat Kumar Reddy Gooty1-1/+1
2017-04-19clk: qcom: clk-smd-rpm: fix rate for branch clks during handoffSrinivas Kandagatla1-1/+1
2017-04-19clk: imx7d: fix USDHC NAND clockStefan Agner1-2/+1
2017-04-19clk: spear: fix ADC clock definition on SPEAr600Thomas Petazzoni1-1/+1
2017-04-19clk: mediatek: add clk support for MT6797Kevin-CW Chen7-0/+1134
2017-04-19dt-bindings: arm: mediatek: document clk bindings for MT6797Kevin-CW Chen7-1/+8
2017-04-19Merge branch 'clk-mt6797' into clk-nextStephen Boyd1-0/+281
2017-04-19clk: mediatek: add mt6797 clock IDsMars Cheng1-0/+281
2017-04-19clk: imx7d: add the missing ipg_root_clkDong Aisheng1-1/+2
2017-04-19clk: clk-imx7d: fix ahb clk definitionDong Aisheng1-3/+2
2017-04-19clk: vc5: Add support for IDT VersaClock 5P49V5935Alexey Firago1-2/+13
2017-04-19clk: vc5: Add bindings for IDT VersaClock 5P49V5935Alexey Firago1-3/+13
2017-04-19clk: vc5: Add structure to describe particular chip featuresAlexey Firago1-18/+47
2017-04-19Merge tag 'sunxi-clk-for-4.12' of https://git.kernel.org/pub/scm/linux/kernel...Stephen Boyd18-40/+832
2017-04-17Merge branch 'clk-fixes' into clk-nextStephen Boyd4-0/+74
2017-04-17Merge tag 'sunxi-clk-fixes-for-4.11-2-bis' of https://git.kernel.org/pub/scm/...Stephen Boyd4-0/+74
2017-04-13clk: sunxi-ng: a80: Fix audio PLL comment not matching actual codeChen-Yu Tsai1-2/+1
2017-04-13clk: sunxi-ng: Fix round_rate/set_rate multiplier minimum mismatchChen-Yu Tsai2-3/+3
2017-04-13clk: sunxi-ng: use 1 as fallback for minimum multiplierChen-Yu Tsai4-11/+11
2017-04-13clk: sunxi-ng: a33: gate then ungate PLL CPU clk after rate changeChen-Yu Tsai1-0/+11
2017-04-13clk: sunxi-ng: Add clk notifier to gate then ungate PLL clocksChen-Yu Tsai2-0/+61
2017-04-13clk: sunxi-ng: fix build failure in ccu-sun9i-a80 driverTobias Regnery1-0/+1
2017-04-13clk: sunxi-ng: fix build error without CONFIG_RESET_CONTROLLERTobias Regnery1-0/+1
2017-04-12clk: cs2000: use existing priv_to_dev() to getting struct deviceKuninori Morimoto1-5/+3
2017-04-12Merge tag 'meson-clk-for-4.12' of git://github.com/BayLibre/clk-meson into cl...Michael Turquette7-13/+332