linux-clk.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-04-07 14:56:13 to 2025-04-10 04:09:12 UTC [more...]

[PATCH v6 0/6] Add clock controller support for SpacemiT K1
 2025-04-10  4:09 UTC  (26+ messages)
` [PATCH v6 1/6] dt-bindings: soc: spacemit: Add spacemit,k1-syscon
` [PATCH v6 2/6] dt-bindings: clock: spacemit: Add spacemit,k1-pll
` [PATCH v6 3/6] clk: spacemit: Add clock support for SpacemiT K1 SoC
` [PATCH v6 4/6] clk: spacemit: k1: Add TWSI8 bus and function clocks
` [PATCH v6 5/6] riscv: dts: spacemit: Add clock tree for SpacemiT K1
` [PATCH v6 6/6] riscv: defconfig: enable clock controller unit support "

[PATCH v1] ASoC: imx-card: Add NULL check in ap806_syscon_common_probe()
 2025-04-10  3:04 UTC 

[PATCH v3 0/7] clk: spacemit: add K1 reset support
 2025-04-09 21:17 UTC  (8+ messages)
` [PATCH v3 1/7] dt-bindings: soc: spacemit: define spacemit,k1-ccu resets
` [PATCH v3 2/7] clk: spacemit: rename spacemit_ccu_data fields
` [PATCH v3 3/7] clk: spacemit: add reset controller support
` [PATCH v3 4/7] clk: spacemit: define existing syscon resets
` [PATCH v3 5/7] clk: spacemit: make clocks optional
` [PATCH v3 6/7] clk: spacemit: define new syscons with only resets
` [PATCH v3 7/7] riscv: dts: spacemit: add reset support for the K1 SoC

[PATCH v4 00/32] Samsung S2MPG10 PMIC MFD-based drivers
 2025-04-09 20:37 UTC  (33+ messages)
` [PATCH v4 01/32] dt-bindings: mfd: samsung,s2mps11: add s2mpg10
` [PATCH v4 02/32] dt-bindings: clock: "
` [PATCH v4 03/32] dt-bindings: firmware: google,gs101-acpm-ipc: add PMIC child node
` [PATCH v4 04/32] mfd: sec-core: Drop non-existing forward declarations
` [PATCH v4 05/32] mfd: sec: Sort includes alphabetically
` [PATCH v4 06/32] mfd: sec: Update includes to add missing and remove superfluous ones
` [PATCH v4 07/32] mfd: sec: Move private internal API to internal header
` [PATCH v4 08/32] mfd: sec: Split into core and transport (i2c) drivers
` [PATCH v4 09/32] mfd: sec: Add support for S2MPG10 PMIC
` [PATCH v4 10/32] mfd: sec: Merge separate core and irq modules
` [PATCH v4 11/32] mfd: sec-common: Fix multiple trivial whitespace issues
` [PATCH v4 12/32] mfd: sec-i2c: Sort struct of_device_id entries and the device type switch
` [PATCH v4 13/32] mfd: sec: Use dev_err_probe() where appropriate
` [PATCH v4 14/32] mfd: sec-i2c: s2dos05/s2mpu05: Use explicit regmap config and drop default
` [PATCH v4 15/32] mfd: sec-irq: s2dos05 doesn't support interrupts
` [PATCH v4 16/32] mfd: sec-common: Don't ignore errors from sec_irq_init()
` [PATCH v4 17/32] mfd: sec-i2c: Rework platform data and regmap instantiating
` [PATCH v4 18/32] mfd: sec: Change device_type to int
` [PATCH v4 19/32] mfd: sec: Don't compare against NULL / 0 for errors, use !
` [PATCH v4 20/32] mfd: sec-common: Use sizeof(*var), not sizeof(struct type_of_var)
` [PATCH v4 21/32] mfd: sec-common: Convert to using MFD_CELL macros
` [PATCH v4 22/32] mfd: sec-irq: Convert to using REGMAP_IRQ_REG() macros
` [PATCH v4 23/32] mfd: sec: Add myself as module author
` [PATCH v4 24/32] clk: s2mps11: add support for S2MPG10 PMIC clock
` [PATCH v4 25/32] rtc: s5m: cache device type during probe
` [PATCH v4 26/32] rtc: s5m: prepare for external regmap
` [PATCH v4 27/32] rtc: s5m: add support for S2MPG10 RTC
` [PATCH v4 28/32] rtc: s5m: fix a typo: peding -> pending
` [PATCH v4 29/32] rtc: s5m: switch to devm_device_init_wakeup
` [PATCH v4 30/32] rtc: s5m: replace regmap_update_bits with regmap_clear/set_bits
` [PATCH v4 31/32] rtc: s5m: replace open-coded read/modify/write registers with regmap helpers
` [PATCH v4 32/32] MAINTAINERS: add myself as reviewer for Samsung S2M MFD

[PATCH RFC 00/10] Fix the ABBA locking situation between clk and runtime PM
 2025-04-09 18:01 UTC  (7+ messages)
` [PATCH RFC 01/10] PM: runtime: Add helpers to resume consumers
` [PATCH RFC 09/10] clk: Make sure clock parents and children are resumed when necessary

[PATCH v8 net-next PATCH 1/1] net: phy: air_en8811h: Add clk provider for CKO pin
 2025-04-09 15:28 UTC  (2+ messages)

[PATCH 00/16] lan966x pci device: Add support for SFPs
 2025-04-09 15:03 UTC  (46+ messages)
` [PATCH 01/16] Revert "treewide: Fix probing of devices in DT overlays"
` [PATCH 02/16] driver core: Rename get_dev_from_fwnode() wrapper to get_device_from_fwnode()
` [PATCH 03/16] of: dynamic: Fix overlayed devices not probing because of fw_devlink
` [PATCH 04/16] driver core: Avoid warning when removing a device while its supplier is unbinding
` [PATCH 05/16] bus: simple-pm-bus: Populate child nodes at probe
` [PATCH 06/16] PCI: of: Set fwnode.dev of newly created PCI device nodes
` [PATCH 07/16] PCI: of: Remove fwnode_dev_initialized() call for a PCI root bridge node
` [PATCH 08/16] i2c: core: Introduce i2c_get_adapter_supplier()
` [PATCH 09/16] i2c: mux: Set adapter supplier
` [PATCH 10/16] i2c: mux: Create missing devlink between mux and "
` [PATCH 11/16] of: property: Allow fw_devlink device-tree support for x86
` [PATCH 12/16] clk: lan966x: Add MCHP_LAN966X_PCI dependency
` [PATCH 13/16] i2c: busses: at91: "
` [PATCH 14/16] misc: lan966x_pci: Fix dtso nodes ordering
` [PATCH 15/16] misc: lan966x_pci: Add dtso nodes in order to support SFPs
` [PATCH 16/16] misc: lan966x_pci: Add drivers needed to support SFPs in Kconfig help

[PATCH v2] clk: davinci: Use of_get_available_child_by_name()
 2025-04-09 14:03 UTC  (3+ messages)

[PATCH 0/3] clk: renesas: rzv2h: Fixes and improvements
 2025-04-09 12:04 UTC  (3+ messages)
` [PATCH 2/3] clk: renesas: rzv2h: Improve rzv2h_ddiv_set_rate()

[PATCH v2 0/3] clk: add support for TI CDCE6214
 2025-04-09 11:55 UTC  (5+ messages)
` [PATCH v2 1/3] clk: make determine_rate optional for non reparenting clocks
` [PATCH v2 2/3] dt-bindings: clock: add TI CDCE6214 binding
` [PATCH v2 3/3] clk: add TI CDCE6214 clock driver

[PATCH 0/4] dt-bindings: clock: ti: convert to yaml
 2025-04-09  9:10 UTC  (22+ messages)
` [PATCH 1/4] dt-bindings: clock: ti: Convert "
` [PATCH 2/4] "
` [PATCH 3/4] dt-bindings: clock: ti: Convert fixed-factor-clock "
` [PATCH 4/4] dt-bindings: clock: ti: add ti,autoidle.yaml reference

[PATCH v2 00/15] Add support for DU and DSI on the Renesas RZ/V2H(P) SoC
 2025-04-09  8:55 UTC  (19+ messages)
` [PATCH v2 01/15] clk: renesas: rzv2h-cpg: Add support for DSI clocks
` [PATCH v2 02/15] clk: renesas: r9a09g057: Add clock and reset entries for DSI and LCDC
` [PATCH v2 03/15] dt-bindings: display: renesas,rzg2l-du: Add support for RZ/V2H(P) SoC
` [PATCH v2 04/15] dt-bindings: display: bridge: renesas,dsi: "
` [PATCH v2 05/15] drm: renesas: rz-du: "
` [PATCH v2 06/15] drm: renesas: rz-du: mipi_dsi: Add min check for VCLK range
` [PATCH v2 07/15] drm: renesas: rz-du: mipi_dsi: Simplify HSFREQ calculation
` [PATCH v2 08/15] drm: renesas: rz-du: mipi_dsi: Use VCLK for "
` [PATCH v2 09/15] drm: renesas: rz-du: mipi_dsi: Add OF data support
` [PATCH v2 10/15] drm: renesas: rz-du: mipi_dsi: Use mHz for D-PHY frequency calculations
` [PATCH v2 11/15] drm: renesas: rz-du: mipi_dsi: Add feature flag for 16BPP support
` [PATCH v2 12/15] drm: renesas: rz-du: mipi_dsi: Add dphy_late_init() callback for RZ/V2H(P)
` [PATCH v2 13/15] drm: renesas: rz-du: mipi_dsi: Add function pointers for configuring VCLK and mode validation
` [PATCH v2 14/15] drm: renesas: rz-du: mipi_dsi: Add support for LPCLK handling
` [PATCH v2 15/15] drm: renesas: rz-du: mipi_dsi: Add support for RZ/V2H(P) SoC

[PATCH] clk: fix slab-use-after-free when clk_core_populate_parent_map failed
 2025-04-09  8:32 UTC 

[RESEND PATCH] clk: socfpga: clk-pll: Optimize local variables
 2025-04-08 17:45 UTC  (3+ messages)

[PATCH v7 net-next PATCH 1/1] net: phy: air_en8811h: Add clk provider for CKO pin
 2025-04-08 15:18 UTC  (2+ messages)

[PATCH 0/3] clk: add support for TI CDCE6214
 2025-04-08 15:11 UTC  (8+ messages)
` [PATCH 1/3] clk: make determine_rate optional for non reparenting clocks
` [PATCH 2/3] clk: add TI CDCE6214 clock driver
` [PATCH 3/3] dt-bindings: clock: add TI CDCE6214 binding

[PATCH] clk: davinci: Add NULL check in davinci_lpsc_clk_register
 2025-04-08 14:14 UTC  (2+ messages)

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

[PATCH v2 0/2] Add RZ/G3E XSPI clocks
 2025-04-08 11:38 UTC  (3+ messages)
` [PATCH v2 1/2] clk: renesas: r9a09g047: Add support for xspi mux and divider
` [PATCH v2 2/2] clk: renesas: r9a09g047: Add XSPI clock/reset

[PATCH 1/2] clk: rockchip: clk-pll: Fix CRU_xx_CON2 register usage
 2025-04-08 10:50 UTC  (4+ messages)
` [PATCH 2/2] clk: rockchip: clk-pll: Typo fix

[PATCH 00/17] Add support for DU and DSI on the Renesas RZ/V2H(P) SoC
 2025-04-08 10:36 UTC  (4+ messages)
` [PATCH 05/17] dt-bindings: display: renesas,rzg2l-du: Add support for "

[PATCH v2 0/2] vsprintf: remove redundant %pCn format specifier
 2025-04-08  7:33 UTC  (5+ messages)
` [PATCH v2 2/2] vsprintf: remove redundant and unused "

[PATCH] clk: rockchip: rk3588: Add PLL rate for 1500 MHz
 2025-04-08  6:46 UTC 

[PATCH v1 0/9] Tegra114: implement EMC support
 2025-04-08  5:49 UTC  (4+ messages)

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

[PATCH v7 0/3] Add T-HEAD TH1520 VO clock support for LicheePi 4A GPU enablement
 2025-04-07 18:21 UTC  (9+ messages)
  ` [PATCH v7 3/3] riscv: dts: thead: Add device tree VO clock controller
  ` [PATCH v7 2/3] clk: thead: Add clock support for VO subsystem in T-HEAD TH1520 SoC

[PATCH v2 0/9] clk: renesas: rzv2h: Add clock and reset entries for USB2 and GBETH
 2025-04-07 16:52 UTC  (10+ messages)
` [PATCH v2 1/9] clk: renesas: rzv2h-cpg: Add support for static mux clocks
` [PATCH v2 2/9] clk: renesas: rzv2h-cpg: Add macro for defining static dividers
` [PATCH v2 3/9] clk: renesas: rzv2h-cpg: Support static dividers without RMW
` [PATCH v2 4/9] clk: renesas: rzv2h-cpg: Use str_on_off() helper in rzv2h_mod_clock_endisable()
` [PATCH v2 5/9] clk: renesas: rzv2h-cpg: Use both CLK_ON and CLK_MON bits for clock state validation
` [PATCH v2 6/9] clk: renesas: rzv2h-cpg: Ignore monitoring CLK_MON bits for external clocks
` [PATCH v2 7/9] dt-bindings: clock: renesas,r9a09g057-cpg: Add USB2 PHY and GBETH PTP core clocks
` [PATCH v2 8/9] clk: renesas: r9a09g057: Add clock and reset entries for USB2
` [PATCH v2 9/9] clk: renesas: r9a09g057: Add clock and reset entries for GBETH0/1


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