linux-clk.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-10-04 11:05:34 to 2022-10-12 08:01:57 UTC [more...]

[PATCH v1 00/30] Basic StarFive JH7110 RISC-V SoC support
 2022-10-12  8:01 UTC  (44+ messages)
` [PATCH v1 01/30] dt-bindings: riscv: Add StarFive JH7110 bindings
` [PATCH v1 04/30] dt-bindings: sifive-l2-cache: Support StarFive JH71x0 SoCs
` [PATCH v1 05/30] soc: sifive: l2 cache: Convert to platform driver
` [PATCH v1 09/30] reset: starfive: jh7100: Move necessary properties to device tree
` [PATCH v1 12/30] dt-bindings: reset: Add starfive,jh7110-reset bindings
` [PATCH v1 15/30] clk: starfive: Use regmap APIs to operate registers
` [PATCH v1 17/30] dt-bindings: clock: Add starfive,jh7110-clkgen-sys bindings
` [PATCH v1 20/30] dt-bindings: clock: Add starfive,jh7110-clkgen-aon bindings
` [PATCH v1 23/30] pinctrl: starfive: Rename "pinctrl-starfive" to "pinctrl-starfive-jh7100"
` [PATCH v1 26/30] pinctrl: starfive: Add StarFive JH7110 driver
` [PATCH v1 30/30] RISC-V: Add StarFive JH7100 and JH7110 SoC Kconfig options

[PATCH] clk: renesas: r8a779g0: Add SDHI clocks
 2022-10-12  7:05 UTC 

[PATCH 0/2] clk: renesas: r8a779f0: Minor fixes
 2022-10-12  7:02 UTC  (3+ messages)
` [PATCH 1/2] clk: renesas: r8a779f0: Fix SD0H clock name
` [PATCH 2/2] clk: renesas: r8a779f0: Add SASYNCPER internal clock

[RFC PATCH v3 0/5] Create common DPLL/clock configuration API
 2022-10-12  6:44 UTC  (22+ messages)
` [RFC PATCH v3 1/6] dpll: Add DPLL framework base functions
` [RFC PATCH v3 2/6] dpll: add netlink events
` [RFC PATCH v3 3/6] dpll: add support for source selection modes
` [RFC PATCH v3 4/6] dpll: get source/output name
` [RFC PATCH v3 5/6] dpll: documentation on DPLL subsystem interface
` [RFC PATCH v3 6/6] ptp_ocp: implement DPLL ops

[PATCH v2] clk: at91: fix the build with binutils 2.27
 2022-10-12  3:06 UTC  (2+ messages)

[PATCH] clk: at91: fix the build with binutils 2.27
 2022-10-12  2:46 UTC  (3+ messages)

[PATCH 0/5] clk: qcom: Add clocks for the QDU1000 and QRU1000 SoCs
 2022-10-11 22:11 UTC  (6+ messages)
` [PATCH 1/5] dt-bindings: clock: Add QDU1000 and QRU1000 GCC clock bindings

[PATCH 0/8] MIPS: ingenic: Add support for the JZ4755 SoC
 2022-10-11 18:38 UTC  (18+ messages)
` [PATCH 1/8] dt-bindings: "
` [PATCH 2/8] MIPS: ingenic: add new machine type MACH_JZ4755
` [PATCH 3/8] dt-bindings: clock: Add Ingenic JZ4755 CGU header
` [PATCH 4/8] clk: Add Ingenic JZ4755 CGU driver
` [PATCH 5/8] pinctrl: ingenic: JZ4755 minor bug fixes
` [PATCH 6/8] dmaengine: JZ4780: Add support for the JZ4755
` [PATCH 7/8] serial: 8250/ingenic: Add support for the JZ4750/JZ4755 SoCs
` [PATCH 8/8] MIPS: DTS: Ingenic: Add support for the JZ4755 SoC

[PATCH] dt-bindings: clock: Convert pwm-clock to DT schema
 2022-10-11 17:37 UTC  (3+ messages)

[PATCH v2] clk: mediatek: clk-mux: Add .determine_rate() callback
 2022-10-11 13:55 UTC 

[PATCH] clk: mediatek: clk-mux: Add .determine_rate() callback
 2022-10-11 13:31 UTC 

stable-rc/linux-5.10.y bisection: baseline.login on panda
 2022-10-11 12:54 UTC  (4+ messages)

[PATCH] clk: zynqmp: pll: Fix divider calculation to avoid out-of-range rate
 2022-10-11 12:27 UTC  (10+ messages)

next/master bisection: baseline.login on rk3328-rock64
 2022-10-11 12:13 UTC  (4+ messages)

[PATCH] clk: renesas: r9a07g044: Drop WDT2 clock and reset entry
 2022-10-11  8:25 UTC  (3+ messages)

[PATCH] clk: renesas: r9a07g043: Drop WDT2 clock and reset entry
 2022-10-11  8:24 UTC  (3+ messages)

[PATCH v3 0/4] Modify MxL's CGU clk driver to make it secure boot compatible
 2022-10-11  8:04 UTC  (6+ messages)
` [PATCH v3 1/4] clk: mxl: Switch from direct readl/writel based IO to regmap based IO
` [PATCH v3 2/4] clk: mxl: Remove redundant spinlocks
` [PATCH v3 3/4] clk: mxl: Add option to override gate clks enable/disable
` [PATCH v3 4/4] clk: mxl: Fix a clk entry by adding relevant flags

[PATCH RESEND v2 0/5] Modify MxL's CGU clk driver to make it secure boot compatible
 2022-10-11  7:33 UTC  (13+ messages)
` [PATCH RESEND v2 3/5] clk: mxl: Avoid disabling gate clocks from clk driver
` [PATCH RESEND v2 4/5] clk: mxl: Add validation for register reads/writes

[PATCH v3 0/4] Introduce MediaTek frequency hopping driver
 2022-10-11  6:55 UTC  (10+ messages)
` [PATCH v3 1/4] clk: mediatek: Export PLL operations symbols
` [PATCH v3 2/4] dt-bindings: arm: mediatek: Add new bindings of MediaTek frequency hopping

[PATCH 0/2] clk: More Range Fixes
 2022-10-11  3:43 UTC  (6+ messages)
  ` [PATCH 1/2] clk: Update req_rate on __clk_recalc_rates()
  ` [PATCH 2/2] clk: tests: Add tests for notifiers

[PATCH] clk: spear: Move prototype to accessible header
 2022-10-11  3:11 UTC  (2+ messages)

[PATCH] clk: qcom: dispcc-sm6350: Add CLK_OPS_PARENT_ENABLE to pixel&byte src
 2022-10-11  1:20 UTC  (3+ messages)

[PATCH v9 00/25] clk: More clock rate fixes and tests
 2022-10-11  1:15 UTC  (7+ messages)
  ` [PATCH v9 13/25] clk: Set req_rate on reparenting

[PATCH v2 0/7] drm/vc4: Fix the core clock behaviour
 2022-10-10 19:07 UTC  (5+ messages)
` [PATCH v2 3/7] firmware: raspberrypi: Provide a helper to query a clock max rate

[PATCH 0/5] clk: renesas: r8a779g0: Add SASYNCPER and derived clocks
 2022-10-10 18:34 UTC  (12+ messages)
` [PATCH 1/5] clk: renesas: r8a779g0: Add SASYNCPER clocks
` [PATCH 2/5] clk: renesas: r8a779g0: Fix HSCIF parent clocks
` [PATCH 3/5] clk: renesas: r8a779g0: Add SCIF clocks
` [PATCH 4/5] clk: renesas: r8a779g0: Add PWM clock
` [PATCH 5/5] clk: renesas: r8a779g0: Add TPU clock

[PATCH V3] clk: tegra: Fix Tegra PWM parent clock
 2022-10-10 16:04 UTC  (2+ messages)

[PATCH V2] clk: tegra: Fix Tegra PWM parent clock
 2022-10-10 10:03 UTC  (5+ messages)

[PATCH] clk: mediatek: clk-mt8195-topckgen: Fix error return code in clk_mt8195_topck_probe()
 2022-10-10  8:08 UTC  (2+ messages)

[PATCH] clk: bcm: rpi: Fix an out-of-bound access to raspberrypi_clk_variants
 2022-10-09  3:34 UTC  (3+ messages)

[PATCH] clk: imx93: correct the flexspi1 clock setting
 2022-10-09  3:11 UTC  (3+ messages)

[GIT PULL] clk changes for the merge window
 2022-10-08 17:35 UTC  (2+ messages)

Should the "CONFIG_COMMON_CLK" configuration item be turned on by default in Linux/x86 6.0.0?
 2022-10-08  7:43 UTC 

[PATCH v5] reset: mediatek: Move mediatek system clock reset to reset folder
 2022-10-07 10:48 UTC 

[PATCH] clk: tegra: Fix Tegra210 PWM parent clock
 2022-10-07  8:46 UTC  (2+ messages)

[PATCH RESEND v6 0/1] ARM: mstar: cpupll
 2022-10-06 17:44 UTC  (5+ messages)
` [PATCH RESEND v6 1/1] clk: mstar: msc313 cpupll clk driver

[PATCH v4] clk: Introduce 'always-on-clocks' property
 2022-10-06 12:39 UTC  (3+ messages)

[RFC PATCH 0/2] Propose critical clocks
 2022-10-06 11:05 UTC  (4+ messages)

[PATCH] clk: clocking-wizard: Depend on HAS_IOMEM
 2022-10-06  4:19 UTC  (2+ messages)

[PATCH v7 1/5] PCI: qcom: Add system suspend and resume support
 2022-10-05 21:13 UTC  (2+ messages)

[PATCH 0/6] RISC-V: stop selecting device drivers in Kconfig.socs
 2022-10-05 17:13 UTC  (7+ messages)
` [PATCH 1/6] clk: sifive: select by default if SOC_SIFIVE
` [PATCH 2/6] serial: "
` [PATCH 3/6] serial: sifive: select by default if SOC_CANAAN
` [PATCH 4/6] riscv: stop selecting the PolarFire SoC clock driver
` [PATCH 5/6] riscv: stop selecting SiFive clock and serial drivers directly
` [PATCH 6/6] riscv: stop directly selecting drivers for SOC_CANAAN

[PATCH v1 00/17] Add MT8195 HDMI support
 2022-10-05 14:53 UTC  (11+ messages)
` [PATCH v1 17/17] drm/mediatek: Add mt8195-dpi support to drm_drv

[PATCH] clk: renesas: r9a07g044: Add MTU3a clock and reset entry
 2022-10-05 11:18 UTC 

[PATCH v7 0/6] clk/qcom: Support gdsc collapse polling using 'reset' interface
 2022-10-05  9:07 UTC  (5+ messages)
` [PATCH v7 1/6] dt-bindings: clk: qcom: Support gpu cx gdsc reset
` [PATCH v7 2/6] clk: qcom: Allow custom reset ops
` [PATCH v7 3/6] clk: qcom: gdsc: Add a reset op to poll gdsc collapse
` [PATCH v7 4/6] clk: qcom: gpucc-sc7280: Add cx collapse reset support

[PATCH RESEND v5 0/1] ARM: mstar: cpupll
 2022-10-05  7:35 UTC  (7+ messages)
` [PATCH RESEND v5 1/1] clk: mstar: msc313 cpupll clk driver

[PATCH v4] reset: mediatek: Move mediatek system clock reset to reset folder
 2022-10-05  5:11 UTC 

[PATCH] clk: qcom: gcc-sm6375: Ensure unsigned long type
 2022-10-04 17:42 UTC  (2+ messages)

[PATCH v2 00/44] cpuidle,rcu: Clean up the mess
 2022-10-04 17:19 UTC  (15+ messages)
` [PATCH v2 12/44] cpuidle,dt: Push RCU-idle into driver
` [PATCH v2 14/44] cpuidle,cpu_pm: Remove RCU fiddling from cpu_pm_{enter,exit}()
` [PATCH v2 23/44] arm,smp: Remove trace_.*_rcuidle() usage
` [PATCH v2 33/44] ftrace: WARN on rcuidle
` [PATCH v2 38/44] cpuidle,powerdomain: Remove trace_.*_rcuidle()
` [PATCH v2 39/44] cpuidle,clk: "

[PATCH 0/2] clocking-wizard: Add versal clocking wizard support
 2022-10-04 11:04 UTC  (14+ messages)
` [PATCH 1/2] dt-bindings: clk: Add binding for versal clocking wizard


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).