Age | Commit message (Expand) | Author |
2019-05-21 | treewide: Add SPDX license identifier - Makefile/Kconfig | Thomas Gleixner |
2019-05-15 | clk: Remove io.h from clk-provider.h | Stephen Boyd |
2019-04-18 | clk: mvebu: fix spelling mistake "gatable" -> "gateable" | Colin Ian King |
2018-12-28 | clk: dove: fix refcount leak in dove_clk_init() | Yangtao Li |
2018-12-28 | clk: mv98dx3236: fix refcount leak in mv98dx3236_clk_init() | Yangtao Li |
2018-12-28 | clk: armada-xp: fix refcount leak in axp_clk_init() | Yangtao Li |
2018-12-28 | clk: kirkwood: fix refcount leak in kirkwood_clk_init() | Yangtao Li |
2018-12-28 | clk: armada-370: fix refcount leak in a370_clk_init() | Yangtao Li |
2018-12-03 | clk: mvebu: Off by one bugs in cp110_of_clk_get() | Dan Carpenter |
2018-10-31 | Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl... | Linus Torvalds |
2018-10-18 | Merge branches 'clk-mvebu-periph-pm', 'clk-meson', 'clk-allwinner', 'clk-mveb... | Stephen Boyd |
2018-10-18 | Merge branches 'clk-dt-name', 'clk-ti-of-node' and 'clk-sa' into clk-next | Stephen Boyd |
2018-10-16 | clk: mvebu: armada-37xx-tbg: Switch to clk_get and balance it in probe | Gregory CLEMENT |
2018-10-01 | clk: mvebu: ap806: Remove superfluous of_clk_add_provider | Gregory CLEMENT |
2018-10-01 | clk: mvebu: use SPDX-License-Identifier | Gregory CLEMENT |
2018-09-28 | clk: mvebu: use for_each_of_cpu_node iterator | Rob Herring |
2018-08-31 | clk: mvebu: armada-37xx-periph: add suspend/resume support | Miquel Raynal |
2018-08-31 | clk: mvebu: armada-37xx-periph: save the IP base address in the driver data | Miquel Raynal |
2018-08-15 | Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl... | Linus Torvalds |
2018-08-14 | Merge branches 'clk-qcom-rpmh', 'clk-qcom-spdx', 'clk-con-id-leak', 'clk-fixe... | Stephen Boyd |
2018-07-27 | clk: mvebu: armada-37xx-periph: Remove unused var num_parents | Anders Roxell |
2018-07-25 | clk: mvebu: armada-37xx-periph: Fix wrong return value in get_parent | Gregory CLEMENT |
2018-07-09 | clk: mvebu: armada-37xx-periph: switch to SPDX license identifier | Gregory CLEMENT |
2018-07-09 | clk: mvebu: armada-37xx-periph: Fix switching CPU rate from 300Mhz to 1.2GHz | Gregory CLEMENT |
2018-06-09 | Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl... | Linus Torvalds |
2018-06-06 | treewide: Use struct_size() for devm_kmalloc() and friends | Kees Cook |
2018-06-01 | clk: mvebu: use correct bit for 98DX3236 NAND | Chris Packham |
2018-03-19 | clk: mvebu: armada-38x: add support for missing clocks | Richard Genoud |
2018-03-19 | clk: mvebu: cp110: Fix clock tree representation | Gregory CLEMENT |
2018-01-26 | Merge branches 'clk-iproc', 'clk-mvebu' and 'clk-qcom-a53' into clk-next | Stephen Boyd |
2017-12-28 | clk: mvebu: armada-37xx-periph: Use PTR_ERR_OR_ZERO() | Gomonovych, Vasyl |
2017-12-21 | clk: mvebu: armada-37xx-periph: add DVFS support for cpu clocks | Gregory CLEMENT |
2017-12-21 | clk: mvebu: armada-37xx-periph: prepare cpu clk to be used with DVFS | Gregory CLEMENT |
2017-12-21 | clk: mvebu: armada-37xx-periph: cosmetic changes | Gregory CLEMENT |
2017-11-02 | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman |
2017-06-19 | clk: mvebu: cp110: Minor cleanups | Stephen Boyd |
2017-06-19 | Merge branch 'clk-cp110' of git://git.infradead.org/linux-mvebu into clk-next | Stephen Boyd |
2017-06-19 | clk: mvebu: cp110: add sdio clock to cp-110 system controller | Konstantin Porotchkin |
2017-06-19 | clk: mvebu: cp110: introduce a new binding | Gregory CLEMENT |
2017-06-19 | clk: mvebu: cp110: do not depend anymore of the *-clock-output-names | Gregory CLEMENT |
2017-06-01 | clk: mvebu: cp110: make failure labels more meaningful | Gregory CLEMENT |
2017-06-01 | clk: mvebu: armada-38x: add support for 1866MHz variants | Ralph Sennhauser |
2017-06-01 | clk: mvebu: ap806: introduce a new binding | Gregory CLEMENT |
2017-06-01 | clk: mvebu: ap806: do not depend anymore of the *-clock-output-names | Gregory CLEMENT |
2017-06-01 | clk: mvebu: ap806: cosmetic improvement | Gregory CLEMENT |
2017-05-10 | Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl... | Linus Torvalds |
2017-04-24 | clk: apn806: fix spelling mistake: "mising" -> "missing" | Colin Ian King |
2017-04-24 | clk: apn806: Turn the eMMC clock as optional for dts backwards compatible | Gregory CLEMENT |
2017-04-24 | clk: apn806: Add eMMC clock to system controller driver | Konstantin Porotchkin |
2017-04-21 | clk: mvebu: Use kcalloc() in two functions | Markus Elfring |