public inbox for linux-mediatek@lists.infradead.org
 help / color / mirror / Atom feed
 messages from 2026-03-05 21:03:58 to 2026-03-09 12:06:12 UTC [more...]

[PATCH v6 00/18] Add support for MT8189 clock controller
 2026-03-09 12:04 UTC  (16+ messages)
` [PATCH v6 01/18] dt-bindings: clock: Add MediaTek MT8189 clock
` [PATCH v6 02/18] clk: mediatek: clk-mux: Make sure bypass clk enabled while setting MFG rate
` [PATCH v6 03/18] clk: mediatek: Add MT8189 apmixedsys clock support
` [PATCH v6 04/18] clk: mediatek: Add MT8189 topckgen "
` [PATCH v6 05/18] clk: mediatek: Add MT8189 vlpckgen "
` [PATCH v6 06/18] clk: mediatek: Add MT8189 vlpcfg "
` [PATCH v6 07/18] clk: mediatek: Add MT8189 bus "
` [PATCH v6 08/18] clk: mediatek: Add MT8189 cam "
` [PATCH v6 09/18] clk: mediatek: Add MT8189 dbgao "
` [PATCH v6 10/18] clk: mediatek: Add MT8189 dvfsrc "
` [PATCH v6 11/18] clk: mediatek: Add MT8189 i2c "
` [PATCH v6 12/18] clk: mediatek: Add MT8189 img "
` [PATCH v6 14/18] clk: mediatek: Add MT8189 mfg "
` [PATCH v6 16/18] clk: mediatek: Add MT8189 scp "
` [PATCH v6 17/18] clk: mediatek: Add MT8189 ufs "

[PATCH net-next v2 0/7] net: stmmac: start to shrink memory usage
 2026-03-09 11:19 UTC  (13+ messages)
` [PATCH net-next v2 1/7] net: stmmac: provide plat_dat->dma_cfg in stmmac_plat_dat_alloc()
` [PATCH net-next v2 2/7] net: stmmac: convert plat_stmmacenet_data booleans to type bool
` [PATCH net-next v2 3/7] net: stmmac: reorder structs to reduce memory consumption
` [PATCH net-next v2 4/7] net: stmmac: use u8 for ?x_queues_to_use and number_?x_queues
` [PATCH net-next v2 5/7] net: stmmac: use u8 for host_dma_width and similar struct members
` [PATCH net-next v2 6/7] net: stmmac: add documentation for stmmac_dma_cfg members
` [PATCH net-next v2 7/7] net: stmmac: add documentation for clocks

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

[PATCH v4 0/4] clocksource: Add module support for timer drivers
 2026-03-09  9:38 UTC  (8+ messages)
` [PATCH v4 3/4] clocksource/drivers/timer-mediatek: Convert timer-mediatek to a loadable module
    ` [EXT] "

[PATCH] mmc: mtk-sd: disable new_tx/rx and modify related settings for mt8189
 2026-03-09  7:32 UTC  (5+ messages)

[PATCH] thermal/drivers/mediatek/lvts: fix mt7987 thermal crash
 2026-03-09  6:44 UTC 

[PATCH 1/2] mt76: connac: fix txpower_cur not updated in mt76_connac_mcu_set_rate_txpower()
 2026-03-09  6:42 UTC  (2+ messages)

[PATCH v3 5/7] PCI: mediatek-gen3: Integrate new pwrctrl API
 2026-03-09  6:04 UTC  (5+ messages)

[PATCH 0/3] Refactor infracfg drivers to be able to use common helpers
 2026-03-09  5:25 UTC  (3+ messages)
` [PATCH 1/3] clk: mediatek: clk-mtk: Add cpumux support to common probe/remove helpers

[PATCH v1] Bluetooth: btusb: MT7922: Add VID/PID 0e8d/223c
 2026-03-09  2:58 UTC 

[PATCH v1] Bluetooth: btusb: MT7925: Add VID/PID 0e8d/8c38
 2026-03-09  2:58 UTC 

[PATCH v3 00/12] scsi: ufs: Add TX Equalization support for UFS 5.0
 2026-03-08 15:13 UTC  (2+ messages)
` [PATCH v3 01/12] scsi: ufs: core: Introduce a new ufshcd vops negotiate_pwr_mode()

[PATCH mt76] wifi: mmt76: mt7996: Decrement sta counter removing the link in mt7996_mac_reset_sta_iter()
 2026-03-08 13:25 UTC 

[PATCH 00/19] wifi: mt76: mt7925: fix up MLO link lifetime and error handling
 2026-03-07 17:59 UTC  (22+ messages)
` [PATCH 01/19] wifi: mt76: mt7925: pass mlink to sta_amsdu_tlv()
` [PATCH 02/19] wifi: mt76: mt7925: pass WCID indices to bss_basic_tlv()
` [PATCH 03/19] wifi: mt76: mt7925: pass mlink and mconf to sta_mld_tlv()
` [PATCH 04/19] wifi: mt76: mt7925: pass mlink to mcu_sta_update()
` [PATCH 05/19] wifi: mt76: mt7925: resolve primary mlink via def_wcid
` [PATCH 06/19] wifi: mt76: mt7925: pass mlink to mac_link_sta_remove()
` [PATCH 07/19] wifi: mt76: mt7925: pass mlink to sta_hdr_trans_tlv()
` [PATCH 08/19] wifi: mt76: mt7925: validate mlink in sta_hdr_trans_tlv()
` [PATCH 09/19] wifi: mt76: mt7925: pass mlink to wtbl_update_hdr_trans()
` [PATCH 10/19] wifi: mt76: mt7925: pass mlink to set_link_key()
` [PATCH 11/19] wifi: mt76: mt7925: resolve link after acquiring mt76 mutex
` [PATCH 12/19] wifi: mt76: mt7925: pass mconf and mlink to wtbl_update_hdr_trans()
` [PATCH 13/19] wifi: mt76: mt7925: make WCID cleanup unconditional in sta_remove_links()
` [PATCH 14/19] wifi: mt76: mt7925: unwind WCID setup on link STA add failure
` [PATCH 15/19] wifi: mt76: mt7925: drop WCID reinit after publish
` [PATCH 16/19] wifi: mt76: mt7925: move WCID teardown into link_sta_remove()
` [PATCH 17/19] wifi: mt76: mt7925: switch link STA allocation to RCU lifetime
` [PATCH 18/19] wifi: mt76: mt7925: publish msta->link after successful link add
` [PATCH 19/19] wifi: mt76: mt7925: host-only unwind published links on add failure

[PATCH v2] ufs: core: Avoid IRQ thread wakeup during active UIC command
 2026-03-07 16:07 UTC  (3+ messages)

[PATCH 1/2] Bluetooth: btmtk: Add MT6639 (MT7927) Bluetooth support
 2026-03-07 16:03 UTC 

[PATCH v2 0/7] Add support for mt6392 PMIC
 2026-03-07 15:04 UTC  (12+ messages)
` [PATCH v2 1/7] dt-bindings: mfd: mt6397: Add bindings for MT6392 PMIC
` [PATCH v2 2/7] dt-bindings: regulator: add support for MT6392
` [PATCH v2 3/7] dt-bindings: input: mtk-pmic-keys: add MT6392 binding definition
` [PATCH v2 4/7] mfd: mt6397: Add support for MT6392 pmic
` [PATCH v2 5/7] regulator: mt6392: Add support for MT6392 regulator
` [PATCH v2 6/7] input: keyboard: mtk-pmic-keys: add MT6392 support
` [PATCH v2 7/7] arm64: dts: mt6392: add mt6392 PMIC dtsi

[PATCH mt76] wifi: mt76: mt7996: Switch deflink to seclink only if link lookup does not fail
 2026-03-07 13:59 UTC 

[PATCH net-next 0/7] net: stmmac: start to shrink memory usage
 2026-03-07 11:03 UTC  (8+ messages)
` [PATCH net-next 1/7] net: stmmac: provide plat_dat->dma_cfg in stmmac_plat_dat_alloc()
` [PATCH net-next 2/7] net: stmmac: convert plat_stmmacenet_data booleans to type bool
` [PATCH net-next 3/7] net: stmmac: reorder structs to reduce memory consumption
` [PATCH net-next 4/7] net: stmmac: use u8 for ?x_queues_to_use and number_?x_queues
` [PATCH net-next 5/7] net: stmmac: use u8 for host_dma_width and similar struct members
` [PATCH net-next 6/7] net: stmmac: add documentation for stmmac_dma_cfg members
` [PATCH net-next 7/7] net: stmmac: add documentation for clocks

[PATCH 00/18] wifi: mt76: mt7925: add MT7927 (Filogic 380) support
 2026-03-07  7:08 UTC  (20+ messages)
` [PATCH 01/18] wifi: mt76: mt7925: add MT7927 chip ID helpers
` [PATCH 02/18] wifi: mt76: mt7925: add MT7927 firmware paths and PCI device IDs
` [PATCH 03/18] wifi: mt76: mt7925: add MT7927 CBTOP remap and chip initialization
` [PATCH 04/18] wifi: mt76: mt7925: add MT7927 DMA ring layout, IRQ map, and prefetch
` [PATCH 05/18] wifi: mt76: mt7925: skip CLR_OWN in mt7925e_mcu_init for MT7927
` [PATCH 06/18] wifi: mt76: mt7925: add MT7927 power management, DBDC, and CNM fixes
` [PATCH 07/18] wifi: mt76: mt7925: use irq_map fields instead of MT_INT_RX_DONE_ALL
` [PATCH 08/18] wifi: mt76: mt7925: guard mac_reset against MT7927 DMA destruction
` [PATCH 09/18] wifi: mt76: mt7925: populate EHT 320MHz MCS map in sta_rec
` [PATCH 10/18] wifi: mt76: mt7925: enable MT7927 runtime power management
` [PATCH 11/18] wifi: mt76: mt7925: fix uninitialized is_mt7927_hw in probe
` [PATCH 12/18] wifi: mt76: mt7925: advertise EHT 320MHz capabilities for 6GHz band
` [PATCH 13/18] wifi: mt76: mt7925: restore FW_DWLD_BYPASS_DMASHDL in MT7927 PM wake path
` [PATCH 14/18] wifi: mt76: mt7925: disable ASPM for MT7927 to fix throughput collapse
` [PATCH 15/18] wifi: mt76: mt7925: handle 320MHz bandwidth in RXV and TXS
` [PATCH 16/18] wifi: mt76: mt7925: fix stale pointer comparisons in change_vif_links
` [PATCH 17/18] wifi: mt76: mt7925: fix MT7927 band_idx for stable 5GHz/6GHz operation
` [PATCH 18/18] wifi: mt76: mt7925: add 320MHz bandwidth to bss_rlm_tlv

[PATCH] soc: mediatek: mtk-dvfsrc: use flex array
 2026-03-06 19:25 UTC  (4+ messages)

[PATCH] phy: mediatek: xsphy: reduce main allocation
 2026-03-06  4:13 UTC  (2+ messages)

[PATCH v5 0/4] clocksource: Add module support for timer drivers
 2026-03-06 17:33 UTC  (7+ messages)
` [PATCH v5 1/4] clocksource/drivers/mmio: Export clocksource_mmio_init()
` [PATCH v5 2/4] clocksource/drivers/timer-of: Remove __init markings
` [PATCH v5 3/4] clocksource/drivers/timer-mediatek: Convert timer-mediatek to a loadable module
` [PATCH v5 4/4] clocksource/drivers/imx-tpm: Support building imx-tpm driver as module

[PATCH 6/8] PCI: mediatek: Add support for EcoNet EN7528 SoC
 2026-03-06 17:29 UTC  (2+ messages)

[PATCH net-next 0/2] Introduce Airoha AN8801R series Gigabit Ethernet PHY driver
 2026-03-06 15:29 UTC  (4+ messages)
` [PATCH net-next 2/2] net: phy: Introduce Airoha AN8801/R "

[PATCH net-next] net: airoha: Fix GDM2 loopback configuration for USB serdes
 2026-03-06 15:13 UTC  (5+ messages)

[PATCH net-next] net: airoha: Move GDM forward port configuration in ndo_open/ndo_stop callbacks
 2026-03-06 15:09 UTC 

[PATCH v2 00/10] workqueue / drivers: Add device-managed allocate workqueue
 2026-03-06 14:28 UTC  (13+ messages)
` [PATCH v2 01/10] workqueue: devres: "
` [PATCH v2 02/10] power: supply: cw2015: Free allocated workqueue
` [PATCH v2 03/10] power: supply: max77705: Drop duplicated IRQ error message
` [PATCH v2 04/10] power: supply: max77705: Free allocated workqueue and fix removal order
` [PATCH v2 05/10] power: supply: mt6370: Simplify with devm_alloc_ordered_workqueue()
` [PATCH v2 06/10] power: supply: ipaq_micro: Simplify with devm
` [PATCH v2 07/10] mfd: ezx-pcap: Drop memory allocation error message
` [PATCH v2 08/10] mfd: ezx-pcap: Return directly instead of empty gotos
` [PATCH v2 09/10] mfd: ezx-pcap: Avoid rescheduling after destroying workqueue
` [PATCH v2 10/10] platform/chrome: cros_usbpd_logger: Simplify with devm

[PATCH v4 0/4] input: add GPIO-based charlieplex keypad
 2026-03-06 14:21 UTC  (3+ messages)
` [PATCH v4 4/4] Input: charlieplex_keypad: add GPIO "

[PATCH v2 00/11] scsi: ufs: Add TX Equalization support for UFS 5.0
 2026-03-06 14:14 UTC  (8+ messages)
` [PATCH v2 01/11] scsi: ufs: core: Introduce a new ufshcd vops negotiate_pwr_mode()

[PATCH 0/2] Add initial support for Lenovo YOGA Tablet 8/10
 2026-03-06 14:06 UTC  (5+ messages)
` [PATCH 2/2] arm: dts: mediatek: mt6589: add basic support for Lenovo B8000-F

[PATCH v2] mfd: mt6397: Properly fix CID of MT6328, MT6331 and MT6332
 2026-03-06 13:54 UTC  (2+ messages)
` (subset) "

[PATCH v8 00/23] MediaTek UFS Cleanup and MT8196 Enablement
 2026-03-06 12:53 UTC  (6+ messages)
` [PATCH v8 11/23] scsi: ufs: mediatek: Remove undocumented downstream reset cruft

[PATCH mt76 0/4] wifi: mt76: mt7996: Some MLO link reconfiguration fixes
 2026-03-06 10:27 UTC  (5+ messages)
` [PATCH mt76 1/4] wifi: mt76: mt7996: Remove link pointer dependency in mt7996_mac_sta_remove_links()
` [PATCH mt76 2/4] wifi: mt76: mt7996: Fix deflink lookup removing links
` [PATCH mt76 3/4] wifi: mt76: mt7996: Fix deflink lookup adding links
` [PATCH mt76 4/4] wifi: mt76: mt7996: Remove unnecessary phy filed in mt7996_vif_link struct

[PATCH 1/5] pmdomain: mediatek: Fix power domain count
 2026-03-06  9:50 UTC  (3+ messages)

[PATCH 0/4] MediaTek MT8192 dtbs_check fixes
 2026-03-06  9:18 UTC  (6+ messages)
` [PATCH 3/4] dt-bindings: arm: mediatek: audsys: Support mt8192-audsys variant

[PATCH] dt-bindings: arm: mediatek: audsys: fix formatting issues
 2026-03-06  9:17 UTC  (2+ messages)

[PATCH net-next v2] net: airoha: Make flow control source port mapping dependent on nbq parameter
 2026-03-06  8:07 UTC 

[PATCH v2 0/2] Add initial support for Lenovo YOGA Tablet 10 (Wi-Fi)
 2026-03-06  8:01 UTC  (3+ messages)
` [PATCH v2 1/2] dt-bindings: arm: mediatek: Add "

[PATCH v1] ufs: core: Avoid IRQ thread wakeup during active UIC command
 2026-03-06  3:49 UTC  (5+ messages)

[PATCH net-next] net: airoha: Rely __field_prep for non-constant masks
 2026-03-06  3:32 UTC  (2+ messages)

[PATCH 0/2] ufs: add delay for VCC ramp-up stability
 2026-03-06  2:16 UTC  (6+ messages)
` [PATCH 1/2] ufs: core: Add quriks for VCC ramp-up delay

[PATCH 0/9] Add support for mt6392 PMIC
 2026-03-06  0:29 UTC  (5+ messages)
` [PATCH 2/9] dt-bindings: regulator: add support for MT6392
` [PATCH 3/9] dt-bindings: input: mtk-pmic-keys: add MT6392 binding definition

[PATCH v2 0/3] arm: dts: mediatek: fix pinctl node names
 2026-03-05 21:03 UTC  (2+ messages)
` [PATCH v2 3/3] arm: dts: mediatek: mt8135: fix pinctrl node name


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