linux-mediatek.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-12-08 11:06:21 to 2025-12-15 19:29:00 UTC [more...]

[RFC net-next v3 0/3] Add RSS and LRO support
 2025-12-15 19:28 UTC  (7+ messages)
` [RFC net-next v3 1/3] net: ethernet: mtk_eth_soc: Add register definitions for RSS and LRO
` [RFC net-next v3 2/3] net: ethernet: mtk_eth_soc: Add RSS support
` [RFC net-next v3 3/3] net: ethernet: mtk_eth_soc: Add LRO support

[PATCH v4 00/21] Add support for MT8189 clock/power controller
 2025-12-15 15:57 UTC  (23+ messages)
` [PATCH v4 01/21] dt-bindings: clock: mediatek: Add MT8189 clock definitions
` [PATCH v4 02/21] dt-bindings: power: mediatek: Add MT8189 power domain definitions
` [PATCH v4 03/21] clk: mediatek: clk-mux: Make sure bypass clk enabled while setting MFG rate
` [PATCH v4 04/21] clk: mediatek: Add MT8189 apmixedsys clock support
` [PATCH v4 05/21] clk: mediatek: Add MT8189 topckgen "
` [PATCH v4 06/21] clk: mediatek: Add MT8189 vlpckgen "
` [PATCH v4 07/21] clk: mediatek: Add MT8189 vlpcfg "
` [PATCH v4 08/21] clk: mediatek: Add MT8189 bus "
` [PATCH v4 09/21] clk: mediatek: Add MT8189 cam "
` [PATCH v4 10/21] clk: mediatek: Add MT8189 dbgao "
` [PATCH v4 11/21] clk: mediatek: Add MT8189 dvfsrc "
` [PATCH v4 12/21] clk: mediatek: Add MT8189 i2c "
` [PATCH v4 13/21] clk: mediatek: Add MT8189 img "
` [PATCH v4 14/21] clk: mediatek: Add MT8189 mdp "
` [PATCH v4 15/21] clk: mediatek: Add MT8189 mfg "
` [PATCH v4 16/21] clk: mediatek: Add MT8189 dispsys "
` [PATCH v4 17/21] clk: mediatek: Add MT8189 scp "
` [PATCH v4 18/21] clk: mediatek: Add MT8189 ufs "
` [PATCH v4 19/21] clk: mediatek: Add MT8189 vcodec "
` [PATCH v4 20/21] pmdomain: mediatek: Add bus protect control flow for MT8189
` [PATCH v4 21/21] pmdomain: mediatek: Add power domain driver for MT8189 SoC

[PATCH 1/1] PM: runtime: fix bitfield race of needs_force_resume
 2025-12-15 15:48 UTC  (3+ messages)
` [PATCH v1] PM: runtime: Do not clear needs_force_resume with enabled runtime PM

[PATCH 0/3] Add SD/MMC Card driver support for Mediatek MT8189 SoC
 2025-12-15 15:43 UTC  (2+ messages)

[PATCH v2 00/26] drm/bridge: add drm_of_find_bridge(), deprecate of_drm_find_bridge()
 2025-12-15 15:21 UTC  (5+ messages)
` [PATCH v2 01/26] drm/bridge: add of_drm_get_bridge()
` [PATCH v2 06/26] drm/bridge: add devm_of_drm_get_bridge

[PATCH v2 03/26] drm/todo: add entry about converting to of_drm_get_bridge()
 2025-12-15 15:15 UTC  (2+ messages)

[PATCH net] net: airoha: Move net_devs registration in a dedicated routine
 2025-12-15 14:39 UTC  (4+ messages)

[PATCH v2 02/26] drm/bridge: deprecate of_drm_find_bridge()
 2025-12-15 14:29 UTC  (2+ messages)

[PATCH 00/26] drm/bridge: add drm_of_find_bridge(), deprecate of_drm_find_bridge()
 2025-12-15 14:11 UTC  (16+ messages)
` [PATCH 04/26] drm/bridge: make of_drm_find_bridge() a wrapper of drm_of_find_bridge()
` [PATCH 06/26] drm/bridge: add devm_drm_of_find_bridge

[PATCH RESEND] ASoC: mediatek: mt8195: optimize property formatting error handling by using scnprintf()
 2025-12-15 13:58 UTC  (2+ messages)

[PATCH v2] wifi: mt76: mt792x: Fix a potential deadlock in high-load situations
 2025-12-15 12:22 UTC 

[PATCH] pwm: mediatek: Add error handling for zero rate in PWM state
 2025-12-15 11:29 UTC  (2+ messages)

[PATCH 1/2] ARM: dts: mediatek: mt7623: fix IR nodename
 2025-12-15 10:53 UTC  (3+ messages)
` [PATCH 2/2] ARM: dts: mediatek: mt7623: fix efuse fallback compatible

[PATCH] pwm: mediatek: Add error handling for zero rate in PWM state
 2025-12-15 10:38 UTC 

[PATCH RESEND v3 0/5] MediaTek PLL Refactors and Fixes
 2025-12-15 10:24 UTC  (6+ messages)
` [PATCH RESEND v3 1/5] clk: Respect CLK_OPS_PARENT_ENABLE during recalc
` [PATCH RESEND v3 2/5] clk: mediatek: Refactor pll registration to pass device
` [PATCH RESEND v3 3/5] clk: mediatek: Pass device to clk_hw_register for PLLs
` [PATCH RESEND v3 4/5] clk: mediatek: Refactor pllfh registration to pass device
` [PATCH RESEND v3 5/5] clk: mediatek: Add mfg_eb as parent to mt8196 mfgpll clocks

[PATCH] arm64: dts: mediatek: mt7988a-bpi-r4pro: fix model string
 2025-12-15  7:46 UTC 

[PATCH mt76 v2 1/7] wifi: mt76: mt7996: extend CSA and CCA support for MLO
 2025-12-15  6:37 UTC  (7+ messages)
` [PATCH mt76 v2 2/7] wifi: mt76: mt7996: fix the behavior of radar detection
` [PATCH mt76 v2 3/7] wifi: mt76: mt7996: set specific BSSINFO and STAREC commands after channel switch
` [PATCH mt76 v2 4/7] wifi: mt76: mt7996: abort CCA when CSA is starting
` [PATCH mt76 v2 5/7] wifi: mt76: mt7996: offload radar threshold initialization
` [PATCH mt76 v2 6/7] wifi: mt76: mt7996: add duplicated WTBL command
` [PATCH mt76 v2 7/7] wifi: mt76: mt7996: fix iface combination for different chipsets

[PATCH 0/4] drm: Revert and fix enable/disable sequence
 2025-12-14 12:42 UTC  (11+ messages)
` [PATCH 1/4] Revert "drm/atomic-helper: Re-order bridge chain pre-enable and post-disable"
` [PATCH 3/4] drm/atomic-helper: Export and namespace some functions
` [PATCH 4/4] drm/tidss: Fix enable/disable order

[PATCH v7 00/10] ASoC: mediatek: Add support for MT8196 SoC
 2025-12-14 10:34 UTC  (3+ messages)
` [PATCH v7 07/10] ASoC: mediatek: mt8196: add platform driver

[PATCH mt76] wifi: mt76: mt7996: Reset ampdu_state state in case of failure in mt7996_tx_check_aggr()
 2025-12-14  9:55 UTC 

[PATCH] dt-bindings: Remove unused includes
 2025-12-13 16:59 UTC  (4+ messages)

[PATCH] wifi: mt76: Strip whitespace from build ddate
 2025-11-21  6:01 UTC  (2+ messages)

[PATCH v2] wifi: mt76: Fix strscpy buffer overflow in mt76_connac2_load_patch
 2025-12-13  2:50 UTC  (3+ messages)

[PATCH 0/4] *** SUBJECT HERE ***
 2025-12-12 11:30 UTC  (8+ messages)
` [PATCH 1/4] dt-bindings: soc: devapc: Add for support MT8189
` [PATCH 2/4] soc: mediatek: mtk-devapc: Add support for MT8189 DEVAPC
` [PATCH 3/4] soc: mediatek: mtk-devapc: refine DEVAPC clock control
` [PATCH 4/4] soc: mediatek: mtk-devapc: refine DEVAPC irq handler

[PATCH] media: platform: mtk-mdp3: add WQ_PERCPU to alloc_workqueue users
 2025-12-12  9:00 UTC  (6+ messages)

[PATCH mt76 1/7] wifi: mt76: mt7996: extend CSA and CCA support for MLO
 2025-12-12  8:35 UTC  (4+ messages)
` [PATCH mt76 2/7] wifi: mt76: mt7996: fix the behavior of radar detection

[PATCH 0/4] Mediatek MT8189 JPEG support
 2025-12-12  3:18 UTC  (7+ messages)
` [PATCH 1/4] arm64: dts: mt8188: update JPEG encoder/decoder compatible
` [PATCH 2/4] dt-bindings: media: mediatek-jpeg-decoder: add MT8189 compatible string
` [PATCH 3/4] dt-bindings: media: mediatek-jpeg-encoder: "
` [PATCH 4/4] media: mediatek: jpeg: add compatible for MT8189 SoC

[PATCH v2 0/2] media: mediatek: fix VPU device leaks on probe
 2025-12-12  2:21 UTC  (6+ messages)
` [PATCH v2 2/2] media: mediatek: amend vpu_get_plat_device() documentation

[PATCH v2] wifi: mt76: mt7925: fix AMPDU state handling in mt7925_tx_check_aggr
 2025-12-11 23:47 UTC  (2+ messages)

[PATCH] wifi: mt76: mt792x: Fix a potential deadlock in high-load situations
 2025-12-11 23:34 UTC  (2+ messages)

[PATCH v3 0/9] phy: convert from clk round_rate() to determine_rate()
 2025-12-11 23:16 UTC  (10+ messages)
` [PATCH v3 1/9] phy: freescale: phy-fsl-samsung-hdmi: convert from "
` [PATCH v3 2/9] phy: mediatek: phy-mtk-hdmi-mt2701: "
` [PATCH v3 3/9] phy: mediatek: phy-mtk-hdmi-mt8173: "
` [PATCH v3 4/9] phy: mediatek: phy-mtk-hdmi-mt8195: "
` [PATCH v3 5/9] phy: mediatek: phy-mtk-mipi-dsi-mt8173: "
` [PATCH v3 6/9] phy: mediatek: phy-mtk-mipi-dsi-mt8183: "
` [PATCH v3 7/9] phy: rockchip: phy-rockchip-inno-hdmi: "
` [PATCH v3 8/9] phy: rockchip: phy-rockchip-samsung-hdptx: "
` [PATCH v3 9/9] phy: ti: phy-j721e-wiz: "

[PATCH v3 0/9] phy: convert from clk round_rate() to determine_rate()
 2025-12-11 23:14 UTC 

[PATCH v6 00/10] Enable video decoder & encoder for MT8189
 2025-12-11 20:33 UTC  (13+ messages)
` [PATCH v6 02/10] media: mediatek: decoder: Add a new platform data member
` [PATCH v6 04/10] media: mediatek: vcodec: add profile and level supporting for MT8189
` [PATCH v6 05/10] media: mediatek: vcodec: refactor setup dst buffer metadata interface for VP9 decoder
` [PATCH v6 06/10] media: mediatek: vcodec: Add 4K prob size supporting "
` [PATCH v6 07/10] media: mediatek: vcodec: Fix vp9 4096x2176 fail for profile2
` [PATCH v6 08/10] media: mediatek: vcodec: Fix media device node number

[PATCH 0/5] Migrate soc, drm-mediatek, mdp3 to new CMDQ APIs (series 2/4)
 2025-12-11 17:37 UTC  (4+ messages)
` [PATCH 5/5] media: platform: mtk-mdp3: Change cmdq_pkt_jump_rel() to cmdq_pkt_jump_rel_temp()

[PATCH v7 00/20] Add GCE support for MT8196
 2025-12-11 17:34 UTC  (4+ messages)
` [PATCH v7 17/20] media: platform: mtk-mdp3: Use cmdq_pkt_jump_rel() without shift_pa

[PATCH RFC v2 00/20] Introduce support for post-blend color pipeline
 2025-12-11 15:26 UTC  (19+ messages)
` [PATCH RFC v2 02/20] drm/colorop: Allow parenting colorop to CRTC
` [PATCH RFC v2 03/20] drm: Factor out common color_pipeline property initialization code
` [PATCH RFC v2 04/20] drm/crtc: Add COLOR_PIPELINE property
` [PATCH RFC v2 06/20] drm: Introduce DRM_CLIENT_CAP_POST_BLEND_COLOR_PIPELINE
` [PATCH RFC v2 07/20] drm/atomic: Pass post_blend_color_pipeline client cap to atomic check
` [PATCH RFC v2 19/20] drm/vkms: Introduce support for post-blend color pipeline

[PATCH] net: phy: mediatek: fix nvmem cell reference leak in mt798x_phy_calibration
 2025-12-11 13:34 UTC  (3+ messages)

[PATCH] wifi: mt76: mt7925: Fix incorrect MLO mode in firmware control
 2025-12-11 12:38 UTC 

[PATCH v1] Bluetooth: btmtk: Trigger reset on firmware download failure
 2025-12-11 11:35 UTC  (3+ messages)

[PATCH 00/12] Add HDMI support for Mediatek Genio 510/700/1200-EVK and Radxa NIO-12L boards
 2025-12-10 21:19 UTC  (15+ messages)
` [PATCH 01/12] dt-bindings: phy: mediatek,hdmi-phy: Fix clock output names for MT8195
` [PATCH 02/12] dt-bindings: phy: mediatek,hdmi-phy: Add support for MT8188 SoC
` [PATCH 03/12] dt-bindings: phy: mediatek,hdmi-phy: Document extra clocks for MT8195
` [PATCH 04/12] arm64: dts: mediatek: mt8195: Add DPI1, HDMI, HDMI PHY/DDC nodes
` [PATCH 05/12] arm64: dts: mediatek: mt8188: "
` [PATCH 06/12] arm64: dts: mediatek: mt8390-genio-common: Enable HDMI output
` [PATCH 07/12] arm64: dts: mediatek: mt8390-genio-common: Add HDMI sound output support
` [PATCH 08/12] arm64: dts: mediatek: mt8395-radxa-nio-12l: Enable HDMI output
` [PATCH 09/12] arm64: dts: mediatek: mt8395-radxa-nio-12l: Add HDMI sound output support
` [PATCH 10/12] arm64: dts: mediatek: mt8395-genio-common: Enable HDMI output
` [PATCH 11/12] arm64: dts: mediatek: mt8395-genio-common: Add HDMI sound output support
` [PATCH 12/12] arm64: defconfig: Enable Mediatek HDMIv2 driver

[PATCH v3 00/21] Add support for MT8189 clock/power controller
 2025-12-10 16:33 UTC  (11+ messages)
` [PATCH v3 01/21] dt-bindings: clock: mediatek: Add MT8189 clock definitions
` [PATCH v3 05/21] clk: mediatek: Add MT8189 topckgen clock support
` [PATCH v3 20/21] pmdomain: mediatek: Add bus protect control flow for MT8189

[PATCH] soc: mediatek: mtk-socinfo: Add entry for MT8391AV/AZA Genio 720
 2025-12-10 16:29 UTC  (3+ messages)

[PATCH] soc: mediatek: mtk-socinfo: Add entry for MT8371AV/AZA Genio 520
 2025-12-10 16:27 UTC  (2+ messages)

[PATCH 0/4] Add support for the Mediatek Genio 520-EVK and 720-EVK boards
 2025-12-10 16:19 UTC  (3+ messages)
` [PATCH 1/4] dt-bindings: serial: mediatek,uart: Add compatible for MT8189 SoC

[PATCH] input: mtk-pmic-keys: Fix potential NULL pointer dereference in probe()
 2025-12-10 14:11 UTC  (3+ messages)

Zwrot
 2025-12-10  8:51 UTC 

[PATCH AUTOSEL 6.18-6.12] scsi: ufs: host: mediatek: Fix shutdown/suspend race condition
 2025-12-10  3:48 UTC 

[PATCH v2 0/2] iio: inkern: Use namespaced exports
 2025-12-09 14:45 UTC  (4+ messages)
` [PATCH v2 1/2] iio: dac: ds4424: drop unused include IIO consumer header
` [PATCH v2 2/2] iio: inkern: Use namespaced exports

[PATCH] arm64: dts: mediatek: Apply mt8395-radxa DT overlay at build time
 2025-12-09 11:41 UTC  (2+ messages)

[PATCH] pinctrl: mediatek: make devm allocations safer and clearer in mtk_eint_do_init()
 2025-12-09 10:02 UTC 

[PATCH AUTOSEL 6.18-5.10] wifi: mt76: mmio_*_copy fix byte order and alignment
 2025-12-09  0:15 UTC  (4+ messages)
` [PATCH AUTOSEL 6.18-6.12] Bluetooth: btusb: MT7920: Add VID/PID 0489/e135
` [PATCH AUTOSEL 6.18-6.12] Bluetooth: btusb: MT7922: Add VID/PID 0489/e170
` [PATCH AUTOSEL 6.18-6.12] wifi: mt76: mt792x: fix wifi init fail by setting MCU_RUNNING after CLC load

[PATCH mt76] wifi: mt76: Fix memory leak destroying device
 2025-12-08 18:54 UTC 

[PATCH] wifi: mt76: fix deadlock in remain-on-channel
 2025-12-08 17:41 UTC  (3+ messages)

[PATCH] mt76: mt7996: reset device after MCU message timeout
 2025-12-08 17:36 UTC  (3+ messages)

[PATCH] wifi: mt76: mt7921: Replace deprecated PCI function
 2025-12-08 17:23 UTC 

[PATCH] drivers: net: wireless: Replace deprecated PCI function
 2025-12-08 15:07 UTC  (2+ messages)

[PATCH v2] wifi: mt76: fix deadlock in remain-on-channel
 2025-12-08 14:31 UTC 

[PATCH v2] mt76: mt7996: reset device after MCU message timeout
 2025-12-08 14:24 UTC 

[PATCH] mt76: mt7996: increase txq memory limit to 32 MiB
 2025-12-08 14:14 UTC 


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