linux-mediatek.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-10-12 11:48:58 to 2023-10-16 14:27:57 UTC [more...]

[PATCH v2 03/13] PCI/ASPM: Disable ASPM when driver requests it
 2023-10-16 14:27 UTC  (3+ messages)

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

[PATCH v11 0/3] Add minimal MT8365 and MT8365-EVK support
 2023-10-16 13:49 UTC  (4+ messages)
` [PATCH v11 3/3] arm64: dts: mediatek: Initial mt8365-evk support

[PATCH v2 05/13] PCI/ASPM: Add pci_enable_link_state()
 2023-10-16 12:57 UTC  (4+ messages)

[PATCH v8 00/23] Add display driver for MT8188 VDOSYS1
 2023-10-16 10:40 UTC  (13+ messages)
` [PATCH v8 01/23] dt-bindings: display: mediatek: ethdr: Add compatible for MT8188
` [PATCH v8 02/23] dt-bindings: display: mediatek: mdp-rdma: "
` [PATCH v8 03/23] dt-bindings: display: mediatek: merge: "
` [PATCH v8 07/23] soc: mediatek: Support MT8188 VDOSYS1 in mtk-mmsys
` [PATCH v8 08/23] soc: mediatek: Support MT8188 VDOSYS1 Padding "
` [PATCH v8 09/23] soc: mediatek: Support reset bit mapping in mmsys driver
` [PATCH v8 12/23] drm/mediatek: Refine device table of OVL adaptor
` [PATCH v8 13/23] drm/mediatek: Sort OVL adaptor components
` [PATCH v8 15/23] drm/mediatek: Manage component's clock with function pointers
` [PATCH v8 18/23] drm/mediatek: Add Padding to OVL adaptor
` [PATCH v8 20/23] drm/mediatek: Remove the redundant driver data for DPI
` [PATCH v8 21/23] drm/mediatek: Fix underrun in VDO1 when switches off the layer

[PATCH v7 00/23] Add display driver for MT8188 VDOSYS1
 2023-10-16 10:47 UTC  (5+ messages)
` [PATCH v7 04/23] dt-bindings: display: mediatek: padding: Add MT8188

[PATCH] mtd: rawnand: Annotate struct mtk_nfc_nand_chip with __counted_by
 2023-10-16  9:29 UTC  (2+ messages)

[RESEND PATCH v4 0/4] Add basic node support for MediaTek MT8188 SoC
 2023-10-16  9:36 UTC  (3+ messages)
` [RESEND PATCH v4 4/4] arm64: dts: Add MediaTek MT8188 dts and evaluation board and Makefile

[PATCH 0/9] arm64: dts: mediatek: Add MT8186 Corsola Chromebooks
 2023-10-16  9:21 UTC  (21+ messages)
` [PATCH 1/9] dt-bindings: arm: mediatek: Sort entries by SoC then board compatibles
` [PATCH 2/9] dt-bindings: arm: mediatek: Add MT8186 Tentacruel / Tentacool Chromebooks
` [PATCH 3/9] dt-bindings: arm: mediatek: Add MT8186 Steelix Chromebook
` [PATCH 4/9] dt-bindings: arm: mediatek: Add MT8186 Rusty Chromebook
` [PATCH 5/9] dt-bindings: arm: mediatek: Add MT8186 Magneton Chromebooks
` [PATCH 6/9] arm64: dts: mediatek: Add MT8186 Krabby platform based Tentacruel / Tentacool
` [PATCH 7/9] arm64: dts: mediatek: Introduce MT8186 Steelix
` [PATCH 8/9] arm64: dts: mediatek: Add MT8186 Steelix platform based Rusty
` [PATCH 9/9] arm64: dts: mediatek: Add MT8186 Magneton Chromebooks

[PATCH v2 00/12] wifi: mt7996: add wed support
 2023-10-16  9:03 UTC  (13+ messages)
