Age | Commit message (Expand) | Author | Files | Lines |
2018-03-21 | clk: renesas: div6: Always use readl()/writel() | Geert Uytterhoeven | 1 | -11/+11 |
2018-03-13 | clk: renesas: r8a77965: Replace DU2 clock | Jacopo Mondi | 1 | -1/+1 |
2018-02-26 | clk: renesas: cpg-mssr: Add support for R-Car M3-N | Jacopo Mondi | 5 | -0/+347 |
2018-02-20 | clk: renesas: cpg-mssr: add R8A77980 support | Sergei Shtylyov | 5 | -0/+240 |
2018-02-20 | clk: renesas: r8a7792: Add rwdt clock | Geert Uytterhoeven | 1 | -0/+2 |
2018-02-20 | clk: renesas: r8a7794: Add rwdt clock | Fabrizio Castro | 1 | -0/+2 |
2018-02-20 | clk: renesas: r8a7791/r8a7793: Add rwdt clock | Fabrizio Castro | 1 | -0/+2 |
2018-02-20 | clk: renesas: r8a7790: Add rwdt clock | Fabrizio Castro | 1 | -0/+2 |
2018-02-20 | clk: renesas: r8a7745: Add rwdt clock | Fabrizio Castro | 1 | -0/+2 |
2018-02-20 | clk: renesas: r8a7743: Add rwdt clock | Fabrizio Castro | 1 | -0/+2 |
2018-02-12 | clk: renesas: r8a7796: Add Z2 clock | Takeshi Kihara | 1 | -0/+1 |
2018-02-12 | clk: renesas: r8a7796: Add Z clock | Takeshi Kihara | 1 | -0/+1 |
2018-02-12 | clk: renesas: r8a7795: Add Z2 clock | Takeshi Kihara | 1 | -0/+1 |
2018-02-12 | clk: renesas: r8a7795: Add Z clock | Takeshi Kihara | 1 | -0/+1 |
2018-02-12 | clk: renesas: rcar-gen3: Add Z2 clock divider support | Takeshi Kihara | 2 | -6/+17 |
2018-02-12 | clk: renesas: rcar-gen3: Add Z clock divider support | Takeshi Kihara | 2 | -0/+134 |
2018-02-12 | clk: renesas: Stop enabling legacy DT clock support by default | Geert Uytterhoeven | 1 | -1/+2 |
2018-02-07 | Merge tag 'mips_4.16' of git://git.kernel.org/pub/scm/linux/kernel/git/jhogan... | Linus Torvalds | 5 | -18/+566 |
2018-02-01 | Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl... | Linus Torvalds | 105 | -5767/+11752 |
2018-02-01 | Merge tag 'armsoc-dt' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/ar... | Linus Torvalds | 14 | -1052/+2053 |
2018-01-26 | Merge branches 'clk-aspeed', 'clk-lock-UP', 'clk-mediatek' and 'clk-allwinner... | Stephen Boyd | 15 | -104/+929 |
2018-01-26 | Merge branches 'clk-remove-asm-clkdev', 'clk-debugfs-fixes', 'clk-renesas' an... | Stephen Boyd | 21 | -163/+1276 |
2018-01-26 | Merge branch 'clk-divider-container' into clk-next | Stephen Boyd | 6 | -9/+9 |
2018-01-26 | Merge branches 'clk-iproc', 'clk-mvebu' and 'clk-qcom-a53' into clk-next | Stephen Boyd | 10 | -102/+737 |
2018-01-26 | Merge branches 'clk-at91', 'clk-imx7ulp', 'clk-axigen', 'clk-si5351' and 'clk... | Stephen Boyd | 7 | -41/+146 |
2018-01-26 | Merge branches 'clk-spreadtrum', 'clk-mvebu-dvfs', 'clk-qoriq', 'clk-imx' and... | Stephen Boyd | 29 | -81/+7213 |
2018-01-26 | Merge branches 'clk-qcom-alpha-pll', 'clk-check-ops-ptr', 'clk-protect-rate' ... | Stephen Boyd | 15 | -5241/+918 |
2018-01-26 | clk: aspeed: Handle inverse polarity of USB port 1 clock gate | Benjamin Herrenschmidt | 1 | -3/+12 |
2018-01-26 | clk: aspeed: Fix return value check in aspeed_cc_init() | Wei Yongjun | 1 | -1/+1 |
2018-01-26 | clk: aspeed: Add reset controller | Joel Stanley | 1 | -1/+81 |
2018-01-26 | clk: aspeed: Register gated clocks | Joel Stanley | 1 | -0/+130 |
2018-01-26 | clk: aspeed: Add platform driver and register PLLs | Joel Stanley | 1 | -0/+130 |
2018-01-26 | clk: aspeed: Register core clocks | Joel Stanley | 1 | -0/+177 |
2018-01-26 | clk: Add clock driver for ASPEED BMC SoCs | Joel Stanley | 3 | -0/+154 |
2018-01-18 | clk: Add Ingenic jz4770 CGU driver | Paul Cercueil | 2 | -0/+484 |
2018-01-18 | clk: ingenic: Add code to enable/disable PLLs | Paul Cercueil | 1 | -15/+74 |
2018-01-18 | clk: ingenic: support PLLs with no bypass bit | Paul Cercueil | 2 | -1/+4 |
2018-01-18 | clk: ingenic: Fix recalc_rate for clocks with fixed divider | Paul Cercueil | 1 | -0/+2 |
2018-01-18 | clk: ingenic: Use const pointer to clk_ops in struct | Paul Cercueil | 2 | -2/+2 |
2018-01-10 | clk: mediatek: adjust dependency of reset.c to avoid unexpectedly being built | Sean Wang | 3 | -9/+2 |
2018-01-10 | clk: fix reentrancy of clk_enable() on UP systems | David Lechner | 1 | -1/+9 |
2018-01-10 | clk: meson-axg: fix potential NULL dereference in axg_clkc_probe() | weiyongjun (A) | 1 | -0/+2 |
2018-01-10 | clk: Simplify debugfs registration | Stephen Boyd | 1 | -6/+2 |
2018-01-10 | clk: Fix debugfs_create_*() usage | Geert Uytterhoeven | 1 | -19/+17 |
2018-01-10 | clk: Show symbolic clock flags in debugfs | Geert Uytterhoeven | 1 | -2/+55 |
2018-01-05 | clk: renesas: r8a7796: Add FDP clock | ABE Hiroshige | 1 | -0/+1 |
2018-01-04 | clk: Move __clk_{get,put}() into private clk.h API | Stephen Boyd | 1 | -0/+4 |
2018-01-04 | clk: sunxi: Use CLK_IS_CRITICAL flag for critical clks | Stephen Boyd | 6 | -47/+44 |
2018-01-03 | clk: Improve flags doc for of_clk_detect_critical() | Geert Uytterhoeven | 1 | -1/+1 |
2018-01-03 | clk: sunxi-ng: a83t: Add M divider to TCON1 clock | Jernej Škrabec | 1 | -2/+2 |