ARM Sunxi Platform Development
 help / color / mirror / Atom feed
 messages from 2026-04-22 14:57:06 to 2026-05-05 10:06:15 UTC [more...]

[PATCH v8 phy-next 00/31] Split Generic PHY consumer and provider API
 2026-05-05 10:05 UTC  (14+ messages)
` [PATCH v8 phy-next 01/31] PCI: cadence: Preserve all error codes in cdns_plat_pcie_probe()
` [PATCH v8 phy-next 02/31] ata: add <linux/pm_runtime.h> where missing
` [PATCH v8 phy-next 03/31] PCI: Add missing headers transitively included by <linux/phy/phy.h>
` [PATCH v8 phy-next 04/31] usb: add "
` [PATCH v8 phy-next 05/31] drm: add <linux/pm_runtime.h> where missing
` [PATCH v8 phy-next 06/31] phy: "
` [PATCH v8 phy-next 07/31] phy: spacemit: include missing <linux/phy/phy.h>
` [PATCH v8 phy-next 08/31] net: lan969x: include missing <linux/of.h>
` [PATCH v8 phy-next 09/31] PCI: Remove device links to PHY
` [PATCH v8 phy-next 10/31] scsi: ufs: exynos: use dedicated API for updating PHY bus width
` [PATCH v8 phy-next 11/31] scsi: ufs: qcom: call phy_init() before phy_power_on()
` [PATCH v8 phy-next 12/31] scsi: ufs: qcom: make use of QMP PHY dynamic gear switching ability
` [PATCH v8 phy-next 13/31] scsi: ufs: qcom: keep separate track of PHY power state

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

[PATCH] pinctrl: sunxi: fix regulator leak in sunxi_pmx_request() error path
 2026-05-05  9:26 UTC  (3+ messages)

[PATCH] crypto: sun8i-ss - avoid hash and rng references
 2026-05-05  9:24 UTC  (7+ messages)

[PATCH v4 00/17] drm: bridge: dw_hdmi: Misc enable/disable, CEC and EDID cleanup
 2026-05-04 21:21 UTC  (19+ messages)
` [PATCH v4 01/17] drm: bridge: dw_hdmi: Disable scrambler feature when not supported
` [PATCH v4 02/17] drm: bridge: dw_hdmi: Only notify connected status on HPD interrupt
` [PATCH v4 03/17] drm: bridge: dw_hdmi: Call poweron/poweroff from atomic enable/disable
` [PATCH v4 04/17] drm: bridge: dw_hdmi: Use passed mode instead of stored previous_mode
` [PATCH v4 05/17] drm: bridge: dw_hdmi: Fold poweron and setup functions
` [PATCH v4 06/17] drm: bridge: dw_hdmi: Remove previous_mode and mode_set
` [PATCH v4 07/17] drm: bridge: dw_hdmi: Invalidate CEC phys addr from connector detect
` [PATCH v4 08/17] drm: bridge: dw_hdmi: Remove cec_notifier_mutex
` [PATCH v4 09/17] drm: bridge: dw_hdmi: Extract dw_hdmi_connector_status_update()
` [PATCH v4 10/17] drm: bridge: dw_hdmi: Use dw_hdmi_connector_status_update()
` [PATCH v4 11/17] drm: bridge: dw_hdmi: Use display_info is_hdmi and has_audio
` [PATCH v4 12/17] drm: bridge: dw_hdmi: Use generic CEC notifier helpers
` [PATCH v4 13/17] drm: bridge: dw_hdmi: Use delayed_work to debounce hotplug event
` [PATCH v4 14/17] drm: bridge: dw_hdmi: Rework HDP and RXSENSE interrupt handling
` [PATCH v4 15/17] drm: bridge: dw_hdmi: Remove the empty dw_hdmi_setup_rx_sense()
` [PATCH v4 16/17] drm: bridge: dw_hdmi: Remove the empty dw_hdmi_phy_update_hpd()
` [PATCH v4 17/17] drm: bridge: dw_hdmi: Merge top and bottom half IRQ handlers

[PATCH v3 00/20] drm/atomic: Rework initial state allocation
 2026-05-04 18:02 UTC  (37+ messages)
