public inbox for linux-mediatek@lists.infradead.org
 help / color / mirror / Atom feed
 messages from 2023-11-07 04:45:32 to 2023-11-09 16:39:17 UTC [more...]

[PATCH v15 13/56] media: mediatek: vcodec: Stop direct calls to queue num_buffers field
 2023-11-09 16:34 UTC  (17+ messages)
` [PATCH v15 14/56] media: sti: hva: Remove useless check
` [PATCH v15 15/56] media: visl: Use vb2_get_buffer() instead of directly access to buffers array
` [PATCH v15 16/56] media: atomisp: "
` [PATCH v15 17/56] media: atomisp: Stop direct calls to queue num_buffers field
` [PATCH v15 18/56] media: dvb-core: Use vb2_get_buffer() instead of directly access to buffers array
` [PATCH v15 19/56] media: dvb-core: Do not initialize twice queue num_buffer field
` [PATCH v15 20/56] media: dvb-frontends: rtl2832: Stop direct calls to queue num_buffers field
` [PATCH v15 21/56] media: pci: dt3155: Remove useless check
` [PATCH v15 22/56] media: pci: tw686x: Stop direct calls to queue num_buffers field
` [PATCH v15 23/56] media: pci: cx18: "
` [PATCH v15 24/56] media: pci: netup_unidvb: "
` [PATCH v15 25/56] media: pci: tw68: "
` [PATCH v15 26/56] media: i2c: video-i2c: "
` [PATCH v15 27/56] media: coda: "
` [PATCH v15 28/56] media: nxp: "
` [PATCH v15 29/56] media: verisilicon: "

[PATCH v15 00/56] Add DELETE_BUF ioctl
 2023-11-09 16:29 UTC  (13+ messages)
` [PATCH v15 01/56] media: videobuf2: Rename offset parameter
` [PATCH v15 02/56] media: videobuf2: Rework offset 'cookie' encoding pattern
` [PATCH v15 03/56] media: videobuf2: Stop spamming kernel log with all queue counter
` [PATCH v15 04/56] media: videobuf2: Use vb2_buffer instead of index
` [PATCH v15 05/56] media: videobuf2: Access vb2_queue bufs array through helper functions
` [PATCH v15 06/56] media: videobuf2: Remove duplicated index vs q->num_buffers check
` [PATCH v15 07/56] media: videobuf2: Add helper to get queue number of buffers
` [PATCH v15 08/56] media: videobuf2: Use vb2_get_num_buffers() helper
` [PATCH v15 09/56] media: amphion: Use vb2_get_buffer() instead of directly access to buffers array
` [PATCH v15 10/56] media: amphion: Stop direct calls to queue num_buffers field
` [PATCH v15 11/56] media: mediatek: jpeg: Use vb2_get_buffer() instead of directly access to buffers array
` [PATCH v15 12/56] media: mediatek: vdec: Remove useless loop

[RESEND 0/3] Migrate MT8188 VPPSYS 0/1 to mtk-mmsys driver
 2023-11-09 16:31 UTC  (9+ messages)
` [RESEND 1/3] soc: mediatek: mmsys: Add support for MT8188 VPPSYS
` [RESEND 2/3] dt-bindings: clock: mediatek: Remove compatible "
` [RESEND 3/3] dt-bindings: arm:mediatek: mmsys: Add VPPSYS compatible for MT8188

[PATCH 0/3] Migrate MT8188 VPPSYS 0/1 to mtk-mmsys driver
 2023-11-09 16:30 UTC  (10+ messages)
` [PATCH 1/3] soc: mediatek: mmsys: Add support for MT8188 VPPSYS
` [PATCH 2/3] dt-bindings: clock: mediatek: Remove compatible "
` [PATCH 3/3] dt-bindings: arm:mediatek: mmsys: Add VPPSYS compatible for MT8188

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

[RFC PATCH v2 0/7] of: Introduce hardware prober driver
 2023-11-09 15:13 UTC  (11+ messages)
` [RFC PATCH v2 1/7] of: base: Add of_device_is_fail
` [RFC PATCH v2 2/7] of: Introduce hardware prober driver
` [RFC PATCH v2 3/7] arm64: dts: mediatek: mt8173-elm-hana: Mark touchscreens and trackpads as fail
` [RFC PATCH v2 4/7] arm64: dts: mediatek: mt8173-elm-hana: Add G2touch G7500 touchscreen
` [RFC PATCH v2 5/7] of: hw_prober: Support Chromebook SKU ID based component selection
` [RFC PATCH v2 6/7] dt-bindings: arm: mediatek: Remove SKU specific compatibles for Google Krane
` [RFC PATCH v2 7/7] arm64: dts: mediatek: mt8183-kukui: Merge Krane device trees

[PATCH] clock: mediatek: mt8173: Handle unallocated infracfg clock data
 2023-11-09  9:05 UTC  (2+ messages)

[PATCH v14.1] media: videobuf2: Be more flexible on the number of queue stored buffers
 2023-11-09  6:05 UTC  (4+ messages)

[PATCH v2] ufs: core: fix racing issue between ufshcd_mcq_abort and ISR
 2023-11-09  2:40 UTC  (2+ messages)

[PATCH v3 0/1] ufs: core: Expand MCQ queue slot to DeviceQueueDepth + 1
 2023-11-09  2:35 UTC  (3+ messages)
` [PATCH v3 1/1] "

[next v2] wifi: mt76: mt7921: fix 6GHz disabled by the missing default CLC config
 2023-11-08 18:10 UTC  (3+ messages)
` [next,v2] "

[PATCH v2 1/2] arm64: Move Mediatek GIC quirk handling from irqchip to core
 2023-11-08 15:46 UTC  (8+ messages)

[PATCH v3 0/3] add es8326 dt-bindings, es8326 support and Enable dual amp for rt5682s
 2023-11-08 11:59 UTC  (5+ messages)
` [PATCH v3 1/3] ASoC: dt-bindings: mt8188-mt6359: add es8326 support
` [PATCH v3 2/3] ASoC: mediatek: "
` [PATCH v3 3/3] ASoC: mediatek: mt8188-mt6359: Enable dual amp for mt8188-rt5682s

[PATCH] arm64: dts: mediatek: mt8192: Add SVS node
 2023-11-08 10:28 UTC  (2+ messages)

[PATCH] arm64: dts: mediatek: mt8186: Add I2C arbiter clocks to i2c 1/2/5
 2023-11-08 10:25 UTC  (3+ messages)

[PATCH v2 0/3] add es8326 dt-bindings and es8326 support
 2023-11-08  9:50 UTC  (6+ messages)
` [PATCH v2 1/3] ASoC: dt-bindings: mt8188-mt6359: add "
` [PATCH v2 2/3] ASoC: mediatek: "
` [PATCH v2 3/3] ASoC: mediatek: mt8188-mt6359: Limit RT5682s to only supports dual channels

[PATCH v2 0/7] Enable HS-G5 support on SM8550
 2023-11-08  8:09 UTC  (8+ messages)
` [PATCH v2 1/7] scsi: ufs: host: Rename structure ufs_dev_params to ufs_host_params

[PATCH v2] drm/mediatek: Add spinlock for setting vblank event in atomic_begin
 2023-11-08  7:27 UTC  (2+ messages)

[RESEND PATCH v2 0/3] Fix use-after-free bug in mtk_jpeg_dec_device_run and fix schedule error in mtk_jpegdec_worker
 2023-11-08  2:56 UTC  (3+ messages)

test
 2023-11-07 22:57 UTC 

[PATCH 1/2] wifi: mac80211: Add utilities for converting op_class
 2023-11-07 21:48 UTC  (2+ messages)

[PATCH AUTOSEL 6.5 01/34] ASoC: mediatek: mt8188-mt6359: support dynamic pinctrl
 2023-11-07 15:47 UTC  (2+ messages)
` [PATCH AUTOSEL 6.5 17/34] gpiolib: of: Add quirk for mt2701-cs42448 ASoC sound

[PATCH AUTOSEL 6.6 01/36] ASoC: mediatek: mt8188-mt6359: support dynamic pinctrl
 2023-11-07 15:46 UTC  (2+ messages)
` [PATCH AUTOSEL 6.6 19/36] gpiolib: of: Add quirk for mt2701-cs42448 ASoC sound

[PATCH 0/3] ASoC: SOF: mediatek: remove unused variables
 2023-11-07 13:55 UTC  (7+ messages)
` [PATCH 1/3] ASoC: SOF: mediatek: mt8195: clean up unused code
` [PATCH 2/3] ASoC: SOF: mediatek: mt8186: "
` [PATCH 3/3] ASoC: SOF: mediatek: remove unused variables

[PATCH 1/3] arm64: Disable GiC priorities on Mediatek devices w/ firmware issues
 2023-11-07 13:10 UTC  (9+ messages)
` [PATCH 3/3] irqchip/gic-v3: Remove Mediatek pseudo-NMI firmware quirk handling

[PATCH AUTOSEL 6.5 13/30] wifi: mt76: mt7921e: Support MT7992 IP in Xiaomi Redmibook 15 Pro (2023)
 2023-11-07 12:08 UTC  (2+ messages)
` [PATCH AUTOSEL 6.5 14/30] wifi: mt76: get rid of false alamrs of tx emission issues

[PATCH AUTOSEL 6.6 13/31] wifi: mt76: mt7921e: Support MT7992 IP in Xiaomi Redmibook 15 Pro (2023)
 2023-11-07 12:06 UTC  (3+ messages)
` [PATCH AUTOSEL 6.6 14/31] wifi: mt76: fix clang-specific fortify warnings
` [PATCH AUTOSEL 6.6 15/31] wifi: mt76: get rid of false alamrs of tx emission issues

[v1 0/3] add es8326 dt-bindings and es8326 support
 2023-11-07  8:41 UTC  (13+ messages)
` [v1 1/3] ASoC: dt-bindings: mt8188-mt6359: add "
` [v1 2/3] ASoC: mediatek: "
` [v1 3/3] ASoC: mediatek: mt8188-mt6359: add two amps support

[PATCH 1/1] block: Check the queue limit before bio submitting
 2023-11-07  4:35 UTC  (12+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox