linux-clk.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-03-21 09:56:21 to 2025-03-26 14:40:18 UTC [more...]

[PATCH 00/15] Add support for Renesas RZ/V2N SoC and EVK
 2025-03-26 14:39 UTC  (16+ messages)
` [PATCH 01/15] dt-bindings: soc: renesas: Document Renesas RZ/V2N SoC variants
` [PATCH 02/15] dt-bindings: soc: renesas: Document RZ/V2N EVK board
` [PATCH 03/15] soc: renesas: Add config option for RZ/V2N (R9A09G056) SoC
` [PATCH 04/15] dt-bindings: soc: renesas: Document SYS for RZ/V2N SoC
` [PATCH 05/15] soc: renesas: sysc: Add SoC identification "
` [PATCH 06/15] dt-bindings: serial: renesas: Document RZ/V2N SCIF
` [PATCH 07/15] dt-bindings: mmc: renesas,sdhi: Document RZ/V2N support
` [PATCH 08/15] dt-bindings: clock: renesas: Document RZ/V2N SoC CPG
` [PATCH 09/15] clk: renesas: rzv2h-cpg: Sort compatible list based on SoC part number
` [PATCH 10/15] clk: renesas: rzv2h: Add support for RZ/V2N SoC
` [PATCH 11/15] dt-bindings: pinctrl: renesas: Document "
` [PATCH 12/15] pinctrl: renesas: rzg2l: Add support for "
` [PATCH 13/15] arm64: dts: renesas: Add initial SoC DTSI for RZ/V2N
` [PATCH 14/15] arm64: dts: renesas: Add initial device tree for RZ/V2N EVK
` [PATCH 15/15] arm64: defconfig: Enable Renesas RZ/V2N SoC

[RFC PATCH v2 0/9] Redo PolarFire SoC's mailbox/clock devicestrees and related code
 2025-03-26 14:17 UTC  (16+ 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] clk: s2mps11: initialise clk_hw_onecell_data::num before accessing ::hws[] in probe()
 2025-03-26 14:12 UTC  (2+ messages)

[PATCH v7 00/18] Add support for RZ/G3E CANFD
 2025-03-26 12:19 UTC 

[PATCH 0/2] arm64: dts: qcom: sm8550: camcc: Manage MMCX and MXC
 2025-03-26 11:46 UTC  (3+ messages)

[PATCH] clk: rockchip: Drop empty init callback for rk3588 PLL type
 2025-03-26 11:35 UTC 

[PATCH v1 0/4] Add T-Head TH1520 VO clock support for LicheePi 4A GPU enablement
 2025-03-26 11:24 UTC  (8+ messages)
  ` [PATCH v1 4/4] clk: thead: Add GPU clock gate control with CLKGEN reset support

[PATCH v5] clk: qcom: Add support for Camera Clock Controller on QCS8300
 2025-03-26 11:17 UTC  (3+ messages)

[PATCH v5 02/13] dt-bindings: clock: Add cpg for the Renesas RZ/T2H SoC
 2025-03-26 10:32 UTC  (6+ messages)
` [PATCH v5 05/13] clk: renesas: Pass sub struct of cpg_mssr_priv to cpg_clk_register
` [PATCH v5 06/13] clk: renesas: Add support for R9A09G077 SoC

[PATCH 00/34] Samsung S2MPG10 PMIC MFD-based drivers
 2025-03-26  9:42 UTC  (61+ 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 0/4] Add CMN PLL clock controller support for IPQ5424
 2025-03-26  7:10 UTC  (13+ 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

[PATCH v6 net-next PATCH 1/1] net: phy: air_en8811h: Add clk provider for CKO pin
 2025-03-25 22:52 UTC  (2+ messages)

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

[PATCH v1 0/3] clk: tegra: add DFLL support for Tegra 4
 2025-03-25 19:00 UTC  (6+ messages)
` [PATCH v1 2/3] drivers: "
` [PATCH v1 3/3] ARM: tegra: Add DFLL clock support on "

[PATCH v2 0/4] AT91 SAMA7 SoC Clock Adjustments
 2025-03-25 15:55 UTC  (5+ messages)
` [PATCH v2 1/4] clk: at91: sckc: Fix parent_data struct for slow osc
` [PATCH v2 2/4] clk: at91: sama7d65: Add missing clk_hw to parent_data
` [PATCH v2 3/4] clk: at91: sama7g5: "
` [PATCH v2 4/4] ARM: dts: microchip: sama7g5: Adjust clock xtal phandle

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

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

[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  (5+ messages)
` [PATCH v2 03/11] dt-bindings: clock: en7523: add Documentation for Airoha AN7581 SCU SSR
` [PATCH v2 07/11] dt-bindings: phy: Add documentation for Airoha AN7581 USB PHY

[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  (7+ 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  (5+ messages)
` [PATCH v8 03/13] dt-bindings: pci: Add common schema for devices accessible through PCI BARs
` [PATCH v8 08/13] misc: rp1: RaspberryPi RP1 misc driver

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

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


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).