linux-sunxi.lists.linux.dev archive mirror
 help / color / mirror / Atom feed
 messages from 2024-02-22 18:44:15 to 2024-03-07 13:40:12 UTC [more...]

[PATCH v8 00/27] drm/connector: Create HDMI Connector infrastructure
 2024-03-07 13:38 UTC  (28+ messages)
` [PATCH v8 01/27] drm/connector: Introduce an HDMI connector initialization function
` [PATCH v8 02/27] drm/tests: connector: Add tests for drmm_connector_hdmi_init
` [PATCH v8 03/27] drm/connector: hdmi: Create an HDMI sub-state
` [PATCH v8 04/27] drm/connector: hdmi: Add output BPC to the connector state
` [PATCH v8 05/27] drm/tests: Add output bpc tests
` [PATCH v8 06/27] drm/connector: hdmi: Add support for output format
` [PATCH v8 07/27] drm/tests: Add output formats tests
` [PATCH v8 08/27] drm/connector: hdmi: Add HDMI compute clock helper
` [PATCH v8 09/27] drm/tests: Add HDMI TDMS character rate tests
` [PATCH v8 10/27] drm/connector: hdmi: Calculate TMDS character rate
` [PATCH v8 11/27] drm/tests: Add TDMS character rate connector state tests
` [PATCH v8 12/27] drm/connector: hdmi: Add custom hook to filter TMDS character rate
` [PATCH v8 13/27] drm/tests: Add HDMI connector rate filter hook tests
` [PATCH v8 14/27] drm/connector: hdmi: Compute bpc and format automatically
` [PATCH v8 15/27] drm/tests: Add HDMI connector bpc and format tests
` [PATCH v8 16/27] drm/connector: hdmi: Add Broadcast RGB property
` [PATCH v8 17/27] drm/tests: Add tests for "
` [PATCH v8 18/27] drm/connector: hdmi: Add RGB Quantization Range to the connector state
` [PATCH v8 19/27] drm/tests: Add RGB Quantization tests
` [PATCH v8 20/27] drm/connector: hdmi: Add Infoframes generation
` [PATCH v8 21/27] drm/tests: Add infoframes test
` [PATCH v8 22/27] drm/connector: hdmi: Create Infoframe DebugFS entries
` [PATCH v8 23/27] drm/vc4: hdmi: Switch to HDMI connector
` [PATCH v8 24/27] drm/vc4: tests: Remove vc4_dummy_plane structure
` [PATCH v8 25/27] drm/vc4: tests: Convert to plane creation helper
` [PATCH v8 26/27] drm/rockchip: inno_hdmi: Switch to HDMI connector
` [PATCH v8 27/27] drm/sun4i: hdmi: "

[PATCH 0/5] PM / devfreq: Convert to platform remove callback returning void
 2024-03-07 11:54 UTC  (4+ messages)
  ` [PATCH 5/5] PM / devfreq: sun8i-a33-mbus: "

[linux-next:master] BUILD REGRESSION 61996c073c9b070922ad3a36c981ca6ddbea19a5
 2024-03-06 18:11 UTC 

[PATCH v3 0/5] Pinephone video out fixes (flipping between two frames)
 2024-03-06 15:04 UTC  (9+ messages)
` [PATCH v3 1/5] clk: sunxi-ng: common: Support minimum and maximum rate
` [PATCH v3 2/5] clk: sunxi-ng: a64: Set minimum and maximum rate for PLL-MIPI
` [PATCH v3 3/5] clk: sunxi-ng: nkm: Support constraints on m/n ratio and parent rate
` [PATCH v3 4/5] clk: sunxi-ng: a64: Add constraints on PLL-MIPI's n/m "
` [PATCH v3 5/5] arm64: dts: allwinner: a64: Run GPU at 432 MHz

[PATCH net v3] net: stmmac: protect updates of 64-bit statistics counters
 2024-03-06 10:17 UTC  (14+ messages)

[PATCH] dt-bindings: input: allwinner,sun4i-a10-lrad: drop redundant type from label
 2024-03-05 17:51 UTC  (6+ messages)

Pull request: u-boot-sunxi/master for v2024.04
 2024-03-05 13:27 UTC  (2+ messages)

arm: ERROR: modpost: "__aeabi_uldivmod" [drivers/gpu/drm/sun4i/sun4i-drm-hdmi.ko] undefined!
 2024-03-04 13:55 UTC  (10+ messages)

[PATCH v3 0/4] Add support for jack detection to codec present in A64 SoC
 2024-03-02 14:00 UTC  (5+ messages)
` [PATCH v3 1/4] ASoC: sun50i-codec-analog: Move suspend/resume to set_bias_level
` [PATCH v3 2/4] ASoC: sun8i-codec: Enable bus clock at STANDBY and higher bias
` [PATCH v3 3/4] ASoC: sun50i-codec-analog: Enable jack detection on startup
` [PATCH v3 4/4] ASoC: sun8i-codec: Implement jack and accessory detection

[PATCH] clk: sunxi-ng: h6: Reparent CPUX during PLL CPUX rate change
 2024-03-02 11:42 UTC  (2+ messages)

[RESEND PATCH v2 0/5] Add support for jack detection to codec present in A64 SoC
 2024-03-01 21:36 UTC  (9+ messages)
` [RESEND PATCH v2 1/5] dt-bindings: sound: Add jack-type property to sun8i-a33-codec
` [RESEND PATCH v2 2/5] ASoC: sun50i-codec-analog: Move suspend/resume to set_bias_level
` [RESEND PATCH v2 3/5] ASoC: sun8i-codec: Enable bus clock at STANDBY and higher bias
` [RESEND PATCH v2 4/5] ASoC: sun50i-codec-analog: Enable jack detection on startup
` [RESEND PATCH v2 5/5] ASoC: sun8i-codec: Implement jack and accessory detection

[GIT PULL] Allwinner device tree changes for 6.9
 2024-03-01 17:22 UTC  (3+ messages)

[PATCH v7 00/36] drm/connector: Create HDMI Connector infrastructure
 2024-03-01 13:15 UTC  (58+ messages)
` [PATCH v7 01/36] drm/tests: helpers: Include missing drm_drv header
  ` (subset) "
` [PATCH v7 02/36] drm/tests: helpers: Add atomic helpers
  ` (subset) "
` [PATCH v7 03/36] drm/tests: Add helper to create mock plane
  ` (subset) "
` [PATCH v7 04/36] drm/tests: Add helper to create mock crtc
  ` (subset) "
` [PATCH v7 05/36] drm/tests: connector: Add tests for drmm_connector_init
  ` (subset) "
` [PATCH v7 19/36] drm/connector: hdmi: Compute bpc and format automatically
` [PATCH v7 21/36] drm/connector: hdmi: Add Broadcast RGB property
` [PATCH v7 25/36] drm/connector: hdmi: Add Infoframes generation
` [PATCH v7 29/36] drm/vc4: tests: Remove vc4_dummy_plane structure
` [PATCH v7 30/36] drm/vc4: tests: Convert to plane creation helper
` [PATCH v7 31/36] drm/rockchip: inno_hdmi: Switch to HDMI connector
` [PATCH v7 32/36] drm/sun4i: hdmi: Convert encoder to atomic
  ` (subset) "
` [PATCH v7 33/36] drm/sun4i: hdmi: Move mode_set into enable
  ` (subset) "
` [PATCH v7 34/36] drm/sun4i: hdmi: Switch to container_of_const
  ` (subset) "
` [PATCH v7 35/36] drm/sun4i: hdmi: Consolidate atomic_check and mode_valid
  ` (subset) "
` [PATCH v7 36/36] drm/sun4i: hdmi: Switch to HDMI connector

[PATCH 1/4] iommu: constify pointer to bus_type
 2024-03-01 12:47 UTC  (2+ messages)

[PATCH] crypto: sun8i-ce - Fix use after free in unprepare
 2024-02-29  1:40 UTC  (9+ messages)
` [PATCH] crypto: rk3288 "

[GIT PULL] Allwinner clock changes for 6.9
 2024-02-27 22:16 UTC  (2+ messages)

[PATCH v2 0/6] Pinephone video out fixes (flipping between two frames)
 2024-02-26 20:07 UTC  (15+ messages)
` [PATCH v2 5/6] drm/panel: st7703: Drive XBD599 panel at higher clock rate

[PATCH v9 00/10] Support Andes PMU extension
 2024-02-26 12:28 UTC  (12+ messages)
` [PATCH v9 02/10] irqchip/riscv-intc: Allow large non-standard interrupt number
` [PATCH v9 03/10] irqchip/riscv-intc: Introduce Andes hart-level interrupt controller
` [PATCH v9 05/10] riscv: dts: renesas: r9a07g043f: Update compatible string to use Andes INTC
` [PATCH v9 09/10] riscv: dts: renesas: Add Andes PMU extension for r9a07g043f

[RFC PATCH 0/1] sunxi: H616: add GPU power domain driver
 2024-02-25 16:06 UTC  (2+ messages)
` [RFC PATCH 1/1] clk: sunxi-ng: h6-r: add GPU power domain

[PATCH v2 0/3] Move blender setup from individual planes to crtc commit in sun4i-drm
 2024-02-24 15:06 UTC  (4+ messages)
` [PATCH v2 1/3] drm/sun4i: Unify sun8i_*_layer structs
` [PATCH v2 2/3] drm/sun4i: Add more parameters to sunxi_engine commit callback
` [PATCH v2 3/3] drm/sun4i: Fix layer zpos change/atomic modesetting

[PATCH v2 0/5] Add support for jack detection to codec present in A64 SoC
 2024-02-24 13:50 UTC  (8+ messages)
` [PATCH v2 1/5] dt-bindings: sound: Add jack-type property to sun8i-a33-codec
` [PATCH v2 2/5] ASoC: sun50i-codec-analog: Move suspend/resume to set_bias_level
` [PATCH v2 3/5] ASoC: sun8i-codec: Enable bus clock at STANDBY and higher bias
` [PATCH v2 4/5] ASoC: sun50i-codec-analog: Enable jack detection on startup
` [PATCH v2 5/5] ASoC: sun8i-codec: Implement jack and accessory detection

[PATCH 0/3] Move blender setup from individual planes to crtc commit in sun4i-drm
 2024-02-24  7:10 UTC  (11+ messages)
` [PATCH 1/3] drm/sun4i: Unify sun8i_*_layer structs
` [PATCH 2/3] drm/sun4i: Add more parameters to sunxi_engine commit callback
` [PATCH 3/3] drm/sun4i: Fix layer zpos change/atomic modesetting

[PATCH v2 1/4] leds: rgb: leds-group-multicolor: allow leds to stay on in suspend
 2024-02-24  2:52 UTC  (16+ messages)
` [PATCH v2 3/4] arm64: dts: sun50i-a64-pinephone: add multicolor led node
` [PATCH v2 4/4] arm64: dts: sun50i-a64-pinephone: change led type to status
` (subset) [PATCH v2 1/4] leds: rgb: leds-group-multicolor: allow leds to stay on in suspend

[PATCH v3] thermal/drivers/sun8i: Don't fail probe due to zone registration failure
 2024-02-23 22:27 UTC  (3+ messages)

[GIT PULL] Allwinner drivers change for 6.9
 2024-02-23 20:57 UTC 

[GIT PULL] Allwinner device tree fix for 6.8
 2024-02-23 20:54 UTC 

[PATCH v5 0/7] add support for H616 thermal system
 2024-02-23 20:41 UTC  (11+ messages)
` [PATCH v5 1/7] soc: sunxi: sram: export register 0 for THS on H616
` [PATCH v5 7/7] arm64: dts: allwinner: h616: Add thermal sensor and zones

[PATCH] phy: constify of_phandle_args in xlate
 2024-02-23 12:15 UTC  (2+ messages)

[PATCH] arm64: dts: allwinner: h616: Add Orange Pi Zero 2W to Makefile
 2024-02-22 22:12 UTC  (2+ messages)

[PATCH 0/4] Add support for jack detection to codec present in A64 SoC
 2024-02-22 20:18 UTC  (5+ messages)
` [PATCH 4/4] ASoC: sun8i-codec: Implement jack and accessory detection


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