public inbox for linux-clk@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2025-03-19 21:51:25 to 2025-03-25 12:23:00 UTC [more...]

[PATCH 0/4] Add RZ/G3E XSPI clocks
 2025-03-25 12:22 UTC  (13+ messages)
` [PATCH 1/4] clk: renesas: rzv2h-cpg: Add support for coupled clock
` [PATCH 4/4] clk: renesas: r9a09g047: Add XSPI clock/reset

[PATCH 0/4] Add CMN PLL clock controller support for IPQ5424
 2025-03-25  8:22 UTC  (10+ messages)
` [PATCH 1/4] dt-bindings: clock: qcom: Add CMN PLL support for IPQ5424 SoC
` [PATCH 2/4] clk: qcom: cmnpll: Add IPQ5424 SoC support
` [PATCH 3/4] arm64: dts: ipq5424: Add CMN PLL node
` [PATCH 4/4] arm64: dts: qcom: Update IPQ5424 xo_board to use fixed factor clock

[RFC PATCH v2 0/9] Redo PolarFire SoC's mailbox/clock devicestrees and related code
 2025-03-25  8:13 UTC  (12+ messages)
` [RFC PATCH v2 1/9] dt-bindings: mfd: syscon document the control-scb syscon on PolarFire SoC
` [RFC PATCH v2 2/9] dt-bindings: soc: microchip: document the simple-mfd "
` [RFC PATCH v2 3/9] soc: microchip: add mfd drivers for two syscon regions "
` [RFC PATCH v2 4/9] reset: mpfs: add non-auxiliary bus probing
` [RFC PATCH v2 5/9] dt-bindings: clk: microchip: mpfs: remove first reg region
` [RFC PATCH v2 6/9] riscv: dts: microchip: fix mailbox description
` [RFC PATCH v2 7/9] riscv: dts: microchip: convert clock and reset to use syscon
` [RFC PATCH v2 8/9] clk: divider, gate: create regmap-backed copies of gate and divider clocks
` [RFC PATCH v2 9/9] clk: microchip: mpfs: use regmap clock types

[PATCH v5] clk: qcom: Add support for Camera Clock Controller on QCS8300
 2025-03-24 23:38 UTC  (2+ messages)

[GIT PULL] Qualcomm clock updates for v6.15
 2025-03-24 23:35 UTC  (2+ messages)

[PATCH 00/34] Samsung S2MPG10 PMIC MFD-based drivers
 2025-03-24 17:23 UTC  (40+ messages)
` [PATCH 01/34] dt-bindings: mfd: samsung,s2mps11: add s2mpg10
` [PATCH 02/34] dt-bindings: clock: "
` [PATCH 03/34] firmware: exynos-acpm: export devm_acpm_get_by_phandle()
` [PATCH 04/34] mfd: sec: drop non-existing forward declarations
` [PATCH 05/34] mfd: sec: sort includes alphabetically
` [PATCH 06/34] mfd: sec: update includes to add missing and remove superfluous ones
` [PATCH 07/34] mfd: sec: move private internal API to internal header
` [PATCH 08/34] mfd: sec: fix open parenthesis alignment (of_property_read_bool)
` [PATCH 09/34] mfd: sec: slightly rework runtime platform data allocation
` [PATCH 10/34] mfd: sec: split into core and transport (i2c) drivers
` [PATCH 11/34] defconfigs: rename CONFIG_MFD_SEC_CORE to CONFIG_MFD_SEC_I2C
` [PATCH 12/34] mfd: sec: add support for S2MPG10 PMIC
` [PATCH 13/34] mfd: sec: merge separate core and irq modules
` [PATCH 14/34] mfd: sec: sort struct of_device_id entries and the device type switch
` [PATCH 15/34] mfd: sec: use dev_err_probe() where appropriate
` [PATCH 16/34] mfd: sec: s2dos05/s2mpu05: use explicit regmap config
` [PATCH 17/34] mfd: sec: drop generic "
` [PATCH 18/34] mfd: sec: s2dos05: doesn't support interrupts (it seems)
` [PATCH 19/34] mfd: sec: don't ignore errors from sec_irq_init()
` [PATCH 20/34] mfd: sec: rework platform data and regmap instantiating
` [PATCH 21/34] mfd: sec: change device_type to int
` [PATCH 22/34] mfd: sec: don't compare against NULL / 0 for errors, use !
` [PATCH 23/34] mfd: sec: use sizeof(*var), not sizeof(struct type_of_var)
` [PATCH 24/34] mfd: sec: convert to using MFD_CELL macros
` [PATCH 25/34] mfd: sec: convert to using REGMAP_IRQ_REG() macros
` [PATCH 26/34] clk: s2mps11: add support for S2MPG10 PMIC clock
` [PATCH 27/34] rtc: s5m: cache value of platform_get_device_id() during probe
` [PATCH 28/34] rtc: s5m: prepare for external regmap
` [PATCH 29/34] rtc: s5m: add support for S2MPG10 RTC
` [PATCH 30/34] rtc: s5m: fix a typo: peding -> pending
` [PATCH 31/34] rtc: s5m: switch to devm_device_init_wakeup
` [PATCH 32/34] rtc: s5m: replace regmap_update_bits with regmap_clear/set_bits
` [PATCH 33/34] rtc: s5m: replace open-coded read/modify/write registers with regmap helpers
` [PATCH 34/34] MAINTAINERS: add myself as reviewer for Samsung S2M MFD

[PATCH v2 0/4] Add video clock controller for SM6350
 2025-03-24 17:16 UTC  (8+ messages)
` [PATCH v2 1/4] arm64: dts: qcom: sm6350: Align reg properties with latest style
` [PATCH v2 2/4] dt-bindings: clock: add SM6350 QCOM video clock bindings
` [PATCH v2 3/4] clk: qcom: Add video clock controller driver for SM6350
` [PATCH v2 4/4] arm64: dts: qcom: sm6350: Add video clock controller

[PATCH v2 00/11] airoha: en7581: clk cleanup + USB support
 2025-03-24 15:49 UTC  (17+ messages)
` [PATCH v2 01/11] clk: en7523: convert driver to regmap API
` [PATCH v2 02/11] clk: en7523: generalize register clocks function
` [PATCH v2 03/11] dt-bindings: clock: en7523: add Documentation for Airoha AN7581 SCU SSR
` [PATCH v2 04/11] soc: airoha: add support for configuring SCU SSR Serdes port
` [PATCH v2 05/11] clk: en7523: define and register SoC SCU SSR driver for EN7581
` [PATCH v2 06/11] soc: airoha: scu-ssr: expose API to read current Serdes Port mode
` [PATCH v2 07/11] dt-bindings: phy: Add documentation for Airoha AN7581 USB PHY
` [PATCH v2 08/11] phy: move Airoha PCIe PHY driver to dedicated directory
` [PATCH v2 09/11] phy: airoha: Add support for Airoha AN7581 USB PHY
` [PATCH v2 10/11] usb: host: add ARCH_AIROHA in XHCI MTK dependency
` [PATCH v2 11/11] arm64: dts: airoha: en7581: add USB nodes

[PATCH v6 net-next PATCH 1/1] net: phy: air_en8811h: Add clk provider for CKO pin
 2025-03-24 14:27 UTC 

[PATCH RESEND 0/7] clk: spacemit: add K1 reset support
 2025-03-24 12:52 UTC  (32+ messages)
` [PATCH RESEND 1/7] dt-bindings: soc: spacemit: define spacemit,k1-ccu resets
` [PATCH RESEND 2/7] clk: spacemit: define struct k1_ccu_data
` [PATCH RESEND 3/7] clk: spacemit: add reset controller support
` [PATCH RESEND 4/7] clk: spacemit: define existing syscon resets
` [PATCH RESEND 5/7] clk: spacemit: make clocks optional
` [PATCH RESEND 6/7] clk: spacemit: define new syscons with only resets
` [PATCH RESEND 7/7] riscv: dts: spacemit: add reset support for the K1 SoC

[PATCH v5 0/5] Add clock controller support for SpacemiT K1
 2025-03-24 11:14 UTC  (8+ messages)
` [PATCH v5 3/5] clk: spacemit: Add clock support for Spacemit K1 SoC

[PATCH 0/3] Add video clock controller for SM6350
 2025-03-24  8:35 UTC  (10+ messages)
` [PATCH 1/3] dt-bindings: clock: add SM6350 QCOM video clock bindings
` [PATCH 2/3] clk: qcom: Add video clock controller driver for SM6350
` [PATCH 3/3] arm64: dts: qcom: sm6350: Add video clock controller

[PATCH] soc: xilinx: vcu: modify the order of devices unregistration
 2025-03-24  6:15 UTC 

[PATCH v7 00/11] Add support for RaspberryPi RP1 PCI device using a DT overlay
 2025-03-23 11:56 UTC  (5+ messages)
` [PATCH v7 08/11] misc: rp1: RaspberryPi RP1 misc driver

[PATCH v8 00/13] Add support for RaspberryPi RP1 PCI device using a DT overlay
 2025-03-23 11:49 UTC  (16+ messages)
` [PATCH v8 01/13] dt-bindings: clock: Add RaspberryPi RP1 clock bindings
` [PATCH v8 02/13] dt-bindings: pinctrl: Add RaspberryPi RP1 gpio/pinctrl/pinmux bindings
` [PATCH v8 03/13] dt-bindings: pci: Add common schema for devices accessible through PCI BARs
` [PATCH v8 04/13] dt-bindings: misc: Add device specific bindings for RaspberryPi RP1
` [PATCH v8 05/13] clk: rp1: Add support for clocks provided by RP1
` [PATCH v8 06/13] pinctrl: rp1: Implement RaspberryPi RP1 gpio support
` [PATCH v8 07/13] arm64: dts: rp1: Add support for RaspberryPi's RP1 device
` [PATCH v8 08/13] misc: rp1: RaspberryPi RP1 misc driver
` [PATCH v8 09/13] arm64: dts: Add board DTS for Rpi5 which includes RP1 node
` [PATCH v8 10/13] arm64: dts: Add overlay for RP1 device
` [PATCH v8 11/13] arm64: dts: bcm2712: Add external clock for RP1 chipset on Rpi5
` [PATCH v8 12/13] arm64: defconfig: Enable RP1 misc/clock/gpio drivers
` [PATCH v8 13/13] arm64: defconfig: Enable OF_OVERLAY option

[PATCH RESEND v5 0/3] riscv: canaan: Add support for K230-Canmv clock
 2025-03-22  7:33 UTC  (6+ messages)
` [PATCH RESEND v5 1/3] dt-bindings: clock: Add bindings for Canaan K230 clock controller
` [PATCH RESEND v5 2/3] clk: canaan: Add clock driver for Canaan K230
` [PATCH RESEND v5 3/3] riscv: dts: canaan: Add clock definition for K230

[PATCH v1 0/3] clk: tegra: add DFLL support for Tegra 4
 2025-03-21 20:50 UTC  (5+ messages)
` [PATCH v1 1/3] drivers: cpufreq: add Tegra 4 support
` [PATCH v1 2/3] drivers: clk: tegra: add DFLL support for Tegra 4
` [PATCH v1 3/3] ARM: tegra: Add DFLL clock support on "

[PATCH v3 0/4] clk: amlogic: drop clk_regmap tables
 2025-03-21 17:53 UTC  (4+ messages)
` [PATCH v3 1/4] clk: add a clk_hw helpers to get the clock device or device_node

[PATCH 0/3] clk: amlogic: drop clk_regmap tables
 2025-03-21 15:55 UTC  (13+ messages)
` [PATCH 2/3] "

[PATCH v6 00/18] Add support for RZ/G3E CANFD
 2025-03-21  9:09 UTC  (2+ messages)

[PATCH 0/7] clk: spacemit: add K1 reset support
 2025-03-21  0:16 UTC  (11+ messages)
` [PATCH 1/7] dt-bindings: soc: spacemit: define spacemit,k1-ccu resets
` [PATCH 2/7] clk: spacemit: define struct k1_ccu_data
` [PATCH 3/7] clk: spacemit: add reset controller support
` [PATCH 4/7] clk: spacemit: define existing syscon resets
` [PATCH 5/7] clk: spacemit: make clocks optional
` [PATCH 6/7] clk: spacemit: define new syscons with only resets
` [PATCH 7/7] riscv: dts: spacemit: add reset support for the K1 SoC

[PATCH v2 0/8] clk: qcom: Add support to attach multiple power domains in cc probe
 2025-03-20 16:29 UTC  (4+ messages)
` [PATCH v2 2/8] clk: qcom: common: Add support to configure PLL

[PATCH v4 0/6] Add support for S4 audio
 2025-03-20 10:05 UTC  (24+ messages)
` [PATCH v4 1/6] dt-bindings: clock: meson: Add audio power domain for s4 soc
` [PATCH v4 2/6] dt-bindings: clock: axg-audio: Add mclk and sclk pad clock ids
` [PATCH v4 4/6] ASoC: meson: g12a-toacodec: Add s4 tocodec driver
` [PATCH v4 5/6] clk: meson: axg-audio: Add the mclk pad div for s4 chip
` [PATCH v4 6/6] arm64: dts: amlogic: Add Amlogic S4 Audio

[PATCH] clk: renesas: rzv2h-cpg: Fix a typo
 2025-03-20  9:31 UTC 


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox