summaryrefslogtreecommitdiffstats
path: root/drivers/clk/hisilicon
Commit message (Expand)AuthorAgeFilesLines
* clk: hisilicon: hi3519: Release the correct number of gates in hi3519_clk_unr...Christophe JAILLET2024-03-261-1/+1
* clk: hi3620: Fix memory leak in hi3620_mmc_clk_init()Kuan-Wei Chiu2024-02-231-1/+3
* clk: hi3660: Mark clk_gate_ufs_subsys as criticalLeo Yan2019-05-251-1/+5
* reset: hisilicon: fix potential NULL pointer dereferenceGustavo A. R. Silva2018-11-211-3/+2
*-. Merge branches 'clk-imx7d', 'clk-hisi-stub', 'clk-mvebu', 'clk-imx6-epit' and...Stephen Boyd2018-06-041-5/+8
|\ \
| | * clk/driver/hisi: Consolidate the Kconfig for the CLOCK_STUBDaniel Lezcano2018-06-011-5/+8
| |/
* / clk: hisilicon: add missing usb3 clocks for Hi3798CV200 SoCJianguo Sun2018-05-151-0/+17
|/
* Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...Linus Torvalds2018-04-136-38/+232
|\
| * clk: hisilicon: fix potential NULL dereference in hisi_clk_alloc()Wei Yongjun2018-03-201-0/+2
| * clk: hisilicon: mark wdt_mux_p[] as constArnd Bergmann2018-03-161-1/+1
| * clk: hisilicon: Mark phase_ops staticStephen Boyd2018-03-141-1/+1
| * clk: hi3798cv200: add emmc sample and drive clocktianshuliang2018-03-121-0/+20
| * clk: hisilicon: add hisi phase clock supporttianshuliang2018-03-124-1/+165
| * clk: hi3798cv200: add COMBPHY0 clock supportJianguo Sun2018-02-271-4/+11
| * clk: hi3798cv200: fix define indentationShawn Guo2018-02-271-24/+24
| * clk: hi3798cv200: add support for HISTB_USB2_OTG_UTMI_CLKShawn Guo2018-02-271-0/+2
| * clk: hi3798cv200: correct IR clock parentYounian Wang2018-02-271-1/+1
| * clk: hi3798cv200: fix unregister call sequence in error pathShawn Guo2018-02-271-7/+6
* | clk: hisilicon: hi3660:Fix potential NULL dereference in hi3660_stub_clk_pr...Wei Yongjun2018-03-121-0/+2
|/
* Merge branch 'clk-divider-container' into clk-nextStephen Boyd2018-01-261-1/+1
|\
| * clk: divider: fix incorrect usage of container_ofJerome Brunet2017-12-281-1/+1
* | clk: hisilicon: Add support for Hi3660 stub clocksKaihua Zhong2017-12-063-0/+192
|/
* Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...Linus Torvalds2017-11-176-10/+18
|\
| * Merge branch 'clk-const' into clk-nextStephen Boyd2017-11-143-4/+4
| |\
| | * clk: hisilicon: make clk_ops constBhumika Goyal2017-11-013-4/+4
| * | clk: hi3798cv200: correct parent mux clock for 'clk_sdio0_ciu'Shawn Guo2017-11-141-1/+11
| * | clk: hisilicon: Delete an error message for a failed memory allocation in his...Markus Elfring2017-11-141-3/+1
| * | clk: hi3660: fix incorrect uart3 clock freqencyZhong Kaihua2017-11-141-1/+1
| * | clk: hi6220: mark clock cs_atb_syspll as criticalLeo Yan2017-11-011-1/+1
| |/
* / License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
|/
* clk: hi6220: change watchdog clock sourceLeo Yan2017-08-311-3/+3
* clk: hisilicon: add usb2 clocks for hi3798cv200 SoCJiancheng Xue2017-06-211-0/+21
* clk: hi6220: add acpu clockZhangfei Gao2017-06-191-0/+22
* clk: hi3660: Set PPLL2 to 2880MZhong Kaihua2017-06-191-2/+2
* clk: hi3660: add clocks for video encoder, decoder and ISPChen Jun2017-06-191-0/+40
* clk: hi3660: fix wrong parent name of clk_mux_sysbusChen Jun2017-06-191-2/+4
* clk: Hi3660: register fixed_rate_clks with CLK_OF_DECLARE_DRIVERLeo Yan2017-06-191-10/+38
* 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: hi6220: add debug APB clockLeo Yan2017-04-121-0/+1
* clk: hisilicon: fix lock assignmentLeo Yan2017-01-261-0/+1
* clk: hisilicon: Add clock driver for hi3660 SoCZhangfei Gao2017-01-093-0/+575
* clk: Hi6220: enable stub clock driver for ARCH_HISILeo Yan2016-11-141-0/+1
* Merge branch 'clk-hisi' into clk-nextStephen Boyd2016-11-145-0/+719
|\
| * clk: hisilicon: add CRG driver for Hi3516CV300 SoCPan Wen2016-11-143-0/+339
| * clk: hisilicon: add CRG driver for Hi3798CV200 SoCJiancheng Xue2016-11-114-0/+380