linux-mediatek.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-01-07 05:23:36 to 2025-01-09 14:41:52 UTC [more...]

[PATCH v6 0/6] Add display support for the MT8365-EVK board
 2025-01-09 14:40 UTC  (12+ messages)
` [PATCH v6 1/6] dt-bindings: display: mediatek: dpi: add power-domains example
` [PATCH v6 2/6] drm/mediatek: dsi: Improves the DSI lane setup robustness
` [PATCH v6 3/6] drm/mediatek: add MT8365 SoC support
` [PATCH v6 4/6] arm64: defconfig: enable display support for mt8365-evk
` [PATCH v6 5/6] arm64: dts: mediatek: add display blocks support for the MT8365 SoC
` [PATCH v6 6/6] arm64: dts: mediatek: add display support for mt8365-evk

[V1,00/12] Enable jpeg enc & dec multi-hardwares for MT8196
 2025-01-09 14:06 UTC  (15+ messages)
` [V1,01/12] dt-bindings: mediatek: Add mediatek, mt8196-jpgdec compatible
` [V1,02/12] dt-bindings: mediatek: Add mediatek, mt8196-jpgenc compatible
` [V1,03/12] media: mediatek: jpeg: add jpeg compatible
` [V1,04/12] media: mediatek: jpeg: add jpeg smmu sid setting
` [V1,05/12] media: mediatek: jpeg: fix jpeg hw count setting
` [V1,06/12] media: mediatek: jpeg: refactor jpeg buffer payload setting
` [V1,07/12] media: mediatek: jpeg: refactor jpeg dst buffer layout
` [V1,08/12] media: mediatek: jpeg: fix stop streaming flow for multi-core
` [V1,09/12] media: mediatek: jpeg: refactor multi-core clk suspend and resume setting
` [V1,10/12] media: mediatek: jpeg: fix decoding buffer number setting timing issue
` [V1,11/12] media: mediatek: jpeg: refactor decoding resolution change operation
` [V1,12/12] media: mediatek: jpeg: fix remove buffer operation for multi-core

[PATCH v10 1/2] pmdomain: airoha: Add Airoha CPU PM Domain support
 2025-01-09 13:12 UTC  (2+ messages)
` [PATCH v10 2/2] cpufreq: airoha: Add EN7581 CPUFreq SMCCC driver

[PATCH] nvmem: mtk-efuse: Enable GPU speed bin post-processing for MT8188
 2025-01-09 11:46 UTC  (10+ messages)

[PATCH 1/3] arm64: dts: airoha: en7581: Add Clock Controller node
 2025-01-09 11:25 UTC  (6+ messages)
` [PATCH 2/3] arm64: dts: airoha: en7581: Add SNAND node
` [PATCH 3/3] arm64: dts: airoha: en7581: Add default partition table for EVB board

[PATCH 1/3] arm64: dts: mediatek: mt8173-elm: Drop pmic's #address-cells and #size-cells
 2025-01-09 11:12 UTC  (6+ messages)
` [PATCH 2/3] arm64: dts: mediatek: mt8173: Fix disp-pwm compatible string
` [PATCH 3/3] arm64: dts: mediatek: mt8173: Fix some node names

[PATCH v1 1/2] wifi: mt76: mt7915: fix register mapping
 2025-01-09 11:04 UTC  (2+ messages)
` [PATCH v1 2/2] wifi: mt76: mt7996: "

[PATCH v1 0/2] wifi: mt76: fix register mapping
 2025-01-09 11:04 UTC 

[PATCH v5 0/7] Add display support for the MT8365-EVK board
 2025-01-09 10:15 UTC  (17+ messages)
` [PATCH v5 1/7] dt-bindings: display: mediatek: dpi: add power-domains property
` [PATCH v5 2/7] drm/mediatek: dsi: Improves the DSI lane setup robustness
` [PATCH v5 3/7] drm/mediatek: add MT8365 SoC support
` [PATCH v5 4/7] arm64: defconfig: enable display connector support
` [PATCH v5 5/7] arm64: defconfig: enable STARTEK KD070FHFID015 panel
` [PATCH v5 6/7] arm64: dts: mediatek: add display blocks support for the MT8365 SoC
` [PATCH v5 7/7] arm64: dts: mediatek: add display support for mt8365-evk

[PATCH] dt-bindings: Correct indentation and style in DTS example
 2025-01-09  9:24 UTC  (4+ messages)

[PATCH RFC net-next] net: phylink: always config mac for (delayed) phy
 2025-01-09  9:15 UTC  (11+ messages)

[PATCH v4] PCI: mediatek-gen3: Avoid PCIe resetting via PERST# for Airoha EN7581 SoC
 2025-01-08 23:30 UTC 

[PATCH v4 00/34] Add support for MT8195/88 DPI, HDMIv2 and DDCv2
 2025-01-08 20:58 UTC  (37+ messages)
` [PATCH v4 01/34] dt-bindings: display: mediatek: dpi: Add MT8195 and MT8188 compat
` [PATCH v4 02/34] drm/mediatek: mtk_dpi: Add support for Pattern Generator in debugfs
` [PATCH v4 03/34] drm/mediatek: mtk_dpi: Use an array for pixclk factor calculation
` [PATCH v4 04/34] drm/mediatek: mtk_dpi: Move pixel clock setting flow to function
` [PATCH v4 05/34] drm/mediatek: mtk_dpi: Add checks for reg_h_fre_con existence
` [PATCH v4 06/34] drm/mediatek: Add support for MT8195 Digital Parallel Interface
` [PATCH v4 07/34] dt-bindings: display: mediatek: Add binding for HDMIv2 DDC
` [PATCH v4 08/34] dt-bindings: display: mediatek: Add binding for MT8195 HDMI-TX v2
` [PATCH v4 09/34] drm/mediatek: mtk_cec: Switch to register as module_platform_driver
` [PATCH v4 10/34] drm/mediatek: mtk_hdmi_ddc: "
` [PATCH v4 11/34] drm/mediatek: mtk_hdmi: Convert to module_platform_driver macro
` [PATCH v4 12/34] drm/mediatek: mtk_hdmi: Unregister audio platform device on failure
` [PATCH v4 13/34] drm/mediatek: hdmi: Use regmap instead of iomem for main registers
` [PATCH v4 14/34] drm/mediatek: mtk_hdmi: Fix typo for aud_sampe_size member
` [PATCH v4 15/34] drm/mediatek: mtk_hdmi: Disgregate function mtk_hdmi_audio_set_param()
` [PATCH v4 16/34] drm/mediatek: mtk_hdmi: Move audio params selection to new function
` [PATCH v4 17/34] drm/mediatek: mtk_hdmi: Move plugged_cb/codec_dev setting "
` [PATCH v4 18/34] drm/mediatek: mtk_hdmi: Move N/CTS "
` [PATCH v4 19/34] drm/mediatek: mtk_hdmi: Move vendor/product strings to drm_bridge
` [PATCH v4 20/34] drm/mediatek: mtk_hdmi: Use dev_err_probe() in mtk_hdmi_dt_parse_pdata()
` [PATCH v4 21/34] drm/mediatek: mtk_hdmi: Move CEC device parsing in new function
` [PATCH v4 22/34] drm/mediatek: mtk_hdmi: Remove unused members of struct mtk_hdmi
` [PATCH v4 23/34] drm/mediatek: mtk_hdmi: Move output init to mtk_hdmi_register_audio_driver()
` [PATCH v4 24/34] drm/mediatek: mtk_hdmi: Use devm managed version of drm_bridge_add
` [PATCH v4 25/34] drm/mediatek: mtk_hdmi: Remove ifdef for CONFIG_PM_SLEEP
` [PATCH v4 26/34] drm/mediatek: mtk_hdmi: Remove goto in mtk_hdmi_clk_enable_audio()
` [PATCH v4 27/34] drm/mediatek: mtk_hdmi: Cleanup function mtk_hdmi_resume()
` [PATCH v4 28/34] drm/mediatek: mtk_hdmi: Improve mtk_hdmi_get_all_clk() flexibility
` [PATCH v4 29/34] drm/mediatek: mtk_hdmi: Split driver and add common probe function
` [PATCH v4 30/34] drm/mediatek: mtk_hdmi_common: Assign DDC adapter pointer to bridge
` [PATCH v4 31/34] drm/mediatek: mtk_hdmi_common: Add OP_HDMI if helper funcs assigned
` [PATCH v4 32/34] drm/mediatek: Introduce HDMI/DDC v2 for MT8195/MT8188
` [PATCH v4 33/34] drm/mediatek: mtk_hdmi_common: Add var to enable interlaced modes
` [PATCH v4 34/34] drm/mediatek: mtk_hdmi_v2: Add debugfs ops and implement ABIST

[PATCH] Bluetooth: btusb: Add new VID/PID 13d3/3610 for MT7922
 2025-01-08 16:10 UTC  (2+ messages)

[PATCH 1/6] Revert "wifi: mt76: mt7925: Update mt7925_mcu_uni_[tx,rx]_ba for MLO"
 2025-01-08 15:00 UTC  (7+ messages)
` [PATCH 2/6] wifi: mt76: mt7925: fix the wrong link_idx when has p2p_device
` [PATCH 3/6] wifi: mt76: mt7925: fix the wrong simultaneous cap for MLO
` [PATCH 4/6] wifi: mt76: mt7925: adjust rm BSS flow to prevent next connection failure
` [PATCH 5/6] wifi: mt76: mt7925: integrate *mlo_sta_cmd and *sta_cmd
` [PATCH 6/6] wifi: mt76: mt7925: update the power-saving flow

