ARM Sunxi Platform Development
 help / color / mirror / Atom feed
 messages from 2025-09-10 07:28:35 to 2025-09-22 12:27:36 UTC [more...]

[PATCH 00/15 v6.6.y] Backport minmax.h updates from v6.17-rc7
 2025-09-22 12:27 UTC  (24+ messages)
` [PATCH 01/15 6.6.y] minmax: avoid overly complicated constant expressions in VM code
  ` Patch "minmax: avoid overly complicated constant expressions in VM code" has been added to the 6.6-stable tree
` [PATCH 02/15 6.6.y] minmax: simplify and clarify min_t()/max_t() implementation
  ` Patch "minmax: simplify and clarify min_t()/max_t() implementation" has been added to the 6.6-stable tree
` [PATCH 03/15 6.6.y] minmax: add a few more MIN_T/MAX_T users
  ` Patch "minmax: add a few more MIN_T/MAX_T users" has been added to the 6.6-stable tree
` [PATCH 04/15 6.6.y] minmax: make generic MIN() and MAX() macros available everywhere
  ` Patch "minmax: make generic MIN() and MAX() macros available everywhere" has been added to the 6.6-stable tree
` [PATCH 05/15 6.6.y] minmax: simplify min()/max()/clamp() implementation
  ` Patch "minmax: simplify min()/max()/clamp() implementation" has been added to the 6.6-stable tree
` [PATCH 06/15 6.6.y] minmax: don't use max() in situations that want a C constant expression
  ` Patch "minmax: don't use max() in situations that want a C constant expression" has been added to the 6.6-stable tree
` [PATCH 07/15 6.6.y] minmax: improve macro expansion and type checking
  ` Patch "minmax: improve macro expansion and type checking" has been added to the 6.6-stable tree
` [PATCH 08/15 6.6.y] minmax: fix up min3() and max3() too
  ` Patch "minmax: fix up min3() and max3() too" has been added to the 6.6-stable tree
` [PATCH 09/15 6.6.y] minmax.h: add whitespace around operators and after commas
` [PATCH 10/15 6.6.y] minmax.h: update some comments
` [PATCH 11/15 6.6.y] minmax.h: reduce the #define expansion of min(), max() and clamp()
` [PATCH 12/15 6.6.y] minmax.h: use BUILD_BUG_ON_MSG() for the lo < hi test in clamp()
` [PATCH 13/15 6.6.y] minmax.h: move all the clamp() definitions after the min/max() ones
` [PATCH 14/15 6.6.y] minmax.h: simplify the variants of clamp()
` [PATCH 15/15 6.6.y] minmax.h: remove some #defines that are only expanded once

[PATCH v2 00/10] media: Introduce video device state management
 2025-09-20 10:48 UTC  (3+ messages)
` [PATCH v2 06/10] media: Replace void * with video_device_state * in all driver ioctl implementations

[GIT PULL] Allwinner clock changes for 6.18
 2025-09-20  4:56 UTC  (2+ messages)

[GIT PULL] Allwinner clock fixes for 6.17
 2025-09-20  4:30 UTC  (2+ messages)

[PATCH net-next 00/10] net: stmmac: remove mac_interface
 2025-09-20  0:30 UTC  (14+ messages)
` [PATCH net-next 01/10] net: stmmac: rework mac_interface and phy_interface documentation
` [PATCH net-next 02/10] net: stmmac: use phy_interface in stmmac_check_pcs_mode()
` [PATCH net-next 03/10] net: stmmac: imx: convert to use phy_interface
` [PATCH net-next 04/10] net: stmmac: ingenic: "
` [PATCH net-next 05/10] net: stmmac: socfpga: "
` [PATCH net-next 06/10] net: stmmac: starfive: "
` [PATCH net-next 07/10] net: stmmac: stm32: "
` [PATCH net-next 08/10] net: stmmac: sun8i: "
` [PATCH net-next 09/10] net: stmmac: thead: "
` [PATCH net-next 10/10] net: stmmac: remove mac_interface

[PATCH v4 0/7] Disable ATS via iommu during PCI resets
 2025-09-19 23:14 UTC  (16+ messages)
` [PATCH v4 1/7] iommu/arm-smmu-v3: Add release_domain to attach prior to release_dev()
` [PATCH v4 2/7] iommu: Lock group->mutex in iommu_deferred_attach()
` [PATCH v4 4/7] iommu: Pass in old domain to attach_dev callback functions
` [PATCH v4 5/7] iommu: Add iommu_get_domain_for_dev_locked() helper
` [PATCH v4 6/7] iommu: Introduce iommu_dev_reset_prepare() and iommu_dev_reset_done()

[PATCH 0/4] can: populate ndo_change_mtu() to prevent buffer overflow
 2025-09-19 17:04 UTC  (6+ messages)
` [PATCH 1/4] can: etas_es58x: "
` [PATCH 2/4] can: hi311x: "
` [PATCH 3/4] can: sun4i_can: "
` [PATCH 4/4] can: mcba_usb: "

[RFC PATCH 0/5] mfd: axp20x: program poly-phased regulators
 2025-09-19 13:02 UTC  (8+ messages)
` [RFC PATCH 1/5] dt-bindings: mfd: x-powers,axp152: Add polyphased property
` [RFC PATCH 2/5] mfd: axp20x: Refactor axp20x_is_polyphase_slave()
` [RFC PATCH 3/5] mfd: axp20x: Allow programming dual-phase regulator pairs
` [RFC PATCH 4/5] mfd: axp20x: Support tri-phase setup
` [RFC PATCH 5/5] arm64: dts: allwinner: a523: Mark dual-phased regulators

[PATCH v2 0/2] Initial Amediatech X96Q support based on Allwinner H313
 2025-09-19  6:51 UTC  (6+ messages)
` [PATCH v2 1/2] dt-bindings: arm: sunxi: Add Amediatech X96Q
` [PATCH v2 2/2] arm64: dts: allwinner: h313: "

[PATCH net-next v6 0/6] net: stmmac: Add support for Allwinner A523 GMAC200
 2025-09-18  6:50 UTC  (14+ messages)
` [PATCH net-next v6 1/6] dt-bindings: net: sun8i-emac: Add A523 GMAC200 compatible
` [PATCH net-next v6 2/6] net: stmmac: Add support for Allwinner A523 GMAC200
` [PATCH net-next v6 3/6] arm64: dts: allwinner: a523: Add GMAC200 ethernet controller
` [PATCH net-next v6 4/6] arm64: dts: allwinner: a527: cubie-a5e: Enable second Ethernet port
` [PATCH net-next v6 5/6] arm64: dts: allwinner: t527: avaota-a1: enable "
` [PATCH net-next v6 6/6] arm64: dts: allwinner: t527: orangepi-4a: Enable "

[PATCH v2] sunxi: extend R528/T113-s3/D1(s) DRAM initialisation
 2025-09-17 21:48 UTC  (3+ messages)

DTS fix/help needed
 2025-09-17 20:04 UTC 

[GIT PULL] Allwinner Device Tree changes for 6.18
 2025-09-17 17:19 UTC 

[GIT PULL] Allwinner Driver changes for 6.18
 2025-09-17 17:14 UTC 

[GIT PULL] Allwinner fixes changes for 6.17
 2025-09-17 17:13 UTC 

[PATCH v4 00/39] drm/atomic: Get rid of existing states (not really)
 2025-09-17 14:46 UTC  (2+ messages)
` [PATCH v4 28/39] drm/sun4i: Switch to drm_atomic_get_new_crtc_state()

[PATCH v1 1/1] sunxi: extend R528/T113-s3/D1(s) DRAM initialisation
 2025-09-16 14:09 UTC  (4+ messages)

[PATCH 0/2] Initial Amediatech X96Q support based on Allwinner H313
 2025-09-15 21:01 UTC  (15+ messages)
` [PATCH 1/2] dt-bindings: arm: sunxi: Add Amediatech X96Q
` [PATCH 2/2] arm64: dts: allwinner: h313: "

[PATCH v2 0/9] drm: convert from clk round_rate() to determine_rate()
 2025-09-15 13:27 UTC  (7+ messages)
` [PATCH v2 1/9] drm/imx/ipuv3/imx-tve: convert from "

[PATCH] arm64: dts: sun55i: a523: Assign standard clock rates to PRCM bus clocks
 2025-09-14 16:29 UTC  (3+ messages)

[PATCH 1/3] arm64: dts: allwinner: a527: cubie-a5e: Drop external 32.768 KHz crystal
 2025-09-14 16:29 UTC  (7+ messages)
` [PATCH 2/3] arm64: dts: allwinner: t527: avaota-a1: hook up external 32k crystal
` [PATCH 3/3] arm64: dts: allwinner: t527: orangepi-4a: "

[PATCH] arm64: dts: allwinner: sun55i: Complete AXP717A sub-functions
 2025-09-14 16:29 UTC  (3+ messages)

Colorly e708q1 and AXP20x support
 2025-09-14 12:21 UTC  (3+ messages)

[PATCH v8 0/5] Add support for NetCube Systems Nagami SoM and its carrier boards
 2025-09-13  9:30 UTC  (6+ messages)
