linux-sunxi.lists.linux.dev archive mirror
 help / color / mirror / Atom feed
 messages from 2023-11-21 13:25:21 to 2023-11-29 10:13:19 UTC [more...]

[PATCH v4 00/45] drm/connector: Create HDMI Connector infrastructure
 2023-11-29 10:12 UTC  (57+ messages)
` [PATCH v4 01/45] drm/tests: helpers: Include missing drm_drv header
` [PATCH v4 02/45] drm/tests: helpers: Add atomic helpers
` [PATCH v4 03/45] drm/tests: Add helper to create mock plane
` [PATCH v4 04/45] drm/tests: Add helper to create mock crtc
` [PATCH v4 05/45] drm/connector: Check drm_connector_init pointers arguments
` [PATCH v4 06/45] drm/tests: connector: Add tests for drmm_connector_init
` [PATCH v4 07/45] drm/connector: Introduce an HDMI connector initialization function
` [PATCH v4 08/45] drm/connector: hdmi: Create an HDMI sub-state
` [PATCH v4 09/45] drm/connector: hdmi: Add Broadcast RGB property
` [PATCH v4 10/45] drm/connector: hdmi: Add RGB Quantization Range to the connector state
` [PATCH v4 11/45] drm/connector: hdmi: Add output BPC "
` [PATCH v4 12/45] drm/connector: hdmi: Add support for output format
` [PATCH v4 13/45] drm/connector: hdmi: Add HDMI compute clock helper
` [PATCH v4 14/45] drm/connector: hdmi: Calculate TMDS character rate
` [PATCH v4 15/45] drm/connector: hdmi: Add custom hook to filter "
` [PATCH v4 16/45] drm/connector: hdmi: Compute bpc and format automatically
` [PATCH v4 17/45] drm/connector: hdmi: Add Infoframes generation
` [PATCH v4 18/45] drm/connector: hdmi: Create Infoframe DebugFS entries
` [PATCH v4 19/45] drm/vc4: hdmi: Create destroy state implementation
` [PATCH v4 20/45] drm/vc4: hdmi: Switch to HDMI connector
` [PATCH v4 21/45] drm/vc4: tests: Remove vc4_dummy_plane structure
` [PATCH v4 22/45] drm/vc4: tests: Convert to plane creation helper
` [PATCH v4 23/45] drm/rockchip: inno_hdmi: Remove useless mode_fixup
` [PATCH v4 24/45] drm/rockchip: inno_hdmi: Remove useless copy of drm_display_mode
` [PATCH v4 25/45] drm/rockchip: inno_hdmi: Switch encoder hooks to atomic
` [PATCH v4 26/45] drm/rockchip: inno_hdmi: Get rid of mode_set
` [PATCH v4 27/45] drm/rockchip: inno_hdmi: no need to store vic
` [PATCH v4 28/45] drm/rockchip: inno_hdmi: Remove unneeded has audio flag
` [PATCH v4 29/45] drm/rockchip: inno_hdmi: Remove useless input format
` [PATCH v4 30/45] drm/rockchip: inno_hdmi: Remove useless output format
` [PATCH v4 31/45] drm/rockchip: inno_hdmi: Remove useless colorimetry
` [PATCH v4 32/45] drm/rockchip: inno_hdmi: Remove useless enum
` [PATCH v4 33/45] drm/rockchip: inno_hdmi: Remove tmds rate from structure
` [PATCH v4 34/45] drm/rockchip: inno_hdmi: Remove useless coeff_csc matrix
` [PATCH v4 35/45] drm/rockchip: inno_hdmi: Remove useless mode_valid
` [PATCH v4 36/45] drm/rockchip: inno_hdmi: Move infoframe disable to separate function
` [PATCH v4 37/45] drm/rockchip: inno_hdmi: Create mask retrieval functions
` [PATCH v4 38/45] drm/rockchip: inno_hdmi: Switch to infoframe type
` [PATCH v4 39/45] drm/rockchip: inno_hdmi: Remove unused drm device pointer
` [PATCH v4 40/45] drm/rockchip: inno_hdmi: Switch to HDMI connector
` [PATCH v4 41/45] drm/sun4i: hdmi: Convert encoder to atomic
` [PATCH v4 42/45] drm/sun4i: hdmi: Move mode_set into enable
` [PATCH v4 43/45] drm/sun4i: hdmi: Switch to container_of_const
  ` [v4,43/45] "
` [PATCH v4 44/45] drm/sun4i: hdmi: Consolidate atomic_check and mode_valid
` [PATCH v4 45/45] drm/sun4i: hdmi: Switch to HDMI connector

[PATCH v4 00/13] Support Andes PMU extension
 2023-11-29  9:34 UTC  (35+ messages)
` [PATCH v4 01/13] riscv: errata: Rename defines for Andes
` [PATCH v4 02/13] irqchip/riscv-intc: Allow large non-standard interrupt number
` [PATCH v4 03/13] irqchip/riscv-intc: Introduce Andes hart-level interrupt controller
` [PATCH v4 04/13] dt-bindings: riscv: Add Andes interrupt controller compatible string
` [PATCH v4 05/13] riscv: dts: renesas: r9a07g043f: Update compatible string to use Andes INTC
` [PATCH v4 06/13] perf: RISC-V: Eliminate redundant interrupt enable/disable operations
` [PATCH v4 07/13] RISC-V: Move T-Head PMU to CPU feature alternative framework
` [PATCH v4 08/13] perf: RISC-V: Introduce Andes PMU for perf event sampling
` [PATCH v4 09/13] dt-bindings: riscv: Add T-Head PMU extension description
` [PATCH v4 10/13] dt-bindings: riscv: Add Andes "
` [PATCH v4 11/13] riscv: dts: allwinner: Add T-Head PMU extension
` [PATCH v4 12/13] riscv: dts: renesas: Add Andes "
` [PATCH v4 13/13] riscv: andes: Support symbolic FW and HW raw events

[PATCH 00/16] IOMMU memory observability
 2023-11-29  7:49 UTC  (40+ messages)
` [PATCH 01/16] iommu/vt-d: add wrapper functions for page allocations
` [PATCH 02/16] iommu/amd: use page allocation function provided by iommu-pages.h
` [PATCH 03/16] iommu/io-pgtable-arm: "
` [PATCH 04/16] iommu/io-pgtable-dart: "
` [PATCH 05/16] iommu/io-pgtable-arm-v7s: "
` [PATCH 06/16] iommu/dma: "
` [PATCH 07/16] iommu/exynos: "
` [PATCH 08/16] iommu/fsl: "
` [PATCH 09/16] iommu/iommufd: "
` [PATCH 10/16] iommu/rockchip: "
` [PATCH 11/16] iommu/sun50i: "
` [PATCH 12/16] iommu/tegra-smmu: "
` [PATCH 13/16] iommu: observability of the IOMMU allocations
` [PATCH 14/16] iommu: account IOMMU allocated memory
` [PATCH 15/16] vhost-vdpa: account iommu allocations
` [PATCH 16/16] vfio: "

[PATCH 0/3] sunxi: add OrangePi Zero 3 board support
 2023-11-28 20:07 UTC  (14+ messages)
` [PATCH 3/3] sunxi: H616: Add "
                ` mdt_debug write

[PATCH 00/12] bus: Convert to platform remove callback returning void
 2023-11-28 17:49 UTC  (4+ messages)
  ` [PULL] "
    ` [PULL v2] "

[PATCH v3 0/6] Add support for H616 Thermal system
 2023-11-28 16:50 UTC  (21+ messages)
` [PATCH v3 1/6] soc: sunxi: sram: export register 0 for THS on H616
` [PATCH v3 2/6] dt-bindings: thermal: sun8i: Add H616 THS controller
` [PATCH v3 3/6] thermal: sun8i: explain unknown H6 register value
` [PATCH v3 4/6] thermal: sun8i: add syscon register access code
` [PATCH v3 5/6] thermal: sun8i: add support for H616 THS controller
` [PATCH v3 6/6] arm64: dts: allwinner: h616: Add thermal sensor and zones

[PATCH 27/55] media: sun6i-isp: Stop abusing of min_buffers_needed field
 2023-11-27 16:54 UTC 

[PATCH RFC v3 00/37] drm/connector: Create HDMI Connector infrastructure
 2023-11-27  9:40 UTC  (4+ messages)
` [PATCH RFC v3 22/37] drm/rockchip: inno_hdmi: Remove useless output format

[PATCH] sunxi: H616: OrangePi Zero 2: enable USB power supply
 2023-11-26 17:16 UTC 

Adding support for Orange Pi Zero 3
 2023-11-26 12:55 UTC  (5+ messages)

[PATCH v3 000/108] pwm: Fix lifetime issues for pwm_chips
 2023-11-25 18:48 UTC  (4+ messages)
` [PATCH v3 030/108] pwm: sun4i: Make use of pwmchip_parent() macro
` [PATCH v3 091/108] pwm: sun4i: Make use of devm_pwmchip_alloc() function

orangepi zero3
 2023-11-25  6:11 UTC  (3+ messages)

[PATCH v5 00/20] remove I2C_CLASS_DDC support
 2023-11-23 21:33 UTC  (3+ messages)
` [PATCH v5 04/20] drivers/gpu/drm/sun4i/sun4i_hdmi_i2c.c: "

[PATCH v8 0/5] leds: Allwinner A100 LED controller support
 2023-11-23 10:55 UTC  (2+ messages)
` (subset) "

[PATCH v4 00/20] remove I2C_CLASS_DDC support
 2023-11-23  8:52 UTC  (8+ messages)
` [Intel-gfx] "

[PATCH v7 0/7] Allwinner A31/A83T MIPI CSI-2 and A31 ISP / Platform Support
 2023-11-22 14:14 UTC  (8+ messages)
` [PATCH v7 1/7] clk: sunxi-ng: v3s: Export MBUS and DRAM clocks to the public header
` [PATCH v7 2/7] ARM: dts: sun8i: v3s: Add mbus node to represent the interconnect
` [PATCH v7 3/7] ARM: dts: sun8i: v3s: Add nodes for MIPI CSI-2 support
` [PATCH v7 4/7] ARM: dts: sun8i: v3s: Add support for the ISP
` [PATCH v7 5/7] ARM: dts: sun8i: a83t: Add MIPI CSI-2 controller node
` [PATCH v7 6/7] ARM: dts: sun8i-a83t: Add BananaPi M3 OV5640 camera overlay
` [PATCH v7 7/7] ARM: dts: sun8i-a83t: Add BananaPi M3 OV8865 "


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