Age | Commit message (Expand) | Author | Files | Lines |
2024-09-22 | clk: Switch back to struct platform_driver::remove() | Uwe Kleine-König | 4 | -4/+4 |
2024-08-08 | clk: hisilicon: Remove unnecessary local variable | Thorsten Blum | 1 | -4/+3 |
2024-02-22 | clk: hisilicon: Use devm_kcalloc() instead of devm_kzalloc() | Erick Archer | 1 | -2/+1 |
2024-02-22 | clk: hisilicon: hi3559a: Fix an erroneous devm_kfree() | Christophe JAILLET | 1 | -1/+0 |
2024-02-22 | clk: hisilicon: hi3519: Release the correct number of gates in hi3519_clk_unr... | Christophe JAILLET | 1 | -1/+1 |
2023-12-17 | clk: hi3620: Fix memory leak in hi3620_mmc_clk_init() | Kuan-Wei Chiu | 1 | -1/+3 |
2023-07-19 | clk: Explicitly include correct DT includes | Rob Herring | 10 | -14/+7 |
2023-04-30 | Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl... | Linus Torvalds | 4 | -12/+8 |
2023-03-29 | clk: hisilicon: Convert to platform remove callback returning void | Uwe Kleine-König | 4 | -12/+8 |
2023-03-06 | kbuild, clk: remove MODULE_LICENSE in non-modules | Nick Alcock | 1 | -1/+0 |
2022-03-29 | Merge branches 'clk-starfive', 'clk-ti', 'clk-terminate' and 'clk-cleanup' in... | Stephen Boyd | 1 | -2/+2 |
2022-03-12 | clk: hisilicon: Terminate clk_div_table with sentinel element | Jonathan Neuschäfer | 1 | -2/+2 |
2022-02-26 | clk: hisilicon: Remove unnecessary cast of mux table to u32 * | Jonathan Neuschäfer | 1 | -1/+1 |
2021-07-27 | clk: hisilicon: hi3559a: select RESET_HISI | Randy Dunlap | 1 | -0/+1 |
2021-06-30 | clk: hisilicon: hi3559a: Drop __init markings everywhere | Stephen Boyd | 1 | -20/+19 |
2021-06-28 | clk: hisilicon: Add clock driver for hi3559A SoC | Dongjiu Geng | 5 | -2/+856 |
2019-11-27 | Merge branches 'clk-hisi', 'clk-amlogic', 'clk-samsung', 'clk-renesas' and 'c... | Stephen Boyd | 1 | -1/+2 |
2019-11-27 | Merge branches 'clk-rohm', 'clk-hisilicon', 'clk-marvell', 'clk-unused' and '... | Stephen Boyd | 3 | -109/+107 |
2019-10-28 | clk: hi6220: use CLK_OF_DECLARE_DRIVER | Peter Griffin | 1 | -1/+2 |
2019-10-17 | clk: hisilicon: use devm_platform_ioremap_resource() to simplify code | YueHaibing | 1 | -3/+1 |
2019-10-03 | clk: hisilicon: fix sparse warnings in clk-hi3660.c | Ben Dooks | 1 | -30/+30 |
2019-10-03 | clk: hisilicon: fix sparse warnings in clk-hi3670.c | Ben Dooks | 1 | -76/+76 |
2019-06-19 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500 | Thomas Gleixner | 3 | -14/+3 |
2019-06-05 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 422 | Thomas Gleixner | 1 | -4/+1 |
2019-05-30 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157 | Thomas Gleixner | 2 | -21/+2 |
2019-05-30 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152 | Thomas Gleixner | 1 | -5/+1 |
2019-05-21 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 13 | Thomas Gleixner | 5 | -65/+5 |
2019-05-21 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 1 | Thomas Gleixner | 5 | -75/+5 |
2019-05-21 | treewide: Add SPDX license identifier - Makefile/Kconfig | Thomas Gleixner | 1 | -0/+1 |
2019-05-15 | clk: Remove io.h from clk-provider.h | Stephen Boyd | 1 | -0/+1 |
2019-05-07 | Merge branches 'clk-hisi', 'clk-lochnagar', 'clk-allwinner', 'clk-rockchip' a... | Stephen Boyd | 1 | -1/+5 |
2019-04-23 | clk: core: replace clk_{readl,writel} with {readl,writel} | Jonas Gorski | 1 | -2/+2 |
2019-04-20 | clk: hi3660: Mark clk_gate_ufs_subsys as critical | Leo Yan | 1 | -1/+5 |
2018-12-11 | clk: hisilicon: Remove usage of CLK_IS_BASIC | Stephen Boyd | 4 | -4/+4 |
2018-10-19 | Merge branches 'clk-samsung', 'clk-hisi3670' and 'clk-at91-div-0' into clk-next | Stephen Boyd | 3 | -0/+1024 |
2018-10-17 | clk: hisilicon: Add clock driver for Hi3670 SoC | Manivannan Sadhasivam | 3 | -0/+1024 |
2018-08-31 | reset: hisilicon: fix potential NULL pointer dereference | Gustavo A. R. Silva | 1 | -3/+2 |
2018-06-04 | Merge branches 'clk-imx7d', 'clk-hisi-stub', 'clk-mvebu', 'clk-imx6-epit' and... | Stephen Boyd | 1 | -5/+8 |
2018-06-01 | clk/driver/hisi: Consolidate the Kconfig for the CLOCK_STUB | Daniel Lezcano | 1 | -5/+8 |
2018-05-16 | clk: hisilicon: add missing usb3 clocks for Hi3798CV200 SoC | Jianguo Sun | 1 | -0/+17 |
2018-04-14 | Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl... | Linus Torvalds | 6 | -38/+232 |
2018-03-20 | clk: hisilicon: fix potential NULL dereference in hisi_clk_alloc() | Wei Yongjun | 1 | -0/+2 |
2018-03-17 | clk: hisilicon: mark wdt_mux_p[] as const | Arnd Bergmann | 1 | -1/+1 |
2018-03-15 | clk: hisilicon: Mark phase_ops static | Stephen Boyd | 1 | -1/+1 |
2018-03-13 | clk: hisilicon: hi3660:Fix potential NULL dereference in hi3660_stub_clk_pr... | Wei Yongjun | 1 | -0/+2 |
2018-03-12 | clk: hi3798cv200: add emmc sample and drive clock | tianshuliang | 1 | -0/+20 |
2018-03-12 | clk: hisilicon: add hisi phase clock support | tianshuliang | 4 | -1/+165 |
2018-02-27 | clk: hi3798cv200: add COMBPHY0 clock support | Jianguo Sun | 1 | -4/+11 |
2018-02-27 | clk: hi3798cv200: fix define indentation | Shawn Guo | 1 | -24/+24 |
2018-02-27 | clk: hi3798cv200: add support for HISTB_USB2_OTG_UTMI_CLK | Shawn Guo | 1 | -0/+2 |