` [PATCH v8 2/5] riscv: dts: allwinner: d1s-t113: Add pinctrl's required by NetCube Systems Nagami SoM
` [PATCH v8 3/5] ARM: dts: sunxi: add support for "

[PATCH v3 0/3] Audio and other peripherals on Orange Pi Zero
 2025-09-13  8:59 UTC  (5+ messages)
` [PATCH v3 1/3] ARM: dts: allwinner: orangepi-zero: Add default audio routing
` [PATCH v3 2/3] ARM: dts: allwinner: orangepi-zero-plus2: "
` [PATCH v3 3/3] ARM: dts: allwinner: Add Orange Pi Zero Interface Board overlay

[PATCH v2 0/7] arm64: allwinner: a523: Enable MCU PRCM and NPU
 2025-09-13  6:16 UTC  (17+ messages)
` [PATCH v2 1/7] dt-bindings: clock: sun55i-a523-ccu: Add missing NPU module clock
` [PATCH v2 2/7] dt-bindings: clock: sun55i-a523-ccu: Add A523 MCU CCU clock controller
` [PATCH v2 3/7] clk: sunxi-ng: sun55i-a523-ccu: Add missing NPU module clock
` [PATCH v2 4/7] clk: sunxi-ng: div: support power-of-two dividers
` [PATCH v2 5/7] clk: sunxi-ng: add support for the A523/T527 MCU CCU
` [PATCH v2 6/7] arm64: dts: allwinner: a523: Add MCU PRCM CCU node
` [PATCH v2 7/7] arm64: dts: allwinner: a523: Add NPU device node
` (subset) [PATCH v2 0/7] arm64: allwinner: a523: Enable MCU PRCM and NPU

[PATCH v3 0/9] sun8i-ce: small cleanups/refactoring
 2025-09-13  4:26 UTC  (2+ messages)

[PATCH net-next v5 0/6] net: stmmac: Add support for Allwinner A523 GMAC200
 2025-09-12 20:49 UTC  (10+ messages)
` [PATCH net-next v5 1/6] dt-bindings: net: sun8i-emac: Add A523 GMAC200 compatible
` [PATCH net-next v5 2/6] net: stmmac: Add support for Allwinner A523 GMAC200
` [PATCH net-next v5 3/6] arm64: dts: allwinner: a523: Add GMAC200 ethernet controller
` [PATCH net-next v5 4/6] arm64: dts: allwinner: a527: cubie-a5e: Enable second Ethernet port
` [PATCH net-next v5 5/6] arm64: dts: allwinner: t527: avaota-a1: enable "
` [PATCH net-next v5 6/6] arm64: dts: allwinner: t527: orangepi-4a: Enable "

[PATCH] pinctrl: Simplify printks with pOF format
 2025-09-12 12:21 UTC  (3+ messages)

[PATCH net-next v4 00/10] net: stmmac: Add support for Allwinner A523 GMAC200
 2025-09-12  4:22 UTC  (8+ messages)
` [PATCH net-next v4 02/10] "
` (subset) [PATCH net-next v4 00/10] "

[PATCH] clk: sunxi-ng: sun6i-rtc: Add A523 specifics
 2025-09-11 18:27 UTC  (2+ messages)

[PATCH v2 0/3] Audio and other peripherals on Orange Pi Zero
 2025-09-11 15:11 UTC  (4+ messages)
` [PATCH v2 2/3] ARM: dts: allwinner: orangepi-zero2: Add default audio routing

[PATCH 0/8] arm64: allwinner: a523: Enable MCU PRCM and NPU
 2025-09-11  8:32 UTC  (4+ messages)
` (subset) "

[PATCH v3 00/11] drm/connector: hdmi: limit infoframes per driver capabilities
 2025-09-10 15:26 UTC  (9+ messages)

[PATCH v4 00/10] drm/connector: hdmi: limit infoframes per driver capabilities
 2025-09-10 15:16 UTC  (9+ messages)
` [PATCH v4 01/10] drm/connector: let drivers declare infoframes as unsupported
` [PATCH v4 09/10] drm/connector: verify that HDMI connectors support necessary InfoFrames
` [PATCH v4 10/10] drm/display: hdmi-audio: warn if HDMI connector doesn't support Audio IF

[PATCH v1] riscv: dts: allwinner: rename devterm i2c-gpio node to comply with binding
 2025-09-10 12:57 UTC  (2+ messages)

[PATCH 1/1] arm64: dts: allwinner: a523: drop redundant status=okay
 2025-09-10 12:55 UTC  (2+ messages)

drm/etnaviv: detecting disabled Vivante GPU?
 2025-09-10 10:48 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