Age | Commit message (Expand) | Author | Files | Lines |
2020-08-04 | Merge tag 'uninit-macro-v5.9-rc1' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 3 | -3/+2 |
2020-08-03 | Merge tag 'arm-drivers-5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 1 | -3/+19 |
2020-08-03 | Merge tag 'arm-dt-5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/soc | Linus Torvalds | 2 | -0/+2 |
2020-07-16 | treewide: Remove uninitialized_var() usage | Kees Cook | 1 | -1/+1 |
2020-07-16 | clk: spear: Remove uninitialized_var() usage | Kees Cook | 1 | -1/+1 |
2020-07-16 | clk: st: Remove uninitialized_var() usage | Kees Cook | 1 | -1/+0 |
2020-07-15 | Merge tag 'clk-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 3 | -8/+43 |
2020-07-13 | clk: scmi: Fix min and max rate when registering clocks with discrete rates | Sudeep Holla | 1 | -3/+19 |
2020-07-11 | clk: Specify IOMEM dependency for HSDK pll driver | David Gow | 1 | -0/+1 |
2020-07-11 | clk: AST2600: Add mux for EMMC clock | Eddie James | 1 | -8/+41 |
2020-07-11 | clk: mvebu: ARMADA_AP_CPU_CLK needs to select ARMADA_AP_CP_HELPER | Nathan Chancellor | 1 | -0/+1 |
2020-06-25 | clk: sifive: allocate sufficient memory for struct __prci_data | Vincent Chen | 1 | -1/+4 |
2020-06-23 | clk: imx: vf610: add CAAM clock | Andrey Smirnov | 1 | -0/+1 |
2020-06-23 | clk: imx8mp: add mu root clk | Peng Fan | 1 | -0/+1 |
2020-06-14 | treewide: replace '---help---' in Kconfig files with 'help' | Masahiro Yamada | 6 | -60/+60 |
2020-06-10 | Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl... | Linus Torvalds | 130 | -612/+13263 |
2020-06-09 | clk: mediatek: Remove ifr{0,1}_cfg_regs structures | Stephen Boyd | 1 | -30/+0 |
2020-06-09 | clk: baikal-t1: remove redundant assignment to variable 'divider' | Colin Ian King | 1 | -1/+1 |
2020-06-09 | clk: baikal-t1: fix spelling mistake "Uncompatible" -> "Incompatible" | Colin Ian King | 1 | -1/+1 |
2020-06-07 | Merge tag 'char-misc-5.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 5 | -48/+25 |
2020-06-04 | Merge tag 'arm-drivers-5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 10 | -140/+165 |
2020-06-04 | Merge tag 'arm-soc-5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/soc | Linus Torvalds | 5 | -144/+21 |
2020-06-03 | clk: sprd: fix compile-testing | Arnd Bergmann | 1 | -1/+1 |
2020-06-02 | Merge tag 'pm-5.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae... | Linus Torvalds | 2 | -4/+32 |
2020-06-01 | Merge branches 'clk-vc5', 'clk-hsdk', 'clk-mediatek' and 'clk-baikal' into cl... | Stephen Boyd | 22 | -32/+3644 |
2020-06-01 | Merge branches 'clk-mmp', 'clk-intel', 'clk-ingenic', 'clk-qcom' and 'clk-sil... | Stephen Boyd | 35 | -82/+7246 |
2020-06-01 | Merge branches 'clk-unisoc', 'clk-trivial', 'clk-bcm', 'clk-st' and 'clk-ast2... | Stephen Boyd | 10 | -66/+136 |
2020-06-01 | Merge branches 'clk-tegra', 'clk-imx', 'clk-zynq', 'clk-socfpga', 'clk-at91' ... | Stephen Boyd | 52 | -346/+1805 |
2020-06-01 | Merge branches 'clk-selectable', 'clk-amlogic', 'clk-renesas', 'clk-samsung' ... | Stephen Boyd | 14 | -82/+443 |
2020-06-01 | Merge branch 'pm-cpufreq' | Rafael J. Wysocki | 1 | -3/+27 |
2020-05-30 | clk: vc5: Add support for IDT VersaClock 5P49V6965 | Adam Ford | 1 | -0/+11 |
2020-05-30 | clk: Add Baikal-T1 CCU Dividers driver | Serge Semin | 5 | -0/+1210 |
2020-05-30 | clk: Add Baikal-T1 CCU PLLs driver | Serge Semin | 7 | -0/+860 |
2020-05-29 | ARM: zynq: Don't select CONFIG_ICST | Rob Herring | 1 | -1/+1 |
2020-05-28 | clk: mediatek: assign the initial value to clk_init_data of mtk_mux | Weiyi Lu | 1 | -1/+1 |
2020-05-28 | clk: mediatek: Add MT6765 clock support | Owen Chen | 9 | -0/+1523 |
2020-05-28 | CLK: HSDK: CGU: add support for 148.5MHz clock | Eugeniy Paltsev | 1 | -0/+1 |
2020-05-28 | CLK: HSDK: CGU: support PLL bypassing | Eugeniy Paltsev | 1 | -27/+34 |
2020-05-28 | CLK: HSDK: CGU: check if PLL is bypassed first | Eugeniy Paltsev | 1 | -4/+4 |
2020-05-28 | clk: clk-si5341: Add support for the Si5345 series | Mike Looijmans | 1 | -5/+64 |
2020-05-28 | clk: qcom: Add missing msm8998 ufs_unipro_core_clk_src | Jeffrey Hugo | 1 | -0/+27 |
2020-05-28 | clk: ingenic: Mark ingenic_tcu_of_match as __maybe_unused | Stephen Boyd | 1 | -1/+1 |
2020-05-28 | clk: X1000: Add FIXDIV for SSI clock of X1000. | 周琰杰 (Zhou Yanjie) | 1 | -6/+111 |
2020-05-28 | clk: Ingenic: Add CGU driver for X1830. | 周琰杰 (Zhou Yanjie) | 3 | -0/+459 |
2020-05-28 | clk: Ingenic: Adjust cgu code to make it compatible with X1830. | 周琰杰 (Zhou Yanjie) | 7 | -4/+41 |
2020-05-28 | clk: Ingenic: Remove unnecessary spinlock when reading registers. | 周琰杰 (Zhou Yanjie) | 1 | -11/+1 |
2020-05-28 | clk: intel: remove redundant initialization of variable rate64 | Colin Ian King | 1 | -1/+1 |
2020-05-28 | clk: versatile: Fix kconfig dependency on COMMON_CLK_VERSATILE | Rob Herring | 1 | -7/+4 |
2020-05-27 | clk: mmp2: Add audio clock controller driver | Lubomir Rintel | 3 | -0/+450 |
2020-05-27 | clk: mmp2: Add support for power islands | Lubomir Rintel | 4 | -1/+168 |