[PATCH] dt-bindings: display: Correct indentation and style in DTS example
 2025-01-08 12:53 UTC  (6+ messages)

[PATCH v9 1/2] pmdomain: airoha: Add Airoha CPU PM Domain support
 2025-01-08 12:31 UTC  (3+ messages)

[PATCH v3 2/3] Bluetooth: Get rid of cmd_timeout and use the reset callback
 2025-01-08 12:24 UTC 

[GIT PULL] MediaTek ARM32 DTS updates for v6.14
 2025-01-08 12:17 UTC  (2+ messages)

[PATCH v2 2/3] Bluetooth: Get rid of cmd_timeout and use the reset callback
 2025-01-08 10:48 UTC 

[GIT,PULL,1/3] MediaTek ARM64 DTS updates for v6.14
 2025-01-08 10:08 UTC  (3+ messages)
` [GIT,PULL,2/3] MediaTek driver "
` [GIT,PULL,3/3] MediaTek ARM64 defconfig "

[PATCH v6 0/5] PCI: mediatek-gen3: mtk_pcie_en7581_power_up() code
 2025-01-08  9:50 UTC  (6+ messages)
` [PATCH v6 1/5] PCI: mediatek-gen3: rely on clk_bulk_prepare_enable() in mtk_pcie_en7581_power_up()
` [PATCH v6 2/5] PCI: mediatek-gen3: Move reset/assert callbacks in .power_up()
` [PATCH v6 3/5] PCI: mediatek-gen3: Add comment about initialization order in mtk_pcie_en7581_power_up()
` [PATCH v6 4/5] PCI: mediatek-gen3: Move reset delay "
` [PATCH v6 5/5] PCI: mediatek-gen3: rely on msleep() "

[PATCH v2] Bluetooth: btmtk: Fix failed to send func ctrl for MediaTek devices
 2025-01-08  9:50 UTC 

[PATCH wireless] wifi: mt76: mt7996: fix invalid interface combinations
 2025-01-08  9:46 UTC  (4+ messages)
` Aw: "
  ` Aw: "

[PATCH v5 5/6] PCI: mediatek-gen3: Add reset delay in mtk_pcie_en7581_power_up()
 2025-01-08  9:41 UTC  (3+ messages)

[PATCH net-next v6 0/8] fix two bugs related to page_pool
 2025-01-08  9:37 UTC  (8+ messages)
` [PATCH net-next v6 1/8] page_pool: introduce page_pool_get_pp() API

[PATCH RESEND] drm/mediatek: dsi: fix error codes in mtk_dsi_host_transfer()
 2025-01-08  9:35 UTC 

[PATCH v3 00/33] Add support for MT8195/88 DPI, HDMIv2 and DDCv2
 2025-01-08  9:23 UTC  (4+ messages)
` [PATCH v3 14/33] drm/mediatek: mtk_hdmi: Move audio params selection to new function

[PATCH net-next] net: airoha: Fix channel configuration for ETS Qdisc
 2025-01-08  7:52 UTC  (2+ messages)

[PATCH 0/5] PCI: mediatek-gen3: Add MT8196 support
 2025-01-08  7:30 UTC  (19+ messages)
` [PATCH 1/5] dt-bindings: "
` [PATCH 3/5] PCI: mediatek-gen3: Disable ASPM L0s

[PATCH net-next 0/9] net: dsa: cleanup EEE (part 2)
 2025-01-08  2:20 UTC  (2+ messages)

[PATCH 3/5] PCI: mediatek-gen3: Disable ASPM L0s
 2025-01-07 23:06 UTC  (2+ messages)

[PATCH net-next 0/4] net: airoha: Add Qdisc offload support
 2025-01-07 21:55 UTC  (4+ messages)

[v3,0/1] i2c: mediatek: add runtime PM operations and bus regulator control
 2025-01-07 21:50 UTC  (4+ messages)
` [PATCH v3 1/1] "

[PATCH] v1 pinctrl: mtk-eint: add eint new design for mt8196
 2025-01-07 15:54 UTC  (5+ messages)

[PATCH v3 0/4] Add AIE Driver
 2025-01-07 15:32 UTC  (3+ messages)
` [PATCH v3 3/4] media: mediatek: add MT8188 AIE driver

[PATCH 1/2] soc: mediatek: mtk-devapc: Fix leaking IO map on error paths
 2025-01-07 12:14 UTC  (3+ messages)

[PATCH 0/3] mt6779-keypad: fix compatibles and add to mt8516
 2025-01-07 12:12 UTC  (2+ messages)

[PATCH v2] arm64: dts: mediatek: mt8365-evk: Set ethernet alias
 2025-01-07 12:09 UTC  (2+ messages)

[PATCH v4 14/19] arm64: dts: mediatek: asurada: Enable PCIe and add WiFi
 2025-01-07 12:04 UTC  (3+ messages)

[PATCH] ASoC: mediatek: mt8188-mt6359: Remove hardcoded dmic codec
 2025-01-07 11:47 UTC  (5+ messages)

[PATCH 1/2] dt-bindings: usb: mtk-xhci: add support mt8196
 2025-01-07 11:46 UTC  (6+ messages)
` [PATCH 2/2] usb: mtk-xhci: add support remote wakeup of mt8196

[PATCH] pinctrl: mediatek: add eint new design for mt8196
 2025-01-07 11:36 UTC  (3+ messages)

[PATCH v4 net-next 00/13] bridge-fastpath and related improvements
 2025-01-07  9:33 UTC  (15+ messages)
` [PATCH v4 net-next 01/13] netfilter: nf_flow_table_offload: Add nf_flow_encap_push() for xmit direct
` [PATCH v4 net-next 02/13] netfilter: bridge: Add conntrack double vlan and pppoe
` [PATCH v4 net-next 03/13] netfilter: nft_chain_filter: Add bridge "
` [PATCH v4 net-next 04/13] bridge: Add filling forward path from port to port
` [PATCH v4 net-next 05/13] net: core: dev: Add dev_fill_bridge_path()
` [PATCH v4 net-next 06/13] netfilter :nf_flow_table_offload: Add nf_flow_rule_bridge()
` [PATCH v4 net-next 07/13] netfilter: nf_flow_table_inet: Add nf_flowtable_type flowtable_bridge
` [PATCH v4 net-next 08/13] netfilter: nft_flow_offload: Add NFPROTO_BRIDGE to validate
` [PATCH v4 net-next 09/13] netfilter: nft_flow_offload: Add DEV_PATH_MTK_WDMA to nft_dev_path_info()
` [PATCH v4 net-next 10/13] netfilter: nft_flow_offload: No ingress_vlan forward info for dsa user port
` [PATCH v4 net-next 11/13] bridge: No DEV_PATH_BR_VLAN_UNTAG_HW for dsa foreign
` [PATCH v4 net-next 12/13] bridge: Introduce DEV_PATH_BR_VLAN_KEEP_HW for bridge-fastpath
` [PATCH v4 net-next 13/13] netfilter: nft_flow_offload: Add bridgeflow to nft_flow_offload_eval()

[PATCH v3 0/7] Add GCE support for MT8196
 2025-01-07  7:26 UTC  (8+ messages)
` [PATCH v3 1/7] dt-bindings: mailbox: mediatek: Add MT8196 support for gce-mailbox

[PATCH] PCI: mediatek: Remove the usage of virt_to_phys
 2025-01-07  5:20 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).