Linux-mediatek Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-08-28 07:00:11 to 2026-09-01 16:33:42 UTC [more...]

[PATCH 0/4] net: airoha: fix silent RX packet loss on ring 4
 2026-09-01 18:32 UTC  (17+ messages)
` [PATCH net 1/4] net: airoha: handle RX_NO_CPU_DSCP interrupt, not just RX_DONE
` [PATCH net-next 2/4] net: airoha: recover RX ring after hw completion race
` [PATCH net-next 3/4] net: airoha: add rx_stall_recover ethtool counter
` [PATCH net-next 4/4] net: airoha: grow RX ring 4 to 128 descriptors
` [PATCH net v2 0/3] net: airoha: fix silent RX loss on the shared CPU ring
  ` [PATCH net v2 1/3] net: airoha: handle RX_NO_CPU_DSCP interrupt, not just RX_DONE
  ` [PATCH net v2 2/3] net: airoha: recover RX ring after hw completion stall
  ` [PATCH net v2 3/3] net: airoha: grow the small RX rings
  ` [PATCH net v3 0/2] net: airoha: fix silent RX loss on the shared CPU ring
    ` [PATCH net v3 1/2] net: airoha: handle RX_NO_CPU_DSCP interrupt, not just RX_DONE
    ` [PATCH net v3 2/2] net: airoha: grow the small RX rings

[PATCH v4 2/2] wifi: mt76: fix memory leak in USB TX path
 2026-09-01 16:10 UTC  (2+ messages)

[PATCH] pmdomain: airoha: fix unselectable AIROHA_CPU_PM_DOMAIN kconfig
 2026-09-01 15:45 UTC  (2+ messages)

[PATCH v11 00/24] MediaTek UFS Cleanup and MT8196 Enablement
 2026-09-01 15:39 UTC  (25+ messages)
` [PATCH v11 01/24] dt-bindings: phy: Add mediatek,mt8196-ufsphy variant
` [PATCH v11 02/24] dt-bindings: ufs: mediatek,ufs: Complete the binding
` [PATCH v11 03/24] dt-bindings: ufs: mediatek,ufs: Add mt8196 variant
` [PATCH v11 04/24] scsi: ufs: mediatek: Move MTK_SIP_UFS_CONTROL to mtk_sip_svc.h
` [PATCH v11 05/24] phy: mediatek: ufs: Add support for resets
` [PATCH v11 06/24] scsi: ufs: mediatek: Rework resets
` [PATCH v11 07/24] scsi: ufs: mediatek: Rework 0.9V regulator
` [PATCH v11 08/24] scsi: ufs: mediatek: Add dual 0.9V supply support
` [PATCH v11 09/24] scsi: ufs: mediatek: Rework init function
` [PATCH v11 10/24] scsi: ufs: mediatek: Rework the crypt-boost stuff
` [PATCH v11 11/24] scsi: ufs: mediatek: Handle misc host voltage regulators
` [PATCH v11 12/24] scsi: ufs: mediatek: Remove undocumented downstream reset cruft
` [PATCH v11 13/24] scsi: ufs: mediatek: Remove vendor kernel quirks cruft
` [PATCH v11 14/24] scsi: ufs: mediatek: Use the common PHY framework
` [PATCH v11 15/24] scsi: ufs: mediatek: Remove mediatek,ufs-broken-rtc property
` [PATCH v11 16/24] scsi: ufs: mediatek: Rework _ufs_mtk_clk_scale error paths
` [PATCH v11 17/24] scsi: ufs: mediatek: Clean up logging prints
` [PATCH v11 18/24] scsi: ufs: mediatek: Rework ufs_mtk_wait_idle_state
` [PATCH v11 19/24] scsi: ufs: mediatek: Don't acquire dvfsrc-vcore twice
` [PATCH v11 20/24] scsi: ufs: mediatek: Rework hardware version reading
` [PATCH v11 21/24] scsi: ufs: mediatek: Back up idle timer in per-instance struct
` [PATCH v11 22/24] scsi: ufs: mediatek: Remove ret local from link_startup_notify
` [PATCH v11 23/24] scsi: ufs: mediatek: Remove undocumented "clk-scale-up-vcore-min"
` [PATCH v11 24/24] scsi: ufs: mediatek: Add MT8196 compatible, update copyright

[PATCH] wifi: mt76: mt7921: skip unknown CLC firmware records
 2026-09-01 14:27 UTC  (2+ messages)

[PATCH] wifi: mt76: mt7921: skip CLC records the driver does not know
 2026-09-01 14:25 UTC  (2+ messages)

[PATCH net v5] net: gro: Fix nesting of TCP GSO SKBs in skb_gro_receive_list()
 2026-09-01 14:11 UTC  (2+ messages)

[PATCH nf-next] netfilter: flowtable: carry a priority into the offload
 2026-09-01 10:41 UTC  (3+ messages)

[PATCH net-next v15 00/12] net: pcs: Introduce support for fwnode PCS
 2026-09-01  9:05 UTC  (14+ messages)
` [PATCH net-next v15 01/12] net: phylink: keep and use MAC supported_interfaces in phylink struct
` [PATCH net-next v15 02/12] net: phylink: introduce internal phylink PCS handling
` [PATCH net-next v15 03/12] net: pcs: implement Firmware node support for PCS driver
` [PATCH net-next v15 04/12] net: phylink: save phylink instance fwnode on phylink_create
` [PATCH net-next v15 05/12] net: phylink: support PCS provider release
` [PATCH net-next v15 06/12] net: phylink: support late PCS provider attach
` [PATCH net-next v15 07/12] net: Document PCS subsystem
` [PATCH net-next v15 08/12] MAINTAINERS: add myself as PCS subsystem maintainer
` [PATCH net-next v15 09/12] net: phylink: add .pcs_link_down PCS OP
` [PATCH net-next v15 10/12] dt-bindings: net: pcs: Document support for Airoha Ethernet PCS
` [PATCH net-next v15 11/12] net: pcs: airoha: add PCS driver for Airoha AN7581 SoC
` [PATCH net-next v15 12/12] net: airoha: add phylink support

[PATCH net v3 0/2] net: restore EEE on MediaTek switches and SoC MACs
 2026-09-01  8:40 UTC  (5+ messages)
` [PATCH net v3 1/2] net: dsa: mt7530: populate lpi_interfaces to fix EEE support
` [PATCH net v3 2/2] net: ethernet: mtk_eth_soc: "

[PATCH v6 0/8] arm64: mediatek: Chromebook trackpad supply fixes
 2026-09-01  7:49 UTC  (9+ messages)
` [PATCH v6 1/8] regulator: core: Add "enable and wait" functions
` [PATCH v6 2/8] Input: elan_i2c - Wait for initialization after enabling regulator supply
` [PATCH v6 3/8] HID: i2c-hid-of: skip post-power-on delay if powered on sufficiently long
` [PATCH v6 4/8] i2c: of-prober: "
` [PATCH v6 5/8] i2c: of-prober: Let cleanup op know if a device was found
` [PATCH v6 6/8] i2c: of-prober: Defer regulator_disable() on successful probe in simple helper
` [PATCH v6 7/8] arm64: dts: mediatek: mt8173-elm-hana: Unmark trackpad supply as always-on
` [PATCH v6 8/8] arm64: dts: mediatek: mt8192-asurada-spherion: Add Synaptics trackpad's supply

[PATCH 00/45] clk: Make sure clk_init_data is fully initialized (part two)
 2026-09-01  7:14 UTC  (3+ messages)

[PATCH 0/7] soc: Remove redundant error messages on IRQ request failure
 2026-09-01  2:09 UTC  (2+ messages)
` (subset) "

[PATCH v2 0/3] pinctrl: airoha: add EcoNet EN7528 pin controller support
 2026-08-31 22:51 UTC  (11+ messages)
` [PATCH v2 1/3] pinctrl: airoha: limit GPIO interrupts to interrupt-capable pins
` [PATCH v2 2/3] dt-bindings: pinctrl: Add EcoNet EN7528 pin controller
` [PATCH v2 3/3] pinctrl: airoha: add support of en7528 SoC

[PATCH] spi: spi-mtk-nor: Get clocks from devicetree in bulk
 2026-08-31 17:48 UTC  (2+ messages)

[PATCH 0/2] Bluetooth: btmtksdio: Stop discarding the hardware device id
 2026-08-31 17:20 UTC  (2+ messages)

[PATCH v6 00/13] drm/bridge: it6505: DP audio support + shared-DAI hw_params fix
 2026-08-31 16:33 UTC  (3+ messages)

[PATCH v3 00/13] drm/bridge: Kconfig: cleanup DRM_PANEL usage
 2026-08-31 16:13 UTC  (14+ messages)
` [PATCH v3 01/13] drm/bridge: megachips-stdpxxxx-ge-b850v3-fw: don't select unused DRM_PANEL
` [PATCH v3 02/13] drm/bridge: tc358764: "
` [PATCH v3 03/13] drm/bridge: ti-dlpc3433: don't depend on DRM_PANEL, select DRM_PANEL_BRIDGE
` [PATCH v3 04/13] drm/bridge: ti-sn65dsi86: don't select unused "
` [PATCH v3 05/13] drm/bridge: ti-sn65dsi83: "
` [PATCH v3 06/13] drm/bridge: nxp-ptn3460: select DRM_PANEL_BRIDGE, not DRM_PANEL
` [PATCH v3 07/13] drm/bridge: parade-ps8622: "
` [PATCH v3 08/13] drm/bridge: parade-ps8640: "
` [PATCH v3 09/13] drm/bridge: tc358775: "
` [PATCH v3 10/13] drm/bridge: tc358767: select DRM_PANEL_BRIDGE
` [PATCH v3 11/13] drm/bridge: tc358768: "
` [PATCH v3 12/13] drm/bridge: ssd2825: "
` [PATCH v3 13/13] drm/bridge: tc358764: "