` [PATCH v3 01/20] drm/atomic: Document atomic state lifetime
` [PATCH v3 02/20] drm/colorop: Fix typos in the doc
` [PATCH v3 03/20] drm/atomic: Drop drm_private_obj.state assignment from create_state
` [PATCH v3 04/20] drm/atomic: Expand atomic_create_state expectations for drm_private_obj
` [PATCH v3 05/20] drm/mode-config: Document drm_private_obj exclusion from drm_mode_config_reset()
` [PATCH v3 06/20] drm/colorop: Rename __drm_colorop_state_reset()
` [PATCH v3 07/20] drm/colorop: Create drm_atomic_helper_colorop_create_state()
` [PATCH v3 08/20] drm/atomic-state-helper: Fix __drm_atomic_helper_plane_reset() doc typo
` [PATCH v3 09/20] drm/atomic-state-helper: Rename __drm_atomic_helper_plane_state_reset()
` [PATCH v3 10/20] drm/plane: Add new atomic_create_state callback
` [PATCH v3 11/20] drm/atomic-state-helper: Rename __drm_atomic_helper_crtc_state_reset()
` [PATCH v3 12/20] drm/crtc: Add new atomic_create_state callback
` [PATCH v3 13/20] drm/atomic-state-helper: Rename __drm_atomic_helper_connector_state_reset()
` [PATCH v3 14/20] drm/hdmi: Rename __drm_atomic_helper_connector_hdmi_reset()
` [PATCH v3 15/20] drm/connector: Add new atomic_create_state callback
` [PATCH v3 16/20] drm/mode-config: Create drm_mode_config_create_initial_state()
` [PATCH v3 17/20] drm/drv: Switch skeleton to drm_mode_config_create_initial_state()
` [PATCH v3 18/20] drm/tidss: Switch "
` [PATCH v3 19/20] drm/tidss: Convert to atomic_create_state
` [PATCH v3 20/20] drm/bridge_connector: "

[PATCH v4 0/5] Allwinner: A523: add support for A523 THS0/1 controllers
 2026-05-04  5:02 UTC  (6+ messages)
` [PATCH v4 1/5] dt-bindings: thermal: sun8i: Add "
` [PATCH v4 2/5] thermal/drivers/sun8i: replace devm_reset_control_get to devm_reset_control_get_shared_deasserted
` [PATCH v4 3/5] thermal/drivers/sun8i: get calibration data from two nvmem cells
` [PATCH v4 4/5] thermal/drivers/sun8i: Add support for A523 THS0/1 controllers
` [PATCH v4 5/5] Allwinner: A523: add "

[PATCH 0/3] Add support for Baijie Helper A133 board
 2026-05-03 19:18 UTC  (4+ messages)
` [PATCH 1/3] dt-bindings: vendor-prefixes: Add Shenzhen Baijie Technology Co., Ltd
` [PATCH 2/3] dt-bindings: arm: sunxi: Add Baijie HelperBoard A133 compatible
` [PATCH 3/3] arm64: dts: allwinner: A133: add support for Baijie Helper A133 board

[PATCH] arm: dts: allwinner: enable overlay support for sun8i-h2-plus pi boards
 2026-05-03 15:58 UTC 

[PATCH v2 0/2] sunxi: DRAM: rework NSI priority settings
 2026-05-03  8:07 UTC  (4+ messages)
` [PATCH v2 1/2] sunxi: A523: Move NSI init routine into generic function
` [PATCH v2 2/2] sunxi: A133: dram: Add NSI arbiter configuration support

[PATCH v2] media: sun4i-csi: clean up media device on probe errors
 2026-05-02  6:12 UTC 

[GIT PULL] u-boot-sunxi/master for v2026.07
 2026-05-01 23:51 UTC  (2+ messages)

[PATCH] i2c: sun6i-p2wi: Fix device node reference leak in p2wi_probe()
 2026-05-01 20:30 UTC  (2+ messages)
` [PATCH v2] i2c: sun6i-p2wi: fix of_node reference leak in probe

[PATCH] spi: sunxi: wait for TX/RX fifo reset done
 2026-05-01 12:25 UTC  (4+ messages)

[PATCH v2] media: cedrus: clean up media device on probe failure
 2026-04-30 14:25 UTC 

[PATCH v3 0/6] Allwinner: A523: add support for A523 THS0/1 controllers
 2026-04-30 12:49 UTC  (5+ messages)
` [PATCH v3 1/6] dt-bindings: thermal: sun8i: Add "

[PATCH v3 0/2] media: verisilicon: Simplification and clean up
 2026-04-30  8:20 UTC  (5+ messages)
