linux-mediatek.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-07-25 00:53:28 to 2023-07-27 17:01:35 UTC [more...]

[PATCH v7 0/4] Add dynamic connector selection mechanism
 2023-07-27 16:41 UTC  (5+ messages)
` [PATCH v7 1/4] drm/mediatek: Add mmsys_dev_num to mt8188 vdosys0 driver data
` [PATCH v7 2/4] drm/mediatek: Fix using wrong drm private data to bind mediatek-drm
` [PATCH v7 3/4] drm/mediatek: Add ability to support dynamic connector selection
` [PATCH v7 4/4] drm/mediatek: Add DSI support for mt8188 vdosys0

[PATCH v2 0/9] Initial Marvell PXA1908 support
 2023-07-27 16:28 UTC 

[PATCH] wifi: mt76: Replace strlcpy with strscpy
 2023-07-27 16:00 UTC  (3+ messages)

[PATCH] mtd: Explicitly include correct DT includes
 2023-07-27 15:17 UTC  (2+ messages)

[PATCH net-next v2] page_pool: split types and declarations from page_pool.h
 2023-07-27 13:58 UTC  (16+ messages)

[PATCH RESEND v6 00/11] MediaTek DDP GAMMA - 12-bit LUT support
 2023-07-27 13:06 UTC  (14+ messages)
` [PATCH RESEND v6 01/11] drm/mediatek: gamma: Adjust mtk_drm_gamma_set_common parameters
` [PATCH RESEND v6 02/11] drm/mediatek: gamma: Reduce indentation in mtk_gamma_set_common()
` [PATCH RESEND v6 03/11] drm/mediatek: gamma: Support SoC specific LUT size
` [PATCH RESEND v6 04/11] drm/mediatek: gamma: Improve and simplify HW LUT calculation
` [PATCH RESEND v6 05/11] drm/mediatek: gamma: Enable the Gamma LUT table only after programming
` [PATCH RESEND v6 06/11] drm/mediatek: gamma: Use bitfield macros
` [PATCH RESEND v6 07/11] drm/mediatek: gamma: Support specifying number of bits per LUT component
` [PATCH RESEND v6 08/11] drm/mediatek: gamma: Support multi-bank gamma LUT
` [PATCH RESEND v6 09/11] drm/mediatek: gamma: Add support for 12-bit LUT and MT8195
` [PATCH RESEND v6 10/11] drm/mediatek: gamma: Make sure relay mode is disabled
` [PATCH RESEND v6 11/11] drm/mediatek: gamma: Program gamma LUT type for descending or rising

[PATCH net-next v6 0/8] net: ethernet: mtk_eth_soc: add basic support for MT7988 SoC
 2023-07-27 12:43 UTC  (8+ messages)
` [PATCH net-next v6 6/8] net: ethernet: mtk_eth_soc: add NETSYS_V3 version support
` [PATCH net-next v6 7/8] net: ethernet: mtk_eth_soc: convert caps in mtk_soc_data struct to u64
` [PATCH net-next v6 8/8] net: ethernet: mtk_eth_soc: convert clock bitmap "
` [PATCH v6 net-next 9/9] net: ethernet: mtk_eth_soc: add basic support for MT7988 SoC

[PATCH net-next v3] net: Explicitly include correct DT includes
 2023-07-27 12:33 UTC  (2+ messages)

[PATCH -next v2] power: supply: Remove redundant dev_err_probe() for platform_get_irq_byname()
 2023-07-27 11:35 UTC 

[PATCH -next] power: supply: Remove redundant dev_err_probe()
 2023-07-27 10:11 UTC  (2+ messages)

[PATCH v5 00/12] GenieZone hypervisor drivers
 2023-07-27 10:08 UTC  (15+ messages)
` [PATCH v5 01/12] docs: geniezone: Introduce GenieZone hypervisor
` [PATCH v5 02/12] dt-bindings: hypervisor: Add MediaTek "
` [PATCH v5 03/12] virt: geniezone: Add GenieZone hypervisor support
` [PATCH v5 04/12] virt: geniezone: Add vcpu support
` [PATCH v5 05/12] virt: geniezone: Add irqchip support for virtual interrupt injection
` [PATCH v5 06/12] virt: geniezone: Add irqfd support
` [PATCH v5 07/12] virt: geniezone: Add ioeventfd support
` [PATCH v5 08/12] virt: geniezone: Add memory region support
` [PATCH v5 09/12] virt: geniezone: Add dtb config support
` [PATCH v5 10/12] virt: geniezone: Add virtual timer support
` [PATCH v5 11/12] virt: geniezone: Add guest page fault handler
` [PATCH v5 12/12] virt: geniezone: Add memory pin/unpin support

[PATCH v2] drm/mediatek: Fix potential memory leak if vmap() fail
 2023-07-27  9:56 UTC  (5+ messages)

[PATCH RESEND] drm/mediatek: Add valid modifier check
 2023-07-27  9:37 UTC  (5+ messages)

[PATCH v3 05/62] mmc: mtk-sd: Convert to platform remove callback returning void
 2023-07-27  6:59 UTC 

[PATCH v2] zsmalloc: Fix races between modifications of fullness and isolated
 2023-07-27  6:29 UTC 

[PATCH 1/2] wifi: mt76: move struct ieee80211_chanctx_conf up to struct mt76_vif
 2023-07-27  6:25 UTC  (5+ messages)
` [PATCH 2/2] wifi: mt76: mt7921: fix the wrong rate pickup for the chanctx driver

[PATCH v2] net: dsa: Explicitly include correct DT includes
 2023-07-27  5:00 UTC  (5+ messages)

[PATCH v2] net: phy/pcs: Explicitly include correct DT includes
 2023-07-27  5:00 UTC  (3+ messages)

[PATCH v7 00/11] MediaTek DisplayPort: support eDP and aux-bus
 2023-07-27  3:36 UTC  (16+ messages)
` [PATCH v7 01/11] drm/mediatek: dp: Add missing error checks in mtk_dp_parse_capabilities
` [PATCH v7 02/11] drm/mediatek: dp: Move AUX and panel poweron/off sequence to function
` [PATCH v7 03/11] drm/mediatek: dp: Change logging to dev for mtk_dp_aux_transfer()
` [PATCH v7 04/11] drm/mediatek: dp: Use devm variant of drm_bridge_add()
` [PATCH v7 05/11] drm/mediatek: dp: Move AUX_P0 setting to mtk_dp_initialize_aux_settings()
` [PATCH v7 06/11] drm/mediatek: dp: Enable event interrupt only when bridge attached
` [PATCH v7 07/11] drm/mediatek: dp: Avoid mutex locks if audio is not supported/enabled
` [PATCH v7 08/11] drm/mediatek: dp: Move PHY registration to new function
` [PATCH v7 09/11] drm/mediatek: dp: Add support for embedded DisplayPort aux-bus
` [PATCH v7 10/11] drm/mediatek: dp: Add .wait_hpd_asserted() for AUX bus
` [PATCH v7 11/11] drm/mediatek: dp: Don't register HPD interrupt handler for eDP case

[PATCH v3 0/6] drm/mediatek: Small mtk-dpi cleanups
 2023-07-27  3:24 UTC  (9+ messages)
` [PATCH v3 1/6] drm/mediatek: mtk_dpi: Simplify with devm_drm_bridge_add()
` [PATCH v3 2/6] drm/mediatek: mtk_dpi: Simplify with dev_err_probe()
` [PATCH v3 3/6] drm/mediatek: mtk_dpi: Switch to devm_drm_of_get_bridge()
` [PATCH v3 4/6] drm/mediatek: mtk_dpi: Switch to .remove_new() void callback
` [PATCH v3 5/6] drm/mediatek: mtk_dpi: Use devm_platform_ioremap_resource()
` [PATCH v3 6/6] drm/mediatek: mtk_dpi: Compress struct of_device_id entries

[PATCH v2] drm/mediatek: Add valid modifier check
 2023-07-27  3:04 UTC  (2+ messages)

[PATCH] Fix BUG: KASAN: use-after-free in trace_event_raw_event_filelock_lock
 2023-07-27  2:15 UTC  (4+ messages)

[PATCH 0/3] ASoC: mt8188-mt6359: add SOF support
 2023-07-27  2:03 UTC  (12+ messages)
` [PATCH 1/3] ASoC: mediatek: mt8188-mt6359: support dynamic pinctrl
` [PATCH 2/3] ASoC: mediatek: common: revise SOF common code
` [PATCH 3/3] ASoC: mediatek: mt8188-mt6359: add SOF support

[PATCH] media: vcodec: Fix potential array out-of-bounds in vb2ops_venc_queue_setup
 2023-07-27  1:57 UTC  (2+ messages)

[PATCH] I2C: Explicitly include correct DT includes
 2023-07-27  0:39 UTC  (2+ messages)

[PATCH v3] watchdog: Explicitly include correct DT includes
 2023-07-26 23:33 UTC 

[PATCH] zsmalloc: Fix races between modifications of fullness and isolated
 2023-07-26 20:18 UTC  (7+ messages)

[PATCH v5 0/7] Enable decoder for mt8183
 2023-07-26 19:12 UTC  (6+ messages)
` [PATCH v5 5/7] media: mediatek: vcodec: Read HW active status from syscon
` [PATCH v5 6/7] arm64: dts: mediatek: mt8173: Drop VDEC_SYS reg from decoder

[PATCH 1/2] wifi: mt76: mt7915: fix tlv length of mt7915_mcu_get_chan_mib_info
 2023-07-26 18:35 UTC  (2+ messages)
` [PATCH 2/2] wifi: mt76: mt7915: fix power-limits while chan_switch

Memory providers multiplexing (Was: [PATCH net-next v4 4/5] page_pool: remove PP_FLAG_PAGE_FRAG flag)
 2023-07-26 17:36 UTC  (15+ messages)

[PATCH v2] media: mediatek: vcodec: Consider vdecsys presence in reg range check
 2023-07-26 16:57 UTC 

[PATCH] wifi: mt76: support per-band MAC addresses from OF child nodes
 2023-07-26 16:04 UTC  (3+ messages)

[PATCH v5 16/25] iommu: Remove ops->set_platform_dma_ops()
 2023-07-26  9:42 UTC  (2+ messages)

[PATCH v5 23/25] iommu: Add ops->domain_alloc_paging()
 2023-07-26 10:02 UTC  (2+ messages)

[PATCH v5 22/25] iommu: Add __iommu_group_domain_alloc()
 2023-07-26  9:54 UTC  (2+ messages)

[PATCH v5 21/25] iommu: Require a default_domain for all iommu drivers
 2023-07-26  9:50 UTC  (2+ messages)

[PATCH v5 08/25] iommu: Reorganize iommu_get_default_domain_type() to respect def_domain_type()
 2023-07-26  9:33 UTC  (2+ messages)

[PATCH v2 05/61] mmc: mtk-sd: Convert to platform remove callback returning void
 2023-07-26  8:26 UTC  (2+ messages)

[PATCH 01/28] media: cec: ch7322: drop of_match_ptr for ID table
 2023-07-26  8:20 UTC  (8+ messages)

[PATCH] media: mediatek: vcodec: Consider vdecsys presence in reg range check
 2023-07-26  7:01 UTC  (2+ messages)

[PATCH v3 0/2] Fix OVL iommu fault in cursor plane
 2023-07-26  6:56 UTC  (4+ messages)
` [PATCH v3 2/2] drm/mediatek: Fix iommu fault during crtc enabling

[PATCH v5 02/25] iommu: Add IOMMU_DOMAIN_PLATFORM
 2023-07-26  6:24 UTC  (2+ messages)

[PATCH v5 01/25] iommu: Add iommu_ops->identity_domain
 2023-07-26  6:11 UTC  (2+ messages)

[PATCH v2 0/6] drm/mediatek: Small mtk-dpi cleanups
 2023-07-26  6:02 UTC  (14+ messages)
` [PATCH v2 1/6] drm/mediatek: mtk_dpi: Simplify with devm_drm_bridge_add()
` [PATCH v2 2/6] drm/mediatek: mtk_dpi: Simplify with dev_err_probe()
` [PATCH v2 3/6] drm/mediatek: mtk_dpi: Switch to devm_drm_of_get_bridge()
` [PATCH v2 4/6] drm/mediatek: mtk_dpi: Switch to .remove_new() void callback
` [PATCH v2 5/6] drm/mediatek: mtk_dpi: Use devm_platform_ioremap_resource()
` [PATCH v2 6/6] drm/mediatek: mtk_dpi: Compress struct of_device_id entries

[PATCH v3,0/3] Add compatible to increase MT8188 audio control
 2023-07-26  3:35 UTC  (5+ messages)
` [PATCH v3,2/3] drm/mediatek: dp: Add the audio packet flag to mtk_dp_data struct
  ` [PATCH v3, 2/3] "
` [PATCH v3,3/3] drm/mediatek: dp: Add the audio divider "
  ` [PATCH v3, 3/3] "

[PATCH v15 00/13] Add support for MT8195 SCP 2nd core
 2023-07-26  2:55 UTC  (9+ messages)
` [PATCH v15 05/13] remoteproc: mediatek: Extract SCP common registers
` [PATCH v15 07/13] remoteproc: mediatek: Probe SCP cluster on multi-core SCP
` [PATCH v15 08/13] remoteproc: mediatek: Remove dependency of MT8195 SCP L2TCM power control on dual-core SCP

[PATCH] ufs: Explicitly include correct DT includes
 2023-07-26  2:04 UTC  (2+ messages)

[PATCH v5 0/2] Add MCQ support for MTK platform
 2023-07-26  2:04 UTC  (2+ messages)

[PATCH] pinctrl: mtmips: do not log when repeating the same pinctrl request
 2023-07-26  1:03 UTC  (3+ messages)

[PATCH] pinctrl: mtmips: support requesting different functions for same group
 2023-07-26  0:48 UTC 

[PATCH v2] net: Explicitly include correct DT includes
 2023-07-25 19:58 UTC  (3+ messages)

[PATCH] usb: mtu3: Convert to platform remove callback returning void
 2023-07-25 16:15 UTC  (2+ messages)

[PATCH] gpio: mt7621: remove unnecessary call to platfrom_set_drvdata()
 2023-07-25 13:25 UTC  (3+ messages)

[PATCH net-next v2 0/4] Remove legacy phylink behaviour
 2023-07-25 13:10 UTC  (2+ messages)

[PATCH] dt-bindings: usb: add missing unevaluatedProperties on USB connector
 2023-07-25 10:22 UTC  (5+ messages)

[PATCH v7,0/11] media: mediatek: vcodec: separate encoder and decoder
 2023-07-25  9:58 UTC  (4+ messages)
` [PATCH v7,06/11] media: mediatek: vcodec: replace pr_* with dev_* for v4l2 debug message

[PATCH 0/8] Add GDB memory helper commands
 2023-07-25  9:34 UTC  (9+ messages)
` [PATCH 1/8] scripts/gdb/symbols: add specific ko module load command
` [PATCH 2/8] scripts/gdb/modules: add get module text support
` [PATCH 3/8] scripts/gdb/utils: add common type usage
` [PATCH 4/8] scripts/gdb/aarch64: add aarch64 page operation helper commands and configs
` [PATCH 5/8] scripts/gdb/stackdepot: Add stackdepot support
` [PATCH 6/8] scripts/gdb/page_owner: add page owner support
` [PATCH 7/8] scripts/gdb/slab: Add slab support
` [PATCH 8/8] scripts/gdb/vmalloc: add vmallocinfo support

[PATCH v12 0/7] MT8188 IOMMU SUPPORT
 2023-07-25  7:59 UTC  (2+ messages)

[PATCH v6 11/11] drm/mediatek: dp: Don't register HPD interrupt handler for eDP case
 2023-07-25  7:19 UTC  (2+ messages)

[PATCH v3] spmi: mtk-pmif: Serialize PMIF status check and command submission
 2023-07-25  6:52 UTC  (2+ messages)

[PATCH v4 0/6] extcon-usb-gpio YAML conversion
 2023-07-25  5:53 UTC  (4+ messages)
` [PATCH v4 6/6] arm64: dts: qcom: Replace deprecated extcon-usb-gpio id-gpio/vbus-gpio properties

[RESEND PATCH v2] media: mtk-jpeg: Fix use after free bug due to uncanceled work
 2023-07-25  2:39 UTC  (3+ messages)

[PATCH net-next v5 0/9] net: ethernet: mtk_eth_soc: add basic support for MT7988 SoC
 2023-07-25  0:55 UTC  (3+ messages)


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