public inbox for linux-sunxi@lists.linux.dev
 help / color / mirror / Atom feed
 messages from 2026-03-10 08:38:11 to 2026-03-20 02:11:38 UTC [more...]

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

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

[PATCH net-next v9 0/6] net: stmmac: qcom-ethqos: add support for SCMI power domains
 2026-03-19 20:54 UTC  (11+ messages)
` [PATCH net-next v9 1/6] dt-bindings: net: qcom: document the ethqos device for SCMI-based systems
` [PATCH net-next v9 2/6] net: stmmac: qcom-ethqos: use generic device properties
` [PATCH net-next v9 3/6] net: stmmac: qcom-ethqos: wrap emac driver data in additional structure
` [PATCH net-next v9 4/6] net: stmmac: qcom-ethqos: split power management fields into a separate structure
` [PATCH net-next v9 5/6] net: stmmac: qcom-ethqos: split power management context into a separate struct
` [PATCH net-next v9 6/6] net: stmmac: qcom-ethqos: add support for sa8255p

[PATCH v5 0/2] fix gpiochip_lock_as_irq() failure when pinmux is unknown
 2026-03-19 18:13 UTC  (6+ messages)
` [PATCH v5 1/2] pinctrl: sunxi: pass down flags to pinctrl routines
` [PATCH v5 2/2] pinctrl: sunxi: fix gpiochip_lock_as_irq() failure when pinmux is unknown

[PATCH v3 phy-next 00/24] Split Generic PHY consumer and provider API
 2026-03-19 17:14 UTC  (9+ messages)
` [PATCH v3 phy-next 09/24] ufs: exynos: stop poking into struct phy guts
` [PATCH v3 phy-next 10/24] drm/rockchip: dw_hdmi: avoid direct dereference of phy->dev.of_node
` [PATCH v3 phy-next 21/24] phy: include PHY provider header (1/2)

[PATCH v4 0/2] fix gpiochip_lock_as_irq() failure when pinmux is unknown
 2026-03-19 16:55 UTC  (6+ messages)
` [PATCH v4 1/2] pinctrl: sunxi: pass down flags to pinctrl routines
` [PATCH v4 2/2] pinctrl: sunxi: fix gpiochip_lock_as_irq() failure when pinmux is unknown

[PATCH v3] pinctrl: sunxi: fix gpiochip_lock_as_irq() failure when pinmux is unknown
 2026-03-19 14:49 UTC  (10+ messages)

[PATCH v5 00/15] hwspinlock: move device alloc into core and refactor includes
 2026-03-19 13:10 UTC  (11+ messages)
` [PATCH v5 03/15] hwspinlock: add helpers to retrieve core data
` [PATCH v5 04/15] hwspinlock: add callback to fill private data of a hwspinlock
` [PATCH v5 09/15] hwspinlock: sun6i: use new callback to initialize hwspinlock priv
` [PATCH v5 10/15] hwspinlock: handle hwspinlock device allocation in the core
` [PATCH v5 11/15] hwspinlock: move entries from internal to public header
` [PATCH v5 14/15] hwspinlock: refactor provider.h from "

[PATCH] drm/sun4i: layers: Use drm_fb_dma_get_gem_addr() to get display memory
 2026-03-18 19:28 UTC  (4+ messages)

[PATCH v2 0/2] allwinner: a733: Add A733 PCK600 Power Domain Controller Support
 2026-03-18 18:19 UTC  (5+ messages)
` [PATCH v2 2/2] pmdomain: sunxi: Add support for A733 to Allwinner PCK600 driver

Pull request: u-boot-sunxi/master for next
 2026-03-18 17:06 UTC  (2+ messages)

[PATCH v4 00/15] hwspinlock: move device alloc into core and refactor includes
 2026-03-18 10:31 UTC  (10+ messages)
` [PATCH v4 03/15] hwspinlock: add helpers to retrieve core data
` [PATCH v4 04/15] hwspinlock: add callback to fill private data of a hwspinlock
` [PATCH v4 09/15] hwspinlock: sun6i: use new callback to initialize hwspinlock priv

[PATCH v3 0/9] mtd: rawnand: sunxi: Fixes user data length for H6
 2026-03-18  7:15 UTC  (12+ messages)
` [PATCH v3 1/9] mtd: rawnand: sunxi: sunxi_nand_ooblayout_free code clarification
` [PATCH v3 2/9] mtd: rawnand: sunxi: fix sunxi_nfc_hw_ecc_read_extra_oob
` [PATCH v3 3/9] mtd: rawnand: sunxi: do not count BBM bytes twice
` [PATCH v3 4/9] mtd: rawnand: sunxi: replace hard coded value by a define - take2
` [PATCH v3 5/9] mtd: rawnand: sunxi: make the code more self-explanatory
` [PATCH v3 6/9] mtd: rawnand: sunxi: remove dead code
` [PATCH v3 7/9] mtd: rawnand: sunxi: change error prone variable name
` [PATCH v3 8/9] mtd: rawnand: sunxi: fix typos in comments
` [PATCH v3 9/9] mtd: rawnand: sunxi: introduce maximize variable user data length

[PATCH v2 00/13] i2c: add and start using i2c_adapter-specific printk helpers
 2026-03-17 10:28 UTC  (13+ messages)

[RFC PATCH] pinctrl: sunxi: convert to GPIO_GENERIC
 2026-03-16  9:08 UTC  (9+ messages)

[PATCH v2 00/13] i2c: add and start using i2c_adapter-specific printk helpers
 2026-03-16  8:42 UTC  (5+ messages)
` [PATCH v2 01/13] media: saa7134: rename i2c_dbg() to saa7134_i2c_dbg()

[PATCH v2 0/3] arm64: allwinner: sun55i-t527: avaota-a1: Add SPI NAND
 2026-03-14 21:59 UTC  (8+ messages)
` (subset) "

[PATCH] drm/sun4i: Fix resource leaks
 2026-03-14 13:13 UTC  (2+ messages)

[PATCH v2 0/6] mtd: rawnand: sunxi: Fixes user data length for H6
 2026-03-14  8:05 UTC  (12+ messages)
` [PATCH v2 1/6] mtd: rawnand: sunxi: sunxi_nand_ooblayout_free code clarification
` [PATCH v2 3/6] mtd: rawnand: sunxi: do not count BBM bytes twice
` [PATCH v2 5/6] mtd: rawnand: sunxi: make the code mode self-explanatory
` [PATCH v2 6/6] mtd: rawnand: sunxi: introduce variable user data length

[PATCH] bus: sunxi-rsb: Always check register address validity
 2026-03-14  7:33 UTC  (2+ messages)

[PATCH v4 0/3] board: sunxi: Add TaiqiCat (TQC) A01
 2026-03-14  7:30 UTC  (2+ messages)

[PATCH RESEND] dt-bindings: media: sun4i-a10-video-engine: Add interconnect properties
 2026-03-13 17:25 UTC 

[PATCH v2 0/9] soc: remove direct accesses to of_root from drivers/soc/
 2026-03-13  9:22 UTC  (6+ messages)

[PATCH net-next v8 0/6] net: stmmac: qcom-ethqos: add support for SCMI power domains
 2026-03-13  8:55 UTC  (13+ messages)
` [PATCH net-next v8 1/6] dt-bindings: net: qcom: document the ethqos device for SCMI-based systems
` [PATCH net-next v8 2/6] net: stmmac: qcom-ethqos: use generic device properties
` [PATCH net-next v8 3/6] net: stmmac: qcom-ethqos: wrap emac driver data in additional structure
` [PATCH net-next v8 4/6] net: stmmac: qcom-ethqos: split power management fields into a separate structure
` [PATCH net-next v8 5/6] net: stmmac: qcom-ethqos: split power management context into a separate struct
` [PATCH net-next v8 6/6] net: stmmac: qcom-ethqos: add support for sa8255p

[PATCH v2 0/4] drm/gem-dma: Support dedicated DMA device for allocation
 2026-03-12 15:43 UTC  (9+ messages)
` [PATCH v2 1/4] drm/prime: Limit scatter list size with dedicated DMA device
` [PATCH v2 2/4] drm/gem-dma: Support dedicated DMA device for allocation and mapping
` [PATCH v2 3/4] drm/mediatek: Set dedicated DMA device and drop custom GEM callbacks
` [PATCH v2 4/4] drm/sun4i: Use backend/mixer as dedicated DMA device

[PATCH RESEND 0/4] drm/gem-dma: Support dedicated DMA device for allocation
 2026-03-11  7:41 UTC  (5+ messages)
` [PATCH RESEND 3/4] drm/mediatek: Set dedicated DMA device and drop custom GEM callbacks

[PATCH net-next v2 0/7] net: stmmac: start to shrink memory usage
 2026-03-11  3:00 UTC  (2+ messages)

[PATCH v2 0/3] arm64: dts: allwinner: sun55i-t527: avaota-a1: Enable LEDs
 2026-03-10 19:41 UTC  (2+ messages)

[PATCH v2] pinctrl: sunxi: Implement gpiochip::get_direction()
 2026-03-10 12:03 UTC  (5+ messages)

[PATCH net-next v7 0/7] net: stmmac: qcom-ethqos: add support for SCMI power domains
 2026-03-10  8:58 UTC  (3+ messages)

[PATCH RFC 0/8] clk: sunxi-ng: Add support for Allwinner A733 CCU and PRCM
 2026-03-10  8:34 UTC  (9+ messages)
` [PATCH RFC 1/8] dt-bindings: clk: sun60i-a733-ccu: Add allwinner A733 support
` [PATCH RFC 2/8] clk: sunxi-ng: sdm: Add dual patterns support
` [PATCH RFC 3/8] clk: sunxi-ng: a733: Add PRCM CCU
` [PATCH RFC 4/8] clk: sunxi-ng: a733: Add PLL clocks support
` [PATCH RFC 5/8] clk: sunxi-ng: a733: Add bus "
` [PATCH RFC 6/8] clk: sunxi-ng: a733: Add mod "
` [PATCH RFC 7/8] clk: sunxi-ng: a733: Add bus clock gates
` [PATCH RFC 8/8] clk: sunxi-ng: a733: Add reset lines


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