linux-sunxi.lists.linux.dev archive mirror
 help / color / mirror / Atom feed
 messages from 2025-10-09 13:04:16 to 2025-10-20 16:27:40 UTC [more...]

[PATCH v1 00/20] iommu: Introduce and roll out test_dev domain op
 2025-10-20 16:27 UTC  (28+ messages)
` [PATCH v1 01/20] iommu: Lock group->mutex in iommu_deferred_attach()
` [PATCH v1 02/20] iommu: Introduce a test_dev domain op and an internal helper
` [PATCH v1 03/20] iommu/arm-smmu-v3: Implement arm_smmu_domain_test_dev
` [PATCH v1 04/20] iommu/intel: Implement test_dev callbacks to domain ops
` [PATCH v1 05/20] iommu/amd: "
` [PATCH v1 06/20] iommu/arm-smmu: Implement arm_smmu_test_dev
` [PATCH v1 07/20] iommu/qcom_iommu: Implement test_dev callbacks to domain ops
` [PATCH v1 08/20] iommu/riscv: Implement riscv_iommu_test_paging_domain
` [PATCH v1 09/20] iommu/mkt_iommu: Implement mtk_iommu_test_device
` [PATCH v1 10/20] iommu/apple-dart: Implement test_dev callbacks to domain ops
` [PATCH v1 11/20] iommu/ipmmu-vmsa: Implement ipmmu_domain_test_device
` [PATCH v1 12/20] iommu/sun50i-iommu: Implement sun50i_iommu_domain_test_device
` [PATCH v1 13/20] iommu/rockchip-iommu: Implement rk_iommu_identity_test_dev
` [PATCH v1 14/20] iommu/msm_iommu: Implement msm_iommu_domain_test_dev
` [PATCH v1 15/20] iommu/fsl_pamu_domain: Implement fsl_pamu_domain_test_device
` [PATCH v1 16/20] iommu/omap-iommu: Implement omap_iommu_domain_test_dev
` [PATCH v1 17/20] iommu/s390-iommu: Implement s390_iommu_domain_test_device
` [PATCH v1 18/20] iommufd/selftest: Implement mock_domain_nop_test
` [PATCH v1 19/20] iommu/virtio-iommu: Implement viommu_domain_test_dev
` [PATCH v1 20/20] iommu/tegra-smmu: Implement tegra_smmu_domain_test_dev

[PATCH] sunxi: a523: Add OrangePi 4A defconfig
 2025-10-20 16:19 UTC 

[PATCH v2] clk: sunxi-ng: Mark A523 bus-r-cpucfg clock as critical
 2025-10-20 15:27 UTC 

[PATCH] sunxi: a523: Re-use H6/H616 DRAM size detection method
 2025-10-20 15:20 UTC  (2+ messages)

[PATCH] .mailmap: update email address for Chen-Yu Tsai
 2025-10-20 15:18 UTC  (2+ messages)

[PATCH 0/4] dt-bindings: treewide: don't check node names
 2025-10-20 15:18 UTC  (3+ messages)
` [PATCH 1/4] dt-bindings: bus: "

[PATCH resend] MAINTAINERS: Update Chen-Yu's email address
 2025-10-20 15:16 UTC  (2+ messages)

[PATCH] clk: sunxi-ng: Mark A523 bus-r-cpucfg clock as critical
 2025-10-20 13:24 UTC  (3+ messages)

[PATCH v3 00/15] Introduce Allwinner H6/H616 NAND controller support
 2025-10-20 10:13 UTC  (16+ messages)
` [PATCH v3 01/15] mtd: rawnand: sunxi: Remove superfluous register readings
` [PATCH v3 02/15] mtd: rawnand: sunxi: move ECC strenghts in sunxi_nfc_caps
` [PATCH v3 03/15] mtd: rawnand: sunxi: introduce reg_ecc_err_cnt "
` [PATCH v3 04/15] mtd: rawnand: sunxi: introduce reg_user_data "
` [PATCH v3 05/15] mtd: rawnand: sunxi: rework pattern found registers
` [PATCH v3 06/15] mtd: rawnand: sunxi: add has_ecc_block_512 capability
` [PATCH v3 07/15] mtd: rawnand: sunxi: introduce ecc_mode_mask in sunxi_nfc_caps
` [PATCH v3 08/15] mtd: rawnand: sunxi: introduce random en/dir "
` [PATCH v3 09/15] mtd: rawnand: sunxi: introduce reg_pat_id "
` [PATCH v3 10/15] mtd: rawnand: sunxi: introduce reg_spare_area "
` [PATCH v3 11/15] mtd: rawnand: sunxi: introduce ecc_err_mask "
` [PATCH v3 12/15] mtd: rawnand: sunxi: introduce sram_size "
` [PATCH v3 13/15] mtd: rawnand: sunxi: Add support for H616 nand controller
` [PATCH v3 14/15] dt-bindings: mtd: sunxi: Add H616 compatible
` [PATCH v3 15/15] arm64: dts: allwinner: h616: add NAND controller

[PATCH] MAINTAINERS: Update Chen-Yu's email address
 2025-10-20  4:53 UTC 

[PATCH v2] sunxi: extend R528/T113-s3/D1(s) DRAM initialisation
 2025-10-19 23:59 UTC  (4+ messages)

[PATCH 00/30] drm/sun4i: Refactor layer code for proper DE33 support
 2025-10-19  8:51 UTC  (37+ messages)
` [PATCH 01/30] drm/sun4i: mixer: Fix up DE33 channel macros
` [PATCH 02/30] drm/sun4i: mixer: Remove ccsc cfg for >= DE3
` [PATCH 03/30] drm/sun4i: de2: Initialize layer fields earlier
` [PATCH 04/30] drm/sun4i: ui_layer: Move check from update to check callback
` [PATCH 05/30] drm/sun4i: vi_layer: "
` [PATCH 06/30] drm/sun4i: layers: Make atomic commit functions void
` [PATCH 07/30] drm/sun4i: Move blender config from layers to mixer
` [PATCH 08/30] drm/sun4i: ui layer: Write attributes in one go
` [PATCH 09/30] drm/sun4i: vi "
` [PATCH 10/30] drm/sun4i: mixer: Remove setting layer enable bit
` [PATCH 11/30] drm/sun4i: de2/de3: Simplify CSC config interface
` [PATCH 12/30] drm/sun4i: csc: Simplify arguments with taking plane state
` [PATCH 13/30] drm/sun4i: de2/de3: Move plane type determination to mixer
` [PATCH 14/30] drm/sun4i: ui_layer: Change index meaning
` [PATCH 15/30] drm/sun4i: layer: move num of planes calc out of layer code
` [PATCH 16/30] drm/sun4i: ui_layer: use layer struct instead of multiple args
` [PATCH 17/30] drm/sun4i: vi_layer: "
` [PATCH 18/30] drm/sun4i: ui_scaler: use layer instead of mixer for args
` [PATCH 19/30] drm/sun4i: vi_scaler: "
` [PATCH 20/30] drm/sun4i: layers: Make regmap for layers configurable
` [PATCH 21/30] drm/sun4i: csc: use layer arg instead of mixer
` [PATCH 22/30] drm/sun4i: layers: add physical index arg
` [PATCH 23/30] drm/sun4i: vi_scaler: Update DE33 base calculation
` [PATCH 24/30] drm/sun4i: mixer: Convert heuristics to quirk
` [PATCH 25/30] drm/sun4i: ui_scaler: drop sanity checks
` [PATCH 26/30] drm/sun4i: mixer: Add quirk for number of VI scalers
` [PATCH 27/30] drm/sun4i: mixer: split out layer config
` [PATCH 28/30] drm/sun4i: layer: replace mixer with layer struct
` [PATCH 29/30] drm/sun4i: vi_scaler: Find mixer from crtc
` [PATCH 30/30] drm/sun4i: Nuke mixer pointer from layer code

[PATCH] Allwinner: fix booting on a number of devices
 2025-10-17 17:28 UTC  (2+ messages)

[PATCH net-next] net: stmmac: replace has_xxxx with core_type
 2025-10-17  9:13 UTC  (2+ messages)

[PATCH v3 14/19 5.15.y] minmax.h: update some comments
 2025-10-17  8:16 UTC  (2+ messages)
` Patch "minmax.h: update some comments" has been added to the 5.15-stable tree

[PATCH v3 16/19 5.15.y] minmax.h: use BUILD_BUG_ON_MSG() for the lo < hi test in clamp()
 2025-10-17  8:16 UTC  (2+ messages)
` Patch "minmax.h: use BUILD_BUG_ON_MSG() for the lo < hi test in clamp()" has been added to the 5.15-stable tree

[PATCH v3 19/19 5.15.y] minmax.h: remove some #defines that are only expanded once
 2025-10-17  8:16 UTC  (2+ messages)
` Patch "minmax.h: remove some #defines that are only expanded once" has been added to the 5.15-stable tree

[PATCH v3 18/19 5.15.y] minmax.h: simplify the variants of clamp()
 2025-10-17  8:16 UTC  (2+ messages)
` Patch "minmax.h: simplify the variants of clamp()" has been added to the 5.15-stable tree

[PATCH v3 17/19 5.15.y] minmax.h: move all the clamp() definitions after the min/max() ones
 2025-10-17  8:16 UTC  (2+ messages)
` Patch "minmax.h: move all the clamp() definitions after the min/max() ones" has been added to the 5.15-stable tree

[PATCH v3 15/19 5.15.y] minmax.h: reduce the #define expansion of min(), max() and clamp()
 2025-10-17  8:16 UTC  (2+ messages)
` Patch "minmax.h: reduce the #define expansion of min(), max() and clamp()" has been added to the 5.15-stable tree

[PATCH v3 10/19 5.15.y] minmax: simplify min()/max()/clamp() implementation
 2025-10-17  8:16 UTC  (2+ messages)
` Patch "minmax: simplify min()/max()/clamp() implementation" has been added to the 5.15-stable tree

[PATCH v3 13/19 5.15.y] minmax.h: add whitespace around operators and after commas
 2025-10-17  8:16 UTC  (2+ messages)
` Patch "minmax.h: add whitespace around operators and after commas" has been added to the 5.15-stable tree

[PATCH v3 08/19 5.15.y] minmax: make generic MIN() and MAX() macros available everywhere
 2025-10-17  8:16 UTC  (2+ messages)
` Patch "minmax: make generic MIN() and MAX() macros available everywhere" has been added to the 5.15-stable tree

[PATCH v3 07/19 5.15.y] minmax: simplify and clarify min_t()/max_t() implementation
 2025-10-17  8:16 UTC  (2+ messages)
` Patch "minmax: simplify and clarify min_t()/max_t() implementation" has been added to the 5.15-stable tree

[PATCH v3 12/19 5.15.y] minmax: fix up min3() and max3() too
 2025-10-17  8:16 UTC  (2+ messages)
` Patch "minmax: fix up min3() and max3() too" has been added to the 5.15-stable tree

[PATCH v3 11/19 5.15.y] minmax: improve macro expansion and type checking
 2025-10-17  8:16 UTC  (2+ messages)
` Patch "minmax: improve macro expansion and type checking" has been added to the 5.15-stable tree

[PATCH v3 09/19 5.15.y] minmax: don't use max() in situations that want a C constant expression
 2025-10-17  8:16 UTC  (2+ messages)
` Patch "minmax: don't use max() in situations that want a C constant expression" has been added to the 5.15-stable tree

[PATCH v3 06/19 5.15.y] minmax: add a few more MIN_T/MAX_T users
 2025-10-17  8:16 UTC  (2+ messages)
` Patch "minmax: add a few more MIN_T/MAX_T users" has been added to the 5.15-stable tree

[PATCH v3 03/19 5.15.y] minmax: deduplicate __unconst_integer_typeof()
 2025-10-17  8:05 UTC  (2+ messages)
` Patch "minmax: deduplicate __unconst_integer_typeof()" has been added to the 5.15-stable tree

[PATCH v3 02/19 5.15.y] minmax: Introduce {min,max}_array()
 2025-10-17  8:05 UTC  (2+ messages)
` Patch "minmax: Introduce {min,max}_array()" has been added to the 5.15-stable tree

[PATCH v3 04/19 5.15.y] minmax: fix indentation of __cmp_once() and __clamp_once()
 2025-10-17  8:05 UTC  (2+ messages)
` Patch "minmax: fix indentation of __cmp_once() and __clamp_once()" has been added to the 5.15-stable tree

[PATCH v3 05/19 5.15.y] minmax: avoid overly complicated constant expressions in VM code
 2025-10-17  8:05 UTC  (2+ messages)
` Patch "minmax: avoid overly complicated constant expressions in VM code" has been added to the 5.15-stable tree

[PATCH RFC net-next] net: stmmac: replace has_xxxx with core_type
 2025-10-16 19:41 UTC 

[PATCH v1 0/6] iommu: Pass in old_domain pointer to attach_dev
 2025-10-15 17:35 UTC  (9+ messages)
` [PATCH v1 1/6] iommu: Generic support for RMRs during device release
` [PATCH v1 2/6] iommu/arm-smmu-v3: Set release_domain to arm_smmu_blocked_domain
` [PATCH v1 3/6] iommu/exynos-iommu: Set release_domain to exynos_identity_domain
` [PATCH v1 4/6] iommu/amd: Set release_domain to blocked_domain
` [PATCH v1 5/6] iommu: Do not revert set_domain for the last gdev
` [PATCH v1 6/6] iommu: Pass in old domain to attach_dev callback functions

