Age | Commit message (Expand) | Author | Files | Lines |
2018-03-19 | clk: bcm2835: Protect sections updating shared registers | Boris Brezillon | 1 | -0/+4 |
2018-03-19 | clk: bcm2835: Fix ana->maskX definitions | Boris Brezillon | 1 | -4/+4 |
2018-03-15 | clk: aspeed: Prevent reset if clock is enabled | Eddie James | 1 | -12/+17 |
2018-03-15 | clk: aspeed: Fix is_enabled for certain clocks | Eddie James | 1 | -1/+2 |
2018-03-12 | clk: qcom: msm8916: Fix return value check in qcom_apcs_msm8916_clk_probe() | Wei Yongjun | 1 | -3/+2 |
2018-03-12 | clk: hisilicon: hi3660:Fix potential NULL dereference in hi3660_stub_clk_pr... | Wei Yongjun | 1 | -0/+2 |
2018-03-12 | Merge branch 'clk-helpers' (early part) into clk-fixes | Stephen Boyd | 1 | -1/+3 |
2018-03-12 | clk: fix determine rate error with pass-through clock | Jerome Brunet | 1 | -1/+3 |
2018-03-12 | Merge branch 'clk-phase' into clk-fixes | Stephen Boyd | 1 | -1/+4 |
2018-03-12 | Merge tag 'ti-clk-fixes-4.16' of https://github.com/t-kristo/linux-pm into cl... | Stephen Boyd | 3 | -2/+4 |
2018-03-12 | Merge tag 'clk-imx-fixes-4.16' of git://git.kernel.org/pub/scm/linux/kernel/g... | Stephen Boyd | 1 | -3/+17 |
2018-03-12 | Merge tag 'sunxi-clk-fixes-for-4.16' of https://git.kernel.org/pub/scm/linux/... | Stephen Boyd | 1 | -3/+3 |
2018-03-12 | clk: migrate the count of orphaned clocks at init | Jerome Brunet | 1 | -16/+21 |
2018-03-11 | clk: update cached phase to respect the fact when setting phase | Shawn Lin | 1 | -1/+4 |
2018-03-08 | clk: ti: am43xx: add set-rate-parent support for display clkctrl clock | Tero Kristo | 1 | -1/+1 |
2018-03-08 | clk: ti: am33xx: add set-rate-parent support for display clkctrl clock | Tero Kristo | 1 | -1/+1 |
2018-03-08 | clk: ti: clkctrl: add support for CLK_SET_RATE_PARENT flag | Tero Kristo | 1 | -0/+2 |
2018-02-22 | clk: imx51-imx53: Fix UART4/5 registration on i.MX50 and i.MX53 | Fabio Estevam | 1 | -3/+17 |
2018-02-19 | clk: sunxi-ng: a31: Fix CLK_OUT_* clock ops | Chen-Yu Tsai | 1 | -3/+3 |
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 |