messages from 2026-06-29 18:02:20 to 2026-07-01 12:22:32 UTC [more...]
[PATCH 00/42] drm/mediatek: The Huge Restructuring and MT8196 support
2026-07-01 12:20 UTC (35+ messages)
` [PATCH 01/42] drm/mediatek: Rename OVL format naming
` [PATCH 02/42] drm/mediatek: Export OVL formats definitions and format conversion API
` [PATCH 03/42] drm/mediatek: Export OVL Blend function
` [PATCH 04/42] drm/mediatek: Move mtk_ddp_comp_type enumeration to mtk-mmsys.h
` [PATCH 05/42] drm/mediatek: Rename all display component type to have DISP_ prefix
` [PATCH 06/42] drm/mediatek: Use hashtable for components discovery and registration
` [PATCH 07/42] drm/mediatek: ddp_comp: Move internal component register in function
` [PATCH 08/42] drm/mediatek: De-duplicate internal component checks
` [PATCH 09/42] drm/mediatek: Introduce and use path/comp definition structures
` [PATCH 10/42] drm/mediatek: Create new mtk_drm_legacy and move deprecated code
` [PATCH 11/42] drm/mediatek: Add support for MuteX trigger-sources parsing
` [PATCH 12/42] drm/mediatek: ovl_adaptor: Add special MERGE component check
` [PATCH 13/42] drm/mediatek: mtk_hdmi_v2: Don't warn on RPM active during detach
` [PATCH 14/42] drm/mediatek: Add support for hardware multi-stage layers
` [PATCH 15/42] drm/mediatek: mtk_crtc: Complete documentation for struct mtk_crtc
` [PATCH 16/42] drm/mediatek: mtk_crtc: Minimize spinlocked time in cmdq callback
` [PATCH 17/42] drm/mediatek: mtk_crtc: Dynamically find vblank/cfg component indices
` [PATCH 18/42] soc: mediatek: mtk-mmsys: Migrate to new Multimedia DDP HW indexing
` [PATCH 19/42] drm/mediatek: Fully migrate to new Display Controller "
` [PATCH 20/42] drm/mediatek: mtk_dpi: Pass parameters with new mtk_dpi_sync structure
` [PATCH 21/42] drm/mediatek: mtk_dpi: Fully separate HW setup from common code
` [PATCH 22/42] drm/mediatek: Create new mtk_dpi_common lib and move mtk_dpi code
` [PATCH 23/42] dt-bindings: display: mediatek: Introduce Digital Video Output HW
` [PATCH 24/42] drm/mediatek: Add support for MediaTek Digital Video Output (DVO)
` [PATCH 25/42] drm/mediatek: Pass mtk_ddp_comp in clk and config callbacks
` [PATCH 26/42] dt-bindings: display: mediatek: Introduce MT8196 Layer Blender
` [PATCH 27/42] drm/mediatek: Add support for Display Layer Blender component
` [PATCH 28/42] dt-bindings: display: mediatek: Introduce MT8196 extended DMA Engine
` [PATCH 29/42] drm/mediatek: Add support for Display Controller exDMA component
` [PATCH 30/42] dt-bindings: display: mediatek: Introduce MT8196 Output Processor
` [PATCH 31/42] drm/mediatek: Add support for Display Output Processor component
` [PATCH 32/42] drm/mediatek: mtk_crtc: Dynamically find suitable CRTC DMA device
` [PATCH 33/42] drm/mediatek: Prepare path builder for multi-controller architecture
` [PATCH 34/42] drm/mediatek: Enable bring-up of multi-controller CRTC paths
[PATCH 0/6] MediaTek MMSYS/Mute-X new-style part 1
2026-07-01 12:20 UTC (7+ messages)
` [PATCH 1/6] dt-bindings: soc: mediatek: mutex: Improve title and description
` [PATCH 2/6] dt-bindings: soc: mediatek: mutex: Allow #trigger-source-cells
` [PATCH 3/6] dt-bindings: display: mediatek: Allow trigger-sources on relevant HW
` [PATCH 4/6] soc: mediatek: mtk-mutex: Add new functions to add/remove triggers
` [PATCH 5/6] soc: mediatek: mtk-mmsys: Rework routes to specify component ID
` [PATCH 6/6] soc: mediatek: mtk-mmsys: Use MMSYS_ROUTE() in default routing table
[PATCH 00/11] drm: MediaTek DisplayPort cleanups and MT8196 eDP
2026-07-01 12:20 UTC (12+ messages)
` [PATCH 01/11] dt-bindings: display: mediatek: dp: Deprecate nvmem efuse data
` [PATCH 02/11] dt-bindings: display: mediatek: dp: Add compatible for MT8196 eDP
` [PATCH 03/11] drm/mediatek: mtk_dp: Fix hdmi codec and phy driver unregistration
` [PATCH 04/11] drm/mediatek: mtk_dp: Clarify SMC eDP/DP video unmute commands
` [PATCH 05/11] drm/mediatek: mtk_dp: Rework register offsets for proper PHY usage
` [PATCH 06/11] drm/mediatek: mtk_dp: Use PHY API for PHY power sequences
` [PATCH 07/11] drm/mediatek: mtk_dp: Add support for PHY from devicetree
` [PATCH 08/11] drm/mediatek: mtk_dp: Move max link rate to SoC specific data
` [PATCH 09/11] drm/mediatek: mtk_dp: Add support for HotPlug Detection in DP AUX
` [PATCH 10/11] drm/mediatek: mtk_dp: Add support for eDP1.5 IPs and MT8196 SoC
` [PATCH 11/11] drm/mediatek: mtk_dp: Clarify XTAL freq and Debounce registers
[PATCH 00/12] PHY: MediaTek DP PHY refactor and MT8196 eDP
2026-07-01 12:20 UTC (10+ messages)
` [PATCH 01/12] dt-bindings: phy: Document MT8195 and MT8196 DisplayPort PHYs
` [PATCH 02/12] phy: phy-mtk-dp: Rename regs to regmap in struct mtk_dp_phy
` [PATCH 03/12] phy: phy-mtk-dp: Allow probing with devicetree match
` [PATCH 04/12] phy: phy-mtk-dp: Migrate register offsets to SoC specific pdata
` [PATCH 05/12] phy: phy-mtk-dp: Implement power_on and power_off PHY callbacks
` [PATCH 06/12] phy: phy-mtk-dp: Support set_lanes in configure and properly cleanup
` [PATCH 07/12] phy: phy-mtk-dp: Support setting volt swing and preemphasis values
` [PATCH 08/12] phy: phy-mtk-dp: Add support for digital and analog calibration
` [PATCH 09/12] phy: phy-mtk-dp: Rewrite and document default driving param macros
[PATCH 00/10] drm/mediatek: Add DSC, WDMA, MT8189/96 DSI support
2026-07-01 12:19 UTC (11+ messages)
` [PATCH 01/10] dt-bindings: display: mediatek: dsc: Add MT8196 compatible
` [PATCH 02/10] drm/mediatek: Implement Display Stream Compression support
` [PATCH 03/10] dt-bindings: display: mediatek: dsi: Document MT8189 and MT8196
` [PATCH 04/10] drm/mediatek: mtk_dsi: Enable interrupt at component bind time
` [PATCH 05/10] drm/mediatek: mtk_dsi: Transfer register offsets to per-SoC const
` [PATCH 06/10] drm/mediatek: mtk_dsi: Add support for MT8189
` [PATCH 07/10] drm/mediatek: mtk_dsi: Add support for MT8196
` [PATCH 08/10] drm/mediatek: mtk_dsi: Enable PM Runtime on probe
` [PATCH 09/10] dt-bindings: display: mediatek: wdma: Add compatibles for more SoCs
` [PATCH 10/10] drm/mediatek: Add Write DMA (WDMA) Engine for Writeback support
[PATCH 0/2] PHY: Add support for MT8196 DSI PHY
2026-07-01 12:19 UTC (3+ messages)
` [PATCH 1/2] dt-bindings: phy: mediatek,dsi-phy: Add support for MT8196
` [PATCH 2/2] phy: mediatek: Add support for MT8196 MIPI DSI PHY
[PATCH 0/2] MediaTek MT8195 HDMI PHY Fixes
2026-07-01 12:19 UTC (3+ messages)
` [PATCH 1/2] phy: mediatek: phy-mtk-hdmi-mt8195: Fix PLL calc divisor overflow
` [PATCH 2/2] phy: mediatek: phy-mtk-hdmi-mt8195: Fix TMDS clk bit ratio setting
[PATCH 0/7] dts: Add and use UART AP_DMA controller on MTK SoCs
2026-07-01 12:19 UTC (8+ messages)
` [PATCH 1/7] arm64: dts: mediatek: mt6795: Remove deprecated UART DMA property
` [PATCH 2/7] arm64: dts: mediatek: mt8173: Add and use UART AP_DMA controller
` [PATCH 3/7] arm64: dts: mediatek: mt8183: "
` [PATCH 4/7] arm64: dts: mediatek: mt8186: "
` [PATCH 5/7] arm64: dts: mediatek: mt8188: "
` [PATCH 6/7] arm64: dts: mediatek: mt8192: "
` [PATCH 7/7] arm64: dts: mediatek: mt8195: "
[PATCH 0/4] pmdomains: Fixes and add support for HFRP Direct
2026-07-01 12:19 UTC (5+ messages)
` [PATCH 1/4] dt-bindings: power: mediatek: Add support for MT8196 direct HFRP
` [PATCH 2/4] pmdomain: mediatek: Respect PD relationships during error cleanup
` [PATCH 3/4] pmdomain: mediatek: Add support for Direct CTL simple power sequence
` [PATCH 4/4] pmdomain: mediatek: Add support for MT8196 HFRP DirectCTL domains
[PATCH] spmi: mtk-pmif: Add workaround for FSM lockup/error in read operation
2026-07-01 12:19 UTC
[PATCH v7 0/3] Bluetooth: btmtk: Add MT7928 support
2026-07-01 12:13 UTC (4+ messages)
` [PATCH v7 1/3] Bluetooth: btmtk: Replace magic numbers with WMT packet flag enum
` [PATCH v7 2/3] Bluetooth: btmtk: Improve BT firmware logging
` [PATCH v7 3/3] Bluetooth: btmtk: Add MT7928 support
[PATCH v4 0/3] regulator: Rework i2c_device_id initialisation
2026-06-30 22:40 UTC (3+ messages)
` [PATCH v4 2/3] regulator: Use named initializers for arrays of i2c_device_data
[PATCH] net: airoha: fix MIB stats collection to be lossless
2026-07-01 10:29 UTC (5+ messages)
[PATCH v2] arm64: dts: mediatek: mt6359: use proper compatible for rtc
2026-07-01 8:38 UTC
[PATCH net-next v7 0/3] airoha: add the capability to configure GDM3/GDM4 as WAN/LAN on demand
2026-07-01 8:09 UTC (4+ messages)
` [PATCH net-next v7 1/3] net: airoha: rename airoha_priv_flags to airoha_dev_flags
` [PATCH net-next v7 2/3] net: airoha: fix ETS QoS stats counter underflow and cross-channel corruption
` [PATCH net-next v7 3/3] net: airoha: defer GDM3/GDM4 WAN mode and GDM2 loopback to QoS offload
[PATCH v3 0/2] MT8189 SMI SUPPORT
2026-07-01 7:44 UTC (3+ messages)
` [PATCH v3 1/2] dt-bindings: memory-controllers: mtk-smi: Add support for mt8189
` [PATCH v3 2/2] memory: mtk-smi: Add mt8189 support
[PATCH v1 0/2] reset: mediatek: add syscon-based reset controller
2026-07-01 6:36 UTC (6+ messages)
` [PATCH v1 1/2] Documentation: dt: reset: add mediatek,syscon-reset binding
[PATCH v2] wifi: mt76: add wcid publish check in mt76_sta_add
2026-07-01 6:16 UTC (4+ messages)
[PATCH v3] ufs: core: add hba parameter to trace events
2026-07-01 6:11 UTC (4+ messages)
[PATCH v2 0/5] netfilter: nf_flow_table_path: L2 bridge offload
2026-07-01 6:11 UTC (8+ messages)
` [PATCH 1/5] net: export __dev_fill_forward_path
` [PATCH 2/5] net: bridge: add flow offload helpers
` [PATCH 3/5] netfilter: nf_flow_table_path: add L2 bridge offload
` [PATCH 4/5] netfilter: nf_flow_table_path: handle DEV_PATH_MTK_WDMA in path info
` [PATCH 5/5] netfilter: nf_flow_table_path: add VLAN passthrough support
[PATCH V4 2/8] PCI: imx6: Add skip_pwrctrl_off flag support
2026-07-01 2:21 UTC (2+ messages)
[PATCH v6 1/1] wifi: mt76: mt792x: fix use-after-free in mt76_rx_poll_complete
2026-07-01 1:06 UTC
[PATCH v2] ufs: core: add hba parameter to trace events
2026-06-30 22:58 UTC (3+ messages)
[PATCH wireless-next] wifi: mt76: fix of_get_mac_address error handling
2026-06-30 21:03 UTC (7+ messages)
[PATCH wireless-next] wifi: mt76: fix MAC address for non OF pcie cards
2026-06-30 21:02 UTC
[PATCH] Bluetooth: Properly disable remote wakeup for MT7922/MT7925 on Ryzen platform
2026-06-30 19:15 UTC (3+ messages)
[PATCH v6 0/3] Bluetooth: btmtk: Add MT7928 support
2026-06-30 18:19 UTC (5+ messages)
` [PATCH v6 1/3] Bluetooth: btmtk: Replace magic numbers with WMT packet flag enum
` [PATCH v6 2/3] Bluetooth: btmtk: Improve BT firmware logging
` [PATCH v6 3/3] Bluetooth: btmtk: Add MT7928 support
[PATCH v2 0/4] PCI: mediatek-gen3: Add 2-lanes mode support + clock
2026-06-30 16:39 UTC (3+ messages)
` [PATCH v2 3/4] dt-bindings: PCI: mediatek-gen3: Split Airoha schema and document 2-lanes
[PATCH net] net: airoha: fix max receive size configuration
2026-06-30 16:19 UTC (3+ messages)
[PATCH mt76 1/2] wifi: mt76: wed: fix kernel panic on non-DBDC MT7986
2026-06-30 15:06 UTC (2+ messages)
` [PATCH mt76 2/2] wifi: mt76: mt7915: fix net_fill_forward_path for non-DBDC mt7986
[PATCH v3 0/4] CI: mediatek-gen3: Add 2-lanes mode support + clock
2026-06-30 14:54 UTC (3+ messages)
` [PATCH v3 3/4] dt-bindings: PCI: mediatek-gen3: Split Airoha schema and document 2-lanes
[PATCH net] net:ethernet: mtk_wed: setup WDMA_RING_TX(0) for non-DBDC MT7986
2026-06-30 14:48 UTC
[PATCH 00/27] ASoC: codecs: Use guard() for mutex & spin locks
2026-06-30 13:50 UTC (33+ messages)
` [PATCH 01/27] ASoC: codecs: da7213: Use guard() for mutex locks
` [PATCH 02/27] ASoC: codecs: da7219: "
` [PATCH 03/27] ASoC: codecs: es8316: "
` [PATCH 04/27] ASoC: codecs: es8326: "
` [PATCH 05/27] ASoC: codecs: es9356: "
` [PATCH 06/27] ASoC: codecs: fs210x: "
` [PATCH 07/27] ASoC: codecs: hdac_hdmi: "
` [PATCH 08/27] ASoC: codecs: hdmi-codec: "
` [PATCH 09/27] ASoC: codecs: idt821034: "
` [PATCH 10/27] ASoC: codecs: lpass-macro: "
` [PATCH 11/27] ASoC: codecs: madera: "
` [PATCH 12/27] ASoC: codecs: max98095: "
` [PATCH 13/27] ASoC: codecs: mt6359-accdet: "
` [PATCH 14/27] ASoC: codecs: pcm512x: "
` [PATCH 15/27] ASoC: codecs: pcm6240: "
` [PATCH 16/27] ASoC: codecs: peb2466: "
` [PATCH 17/27] ASoC: codecs: rt5514-spi: "
` [PATCH 18/27] ASoC: codecs: rt5645: "
` [PATCH 19/27] ASoC: codecs: rt5665: "
` [PATCH 20/27] ASoC: codecs: rt5668: "
` [PATCH 21/27] ASoC: codecs: rt5677: "
` [PATCH 22/27] ASoC: codecs: rt5682: "
` [PATCH 23/27] ASoC: codecs: rt700: "
` [PATCH 24/27] ASoC: codecs: rt711: "
` [PATCH 25/27] ASoC: codecs: rt712: "
` [PATCH 26/27] ASoC: codecs: rt721: "
` [PATCH 27/27] ASoC: codecs: rt722: "
[PATCH v4 00/14] pinctrl: airoha: split driver on shared code and SoC specific drivers, add supporf of en7523
2026-06-30 13:26 UTC (3+ messages)
[PATCH v2] i2c: mt7621: Use dev_err_probe() for clock acquisition failures
2026-06-30 11:19 UTC
[PATCH v8 0/6] MediaTek pinctrl DT binding cleanup and MT6735 pinctrl support
2026-06-30 11:17 UTC (5+ messages)
` [PATCH v8 6/6] pinctrl: mediatek: Add MT6735 pinctrl driver
[PATCH v4] ASoC: dt-bindings: mtk-btcvsd-snd: Convert to DT Schema
2026-06-29 17:31 UTC (2+ messages)
[PATCH] i2c: mt7621: Use dev_err_probe() for clock acquisition failures
2026-06-30 11:08 UTC
[PATCH v5 1/1] wifi: mt76: mt792x: fix use-after-free in mt76_rx_poll_complete
2026-06-30 9:41 UTC
[PATCH] wifi: mt76: mt7925: Fix unregister deadlock
2026-06-30 9:06 UTC
[PATCH] wifi: mt76: mt7925: cancel pending mlo_pm_work
2026-06-30 9:02 UTC
[PATCH v5 0/3] Bluetooth: btmtk: Add MT7928 support
2026-06-30 6:46 UTC (4+ messages)
` [PATCH v5 3/3] "
[PATCH v3] Subject: [PATCH] net: gro: fix double aggregation of flush-marked skbs
2026-06-30 2:35 UTC
[PATCH] ASoC: mediatek: mt2701: add COMPILE_TEST
2026-06-30 1:30 UTC
[PATCH v3 0/3] dt-bindings: mfd: syscon: Tighten checks
2026-06-29 20:19 UTC (2+ messages)
` (subset) "
[PATCH v3 0/2] regulator: Rework i2c_device_id initialisation
2026-06-29 18:10 UTC (2+ messages)
mt76 newly rejects formerly working MAC from EPROM
2026-06-29 18:02 UTC
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox