summaryrefslogtreecommitdiffstats
path: root/drivers/clk (follow)
Commit message (Expand)AuthorAgeFilesLines
* clk: sunxi-ng: select SUNXI_CCU_MULT for sun8i-a83tArnd Bergmann2017-06-071-0/+1
* clk: sunxi-ng: a83t: Fix audio PLL divider offsetChen-Yu Tsai2017-06-071-1/+1
* clk: sunxi-ng: a83t: Fix PLL lock status register offsetChen-Yu Tsai2017-06-071-1/+1
* clk: sunxi-ng: Add driver for A83T CCUChen-Yu Tsai2017-06-074-0/+998
* clk: sunxi-ng: Support multiple variable pre-dividersChen-Yu Tsai2017-06-079-47/+54
* clk: sunxi-ng: de2: fix wrong pointer passed to PTR_ERR()Wei Yongjun2017-06-071-1/+1
* clk: sunxi-ng: sun5i: Export video PLLsMaxime Ripard2017-06-071-2/+4
* clk: sunxi-ng: mux: Re-adjust parent rateMaxime Ripard2017-06-071-5/+28
* clk: sunxi-ng: mux: Change pre-divider application function prototypeMaxime Ripard2017-06-075-33/+28
* clk: sunxi-ng: mux: split out the pre-divider computation codeMaxime Ripard2017-06-071-12/+20
* clk: sunxi-ng: mux: Don't just rely on the parent for CLK_SET_RATE_PARENTMaxime Ripard2017-06-071-13/+1
* clk: sunxi-ng: div: Switch to divider_round_rateMaxime Ripard2017-06-071-23/+4
* clk: sunxi-ng: Pass the parent and a pointer to the clocks round rateMaxime Ripard2017-06-076-18/+25
* clk: divider: Make divider_round_rate take the parent clockMaxime Ripard2017-06-071-9/+10
* clk: sunxi-ng: explicitly include linux/spinlock.hTobias Klauser2017-06-071-0/+1
* clk: sunxi-ng: add support for DE2 CCUIcenowy Zheng2017-06-074-0/+294
* clk: sunxi-ng: a64: Export PLL_PERIPH0 clock for the PRCMChen-Yu Tsai2017-05-311-1/+3
* clk: sunxi-ng: h3: Export PLL_PERIPH0 clock for the PRCMChen-Yu Tsai2017-05-311-1/+3
* clk: sunxi-ng: enable SUNXI_CCU_MP for PRCMArnd Bergmann2017-05-181-0/+1
* clk: sunxi-ng: v3s: Fix usb otg device reset bitYong Deng2017-05-141-1/+1
* clk: sunxi-ng: a31: Correct lcd1-ch1 clock register offsetChen-Yu Tsai2017-05-141-1/+1
* 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-221-2/+2
| * clk: mvebu: Use kcalloc() in of_cpu_clk_setup()Markus Elfring2017-04-221-2/+2
| * clk: nomadik: Delete error messages for a failed memory allocation in two fun...Markus Elfring2017-04-221-7/+3
| * clk: nomadik: Use seq_puts() in nomadik_src_clk_show()Markus Elfring2017-04-221-1/+1
| * clk: Improve a size determination in two functionsMarkus Elfring2017-04-221-2/+2
| * clk: Replace four seq_printf() calls by seq_putc()Markus Elfring2017-04-221-5/+4
| * clk: si5351: Delete an error message for a failed memory allocation in si5351...Markus Elfring2017-04-221-3/+1
| * clk: si5351: Use devm_kcalloc() in si5351_i2c_probe()Markus Elfring2017-04-221-2/+2
| * clk: at91: Use kcalloc() in of_at91_clk_pll_get_characteristics()Markus Elfring2017-04-221-3/+3
| * clk: mediatek: add mt2701 ethernet resetJohn Crispin2017-04-221-0/+2
| * Merge tag 'sunxi-clk-for-4.12-2' of https://git.kernel.org/pub/scm/linux/kern...Stephen Boyd2017-04-227-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-223-0/+135
| * | clk: ti: fix building without legacy omap3Arnd Bergmann2017-04-221-6/+6
| * | clk: ti: fix linker error with !SOC_OMAP4Arnd Bergmann2017-04-221-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