` [PATCH v2 01/12] wifi: mt76: mmio: move mt76_mmio_wed_{init,release}_rx_buf in common code
` [PATCH v2 02/12] wifi: mt76: move mt76_mmio_wed_offload_{enable,disable} "
` [PATCH v2 03/12] wifi: mt76: move mt76_net_setup_tc "
` [PATCH v2 04/12] wifi: mt76: introduce mt76_queue_is_wed_tx_free utility routine
` [PATCH v2 05/12] wifi: mt76: introduce wed pointer in mt76_queue
` [PATCH v2 06/12] wifi: mt76: increase MT_QFLAG_WED_TYPE size
` [PATCH v2 07/12] wifi: mt76: mt7996: add wed tx support
` [PATCH v2 08/12] wifi: mt76: dma: introduce __mt76_dma_queue_reset utility routine
` [PATCH v2 09/12] wifi: mt76: mt7996: use u16 for val field in mt7996_mcu_set_rro signature
` [PATCH v2 10/12] wifi: mt76: mt7996: add wed rx support
` [PATCH v2 11/12] mt76: move wed reset common code in mt76 module
` [PATCH v2 12/12] mt76: mt7996: add wed reset support

[GIT PULL] arm64: dts: mediatek: Updates for v6.7
 2023-10-16  8:02 UTC  (4+ messages)

[PATCH v7 00/16] introduce more MDP3 components in MT8195
 2023-10-16  8:01 UTC  (33+ messages)
` [PATCH v7 02/16] dt-bindings: media: mediatek: mdp3: merge the indentical RDMA under display
` [PATCH v7 03/16] dt-bindings: media: mediatek: mdp3: add config for MT8195 RDMA
` [PATCH v7 04/16] dt-bindings: media: mediatek: mdp3: add compatible for MT8195 RSZ
` [PATCH v7 05/16] dt-bindings: media: mediatek: mdp3: add compatible for MT8195 WROT
` [PATCH v7 06/16] dt-bindings: media: mediatek: mdp3: add component FG for MT8195
` [PATCH v7 07/16] dt-bindings: media: mediatek: mdp3: add component HDR "
` [PATCH v7 08/16] dt-bindings: media: mediatek: mdp3: add component STITCH "
` [PATCH v7 09/16] dt-bindings: media: mediatek: mdp3: add component TCC "
` [PATCH v7 10/16] dt-bindings: media: mediatek: mdp3: add component TDSHP "
` [PATCH v7 12/16] dt-bindings: display: mediatek: color: add compatible "
` [PATCH v7 13/16] dt-bindings: display: mediatek: merge: "
` [PATCH v7 14/16] dt-bindings: display: mediatek: ovl: "
` [PATCH v7 15/16] dt-bindings: display: mediatek: split: "
` [PATCH v7 16/16] dt-bindings: display: mediatek: padding: "

[PATCH v11 00/16] MediaTek DDP GAMMA - 12-bit LUT support
 2023-10-16  7:55 UTC  (11+ messages)
` [PATCH v11 06/16] drm/mediatek: gamma: Use bitfield macros
` [PATCH v11 08/16] drm/mediatek: De-commonize disp_aal/disp_gamma gamma_set functions
` [PATCH v11 10/16] drm/mediatek: gamma: Add support for 12-bit LUT
` [PATCH v11 11/16] drm/mediatek: gamma: Add support for MT8195

[PATCH 1/7] media: mediatek: vcodec: Getting the chip name of each platform
 2023-10-16  6:43 UTC  (7+ messages)
` [PATCH 2/7] media: mediatek: vcodec: Setting the supported h264 level for "
` [PATCH 3/7] media: mediatek: vcodec: Setting the supported h265 "
` [PATCH 4/7] media: mediatek: vcodec: Setting the supported h264 profile "
` [PATCH 5/7] media: mediatek: vcodec: Setting the supported h265 "
` [PATCH 6/7] media: mediatek: vcodec: Setting the supported vp9 level "
` [PATCH 7/7] media: mediatek: vcodec: Setting the supported vp9 profile "

[PATCH v3 0/3] media: i2c: Add driver for THine THP7312 ISP
 2023-10-16  5:06 UTC  (7+ messages)
` [PATCH v3 1/3] dt-bindings: media: Add bindings "
` [PATCH v3 2/3] media: uapi: Add controls for the "
` [PATCH v3 3/3] media: i2c: Add driver for THine THP7312

[RESEND PATCH] wifi: mt76: mt7996: fix uninitialized variable in parsing txfree
 2023-10-15  9:02 UTC  (3+ messages)
` [PATCH] "

[PATCH 00/40] soc: Convert to platform remove callback returning void
 2023-10-14 21:59 UTC  (6+ messages)
        ` [GIT PULL] Convert drivers/soc to struct platform_driver::remove_new()

[SÜRGŐS]: Azonnali intézkedésre van szükség a függőben lévő szállítási utasításokhoz
 2023-10-14  3:18 UTC 

[PATCH] dt-bindings: Drop kernel copy of common reserved-memory bindings
 2023-10-13 21:11 UTC  (2+ messages)

[kernel PATCH v3] Bluetooth: btmtksdio: enable bluetooth wakeup in system suspend
 2023-10-13 19:47 UTC 

[PATCH 0/9] dma-buf: heaps: Add MediaTek secure heap
 2023-10-13 19:10 UTC  (13+ messages)
` [PATCH 5/9] dma-buf: heaps: mtk_sec_heap: Initialise tee session

[PATCH v2 0/3] Fix abnormal clock scaling behaviors
 2023-10-13 17:59 UTC  (6+ messages)
` [PATCH v2 2/3] ufs: core: fix abnormal scale up after last cmd finish

[PATCH] arm64: dts: mediatek: mt8192-asurada: Remove CrosEC base detection node
 2023-10-13 15:06 UTC 

[PATCH v5] dt-bindings: arm: mediatek: convert audsys and mt2701-afe-pcm to yaml
 2023-10-13 14:05 UTC 

[PATCH v4] dt-bindings: arm: mediatek: convert audsys and mt2701-afe-pcm to yaml
 2023-10-13 11:54 UTC  (2+ messages)

[kernel PATCH v2] Bluetooth: btmtksdio: enable bluetooth wakeup in system suspend
 2023-10-13 10:23 UTC  (2+ messages)

[PATCH] PCI: mediatek-gen3: Fix translation window
 2023-10-13  9:52 UTC  (9+ messages)

[PATCH v3 0/2] PCI: mediatek-gen3: Support controlling power supplies
 2023-10-13  9:43 UTC  (7+ 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 0/3] Fix abnormal clock scaling behaviors
 2023-10-13  9:41 UTC  (5+ messages)
` [PATCH v1 2/3] ufs: core: fix abnormal scale up after last cmd finish

[PATCH 01/10] drm/mediatek: Add interface to allocate MediaTek GEM buffer
 2023-10-03 18:09 UTC 

[PATCH] PCI: mediatek-gen3: fix PCIe #PERST being de-asserted too early
 2023-10-13  8:31 UTC  (2+ messages)

[PATCH net-next v11 0/6] introduce page_pool_alloc() related API
 2023-10-13  6:48 UTC  (2+ messages)
` [PATCH net-next v11 3/6] page_pool: remove PP_FLAG_PAGE_FRAG

[PATCH v7 00/12] add support MDP3 on MT8195 platform
 2023-10-13  3:33 UTC  (3+ messages)

[PATCH v2 0/4] MT8195 Acer Tomato - devicetrees Part 3
 2023-10-12 21:33 UTC  (4+ messages)
` [PATCH v2 1/4] arm64: dts: mediatek: cherry: Add platform thermal configuration

[PATCH] Subject: thermal: Fix potential race condition in suspend/resume
 2023-10-12 17:03 UTC  (3+ messages)

[PATCH] drm/panel: Move AUX B116XW03 out of panel-edp back to panel-simple
 2023-10-12 16:45 UTC  (6+ messages)

[PATCH v3] dt-bindings: arm: mediatek: convert audsys and mt2701-afe-pcm to yaml
 2023-10-12 15:15 UTC 

[PATCH v2 0/3] media: i2c: Add driver for THine THP7312 ISP
 2023-10-12 13:17 UTC  (7+ messages)
` [PATCH v2 1/3] dt-bindings: media: Add bindings "


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