[PATCH net-next v5 0/9] net: dsa: mt7530: modernise register access and add two DSA ops
 2026-08-31 15:39 UTC  (10+ messages)
` [PATCH net-next v5 1/9] net: dsa: mt7530: move MDIO bus locking into regmap
` [PATCH net-next v5 2/9] net: dsa: mt7530: fold mt7530_mii_write/read into mt7530_write/read
` [PATCH net-next v5 3/9] net: dsa: mt7530: replace mt7530_write with regmap_write
` [PATCH net-next v5 4/9] net: dsa: mt7530: replace mt7530_rmw/set/clear with regmap API
` [PATCH net-next v5 5/9] net: dsa: mt7530: replace mt7530_read with regmap_read
` [PATCH net-next v5 6/9] net: dsa: mt7530: drop the dummy poll machinery
` [PATCH net-next v5 7/9] net: dsa: mt7530: convert to use field accessor macros
` [PATCH net-next v5 8/9] net: dsa: mt7530: implement port_fast_age
` [PATCH net-next v5 9/9] net: dsa: mt7530: implement port_change_conduit op

[PATCH v2 00/12] drm/bridge: Kconfig: cleanup DRM_PANEL usage
 2026-08-31 15:28 UTC  (10+ messages)
` [PATCH v2 04/12] drm/bridge: ti-sn65dsi86: don't select unused DRM_PANEL
` [PATCH v2 08/12] drm/bridge: parade-ps8640: select DRM_PANEL_BRIDGE

[PATCH AUTOSEL 6.18-6.12] wifi: mt76: mt7925: handle 320MHz bandwidth in RXV and TXS
 2026-08-31 13:31 UTC  (13+ messages)
` [PATCH AUTOSEL 6.18] net: airoha: Reserve RX headroom to avoid skb reallocation
` [PATCH AUTOSEL 6.18] pinctrl: mediatek: common-v1: bypass pinctrl GPIO layer in set GPIO direction
` [PATCH AUTOSEL 6.18-6.12] ASoC: mediatek: mt8365-afe-pcm: fix possible NULL-pointer dereferences in mt8365_afe_suspend()
` [PATCH AUTOSEL 6.18-6.12] drm/mediatek: dsi: Add compatible for mt8167-dsi
` [PATCH AUTOSEL 6.18-5.10] wifi: mt76: transform aspm_conf for pci_disable_link_state
` [PATCH AUTOSEL 6.18-6.12] wifi: mt76: mt7925: add Netgear A8500 USB device ID
` [PATCH AUTOSEL 6.18-6.12] wifi: mt76: mt7925: add 320MHz bandwidth to bss_rlm_tlv
` [PATCH AUTOSEL 6.18-5.10] PCI: mediatek: Protect root bus removal with rescan lock
` [PATCH AUTOSEL 6.18-6.12] wifi: mt76: mt7925: populate EHT 320MHz MCS map in sta_rec
` [PATCH AUTOSEL 6.18] pinctrl: mediatek: paris: bypass pinctrl GPIO layer in set GPIO direction
` [PATCH AUTOSEL 6.18-6.12] Bluetooth: btmtk: Disable remote wakeup for MT7922/MT7925
` [PATCH AUTOSEL 6.18] wifi: mt76: route TDLS-peer frames as 3-addr non-DS in HW encap

[PATCH v3 0/5] ASoC: mediatek: mt8183: Fix clock error handling
 2026-08-31  9:45 UTC  (5+ messages)
` [PATCH v3 2/5] ASoC: mediatek: mt8183: Fix clock handling in mux disable path
` [PATCH v3 3/5] ASoC: mediatek: mt8183: Fix APLL enable error handling

[PATCH] clk: mediatek: Add missing depend for COMMON_CLK_MT8173
 2026-08-31  9:06 UTC  (3+ messages)

[PATCH v4 0/2] memory: mtk-smi: add MT8189 SMI support
 2026-08-31  6:52 UTC  (3+ messages)
` [PATCH v4 1/2] dt-bindings: memory-controllers: mtk-smi: Add support for mt8189
` [PATCH v4 2/2] memory: mtk-smi: Add MT8189 support

[PATCH net-next v5] net: airoha: add HW GRO offload support
 2026-08-31  6:34 UTC 

AP drops STA data frames for ~130-170ms after 4-way handshake completes (ath9k_htc, mt76; not brcmfmac)
 2026-08-31  5:47 UTC  (5+ messages)
` AP drops STA data frames for ~130-170ms after 4-way handshake

[PATCH v3] wifi: mt76: mt7928: Add debugfs for stats to provide debug purpose
 2026-08-31  3:28 UTC  (3+ messages)
` [PATCH v4] "

[PATCH] wifi: mt76: mt7615: validate MCU response lengths
 2026-08-30 13:10 UTC 

[PATCH] wifi: mt76: mt7921: validate capability TLV extents
 2026-08-30 12:37 UTC 

[PATCH net] net: airoha: enable RX_DONE interrupt for RX queue 31
 2026-08-30 12:28 UTC 

[PATCH v2] dmaengine: mediatek: initialize tasklets before requesting IRQs
 2026-08-30 12:09 UTC 

[PATCH] scsi: ufs: mediatek: Handle mPHY power-on failures
 2026-08-30  9:52 UTC  (2+ messages)

[PATCH wireless 0/2] wifi: mt76: the same lock inversion in suspend and resume
 2026-08-30  6:42 UTC  (3+ messages)
` [PATCH wireless 1/2] wifi: mt76: mt7921: fix the "
` [PATCH wireless 2/2] wifi: mt76: mt7925: "

[REGRESSION] mt7925: MLO connectivity silently stalls with 6GHz link active
 2026-08-29 22:13 UTC  (3+ messages)

[PATCH] arm64: dts: mediatek: mt8173: Replace spaces indentation with tabs
 2026-08-29 19:39 UTC 

[PATCH] arm64: dts: mediatek: mt7986: correct timer frequency
 2026-08-29 15:19 UTC 

[PATCH v7 0/6] net: wwan: t9xx: Add MediaTek T9XX WWAN driver
 2026-08-28 21:27 UTC  (8+ messages)
` [PATCH v7 1/6] net: wwan: t9xx: Add PCIe core
` [PATCH v7 2/6] net: wwan: t9xx: Add control plane transaction layer
` [PATCH v7 3/6] net: wwan: t9xx: Add control DMA interface
` [PATCH v7 4/6] net: wwan: t9xx: Add control port
` [PATCH v7 5/6] net: wwan: t9xx: Add FSM thread
` [PATCH v7 6/6] net: wwan: t9xx: Add AT & MBIM WWAN ports

[PATCH wireless] wifi: mt76: mt792x: fix NULL dereference in ACPI SAR init during probe
 2026-08-28 17:18 UTC  (5+ messages)

[PATCH] wifi: mt76: mt7915: validate default EEPROM firmware size
 2026-08-28 15:02 UTC 

[PATCH 0/3] pinctrl: airoha: add EcoNet EN7528 pin controller support
 2026-08-28 14:33 UTC  (4+ messages)
` [PATCH 2/3] dt-bindings: pinctrl: Add EcoNet EN7528 pin controller

[PATCH 0/2] arm64: dts: mediatek: Fix pinfunc headers of two SoCs
 2026-08-28 13:52 UTC  (3+ messages)
` [PATCH 1/2] arm64: dts: mediatek: mt6878-pinfunc: Fix pinctrl header path
` [PATCH 2/2] arm64: dts: mediatek: mt6893-pinfunc: "

[PATCH] drm/mediatek: mtk_hdmi_v2: fix VID_DOWNSAMPLE_CONFIG register offset
 2026-08-28 12:10 UTC 

[PATCH 00/20] ASoC: propagate register restore failures
 2026-08-28 11:34 UTC  (3+ messages)
` [PATCH 19/20] ASoC: mediatek: mt8186: Unwind runtime resume failures
` [PATCH 20/20] ASoC: mediatek: mt8196: Unwind register clock and cache restore failures

[PATCH] usb: mtu3: fix double dereference in mtu3_log_ep trace event
 2026-08-28 10:31 UTC 

[PATCH v2 00/46] drm/mediatek: The Huge Restructuring and MT8196 support
 2026-08-28  9:18 UTC  (9+ messages)
` [PATCH v2 02/46] drm/mediatek: Export OVL formats definitions and format conversion API
` [PATCH v2 03/46] drm/mediatek: Export OVL Blend function
` [PATCH v2 04/46] drm/mediatek: Move mtk_ddp_comp_type enumeration to mtk-mmsys.h
` [PATCH v2 05/46] drm/mediatek: Add missing component types in mtk_ddp_comp_type

[PATCH v3 0/8] ASoC: mediatek: mt8186: Fix clock error handling
 2026-08-28  9:15 UTC  (9+ messages)
` [PATCH v3 1/8] ASoC: mediatek: mt8186: Fix APLL mux setting "
` [PATCH v3 2/8] ASoC: mediatek: mt8186: Fix clock handling in mux disable path
` [PATCH v3 3/8] ASoC: mediatek: mt8186: Fix AFE clock error handling
` [PATCH v3 4/8] ASoC: mediatek: mt8186: Fix APLL enable "
` [PATCH v3 5/8] ASoC: mediatek: mt8186: Fix MCK "
` [PATCH v3 6/8] ASoC: mediatek: mt8186: Fix gpio rollback on adda dl/ul partial failure
` [PATCH v3 7/8] ASoC: mediatek: mt8186: Handle regcache sync failure
` [PATCH v3 8/8] ASoC: mediatek: mt8186: Drop redundant probe error messages

[PATCH v4 00/12] drm: MediaTek DisplayPort cleanups and MT8196 eDP
 2026-08-28  8:33 UTC  (5+ messages)
` [PATCH v4 11/12] drm/mediatek: mtk_dp: Add support for eDP1.5 IPs and MT8196 SoC
` [PATCH v4 12/12] drm/mediatek: mtk_dp: Clarify XTAL freq and Debounce registers

[PATCH] wifi: mt76: connac2: fill TXD spe_idx for connac2 fixed-rate frames
 2026-08-28  8:21 UTC 


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox