Linux-mediatek Archive mirror
 help / color / mirror / Atom feed
 messages from 2023-09-28 08:57:32 to 2023-10-03 08:08:34 UTC [more...]

[PATCH v10 00/54] Add DELETE_BUF ioctl
 2023-10-03  8:06 UTC  (16+ messages)
` [PATCH v10 02/54] media: videobuf2: Stop spamming kernel log with all queue counter
` [PATCH v10 04/54] media: amphion: Use vb2_get_buffer() instead of directly access to buffers array
` [PATCH v10 05/54] media: mediatek: jpeg: "
` [PATCH v10 06/54] media: mediatek: vdec: Remove useless loop
` [PATCH v10 08/54] media: visl: Use vb2_get_buffer() instead of directly access to buffers array
` [PATCH v10 09/54] media: atomisp: "
` [PATCH v10 10/54] media: dvb-core: "
` [PATCH v10 11/54] media: videobuf2: Access vb2_queue bufs array through helper functions
` [PATCH v10 12/54] media: videobuf2: Be more flexible on the number of queue stored buffers
` [PATCH v10 13/54] media: Report the maximum possible number of buffers for the queue
` [PATCH v10 14/54] media: test-drivers: vivid: Increase max supported buffers for capture queues
` [PATCH v10 15/54] media: test-drivers: vicodec: Increase max supported capture queue buffers
` [PATCH v10 17/54] media: verisilicon: Store chroma and motion vectors offset
` [PATCH v10 19/54] media: verisilicon: vp9: Allow to change resolution while streaming
` [PATCH v10 22/54] media: dvb-core: Do not initialize twice queue num_buffer field

[PATCH V2] dt-bindings: nvmem: move deprecated cells binding to its own file
 2023-10-03  7:40 UTC  (2+ messages)

[PATCH] dt-bindings: nvmem: move deprecated cells binding to its own file
 2023-10-03  6:34 UTC  (2+ messages)

[PATCH v10 0/9] Add connector dynamic selection capability
 2023-10-03  3:34 UTC  (18+ messages)
` [PATCH v10 2/9] drm/mediatek: Add crtc path enum for all_drm_priv array
` [PATCH v10 4/9] drm/mediatek: Add encoder_index interface for mtk_ddp_comp_funcs
` [PATCH v10 5/9] drm/mediatek: Add connector dynamic selection capability
` [PATCH v10 6/9] drm/mediatek: dpi: Support dynamic connector selection
` [PATCH v10 7/9] drm/mediatek: Support dynamic selection of DP_INTF0 on MT8188 VDOSYS0
` [PATCH v10 8/9] drm/mediatek: dsi: Support dynamic connector selection
` [PATCH v10 9/9] drm/mediatek: Support dynamic selection of DSI0 on MT8188 VDOSYS0

[PATCH v6 00/16] introduce more MDP3 components in MT8195
 2023-10-03  3:32 UTC  (16+ messages)
` [PATCH v6 02/16] dt-bindings: media: mediatek: mdp3: split out general properties
` [PATCH v6 05/16] dt-bindings: media: mediatek: mdp3: add support MT8195 RDMA
` [PATCH v6 12/16] dt-bindings: display: mediatek: color: add compatible for MT8195

[PATCH v6 00/13] add support MDP3 on MT8195 platform
 2023-10-03  2:14 UTC  (4+ messages)
` [PATCH v6 13/13] media: platform: mtk-mdp3: fix uninitialized variable in mdp_path_config()

[PATCH v2] ufs: core: correct clear tm error log
 2023-10-03  2:20 UTC 

[PATCH v1] ufs: core: correct clear tm error log
 2023-10-03  2:18 UTC  (4+ messages)

[RESEND PATCH v6 00/20] Add display driver for MT8188 VDOSYS1
 2023-10-03  1:29 UTC  (6+ messages)
` [RESEND PATCH v6 17/20] drm/mediatek: Support MT8188 Padding in display driver

[PATCH 00/40] soc: Convert to platform remove callback returning void
 2023-10-03  1:10 UTC  (3+ messages)
` (subset) "

