public inbox for spacemit@lists.linux.dev
 help / color / mirror / Atom feed
 messages from 2026-02-28 14:46:08 to 2026-03-09 09:19:01 UTC [more...]

[PATCH v2 phy-next 00/24] Split Generic PHY consumer and provider API
 2026-03-09  9:18 UTC  (33+ messages)
` [PATCH v2 phy-next 01/24] ata: add <linux/pm_runtime.h> where missing
` [PATCH v2 phy-next 02/24] PCI: Add missing headers transitively included by <linux/phy/phy.h>
` [PATCH v2 phy-next 03/24] usb: add "
` [PATCH v2 phy-next 04/24] drm: add <linux/pm_runtime.h> where missing
` [PATCH v2 phy-next 05/24] phy: "
` [PATCH v2 phy-next 06/24] phy: spacemit: include missing <linux/phy/phy.h>
` [PATCH v2 phy-next 07/24] net: lan969x: include missing <linux/of.h>
` [PATCH v2 phy-next 08/24] PCI: Remove device links to PHY
` [PATCH v2 phy-next 09/24] ufs: exynos: stop poking into struct phy guts
` [PATCH v2 phy-next 10/24] drm/rockchip: dw_hdmi: avoid direct dereference of phy->dev.of_node
` [PATCH v2 phy-next 11/24] drm/msm/dp: remove debugging prints with internal struct phy state
` [PATCH v2 phy-next 12/24] phy: move provider API out of public <linux/phy/phy.h>
` [PATCH v2 phy-next 13/24] phy: make phy_get_mode(), phy_(get|set)_bus_width() NULL tolerant
` [PATCH v2 phy-next 14/24] phy: introduce phy_get_max_link_rate() helper for consumers
` [PATCH v2 phy-next 15/24] drm/rockchip: dsi: include PHY provider header
` [PATCH v2 phy-next 16/24] drm: bridge: cdns-mhdp8546: use consumer API for getting PHY bus width
` [PATCH v2 phy-next 17/24] media: sunxi: a83-mips-csi2: include PHY provider header
` [PATCH v2 phy-next 18/24] net: renesas: rswitch: "
` [PATCH v2 phy-next 19/24] pinctrl: tegra-xusb: "
` [PATCH v2 phy-next 20/24] power: supply: cpcap-charger: include missing <linux/property.h>
` [PATCH v2 phy-next 21/24] phy: include PHY provider header (1/2)
` [PATCH v2 phy-next 22/24] phy: include PHY provider header (2/2)
` [PATCH v2 phy-next 23/24] phy: remove temporary provider compatibility from consumer header
` [PATCH v2 phy-next 24/24] MAINTAINERS: add regexes for linux-phy

[PATCH 00/10] riscv: spacemit: enable SD card support with UHS modes for OrangePi RV2
 2026-03-09  6:34 UTC  (21+ messages)
` [PATCH 01/10] dt-bindings: mmc: spacemit,sdhci: add AIB voltage switching registers
` [PATCH 02/10] mmc: sdhci-of-k1: enable essential clock infrastructure for SD operation
` [PATCH 03/10] mmc: sdhci-of-k1: add regulator framework support
` [PATCH 04/10] mmc: sdhci-of-k1: add pinctrl state switching for voltage changes
` [PATCH 05/10] mmc: sdhci-of-k1: add AIB register support for voltage switching
` [PATCH 06/10] mmc: sdhci-of-k1: add SDR tuning infrastructure
` [PATCH 07/10] mmc: sdhci-of-k1: add comprehensive SDR tuning support
` [PATCH 08/10] riscv: dts: spacemit: k1: add SD card controller and pinctrl support
` [PATCH 09/10] riscv: dts: spacemit: k1-orangepi-rv2: add PMIC and power infrastructure
` [PATCH 10/10] riscv: dts: spacemit: k1-orangepi-rv2: add SD card support with UHS modes

[PATCH v2 1/1] riscv: dts: spacemit: Add 'linux,pci-domain' to PCIe nodes for K1
 2026-03-09  3:00 UTC 

[PATCH 0/2] cpufreq: spacemit: Add cpufreq support for K1 SoC
 2026-03-09  2:45 UTC  (5+ messages)
` [PATCH 1/2] cpufreq: dt-platdev: Add SpacemiT K1 SoC to the allowlist
` [PATCH 2/2] riscv: dts: spacemit: Add cpu scaling for K1 SoC

[PATCH net-next v8 0/3] riscv: spacemit: Add ethernet support for K3
 2026-03-09  0:42 UTC  (4+ messages)
` [PATCH net-next v8 1/3] dt-bindings: net: Add support for Spacemit K3 dwmac
` [PATCH net-next v8 2/3] net: stmmac: platform: Add snps,dwmac-5.40a IP compatible string
` [PATCH net-next v8 3/3] net: stmmac: Add glue layer for Spacemit K3 SoC

[PATCH 1/1] riscv: dts: spacemit: Add 'linux,pci-domain' to PCIe nodes for K1
 2026-03-08  9:18 UTC  (6+ messages)

[PATCH net-next] net: spacemit: Remove unused buff_addr fields
 2026-03-07  3:10 UTC  (2+ messages)

[PATCH net v2 0/2] net: spacemit: A few error handling fixes
 2026-03-07  3:10 UTC  (4+ messages)
` [PATCH net v2 1/2] net: spacemit: Fix error handling in emac_alloc_rx_desc_buffers()
` [PATCH net v2 2/2] net: spacemit: Fix error handling in emac_tx_mem_map()

[PATCH v4 1/3] dt-bindings: mfd: spacemit,p1: Add individual regulator supply properties
 2026-03-06 22:39 UTC  (3+ messages)
` (subset) "

[PATCH phy-next 00/22] Split Generic PHY consumer and provider API
 2026-03-06 13:06 UTC  (65+ messages)
` [PATCH phy-next 01/22] ata: add <linux/pm_runtime.h> where missing
` [PATCH phy-next 02/22] PCI: add missing headers transitively included by <linux/phy/phy.h>
` [PATCH phy-next 03/22] usb: "
` [PATCH phy-next 04/22] drm: add <linux/pm_runtime.h> where missing
` [PATCH phy-next 05/22] phy: "
` [PATCH phy-next 06/22] phy: spacemit: include missing <linux/phy/phy.h>
` [PATCH phy-next 07/22] net: lan969x: include missing <linux/of.h>
` [PATCH phy-next 08/22] PCI: remove device links to PHY
` [PATCH phy-next 09/22] ufs: exynos: stop poking into struct phy guts
` [PATCH phy-next 10/22] drm/rockchip: dw_hdmi: avoid direct dereference of phy->dev.of_node
` [PATCH phy-next 11/22] drm/msm/dp: remove debugging prints with internal struct phy state
` [PATCH phy-next 12/22] phy: move provider API out of public <linux/phy/phy.h>
` [PATCH phy-next 13/22] phy: introduce phy_get_max_link_rate() helper for consumers
` [PATCH phy-next 14/22] drm/rockchip: dsi: include PHY provider header
` [PATCH phy-next 15/22] drm: bridge: cdns-mhdp8546: use consumer API for getting PHY bus width
` [PATCH phy-next 16/22] media: sunxi: a83-mips-csi2: include PHY provider header
` [PATCH phy-next 17/22] net: renesas: rswitch: "
` [PATCH phy-next 18/22] pinctrl: tegra-xusb: "
` [PATCH phy-next 19/22] power: supply: cpcap-charger: include missing <linux/property.h>
` [PATCH phy-next 20/22] phy: include PHY provider header
` [PATCH phy-next 21/22] phy: remove temporary provider compatibility from consumer header
` [PATCH phy-next 22/22] MAINTAINERS: add regex for linux-phy

[PATCH net-next v7 0/3] riscv: spacemit: Add ethernet support for K3
 2026-03-06  2:52 UTC  (5+ messages)
` [PATCH net-next v7 1/3] dt-bindings: net: Add support for Spacemit K3 dwmac
` [PATCH net-next v7 2/3] net: stmmac: platform: Add snps,dwmac-5.40a IP compatible string
` [PATCH net-next v7 3/3] net: stmmac: Add glue layer for Spacemit K3 SoC
  ` [net-next,v7,3/3] "

[PATCH v3 0/3] thermal: spacemit: Add support for SpacemiT K1 SoC thermal sensor
 2026-03-05 17:05 UTC  (5+ messages)
` [PATCH v3 2/3] thermal: spacemit: k1: Add thermal sensor support

[PATCH] clk: spacemit: ccu_mix: fix inverted condition in ccu_mix_trigger_fc()
 2026-03-05 13:19 UTC  (2+ messages)

[PATCH net-next 0/4] net: spacemit: A few minor/theoretical fixes
 2026-03-05  5:55 UTC  (8+ messages)
` [PATCH net-next 1/4] net: spacemit: Remove unused buff_addr fields
` [PATCH net-next 2/4] net: spacemit: Fix error handling in emac_alloc_rx_desc_buffers()
` [PATCH net-next 3/4] net: spacemit: Fix error handling in emac_tx_mem_map()
` [PATCH net-next 4/4] net: spacemit: Free rings of memory after unmapping DMA

[PATCH v4 0/2] phy: spacemit: Add USB2 PHY support for K3 SoC
 2026-03-05  1:00 UTC  (3+ messages)
` [PATCH v4 1/2] dt-bindings: phy: spacemit: k3: add USB2 PHY support
` [PATCH v4 2/2] phy: k1-usb: "

[PATCH] riscv: dts: spacemit: k3: Add ethernet device node
 2026-03-04  8:25 UTC 

[PATCH 0/4] riscv: spacemit: k3: Add more resource to UART
 2026-03-04  7:36 UTC  (5+ messages)
` [PATCH 1/4] riscv: dts: spacemit: k3: add clock tree
` [PATCH 2/4] riscv: dts: spacemit: k3: add pinctrl support
` [PATCH 3/4] riscv: dts: spacemit: k3: add GPIO support
` [PATCH 4/4] riscv: dts: spacemit: k3: add full resource to UART

[PATCH] dt-bindings: serial: 8250: spacemit: fix clock property for K3 SoC
 2026-03-04  7:19 UTC 

[PATCH v5 0/2] driver: reset: spacemit-p1: add driver for poweroff/reboot
 2026-03-03 20:38 UTC  (9+ messages)
` [PATCH v5 2/2] mfd: simple-mfd-i2c: add a reboot cell for the SpacemiT P1 chip

[PATCH net-next v5 0/3] riscv: spacemit: Add ethernet support for K3
 2026-03-03  1:07 UTC  (6+ messages)
` [PATCH net-next v5 3/3] net: stmmac: Add glue layer for Spacemit K3 SoC

[PATCH net-next v6 0/3] riscv: spacemit: Add ethernet support for K3
 2026-03-03  1:06 UTC  (4+ messages)
` [PATCH net-next v6 1/3] dt-bindings: net: Add support for Spacemit K3 dwmac
` [PATCH net-next v6 2/3] net: stmmac: platform: Add snps,dwmac-5.40a IP compatible string
` [PATCH net-next v6 3/3] net: stmmac: Add glue layer for Spacemit K3 SoC

[PATCH] riscv: dts: spacemit: pcie: fix missing power regulator
 2026-03-02 18:11 UTC  (6+ messages)

[PATCH v5 4/8] dt-bindings: iommu: Add spacemit/t100 features
 2026-03-02 17:53 UTC  (7+ messages)
` [PATCH v5 8/8] perf vendor events riscv: Add SpacemiT T100 HPM event aliases

[PATCH] riscv: dts: spacemit: adapt regulator node name to preferred form
 2026-03-02 12:23 UTC  (5+ messages)

[PATCH v4 0/3] regulator: spacemit-p1: Support board power tree via DT properties
 2026-03-02  3:11 UTC  (2+ messages)
` (subset) "

[PATCH v5 0/8] iommu/riscv: Add HPM support for RISC-V IOMMU
 2026-03-01  3:36 UTC  (3+ messages)


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