Age | Commit message (Expand) | Author |
2018-02-07 | Merge tag 'mips_4.16' of git://git.kernel.org/pub/scm/linux/kernel/git/jhogan... | Linus Torvalds |
2018-02-01 | Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl... | Linus Torvalds |
2018-02-01 | Merge tag 'armsoc-dt' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/ar... | Linus Torvalds |
2018-01-26 | Merge branches 'clk-aspeed', 'clk-lock-UP', 'clk-mediatek' and 'clk-allwinner... | Stephen Boyd |
2018-01-26 | Merge branches 'clk-remove-asm-clkdev', 'clk-debugfs-fixes', 'clk-renesas' an... | Stephen Boyd |
2018-01-26 | Merge branch 'clk-divider-container' into clk-next | Stephen Boyd |
2018-01-26 | Merge branches 'clk-iproc', 'clk-mvebu' and 'clk-qcom-a53' into clk-next | Stephen Boyd |
2018-01-26 | Merge branches 'clk-at91', 'clk-imx7ulp', 'clk-axigen', 'clk-si5351' and 'clk... | Stephen Boyd |
2018-01-26 | Merge branches 'clk-spreadtrum', 'clk-mvebu-dvfs', 'clk-qoriq', 'clk-imx' and... | Stephen Boyd |
2018-01-26 | Merge branches 'clk-qcom-alpha-pll', 'clk-check-ops-ptr', 'clk-protect-rate' ... | Stephen Boyd |
2018-01-26 | clk: aspeed: Handle inverse polarity of USB port 1 clock gate | Benjamin Herrenschmidt |
2018-01-26 | clk: aspeed: Fix return value check in aspeed_cc_init() | Wei Yongjun |
2018-01-26 | clk: aspeed: Add reset controller | Joel Stanley |
2018-01-26 | clk: aspeed: Register gated clocks | Joel Stanley |
2018-01-26 | clk: aspeed: Add platform driver and register PLLs | Joel Stanley |
2018-01-26 | clk: aspeed: Register core clocks | Joel Stanley |
2018-01-26 | clk: Add clock driver for ASPEED BMC SoCs | Joel Stanley |
2018-01-18 | clk: Add Ingenic jz4770 CGU driver | Paul Cercueil |
2018-01-18 | clk: ingenic: Add code to enable/disable PLLs | Paul Cercueil |
2018-01-18 | clk: ingenic: support PLLs with no bypass bit | Paul Cercueil |
2018-01-18 | clk: ingenic: Fix recalc_rate for clocks with fixed divider | Paul Cercueil |
2018-01-18 | clk: ingenic: Use const pointer to clk_ops in struct | Paul Cercueil |
2018-01-10 | clk: mediatek: adjust dependency of reset.c to avoid unexpectedly being built | Sean Wang |
2018-01-10 | clk: fix reentrancy of clk_enable() on UP systems | David Lechner |
2018-01-10 | clk: meson-axg: fix potential NULL dereference in axg_clkc_probe() | weiyongjun (A) |
2018-01-10 | clk: Simplify debugfs registration | Stephen Boyd |
2018-01-10 | clk: Fix debugfs_create_*() usage | Geert Uytterhoeven |
2018-01-10 | clk: Show symbolic clock flags in debugfs | Geert Uytterhoeven |
2018-01-05 | clk: renesas: r8a7796: Add FDP clock | ABE Hiroshige |
2018-01-04 | clk: Move __clk_{get,put}() into private clk.h API | Stephen Boyd |
2018-01-04 | clk: sunxi: Use CLK_IS_CRITICAL flag for critical clks | Stephen Boyd |
2018-01-03 | clk: Improve flags doc for of_clk_detect_critical() | Geert Uytterhoeven |
2018-01-03 | clk: sunxi-ng: a83t: Add M divider to TCON1 clock | Jernej Škrabec |
2018-01-02 | Merge tag 'meson-clk-for-v4.16-3' of git://github.com/BayLibre/clk-meson into... | Stephen Boyd |
2018-01-02 | clk: Prepare to remove asm-generic/clkdev.h | Stephen Boyd |
2018-01-02 | clk: qcom: Add APCS clock controller support | Georgi Djakov |
2018-01-02 | clk: qcom: Add regmap mux-div clocks support | Georgi Djakov |
2018-01-02 | clk: qcom: Add A53 PLL support | Georgi Djakov |
2017-12-29 | clk: sunxi-ng: fix the A64/H5 clock description of DE2 CCU | Icenowy Zheng |
2017-12-29 | clk: sunxi-ng: add support for Allwinner H3 DE2 CCU | Icenowy Zheng |
2017-12-28 | clk: divider: fix incorrect usage of container_of | Jerome Brunet |
2017-12-28 | clk: mvebu: armada-37xx-periph: Use PTR_ERR_OR_ZERO() | Gomonovych, Vasyl |
2017-12-28 | clk: iproc: Minor tidy up of iproc pll data structures | Lori Hikichi |
2017-12-28 | clk: iproc: Allow plls to do minor rate changes without reset | Lori Hikichi |
2017-12-28 | clk: iproc: Fix error in the pll post divider rate calculation | Lori Hikichi |
2017-12-28 | clk: iproc: Allow iproc pll to runtime calculate vco parameters | Lori Hikichi |
2017-12-28 | clk: si5351: _si5351_clkout_reset_pll() can be static | Wu Fengguang |
2017-12-28 | clk: pxa: unbreak lookup of CLK_POUT | Igor Grinberg |
2017-12-28 | clk: meson-axg: make local symbol axg_gp0_params_table static | weiyongjun (A) |
2017-12-28 | clk: meson-axg: fix return value check in axg_clkc_probe() | weiyongjun (A) |