bluetooth issues since kernel 6.4 - not discovering other bt devices - /linux/drivers/bluetooth/btusb.c
 2023-10-02 23:46 UTC 

[PATCH net-next] net: dsa: mt753x: remove mt753x_phylink_pcs_link_up()
 2023-10-02 23:24 UTC  (3+ messages)

[PATCH v8 00/24] iommu: Make default_domain's mandatory
 2023-10-02 23:00 UTC  (4+ messages)
` [PATCH v8 20/24] iommu: Require a default_domain for all iommu drivers

[PATCH v2] usb: mtu3: Convert to platform remove callback returning void
 2023-10-02 21:41 UTC  (5+ messages)

[PATCH 1/2] arm64: smp: Fix pseudo NMI issues w/ broken Mediatek FW
 2023-10-02 19:16 UTC  (3+ messages)

[PATCH v4 00/12] regulator: mt6366: Split out of MT6358 and cleanup
 2023-10-02 16:18 UTC  (14+ messages)
` [PATCH v4 01/12] dt-bindings: mfd: mt6397: Split out compatible for MediaTek MT6366 PMIC
` [PATCH v4 02/12] regulator: dt-bindings: mt6358: Convert to DT schema
` [PATCH v4 03/12] regulator: dt-bindings: mt6358: Add regulator-allowed-modes property
` [PATCH v4 04/12] regulator: dt-bindings: mt6358: Add regulator supplies
` [PATCH v4 05/12] regulator: dt-bindings: mt6358: Add MT6366 PMIC
` [PATCH v4 12/12] arm64: dts: mediatek: mt8183-kukui: Add PMIC regulator supplies

[PATCH v9 00/53] Add DELETE_BUF ioctl
 2023-10-02 14:46 UTC  (57+ messages)
` [PATCH v9 01/53] media: videobuf2: Rework offset 'cookie' encoding pattern
` [PATCH v9 02/53] media: videobuf2: Stop spamming kernel log with all queue counter
` [PATCH v9 03/53] media: videobuf2: Use vb2_buffer instead of index
` [PATCH v9 04/53] media: amphion: Use vb2_get_buffer() instead of directly access to buffers array
` [PATCH v9 05/53] media: mediatek: jpeg: "
` [PATCH v9 06/53] media: mediatek: vdec: Remove useless loop
` [PATCH v9 07/53] media: sti: hva: Use vb2_get_buffer() instead of directly access to buffers array
` [PATCH v9 08/53] media: visl: "
` [PATCH v9 09/53] media: atomisp: "
` [PATCH v9 10/53] media: dvb-core: "
` [PATCH v9 11/53] media: videobuf2: Access vb2_queue bufs array through helper functions
` [PATCH v9 12/53] media: videobuf2: Be more flexible on the number of queue stored buffers
` [PATCH v9 13/53] media: Report the maximum possible number of buffers for the queue
` [PATCH v9 14/53] media: test-drivers: vivid: Increase max supported buffers for capture queues
` [PATCH v9 15/53] media: test-drivers: vicodec: Increase max supported capture queue buffers
` [PATCH v9 16/53] media: verisilicon: Refactor postprocessor to store more buffers
` [PATCH v9 17/53] media: verisilicon: Store chroma and motion vectors offset
` [PATCH v9 18/53] media: verisilicon: g2: Use common helpers to compute chroma and mv offsets
` [PATCH v9 19/53] media: verisilicon: vp9: Allow to change resolution while streaming
` [PATCH v9 20/53] media: Remove duplicated index vs q->num_buffers check
` [PATCH v9 21/53] media: core: Add helper to get queue number of buffers
` [PATCH v9 22/53] media: dvb-core: Do not initialize twice queue num_buffer field
` [PATCH v9 23/53] media: dvb-frontends: rtl2832_srd: Use queue min_buffers_needed field
` [PATCH v9 24/53] media: video-i2c: Set min_buffers_needed to 2
` [PATCH v9 25/53] media: pci: cx18: Set correct value to min_buffers_needed field
` [PATCH v9 26/53] media: pci: dt3155: Remove useless check
` [PATCH v9 27/53] media: pci: netup_unidvb: Remove useless number of buffers check
` [PATCH v9 28/53] media: pci: tw68: Stop direct calls to queue num_buffers field
` [PATCH v9 29/53] media: pci: tw686x: Set min_buffers_needed to 3
` [PATCH v9 30/53] media: amphion: Stop direct calls to queue num_buffers field
` [PATCH v9 31/53] media: coda: "
` [PATCH v9 32/53] media: mediatek: vcodec: "
` [PATCH v9 33/53] media: nxp: "
` [PATCH v9 34/53] media: renesas: Set min_buffers_needed to 16
` [PATCH v9 35/53] media: ti: Use queue min_buffers_needed field to set the min number of buffers
` [PATCH v9 36/53] media: verisilicon: Stop direct calls to queue num_buffers field
` [PATCH v9 37/53] media: test-drivers: "
` [PATCH v9 38/53] media: usb: airspy: Set min_buffers_needed to 8
` [PATCH v9 39/53] media: usb: cx231xx: Set min_buffers_needed to CX231XX_MIN_BUF
` [PATCH v9 40/53] media: usb: hackrf: Set min_buffers_needed to 8
` [PATCH v9 41/53] media: usb: usbtv: Set min_buffers_needed to 2
` [PATCH v9 42/53] media: atomisp: Stop direct calls to queue num_buffers field
` [PATCH v9 43/53] media: imx: "
` [PATCH v9 44/53] media: meson: vdec: "
` [PATCH v9 45/53] touchscreen: sur40: "
` [PATCH v9 46/53] sample: v4l: "
` [PATCH v9 47/53] media: cedrus: "
` [PATCH v9 48/53] media: core: Rework how create_buf index returned value is computed
` [PATCH v9 49/53] media: core: Add bitmap manage bufs array entries
` [PATCH v9 50/53] media: core: Free range of buffers
` [PATCH v9 51/53] media: v4l2: Add DELETE_BUFS ioctl
` [PATCH v9 52/53] media: v4l2: Add mem2mem helpers for "
` [PATCH v9 53/53] media: test-drivers: Use helper "

[net PATCH] net: ethernet: mediatek: disable irq before schedule napi
 2023-10-02 14:08 UTC 

[PATCH v8 00/53] Add DELETE_BUF ioctl
 2023-10-02 13:49 UTC  (11+ messages)
` [PATCH v8 01/53] media: videobuf2: Rework offset 'cookie' encoding pattern
` [PATCH v8 13/53] media: Report the maximum possible number of buffers for the queue

[PATCH 1/2] media: mediatek: vcodec: Fix encoder access NULL pointer
 2023-10-02 11:34 UTC  (7+ messages)
` [PATCH 2/2] media: mediatek: vcodec: Handle encoder vsi NULL pointer case

[PATCH 0/2] MediaTek MDP3: use devicetree to retrieve SCP
 2023-10-02 11:17 UTC  (5+ messages)
` [PATCH 1/2] media: dt-bindings: mediatek: Add phandle to mediatek,scp on MDP3 RDMA

[PATCH 00/11] pwm: Some random cleanups
 2023-10-02 10:44 UTC  (3+ messages)
` [PATCH 05/11] pwm: mtk-disp: Simplify using devm_pwmchip_add()

[PATCH] drm/mediatek: Correctly free sg_table in gem prime vmap
 2023-10-02 10:40 UTC  (2+ messages)

[PATCH] MAINTAINERS: Add Angelo as MediaTek SoC co-maintainer
 2023-10-02 10:23 UTC  (10+ messages)

[PATCH] MAINTAINERS: drm/ci: add entries for xfail files
 2023-10-02  7:00 UTC  (2+ messages)

[PATCH v13 0/6] iommu/dma: s390 DMA API conversion and optimized IOTLB flushing
 2023-10-02  6:59 UTC  (9+ messages)
` [PATCH v13 1/6] iommu: Allow .iotlb_sync_map to fail and handle s390's -ENOMEM return
` [PATCH v13 2/6] s390/pci: prepare is_passed_through() for dma-iommu
` [PATCH v13 3/6] s390/pci: Use dma-iommu layer
` [PATCH v13 4/6] iommu/s390: Disable deferred flush for ISM devices
` [PATCH v13 5/6] iommu/dma: Allow a single FQ in addition to per-CPU FQs
` [PATCH v13 6/6] iommu/dma: Use a large flush queue and timeout for shadow_on_flush

[PATCH v2 0/6] wifi: mt76: mt7921: support per-device regulatory settings
 2023-10-02  5:56 UTC  (9+ messages)
` [PATCH v2 1/6] wifi: mt76: mt7921: move connac nic capability handling to mt7921
` [PATCH v2 2/6] wifi: mt76: mt7921: enable set txpower for UNII-4
` [PATCH v2 3/6] wifi: mt76: mt7921: add 6GHz power type support for clc
` [PATCH v2 4/6] wifi: mt76: mt7921: get regulatory information from the clc event
` [PATCH v2 5/6] wifi: mt76: mt7921: update the channel usage when the regd domain changed
` [PATCH v2 6/6] wifi: mt76: mt7921: support 5.9/6GHz channel config in acpi

[PATCH 1/1] sched/core: Fix stuck on completion for affine_move_task() when stopper disable
 2023-10-01 15:15 UTC  (7+ messages)

[PATCH v3] wifi: mt76: mt7921: support 5.9/6GHz channel config in acpi
 2023-10-01 15:02 UTC 

[RFC v1] arm64: dts: mediatek: add dtbs with applied overlays for bpi-r3
 2023-09-30 12:57 UTC  (2+ messages)
` Aw: "

[PATCH v8 50/53] media: core: Free range of buffers
 2023-09-30  5:09 UTC  (2+ messages)

[PATCH v2] wifi: mt76: mt7921e: Support MT7992 IP in Xiaomi Redmibook 15 Pro (2023)
 2023-09-29 22:57 UTC  (2+ messages)

[PATCH 5.10] drm/mediatek: Fix backport issue in mtk_drm_gem_prime_vmap()
 2023-09-29 16:11 UTC  (2+ messages)

[PATCH v5] ufs: core: wlun send SSU timeout recovery
 2023-09-29 14:14 UTC  (3+ messages)

[PATCH V5] nvmem: add explicit config option to read old syntax fixed OF cells
 2023-09-29  8:57 UTC  (3+ messages)

[PATCH 0/9] dma-buf: heaps: Add MediaTek secure heap
 2023-09-29  6:54 UTC  (12+ messages)
` [PATCH 5/9] dma-buf: heaps: mtk_sec_heap: Initialise tee session

[PATCH] dt-bindings: remoteproc: mtk,scp: Add missing additionalProperties on child node schemas
 2023-09-28 20:51 UTC  (3+ messages)

[PATCH v3 0/2] PCI: mediatek-gen3: Support controlling power supplies
 2023-09-28 15:12 UTC  (5+ messages)
` [PATCH v3 1/2] dt-bindings: PCI: mediatek-gen3: Add support for controlling power and reset
` [PATCH v3 2/2] PCI: mediatek-gen3: Add power and reset control feature for downstream component

[PATCH v1] thermal/drivers/mediatek/lvts_thermal: fix error check in lvts_debugfs_init()
 2023-09-28 13:59 UTC  (2+ messages)

[PATCH] dt-bindings: mfd: Add missing unevaluatedProperties on child node schemas
 2023-09-28 13:53 UTC  (2+ messages)
` (subset) "

[PATCH 00/31] thermal: Convert to platform remove callback returning void
 2023-09-28 11:13 UTC  (3+ messages)
` [PATCH 18/31] thermal: lvts: "

[PATCH] arm64: dts: mt6358: Drop bogus "regulator-fixed" compatible properties
 2023-09-28 10:27 UTC  (2+ messages)

[PATCH 00/10] Add mediate-drm secure flow for SVP
 2023-09-28  9:12 UTC  (7+ 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 read-only IMAP folder(s) and NNTP newsgroup(s).