index
:
linux.git
arm64-uaccess
for-next
master
nocache-cleanup
vsnprintf
Linux kernel source tree
Gitolite user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
clk
Age
Commit message (
Expand
)
Author
2023-03-13
clk: mediatek: Allow building MT8192 non-critical clocks as modules
AngeloGioacchino Del Regno
2023-03-13
clk: mediatek: Split MT8195 clock drivers and allow module build
AngeloGioacchino Del Regno
2023-03-13
clk: mediatek: mt2712: Change Kconfig options to allow module build
AngeloGioacchino Del Regno
2023-03-13
clk: mediatek: Add MODULE_LICENSE() where missing
AngeloGioacchino Del Regno
2023-03-13
clk: mediatek: Switch to module_platform_driver() where possible
AngeloGioacchino Del Regno
2023-03-13
clk: mediatek: mt8186-mcu: Migrate to common probe mechanism
AngeloGioacchino Del Regno
2023-03-13
clk: mediatek: mt7986-eth: Migrate to common probe mechanism
AngeloGioacchino Del Regno
2023-03-13
clk: mediatek: mt7986-infracfg: Migrate to common probe mechanism
AngeloGioacchino Del Regno
2023-03-13
clk: mediatek: mt7986-apmixed: Use PLL_AO flag to set critical clock
AngeloGioacchino Del Regno
2023-03-13
clk: mediatek: Propagate struct device with mtk_clk_register_dividers()
AngeloGioacchino Del Regno
2023-03-13
clk: mediatek: mt8516: Allow building clock drivers as modules
AngeloGioacchino Del Regno
2023-03-13
clk: mediatek: mt8516: Convert to platform driver and simple probe
AngeloGioacchino Del Regno
2023-03-13
clk: mediatek: mt8516: Move apmixedsys clock driver to its own file
AngeloGioacchino Del Regno
2023-03-13
clk: mediatek: mt7622: Convert to platform driver and simple probe
AngeloGioacchino Del Regno
2023-03-13
clk: mediatek: mt7622: Move infracfg to clk-mt7622-infracfg.c
AngeloGioacchino Del Regno
2023-03-13
clk: mediatek: mt7622-apmixedsys: Add .remove() callback for module build
AngeloGioacchino Del Regno
2023-03-13
clk: mediatek: mt7622: Move apmixedsys clock driver to its own file
AngeloGioacchino Del Regno
2023-03-13
clk: mediatek: mt7622: Properly use CLK_IS_CRITICAL flag
AngeloGioacchino Del Regno
2023-03-13
clk: mediatek: Consistently use GATE_MTK() macro
AngeloGioacchino Del Regno
2023-03-13
clk: mediatek: mt8183: Convert all remaining clocks to common probe
AngeloGioacchino Del Regno
2023-03-13
clk: mediatek: mt8183: Compress clocks arrays entries where possible
AngeloGioacchino Del Regno
2023-03-13
clk: mediatek: mt8183: Move apmixedsys clock driver to its own file
AngeloGioacchino Del Regno
2023-03-13
clk: mediatek: mt8167: Convert to mtk_clk_simple_{probe,remove}()
AngeloGioacchino Del Regno
2023-03-13
clk: mediatek: mt8167: Remove __initconst annotation from arrays
AngeloGioacchino Del Regno
2023-03-13
clk: mediatek: mt8167: Move apmixedsys as platform_driver in new file
AngeloGioacchino Del Regno
2023-03-13
clk: mediatek: mt8167: Compress GATE_TOPx macros
AngeloGioacchino Del Regno
2023-03-13
clk: mediatek: mt8365: Convert to mtk_clk_simple_{probe,remove}()
AngeloGioacchino Del Regno
2023-03-13
clk: mediatek: mt8365: Join top_misc_mux_gates and top_misc_muxes arrays
AngeloGioacchino Del Regno
2023-03-13
clk: mediatek: mt8365: Convert simple_gate to mtk_gate clocks
AngeloGioacchino Del Regno
2023-03-13
clk: mediatek: mt8365: Move apmixedsys clock driver to its own file
AngeloGioacchino Del Regno
2023-03-13
clk: mediatek: mt2712: Change to use module_platform_driver macro
AngeloGioacchino Del Regno
2023-03-13
clk: mediatek: mt2712-apmixedsys: Add .remove() callback for module build
AngeloGioacchino Del Regno
2023-03-13
clk: mediatek: mt2712: Move apmixedsys clock driver to its own file
AngeloGioacchino Del Regno
2023-03-13
clk: mediatek: mt2712: Add error handling to clk_mt2712_apmixed_probe()
AngeloGioacchino Del Regno
2023-03-13
clk: mediatek: mt2712: Compress clock arrays entries to 90 columns
AngeloGioacchino Del Regno
2023-03-13
clk: mediatek: mt2712: Migrate topckgen/mcucfg to mtk_clk_simple_probe()
AngeloGioacchino Del Regno
2023-03-13
clk: mediatek: Add divider clocks to mtk_clk_simple_{probe,remove}()
AngeloGioacchino Del Regno
2023-03-13
clk: mediatek: Migrate to mtk_clk_pdev_probe() for multimedia clocks
AngeloGioacchino Del Regno
2023-03-13
clk: mediatek: clk-mtk: Introduce clk_mtk_pdev_{probe,remove}()
AngeloGioacchino Del Regno
2023-03-13
clk: mediatek: clk-mtk: Switch to device_get_match_data()
AngeloGioacchino Del Regno
2023-03-13
clk: mediatek: mt8195: Add support for frequency hopping through FHCTL
AngeloGioacchino Del Regno
2023-03-13
clk: mediatek: mt8192: Add support for frequency hopping through FHCTL
AngeloGioacchino Del Regno
2023-03-13
clk: mediatek: mt8173: Add support for frequency hopping through FHCTL
AngeloGioacchino Del Regno
2023-03-13
clk: mediatek: mt6795: Add support for frequency hopping through FHCTL
AngeloGioacchino Del Regno
2023-03-13
clk: mediatek: clk-pllfh: Export register/unregister/parse functions
AngeloGioacchino Del Regno
2023-03-13
clk: mediatek: fhctl: Add support for older fhctl register layout
AngeloGioacchino Del Regno
2023-03-13
clk: qcom: Convert to platform remove callback returning void
Uwe Kleine-König
2023-03-13
clk: samsung: exynos850: Make PMU_ALIVE_PCLK critical
Sam Protsenko
2023-03-12
clk: samsung: Convert to platform remove callback returning void
Uwe Kleine-König
2023-03-10
clk: renesas: r9a06g032: Improve clock tables
Ralph Siemsen
[prev]
[next]