[PATCH v2] media: v4l2-mem2mem: Don't copy frame flags in v4l2_m2m_buf_copy_metadata()
 2025-10-15 10:38 UTC  (3+ messages)

[PATCH] media: v4l2-mem2mem: Don't copy frame flags for frame-based devices
 2025-10-15  8:02 UTC  (4+ messages)

[PATCH v4 00/10] drm/connector: hdmi: limit infoframes per driver capabilities
 2025-10-14 16:02 UTC  (10+ messages)
` [PATCH v4 01/10] drm/connector: let drivers declare infoframes as unsupported

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

[PATCH v2 00/15] Introduce Allwinner H6/H616 NAND controller support
 2025-10-14  7:13 UTC  (21+ messages)
` [PATCH v2 01/15] mtd: rawnand: sunxi: Remove superfluous register readings
` [PATCH v2 02/15] mtd: rawnand: sunxi: move ECC strenghts in sunxi_nfc_caps
` [PATCH v2 03/15] mtd: rawnand: sunxi: introduce reg_ecc_err_cnt "
` [PATCH v2 04/15] mtd: rawnand: sunxi: introduce reg_user_data "
` [PATCH v2 05/15] mtd: rawnand: sunxi: rework pattern found registers
` [PATCH v2 06/15] mtd: rawnand: sunxi: add has_ecc_block_512 capability
` [PATCH v2 07/15] mtd: rawnand: sunxi: introduce ecc_mode_mask in sunxi_nfc_caps
` [PATCH v2 08/15] mtd: rawnand: sunxi: introduce random en/dir "
` [PATCH v2 09/15] mtd: rawnand: sunxi: introduce reg_pat_id "
` [PATCH v2 10/15] mtd: rawnand: sunxi: introduce reg_spare_area "
` [PATCH v2 11/15] mtd: rawnand: sunxi: introduce ecc_err_mask "
` [PATCH v2 12/15] mtd: rawnand: sunxi: introduce sram_size "
` [PATCH v2 13/15] mtd: rawnand: sunxi: Add support for H616 nand controller
` [PATCH v2 14/15] dt-bindings: mtd: sunxi: Add H616 compatible
` [PATCH v2 15/15] arm64: dts: allwinner: h616: add NAND controller

[PATCH 00/15] Introduce Allwinner H6/H616 NAND controller support
 2025-10-13 12:01 UTC  (33+ messages)
` [PATCH 01/15] mtd: rawnand: sunxi: Remove superfluous register readings
` [PATCH 02/15] dt-bindings: mtd: sunxi: Add new compatible
` [PATCH 03/15] arm64: dts: allwinner: h616: add NAND controller
` [PATCH 04/15] mtd: nand: sunxi: move ecc strenghts in sunxi_nfc_caps
` [PATCH 05/15] mtd: nand: sunxi: introduce reg_ecc_err_cnt "
` [PATCH 06/15] mtd: nand: sunxi: introduce reg_user_data "
` [PATCH 07/15] mtd: nand: sunxi: rework pattern found registers
` [PATCH 08/15] mtd: nand: sunxi: add has_ecc_block_512 capability
` [PATCH 09/15] mtd: nand: sunxi: introduce ecc_mode_mask in sunxi_nfc_caps
` [PATCH 10/15] mtd: nand: sunxi: introduce random en/dir "
` [PATCH 11/15] mtd: nand: sunxi: introduce reg_pat_id "
` [PATCH 12/15] mtd: nand: sunxi: introduce reg_spare_area "
` [PATCH 13/15] mtd: nand: sunxi: introduce ecc_err_mask "
` [PATCH 14/15] mtd: nand: sunxi: introduce sram_size "
` [PATCH 15/15] mtd: rawnand: sunxi: Add support for H616 nand controller

[PATCH net-next v7 0/6] net: stmmac: Add support for Allwinner A523 GMAC200
 2025-10-13  7:53 UTC  (2+ messages)
` (subset) "

[PATCH] iio: adc: Fix pm runtime clean-up in sun4i_gpadc_probe
 2025-10-12 17:52 UTC  (3+ messages)

[PATCH v2] dt-bindings: bus: allwinner,sun50i-a64-de2: don't check node names
 2025-10-10 18:46 UTC  (2+ messages)

[PATCH] dt-bindings: bus: allwinner,sun50i-a64-de2: don't check node names
 2025-10-09 18:37 UTC  (2+ messages)

[PATCH AUTOSEL 6.17-6.12] soc: sunxi: sram: add entry for a523
 2025-10-09 16:38 UTC  (2+ messages)


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