linux-mediatek.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-12-17 10:19:57 to 2025-12-24 05:34:03 UTC [more...]

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

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

[PATCH 00/11] Plane Color Pipeline support for MediaTek
 2025-12-24  2:21 UTC  (16+ messages)
` [PATCH 01/11] drm/mediatek: Introduce DDP plane_colorops_init() hook
` [PATCH 02/11] drm/mediatek: Initialize colorops when creating plane
` [PATCH 03/11] drm/mediatek: ovl: Add supports_plane_colorops flag
` [PATCH 04/11] drm/mediatek: ovl: Enable per-plane color operations on MT8195
` [PATCH 05/11] drm/mediatek: ovl: Implement support for Inverse Gamma
` [PATCH 06/11] drm/mediatek: Add plane_colorops_init() DDP hook for OVL
` [PATCH 07/11] drm/colorop: Introduce HLG EOTF
` [PATCH 08/11] drm/mediatek: ovl: Implement support for Gamma
` [PATCH 09/11] drm/colorop: Introduce 3x3 Matrix
` [PATCH 10/11] drm/mediatek: ovl: Enable support for R2R Color Space Conversion
` [PATCH 11/11] drm/mediatek: Check 3x3 Matrix colorop has DATA set

[PATCH v3 00/10] drm/connector: hdmi: limit infoframes per driver capabilities, second approach
 2025-12-24  1:02 UTC  (11+ messages)
` [PATCH v3 01/10] drm/tests: hdmi: check the infoframes behaviour
` [PATCH v3 02/10] drm/vc4: hdmi: implement clear_infoframe
` [PATCH v3 03/10] drm/sun4i: hdmi_enc: implement clear_infoframe stub
` [PATCH v3 04/10] drm/connector: make clear_infoframe callback mandatory for HDMI connectors
` [PATCH v3 05/10] drm/bridge: refactor HDMI InfoFrame callbacks
` [PATCH v3 06/10] drm/display: hdmi_state_helper: split InfoFrame functions per type
` [PATCH v3 07/10] drm/display: hdmi_state_helper: reject Audio IF updates if it's not supported
` [PATCH v3 08/10] drm/display: hdmi_state_helper: don't generate unsupported InfoFrames
` [PATCH v3 09/10] drm/display: bridge_connector: dynamically generate HDMI callbacks
` [PATCH v3 10/10] drm/debug: don't register files for unsupported HDMI InfoFrames

[PATCH net] net: airoha: Fix schedule while atomic in airoha_ppe_deinit()
 2025-12-23 21:56 UTC 

[PATCH v2] wifi: mt76: Fix strscpy buffer overflow in mt76_connac2_load_patch
 2025-12-23 21:54 UTC  (3+ messages)

[PATCH] net: fix segmentation of forwarding fraglist GRO
 2025-12-23 19:01 UTC  (3+ messages)

[PATCH v3 00/21] Introduce support for CRTC (post-blend) color pipeline
 2025-12-23 18:01 UTC  (22+ messages)
` [PATCH v3 01/21] drm/crtc: Add color pipeline to CRTC state
` [PATCH v3 02/21] drm/colorop: Allow parenting colorop to CRTC
` [PATCH v3 03/21] drm: Factor out common color_pipeline property initialization code
` [PATCH v3 04/21] drm/crtc: Add COLOR_PIPELINE property
` [PATCH v3 05/21] drm: Introduce DRM_CAP_CRTC_COLOR_PIPELINE
` [PATCH v3 06/21] drm: Introduce DRM_CLIENT_CAP_CRTC_COLOR_PIPELINE
` [PATCH v3 07/21] drm/atomic: Pass crtc_color_pipeline client cap to atomic check
` [PATCH v3 08/21] drm/atomic: Print the color pipeline as part of the CRTC state print
` [PATCH v3 09/21] drm/colorop: Factor out common paths from colorops helpers
` [PATCH v3 10/21] drm/colorop: Introduce colorop helpers for crtc
` [PATCH v3 11/21] drm/crtc: Track crtc color pipeline client cap in drm_crtc_state
` [PATCH v3 12/21] drm/mediatek: Support CRTC colorops for gamma and ctm
` [PATCH v3 13/21] drm: Add helper to extract a 3x4 matrix from any CTM matrix dimensions
` [PATCH v3 14/21] drm/mediatek: ccorr: Support CRTC color pipeline API
` [PATCH v3 15/21] drm: Add helper to extract a LUT entry from either 16-bit or 32-bit LUT
` [PATCH v3 16/21] drm/mediatek: gamma: Support CRTC color pipeline API
` [PATCH v3 17/21] drm/mediatek: Set CRTC color pipeline driver cap
` [PATCH v3 18/21] drm/vkms: Rename existing color pipeline helpers to contain "plane"
` [PATCH v3 19/21] drm/vkms: Prepare pre_blend_color_transform() for CRTC color pipelines
` [PATCH v3 20/21] drm/vkms: Introduce support for post-blend color pipeline
` [PATCH v3 21/21] drm/vkms: Set CRTC color pipeline driver cap

[PATCH v2 0/2] Add MT7987 Thermal support
 2025-12-23 17:56 UTC  (3+ messages)
` [PATCH v2 1/2] dt-bindings: thermal: mediatek: Add LVTS thermal controller definition for MT7987
` [PATCH v2 2/2] thermal/drivers/mediatek/lvts_thermal: Add mt7987 support

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

[PATCH 1/1] wifi: mt76: mt7996: fix mixed FEM check of mt7996 chipset
 2025-12-23 17:16 UTC  (4+ messages)

[PATCH] linux-firmware: Add firmware file for Airoha AN8811HB 2.5G ethernet phy
 2025-12-23 17:07 UTC 

[PATCH v2 0/2] iio: inkern: Use namespaced exports
 2025-12-23 16:24 UTC  (3+ messages)
` [PATCH v2 2/2] "

[PATCH] arm64: dts: airoha: Use hyphen in node names
 2025-12-23 15:25 UTC 

[PATCH v5 0/8] arm64: dts: mediatek: Add Openwrt One AP functionality
 2025-12-23 12:37 UTC  (9+ messages)
` [PATCH v5 1/8] dt-bindings: PCI: mediatek-gen3: Add MT7981 PCIe compatible
` [PATCH v5 2/8] arm64: dts: mediatek: mt7981b: Add PCIe and USB support
` [PATCH v5 3/8] arm64: dts: mediatek: mt7981b-openwrt-one: Enable PCIe and USB
` [PATCH v5 4/8] arm64: dts: mediatek: mt7981b: Add Ethernet and WiFi offload support
` [PATCH v5 5/8] arm64: dts: mediatek: mt7981b-openwrt-one: Enable Ethernet
` [PATCH v5 6/8] arm64: dts: mediatek: mt7981b: Disable wifi by default
` [PATCH v5 7/8] arm64: dts: mediatek: mt7981b: Add wifi memory region
` [PATCH v5 8/8] arm64: dts: mediatek: mt7981b-openwrt-one: Enable wifi

[PATCH 0/4] drm: Revert and fix enable/disable sequence
 2025-12-23 11:48 UTC  (6+ messages)

[PATCH 0/8] MediaTek UART DMA: Fixes, improvements and new SoCs
 2025-12-23 11:28 UTC  (2+ messages)

[PATCH] clk: mediatek: Drop __initconst from gates
 2025-12-23 11:05 UTC 

[PATCH AUTOSEL 6.18-6.12] spi: mt65xx: Use IRQF_ONESHOT with threaded IRQ
 2025-12-23 10:05 UTC 

[PATCH v2] drm/mediatek: Convert legacy DRM logging to drm_* helpers in mtk_crtc.c
 2025-12-23  9:54 UTC 

[PATCH v8 1/1] drm/mediatek: Move DP training to hotplug thread
 2025-12-23  6:16 UTC 

[PATCH v7 0/2] Adjust bandwidth limit for DP
 2025-12-23  6:34 UTC  (10+ messages)
` [PATCH v7 1/2] drm/mediatek: "
` [PATCH v7 2/2] drm/mediatek: Add isolation to edp

[PATCH] clk: mediatek: don't select clk-mt8192 for all ARM64 builds
 2025-12-23  3:19 UTC  (3+ messages)

[PATCH] wifi: mt76: fix buffer overflow bug
 2025-12-22 20:47 UTC  (2+ messages)

[PATCH v1 07/23] media: mediatek: vcodec: Discard pm_runtime_put() return value
 2025-12-22 20:06 UTC 

[PATCH v4 00/21] Add support for MT8189 clock/power controller
 2025-12-22 18:00 UTC  (8+ 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 04/21] clk: mediatek: Add MT8189 apmixedsys clock support

[PATCH v2 0/4] Make MT8196 get its Mali GPU shader_present from nvmem
 2025-12-22 13:41 UTC  (8+ messages)
` [PATCH v2 1/4] dt-bindings: gpu: mali-valhall-csf: Add shader-present nvmem cell
` [PATCH v2 2/4] dt-bindings: power: mt8196-gpufreq: Describe nvmem provider ability
` [PATCH v2 3/4] drm/panthor: Implement reading shader_present from nvmem
` [PATCH v2 4/4] pmdomain: mediatek: mtk-mfg: Expose shader_present as nvmem cell

W sprawie samochodu
 2025-12-22  9:00 UTC 

[PATCH v2 0/8] scsi: Make use of bus callbacks
 2025-12-22  8:28 UTC  (7+ messages)
` [PATCH v2 1/8] scsi: Pass a struct scsi_driver to scsi_{,un}register_driver()
` [PATCH v2 2/8] scsi: Make use of bus callbacks
` [PATCH v2 8/8] scsi: ufs: Convert to scsi bus methods

[PATCH][next] scsi: ufs: host: mediatek: make read-only array scale_us static const
 2025-12-22  8:13 UTC  (2+ messages)

[PATCH] drm/mediatek: Convert legacy DRM logging to drm_* helpers in mtk_crtc.c
 2025-12-21 22:04 UTC  (2+ messages)

[PATCH RESEND v2 0/2] ARM: dts: airoha: en7523: update dts
 2025-12-20  5:34 UTC  (3+ messages)
` [PATCH RESEND v2 1/2] ARM: dts: airoha: en7523: add node to support spinand flashes
` [PATCH RESEND v2 2/2] ARM: dts: airoha: en7523: add reset-controller support

[PATCH 0/4] Make MT8196 get its Mali GPU shader_present from nvmem
 2025-12-20  1:59 UTC  (11+ messages)
` [PATCH 1/4] dt-bindings: gpu: mali-valhall-csf: Add shader-present nvmem cell
` [PATCH 2/4] dt-bindings: power: mt8196-gpufreq: Describe nvmem provider ability
` [PATCH 3/4] drm/panthor: Implement reading shader_present from nvmem
` [PATCH 4/4] pmdomain: mediatek: mtk-mfg: Expose shader_present as nvmem cell

[PATCH v4 00/19] Add MediaTek SoC DRM support for MT8196
 2025-12-19 17:03 UTC  (7+ messages)
` [PATCH v4 13/19] drm/mediatek: Export OVL Blend function
` [PATCH v4 15/19] drm/mediatek: add BLENDER support for MT8196

[PATCH v1 0/2] build full dtbs for BananaPi R3/R4(Pro)
 2025-12-19 15:27 UTC  (2+ messages)

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

[PATCH v2 0/6] iommu: Pass in old_domain pointer to attach_dev
 2025-12-19  8:10 UTC  (2+ messages)

[PATCH v2 0/4] soc: mediatek: Add devapc support for MT8189
 2025-12-19  8:06 UTC  (3+ messages)
` [PATCH v2 1/4] dt-bindings: soc: mediatek: devapc: Add bindings "

[PATCH] dt-bindings: mediatek: Drop inactive MandyJH Liu
 2025-12-19  7:40 UTC 

[PATCH] PCI: mediatek-gen3: Ignore link up timeout
 2025-12-18 10:16 UTC  (3+ messages)

Ulga na składki ZUS
 2025-12-18  8:46 UTC 

[PATCH] PCI: mediatek: Fix IRQ domain leak when MSI allocation fails
 2025-12-18  8:09 UTC  (2+ messages)

[PATCH] spi: mt65xx: Use IRQF_ONESHOT with threaded IRQ
 2025-12-18  7:36 UTC  (2+ messages)

[PATCH v2] wifi: mt76: mt792x: Fix a potential deadlock in high-load situations
 2025-12-18  7:05 UTC  (2+ messages)

[PATCH] Bluetooth: btmtksdio: Use pm_ptr instead of #ifdef CONFIG_PM
 2025-12-17 21:50 UTC  (2+ messages)

[RFC net-next v4 0/3] Add RSS and LRO support
 2025-12-17 10:26 UTC  (4+ messages)
` [RFC net-next v4 1/3] net: ethernet: mtk_eth_soc: Add register definitions for RSS and LRO
` [RFC net-next v4 2/3] net: ethernet: mtk_eth_soc: Add RSS support
` [RFC net-next v4 3/3] net: ethernet: mtk_eth_soc: Add LRO support


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