Linux-mediatek Archive mirror
 help / color / mirror / Atom feed
 messages from 2023-09-11 08:09:33 to 2023-09-12 11:15:27 UTC [more...]

[PATCH 1/5] clk: mediatek: clk-mt6765: Add check for mtk_alloc_clk_data
 2023-09-12 10:02 UTC  (10+ messages)
` [PATCH 2/5] clk: mediatek: clk-mt6779: "
` [PATCH 3/5] clk: mediatek: clk-mt6797: "
` [PATCH 4/5] clk: mediatek: clk-mt7629-eth: "
` [PATCH 5/5] clk: mediatek: clk-mt7629: "

[PATCH v5 00/14] add support MDP3 on MT8195 platform
 2023-09-12 10:44 UTC  (23+ messages)
` [PATCH v5 01/14] arm64: dts: mediatek: mt8183: correct MDP3 DMA-related nodes
` [PATCH v5 02/14] arm64: dts: mediatek: mt8195: add MDP3 nodes
` [PATCH v5 03/14] media: platform: mtk-mdp3: add support second sets of MMSYS
` [PATCH v5 04/14] media: platform: mtk-mdp3: add support second sets of MUTEX
` [PATCH v5 05/14] media: platform: mtk-mdp3: introduce more pipelines from MT8195
` [PATCH v5 06/14] media: platform: mtk-mdp3: introduce more MDP3 components
` [PATCH v5 07/14] media: platform: mtk-mdp3: add checks for dummy components
` [PATCH v5 08/14] media: platform: mtk-mdp3: avoid multiple driver registrations
` [PATCH v5 09/14] media: platform: mtk-mdp3: extend GCE event waiting in RDMA and WROT
` [PATCH v5 10/14] media: platform: mtk-mdp3: add support for blending multiple components
` [PATCH v5 11/14] media: platform: mtk-mdp3: add mt8195 platform configuration
` [PATCH v5 12/14] media: platform: mtk-mdp3: add mt8195 shared memory configurations
` [PATCH v5 13/14] media: platform: mtk-mdp3: add mt8195 MDP3 component settings
` [PATCH v5 14/14] media: platform: mtk-mdp3: add support for parallel pipe to improve FPS

[REBASE PATCH v5 00/17] Add Qualcomm Minidump kernel driver related support
 2023-09-12 10:18 UTC  (24+ messages)
` [REBASE PATCH v5 01/17] docs: qcom: Add qualcomm minidump guide
` [REBASE PATCH v5 02/17] soc: qcom: Add qcom_rproc_minidump module
` [REBASE PATCH v5 03/17] remoteproc: qcom_q6v5_pas: Use qcom_rproc_minidump()
` [REBASE PATCH v5 04/17] remoteproc: qcom: Remove minidump related data from qcom_common.c
` [REBASE PATCH v5 05/17] init: export linux_banner data variable
` [REBASE PATCH v5 06/17] soc: qcom: Add Qualcomm APSS minidump kernel driver
` [REBASE PATCH v5 07/17] soc: qcom: minidump: Add pending region registration
` [REBASE PATCH v5 08/17] arm64: mm: Add dynamic ramoops region support through command line
` [REBASE PATCH v5 09/17] pstore/ram: Use dynamic ramoops reserve resource
` [REBASE PATCH v5 10/17] pstore: Add pstore_region_defined() helper and export it
` [REBASE PATCH v5 11/17] qcom_minidump: Register ramoops region with minidump
` [REBASE PATCH v5 12/17] MAINTAINERS: Add entry for minidump related files
` [REBASE PATCH v5 13/17] firmware: qcom_scm: provide a read-modify-write function
` [REBASE PATCH v5 14/17] pinctrl: qcom: Use qcom_scm_io_update_field()
` [REBASE PATCH v5 15/17] firmware: scm: Modify only the download bits in TCSR register
` [REBASE PATCH v5 16/17] firmware: qcom_scm: Refactor code to support multiple download mode
` [REBASE PATCH v5 17/17] firmware: qcom_scm: Add multiple download mode support

[PATCH 0/9] dma-buf: heaps: Add MediaTek secure heap
 2023-09-12 10:13 UTC  (25+ messages)
` [PATCH 1/9] dma-buf: heaps: Deduplicate docs and adopt common format
` [PATCH 2/9] dma-heap: Add proper kref handling on dma-buf heaps
` [PATCH 3/9] dma-heap: Provide accessors so that in-kernel drivers can allocate dmabufs from specific heaps
` [PATCH 5/9] dma-buf: heaps: mtk_sec_heap: Initialise tee session
` [PATCH 8/9] dt-bindings: reserved-memory: MediaTek: Add reserved memory for SVP
` [PATCH 9/9] dma_buf: heaps: mtk_sec_heap: Add a new CMA heap

[PATCH v5 00/17] Add Qualcomm Minidump kernel driver related support
 2023-09-12  9:58 UTC  (28+ messages)
` [PATCH v5 06/17] soc: qcom: Add Qualcomm APSS minidump kernel driver
` [PATCH v5 07/17] soc: qcom: minidump: Add pending region registration
` [PATCH v5 09/17] pstore/ram: Use dynamic ramoops reserve resource
` [PATCH v5 11/17] qcom_minidump: Register ramoops region with minidump
` [PATCH v5 13/17] firmware: qcom_scm: provide a read-modify-write function
` [PATCH v5 15/17] firmware: scm: Modify only the download bits in TCSR register

[PATCH v2 0/8] Add GDB memory helper commands
 2023-09-12  9:41 UTC  (3+ messages)
` [PATCH v2 1/8] scripts/gdb/symbols: add specific ko module load command

[PATCH v3 1/2] dt-bindings: arm64: dts: mediatek: mt8365-evk: update compatible
 2023-09-12  9:36 UTC  (4+ messages)
` [PATCH v3 2/2] arm64: dts: mediatek: rename mt8365-evk to mt8365-genio-350-evk

[PATCH 00/14] add driver to support secure video decoder
 2023-09-12  9:30 UTC  (26+ messages)
` [PATCH 01/14] media: mediatek: vcodec: add tee client interface to communiate with optee-os
` [PATCH 02/14] media: mediatek: vcodec: allocate tee share memory
` [PATCH 03/14] media: mediatek: vcodec: send share memory data to optee
` [PATCH 04/14] media: mediatek: vcodec: initialize msg and vsi information
` [PATCH 05/14] media: mediatek: vcodec: using encoder's device to alloc/free memory
` [PATCH 06/14] media: mediatek: vcodec: add interface to allocate/free secure memory
` [PATCH 07/14] media: mediatek: vcodec: using shared memory as vsi address
` [PATCH 08/14] media: medkatek: vcodec: support one plane capture buffer
` [PATCH 09/14] media: medkatek: vcodec: re-construct h264 driver to support svp mode
` [PATCH 10/14] media: medkatek: vcodec: remove parse nal_info in kernel
` [PATCH 11/14] media: medkatek: vcodec: covert secure fd to secure handle
` [PATCH 12/14] media: medkatek: vcodec: set secure mode to decoder driver
` [PATCH 13/14] media: medkatek: vcodec: disable wait interrupt for svp mode
` [PATCH 14/14] media: medkatek: vcodec: support tee decoder

[RESEND PATCH v2] media: mtk-jpeg: Fix use after free bug due to uncanceled work
 2023-09-12  9:29 UTC  (7+ messages)

[PATCH v4 1/2] dt-bindings: arm64: dts: mediatek: mt8365-evk: update compatible
 2023-09-12  9:24 UTC  (2+ messages)
` [PATCH v4 2/2] arm64: dts: mediatek: rename mt8365-evk to mt8365-genio-350-evk

[PATCH v5] drm/mediatek: Fix coverity issue with unintentional integer overflow
 2023-09-12  9:14 UTC  (2+ messages)

[PATCH v4,0/3] Add mt8188 compatiable for DSI cmd packet control
 2023-09-12  9:00 UTC  (5+ messages)
` [PATCH v4,1/3] dt-bindings: display: mediatek: dsi: Add compatible for MediaTek MT8188
` [PATCH v4,2/3] drm/mediatek: dsi: Add dsi cmdq_ctl to send panel initial code
` [PATCH v4,3/3] drm/mediatek: Add mt8188 dsi compatible to mtk_dsi.c

[PATCH v6 00/18] Add DELETE_BUF ioctl
 2023-09-12  8:41 UTC  (6+ messages)
` [PATCH v6 14/18] media: verisilicon: vp9: Use destination buffer height to compute chroma offset

[PATCH net-next v8 0/6] introduce page_pool_alloc() related API
 2023-09-12  8:31 UTC  (2+ messages)
` [PATCH net-next v8 3/6] page_pool: remove PP_FLAG_PAGE_FRAG

[PATCH v5 0/3] introduce more MDP3 components in mt8195
 2023-09-12  8:19 UTC  (6+ messages)
` [PATCH v5 1/3] dt-binding: mediatek: correct MDP3 node with generic names
` [PATCH v5 2/3] dt-binding: mediatek: integrate MDP RDMA to one binding
` [PATCH v5 3/3] dt-binding: mediatek: add MediaTek mt8195 MDP3 components

[PATCH v2] drm/mediatek: dsi: Add mode_valid callback to DSI bridge
 2023-09-12  6:57 UTC  (2+ messages)

[PATCH v2] dt-bindings: arm64: dts: mediatek: add description for mt8365-evk board
 2023-09-12  6:52 UTC  (4+ messages)

[RFT PATCH 00/15] drm: non-drm-misc drivers call drm_atomic_helper_shutdown() at the right times
 2023-09-12  6:28 UTC  (5+ messages)
` [RFT PATCH 05/15] drm/mediatek: Call drm_atomic_helper_shutdown() at shutdown time

[PATCH v2,0/3] media: mediatek: vcodec: Add driver to support 10bit
 2023-09-12  1:32 UTC  (3+ messages)

[RESEND,v3 0/3] ASoC: mt8188-mt6359: add SOF support
 2023-09-11 23:57 UTC  (2+ messages)

[PATCH 2/4] dt-bindings: net: dsa: document internal MDIO bus
 2023-09-11 22:51 UTC  (11+ messages)

[PATCH v1] arm64: dts: mt7986: add overlay for SATA power socket on BPI-R3
 2023-09-11 21:06 UTC  (4+ messages)

[PATCH] power: supply: mt6370: Fix missing error code in mt6370_chg_toggle_cfo()
 2023-09-11 20:15 UTC  (2+ messages)

[RFC v1 0/3] add LVTS support for mt7988
 2023-09-11 18:33 UTC  (4+ messages)
` [RFC v1 1/3] dt-bindings: thermal: mediatek: add mt7988 compatible
` [RFC v1 2/3] thermal/drivers/mediatek/lvts_thermal: make coeff configurable
` [RFC v1 3/3] thermal/drivers/mediatek/lvts_thermal: add mt7988 support

[PATCH 00/11] add missing of_node_put
 2023-09-11 15:08 UTC  (2+ messages)
` (subset) "

[PATCH v11] drm: Add initial ci/ subdirectory
 2023-09-11 14:46 UTC  (15+ messages)

[PATCH 00/15] Support IGT in display driver
 2023-09-11 13:45 UTC  (7+ messages)
` [PATCH 01/15] soc: mediatek: Add register definitions for GCE
` [PATCH 13/15] drm/mediatek: Add missing plane settings when async update

[PATCH] pinctrl: mediatek: mt7981: add additional uart groups
 2023-09-11 13:44 UTC  (2+ messages)

[PATCH v3 0/9] drm: ci: fixes
 2023-09-11 12:38 UTC  (6+ messages)
` [PATCH v3 2/9] arm64: dts: qcom: apq8016-sbc: Add overlay for usb host mode
` [PATCH v3 6/9] arm64: defconfig: Enable DA9211 regulator

[PATCH v12 0/6] iommu/dma: s390 DMA API conversion and optimized IOTLB flushing
 2023-09-11 12:06 UTC  (3+ messages)
` [PATCH v12 5/6] iommu/dma: Allow a single FQ in addition to per-CPU FQs

[PATCH v5 1/2] dt-bindings: arm64: dts: mediatek: add mt8395-evk board
 2023-09-11 11:59 UTC  (4+ messages)
` [PATCH v5 2/2] arm64: dts: mediatek: add device-tree for Genio 1200 EVK board

[PATCH v6 1/2] dt-bindings: arm64: dts: mediatek: add mt8395-evk board
 2023-09-11 11:57 UTC  (2+ messages)
` [PATCH v6 2/2] arm64: dts: mediatek: add device-tree for Genio 1200 EVK board

[PATCH] arm64: defconfig: Enable DA9211 regulator
 2023-09-11 11:51 UTC  (2+ messages)

[RESEND PATCH v6 00/20] Add display driver for MT8188 VDOSYS1
 2023-09-11 11:28 UTC  (3+ messages)
` [RESEND PATCH v6 20/20] drm/mediatek: Set DPI input to 1T2P mode

[PATCH v3,0/3] Add mt8188 compatiable for DSI cmd packet control
 2023-09-11 11:14 UTC  (7+ messages)
` [PATCH v3,1/3] dt-bindings: display: mediatek: dsi: Add compatible for MediaTek MT8188
` [PATCH v3,2/3] drm/mediatek: dsi: Add dsi cmdq_ctl to send panel initial code
` [PATCH v3,3/3] drm/mediatek: Add mt8188 dsi compatible to mtk_dsi.c

[PATCH] arm64: dts: mediatek: mt8186: change CCI OPP scaling mapping
 2023-09-11 10:59 UTC  (3+ messages)

[PATCH AUTOSEL 6.1 18/22] drm/mediatek: dp: Change logging to dev for mtk_dp_aux_transfer()
 2023-09-11  9:53 UTC  (2+ messages)

[PATCH] dt-bindings: arm64: dts: mediatek: add description for mt8365-evk board
 2023-09-11  9:49 UTC  (9+ messages)

[PATCH net v2] net: ethernet: mtk_eth_soc: fix uninitialized variable
 2023-09-11  9:40 UTC  (2+ messages)

iommu/mediatek: Add SVP support for mt8188
 2023-09-11  9:22 UTC  (3+ messages)
` [PATCH 1/4] iommu/mediatek: Initialise the secure bank


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 read-only IMAP folder(s) and NNTP newsgroup(s).