` [PATCH v3 1/2] media: verisilicon: Simplify motion vectors and rfc buffers allocation

[PATCH] media: cedrus: clean up media device on probe failure
 2026-04-30  3:42 UTC  (3+ messages)

[PATCH v2 0/3] Funxi: Fix and extend SPL power LED support
 2026-04-29 13:08 UTC  (8+ messages)
` [PATCH v2 1/3] sunxi: spl: fix SPL_SUNXI_LED active low configuration
` [PATCH v2 2/3] sunxi: configs: enable power LEDs on 32-bit boards
` [PATCH v2 3/3] sunxi: configs: enable power LEDs on 64-bit boards

[PATCH v3 0/2] sunxi: H616: DRAM: Fix TPR6 parameter parsing
 2026-04-28 17:39 UTC  (7+ messages)
` [PATCH v3 1/2] sunxi: H616: dram: fix LPDDR3 TPR6 parsing
` [PATCH v3 2/2] sunxi: H616: dram: drop default TPR6 Kconfig value

[PATCH v3 0/4] Add hstimer support for H616 and T113-S3
 2026-04-28 16:27 UTC  (5+ messages)
` [PATCH v3 1/4] dt-bindings: timer: allwinner,sun5i-a13-hstimer: add H616 and D1
` [PATCH v3 2/4] clocksource/drivers/sun5i: add D1 hstimer support
` [PATCH v3 3/4] arm: dts: allwinner: t113s: add hstimer node
` [PATCH v3 4/4] arm64: dts: allwinner: h616: "

[PATCH 0/3] sunxi: Fix and extend SPL power LED support
 2026-04-28  9:51 UTC  (7+ messages)
` [PATCH 1/3] sunxi: spl: fix SPL_SUNXI_LED active low configuration

[PATCH v2 0/4] Add hstimer support for H616 and T113-S3
 2026-04-27 19:16 UTC  (6+ messages)
` [PATCH v2 1/4] dt-bindings: timer: allwinner,sun5i-a13-hstimer: add H616 and D1
` [PATCH v2 2/4] clocksource/drivers/sun5i: add D1 hstimer support
` [PATCH v2 3/4] arm: dts: allwinner: t113s: add hstimer node
` [PATCH v2 4/4] arm64: dts: allwinner: h616: "

[PATCH 0/7] soc: sunxi: sram: Add H616 SRAM support
 2026-04-27 15:28 UTC  (3+ messages)
` (subset) "

[PATCH v2 0/9] soc: remove direct accesses to of_root from drivers/soc/
 2026-04-27  9:31 UTC  (5+ messages)
` [PATCH v2 6/9] soc: imx8m: don't access of_root directly

[PATCH] media: sun4i-csi: Clean up media device on probe errors
 2026-04-26 13:58 UTC 

new A64-OLinuXino revisions
 2026-04-26 13:20 UTC  (3+ messages)

[PATCH] media: sun4i-csi: Clean up media device on probe errors
 2026-04-26 12:59 UTC 

[PATCH v2] arm: dts: allwinner: t113s: enable watchdog for reboot
 2026-04-25  8:19 UTC 

[PATCH v3] media: sun6i-mipi-csi2: Use V4L2 subdev active state
 2026-04-24 14:42 UTC  (5+ messages)

[PATCH v1 0/3] media: sun6i-csi: Convert to active state and improve MC support
 2026-04-24 13:55 UTC  (2+ messages)

[PATCH v13 0/3] Add support for Allwinner PWM on D1/T113s/R329 SoCs
 2026-04-24 10:13 UTC  (3+ messages)
` [PATCH v13 2/3] pwm: Add Allwinner's D1/T113-S3/R329 SoCs PWM support

[PATCH v2 00/20] drm/atomic: Rework initial state allocation
 2026-04-24  8:44 UTC  (7+ messages)
` [PATCH v2 08/20] drm/plane: Add new atomic_create_state callback
` [PATCH v2 15/20] drm/drv: Call drm_mode_config_create_state() by default

[PATCH v2 0/2] spi: sun6i: Fix chip select handling around autosuspend
 2026-04-23 18:50 UTC  (5+ messages)
` [PATCH v2 1/2] spi: sun6i: Honor CS setup delay on the first transfer with native CS
` [PATCH v2 2/2] spi: sun6i: Set SPI mode in prepare_message

[PATCH] spi: sun6i: Set SPI mode in prepare_message
 2026-04-23 17:46 UTC  (5+ messages)


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