public inbox for linux-mediatek@lists.infradead.org
 help / color / mirror / Atom feed
 messages from 2026-03-04 17:22:16 to 2026-03-06 23:23:26 UTC [more...]

[PATCH 00/19] wifi: mt76: mt7925: fix up MLO link lifetime and error handling
 2026-03-06 23:22 UTC  (5+ 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 v3 5/7] PCI: mediatek-gen3: Integrate new pwrctrl API
 2026-03-06 20:59 UTC  (3+ messages)

[PATCH v2 0/7] Add support for mt6392 PMIC
 2026-03-06 19:45 UTC  (9+ 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] soc: mediatek: mtk-dvfsrc: use flex array
 2026-03-06 19:25 UTC  (6+ messages)

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

[PATCH v9 00/23] MediaTek UFS Cleanup and MT8196 Enablement
 2026-03-06 18:37 UTC  (26+ 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 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 v2] ufs: core: Avoid IRQ thread wakeup during active UIC command
 2026-03-06 16:34 UTC  (2+ messages)

[PATCH net-next 0/2] Introduce Airoha AN8801R series Gigabit Ethernet PHY driver
 2026-03-06 15:29 UTC  (8+ messages)
` [PATCH net-next 1/2] dt-bindings: net: Add support for Airoha AN8801/R GbE PHY
` [PATCH net-next 2/2] net: phy: Introduce Airoha AN8801/R Gigabit Ethernet PHY driver

[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  (7+ messages)
` [PATCH v4 1/4] dt-bindings: input: add debounce-delay-ms common property
` [PATCH v4 2/4] dt-bindings: input: add settling-time-us "
` [PATCH v4 3/4] dt-bindings: input: add GPIO charlieplex keypad
` [PATCH v4 4/4] Input: charlieplex_keypad: "

[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  (11+ messages)
` [PATCH 1/2] dt-bindings: arm: mediatek: Add "
` [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  (16+ messages)
` [PATCH v8 11/23] scsi: ufs: mediatek: Remove undocumented downstream reset cruft
` [PATCH v8 14/23] scsi: ufs: mediatek: Remove mediatek,ufs-broken-rtc property
` [PATCH v8 16/23] scsi: ufs: mediatek: Clean up logging prints
` [PATCH v8 17/23] scsi: ufs: mediatek: Rework ufs_mtk_wait_idle_state
` [PATCH v8 18/23] scsi: ufs: mediatek: Don't acquire dvfsrc-vcore twice
` [PATCH v8 20/23] scsi: ufs: mediatek: Back up idle timer in per-instance struct

[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  (4+ messages)
` [PATCH v2 1/2] dt-bindings: arm: mediatek: Add "
` [PATCH v2 2/2] arm: dts: mediatek: mt6589: add basic support for Lenovo B8000-F

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

[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  (8+ messages)
` [PATCH 1/2] ufs: core: Add quriks for VCC ramp-up delay
` [PATCH 2/2] ufs: host: mediatek: Add VCC on delay for stability

[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  (4+ messages)
` [PATCH v2 1/3] arm: dts: mediatek: mt7623: fix pinctrl child "
` [PATCH v2 2/3] arm: dts: mediatek: mt7623: fix pinctrl controller node name
` [PATCH v2 3/3] arm: dts: mediatek: mt8135: fix pinctrl "

[PATCH 0/9] workqueue / drivers: Add device-managed allocate workqueue
 2026-03-05 20:16 UTC  (4+ messages)
` [PATCH 1/9] workqueue: devres: "

[PATCH v2 1/2] dt-bindings: crypto: eip93: add clock gate and reset line
 2026-03-05 20:00 UTC  (3+ messages)
` [PATCH v2 2/2] arm64: dts: airoha: en7581: add crypto offload support

[PATCH net v2] net: ethernet: mtk_eth_soc: Reset prog ptr to old_prog in case of error in mtk_xdp_setup()
 2026-03-05 14:50 UTC  (2+ messages)

[PATCH] spi: dt-bindings: mediatek,spi-mtk-nor: Add clock bindings for mt8189
 2026-03-05 13:45 UTC  (3+ messages)

[PATCH v4 4/4] clocksource/drivers/imx-tpm: Support building imx-tpm driver as module
 2026-03-05 13:44 UTC  (2+ messages)

[PATCH v3 0/7] PCI: mediatek-gen3: add power control support
 2026-03-05 12:43 UTC  (3+ messages)
` (subset) "

[PATCH 0/4] irqchip/gic: Use GIC_* DT binding definitions
 2026-03-05 10:38 UTC  (9+ messages)
` [PATCH 1/4] dt-bindings: interrupt-controller: arm,gic: Document symbolic definitions
` [PATCH 2/4] genirq: Document interaction between <linux/irq.h> and DT binding defs
` [PATCH 3/4] irqchip/gic: Use GIC_* DT binding definitions
` [PATCH 4/4] iirqchip/gic children: "

[PATCH v3 00/14] drm: Create drm_output_color_format enum
 2026-03-05  9:05 UTC  (15+ messages)
` [PATCH v3 01/14] drm/connector: Introduce "
` [PATCH v3 02/14] drm/edid: Convert to "
` [PATCH v3 03/14] drm/display: hdmi: Convert to drm_output_color_format
` [PATCH v3 04/14] drm/amdgpu: display: "
` [PATCH v3 05/14] drm/bridge: adv7511: "
` [PATCH v3 06/14] drm/bridge: analogix: "
` [PATCH v3 07/14] drm/bridge: cadence: "
` [PATCH v3 08/14] drm/bridge: synopsys: dw-dp: "
` [PATCH v3 09/14] drm/bridge: synopsys: dw-hdmi: "
` [PATCH v3 10/14] drm/arm: komeda: "
` [PATCH v3 11/14] drm/mediatek: dp: "
` [PATCH v3 12/14] drm/rockchip: analogix: "
` [PATCH v3 13/14] drm/connector: Remove DRM_COLOR_FORMAT defines
` [PATCH v3 14/14] drm/display: hdmi: Use drm_output_color_format instead of hdmi_colorspace

[PATCH] spi: dt-bindings: mediatek,spi-mtk-nor: Add clock bindings for mt8189
 2026-03-05  8:47 UTC  (4+ messages)

[PATCH 1/7] wifi: mt76: mt792x: advertise multicast management frame registration support
 2026-03-04 23:50 UTC  (7+ messages)
` [PATCH 2/7] wifi: mt76: mt7925: guard against NULL chandef in BSS RLM TLV
` [PATCH 3/7] wifi: mt76: mt7925: guard HE 6 GHz capa lookup by HE iftype caps
` [PATCH 4/7] wifi: mt76: connac: add NAN connection type
` [PATCH 5/7] wifi: mt76: mt7925: add NAN MCU ABI and basic cmd/event support
` [PATCH 6/7] wifi: mt76: mt7925: add mac80211 NAN start/stop/change_conf ops
` [PATCH 7/7] wifi: mt76: mt792x: build iface combinations dynamically for optional NAN

[PATCH 1/2] dt-bindings: crypto: eip93: add clock gate and reset line
 2026-03-04 22:29 UTC  (7+ messages)
` [PATCH 2/2] arm64: dts: airoha: en7581: add crypto offload support

[PATCH 0/3] Refactor infracfg drivers to be able to use common helpers
 2026-03-04 18:10 UTC  (4+ messages)
` [PATCH 1/3] clk: mediatek: clk-mtk: Add cpumux support to common probe/remove helpers
` [PATCH 2/3] clk: mediatek: mt6795-infracfg: Switch "
` [PATCH 3/3] clk: mediatek: mt7622-infracfg: "


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