Age | Commit message (Expand) | Author | Files | Lines |
2021-04-27 | Merge tag 'cfi-v5.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ke... | Linus Torvalds | 1 | -2/+2 |
2021-04-26 | Merge tag 'pm-5.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa... | Linus Torvalds | 1 | -38/+45 |
2021-04-26 | Merge tag 'arm-drivers-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 8 | -33/+97 |
2021-04-26 | Merge tag 'arm-soc-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/soc... | Linus Torvalds | 1 | -0/+2 |
2021-04-26 | Merge branch 'pm-cpufreq' | Rafael J. Wysocki | 1 | -38/+45 |
2021-04-14 | Merge tag 'v5.12-rc7' into driver-core-next | Greg Kroah-Hartman | 4 | -53/+55 |
2021-04-09 | clk: mvebu: armada-37xx-periph: Fix workaround for switching from L1 to L0 | Pali Rohár | 1 | -6/+39 |
2021-04-09 | clk: mvebu: armada-37xx-periph: Fix switching CPU freq from 250 Mhz to 1 GHz | Pali Rohár | 1 | -5/+7 |
2021-04-09 | clk: mvebu: armada-37xx-periph: remove .set_parent method for CPU PM clock | Marek Behún | 1 | -28/+0 |
2021-04-09 | clk: socfpga: fix iomem pointer cast on 64-bit | Krzysztof Kozlowski | 1 | -1/+1 |
2021-04-08 | treewide: Change list_sort to use const pointers | Sami Tolvanen | 1 | -2/+2 |
2021-04-08 | Merge tag 'scmi-updates-5.13' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Arnd Bergmann | 1 | -10/+18 |
2021-04-07 | clk: fixed: fix double free in resource managed fixed-factor clock | Dmitry Baryshkov | 1 | -1/+8 |
2021-04-05 | Merge 5.12-rc6 into driver-core-next | Greg Kroah-Hartman | 3 | -12/+16 |
2021-04-02 | clk: fix invalid usage of list cursor in unregister | Lukasz Bartosik | 1 | -17/+13 |
2021-04-02 | clk: fix invalid usage of list cursor in register | Lukasz Bartosik | 1 | -9/+8 |
2021-04-01 | Merge tag 'socfpga_update_for_v5.13' of git://git.kernel.org/pub/scm/linux/ke... | Arnd Bergmann | 4 | -9/+26 |
2021-04-01 | Merge tag 'tegra-for-5.13-clk' of git://git.kernel.org/pub/scm/linux/kernel/g... | Arnd Bergmann | 2 | -13/+52 |
2021-04-01 | Merge tag 'omap-for-v5.13/ti-sysc-signed' of git://git.kernel.org/pub/scm/lin... | Arnd Bergmann | 1 | -0/+2 |
2021-03-30 | clk: scmi: Port driver to the new scmi_clk_proto_ops interface | Cristian Marussi | 1 | -10/+18 |
2021-03-29 | clk: qcom: camcc: Update the clock ops for the SC7180 | Taniya Das | 1 | -25/+25 |
2021-03-29 | clk: socfpga: fix iomem pointer cast on 64-bit | Krzysztof Kozlowski | 1 | -1/+1 |
2021-03-24 | clk: tegra: Don't enable PLLE HW sequencer at init | JC Kuo | 1 | -12/+0 |
2021-03-24 | clk: tegra: Add PLLE HW power sequencer control | JC Kuo | 1 | -1/+52 |
2021-03-23 | clk: socfpga: use ARCH_INTEL_SOCFPGA also for 32-bit ARM SoCs (and compile test) | Krzysztof Kozlowski | 2 | -3/+7 |
2021-03-23 | clk: socfpga: allow compile testing of Stratix 10 / Agilex clocks | Krzysztof Kozlowski | 2 | -4/+13 |
2021-03-23 | arm64: socfpga: merge Agilex and N5X into ARCH_INTEL_SOCFPGA | Krzysztof Kozlowski | 2 | -4/+2 |
2021-03-23 | clk: socfpga: merge ARCH_SOCFPGA and ARCH_STRATIX10 | Krzysztof Kozlowski | 1 | -2/+1 |
2021-03-23 | clk: socfpga: build together Stratix 10, Agilex and N5X clock drivers | Krzysztof Kozlowski | 2 | -7/+6 |
2021-03-23 | clk: socfpga: allow building N5X clocks with ARCH_N5X | Krzysztof Kozlowski | 4 | -2/+10 |
2021-03-23 | clk: Mark fwnodes when their clock provider is added | Tudor Ambarus | 1 | -0/+2 |
2021-03-22 | clk: bcm: rpi: Release firmware handle on unbind | Nicolas Saenz Julienne | 1 | -1/+1 |
2021-03-13 | clk: qcom: gcc-sc7180: Use floor ops for the correct sdcc1 clk | Douglas Anderson | 1 | -2/+2 |
2021-03-13 | clk: qcom: rcg2: Rectify clk_gfx3d rate rounding without mux division | Marijn Suijten | 1 | -8/+9 |
2021-03-13 | clk: qcom: rpmh: Update the XO clock source for SC7280 | Taniya Das | 1 | -2/+5 |
2021-03-10 | clk: ti: omap5: Add missing gpmc and ocmc clkctrl | Tony Lindgren | 1 | -0/+2 |
2021-02-26 | Merge tag 'riscv-for-linus-5.12-mw0' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 3 | -0/+1015 |
2021-02-24 | Merge tag 'driver-core-5.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 1 | -0/+3 |
2021-02-22 | clk: Add RISC-V Canaan Kendryte K210 clock driver | Damien Le Moal | 3 | -0/+1015 |
2021-02-22 | Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl... | Linus Torvalds | 137 | -7840/+19475 |
2021-02-20 | Merge tag 'pm-5.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa... | Linus Torvalds | 1 | -0/+21 |
2021-02-20 | Merge tag 'arm-drivers-v5.12' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 5 | -15/+75 |
2021-02-16 | Merge branches 'clk-socfpga', 'clk-mstar', 'clk-qcom' and 'clk-warnings' into... | Stephen Boyd | 63 | -438/+16677 |
2021-02-16 | Merge branches 'clk-vc5', 'clk-silabs', 'clk-aspeed', 'clk-qoriq' and 'clk-ro... | Stephen Boyd | 5 | -38/+153 |
2021-02-16 | Merge branches 'clk-mediatek', 'clk-imx', 'clk-amlogic' and 'clk-at91' into c... | Stephen Boyd | 23 | -162/+156 |
2021-02-16 | Merge branch 'clk-unused' into clk-next | Stephen Boyd | 16 | -6894/+0 |
2021-02-16 | Merge branches 'clk-doc', 'clk-renesas', 'clk-allwinner', 'clk-rockchip' and ... | Stephen Boyd | 33 | -308/+2489 |
2021-02-16 | clk: mstar: msc313-mpll: Fix format specifier | Daniel Palmer | 1 | -1/+1 |
2021-02-16 | clk: mstar: Allow MStar clk drivers to be compile tested | Daniel Palmer | 2 | -3/+7 |
2021-02-15 | Merge branches 'pm-sleep', 'pm-core', 'pm-domains' and 'pm-clk' | Rafael J. Wysocki | 1 | -0/+21 |