linux-media.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-09-23 08:21:22 to 2020-09-25 21:43:36 UTC [more...]

[PATCH v3 00/12] media: staging: rkisp1: various bug fixes
 2020-09-25 20:53 UTC  (13+ messages)
` [PATCH v3 01/12] media: staging: rkisp1: params: upon stream stop, iterate a local list to return the buffers
` [PATCH v3 04/12] media: staging: rkisp1: params: avoid using buffer if params is not streaming
` [PATCH v3 06/12] media: staging: rkisp1: remove atomic operations for frame sequence
` [PATCH v3 09/12] media: staging: rkisp1: stats: protect write to 'is_streaming' in start_streaming cb
` [PATCH v3 11/12] media: staging: rkisp1: use the right variants of spin_lock
` [PATCH v3 12/12] media: staging: rkisp1: cap: protect access to buf with the spin lock

[PATCH 0/2] Venus: fix handling of crop and s_fmt
 2020-09-25 20:55 UTC  (5+ messages)
` [PATCH 1/2] venus: venc: update output format based on capture format
` [PATCH 2/2] venus: venc: fix handlig of S_SELECTION and G_SELECTION

[PATCH 1/5] media: mt9p031: Add support for 8 bit and 10 bit formats
 2020-09-25 20:07 UTC  (7+ messages)
` [PATCH 2/5] media: mt9p031: Read back the real clock rate
` [PATCH 3/5] media: mt9p031: Implement [gs]_register debug calls
` [PATCH 4/5] media: mt9p031: Make pixel clock polarity configurable by DT
` [PATCH 5/5] media: mt9p031: Fix corrupted frame after restarting stream

[PATCH v3 0/4] dma-buf: Flag vmap'ed memory as system or I/O memory
 2020-09-25 18:57 UTC  (6+ messages)
` [PATCH v3 1/4] dma-buf: Add struct dma-buf-map for storing struct dma_buf.vaddr_ptr
` [PATCH v3 2/4] dma-buf: Use struct dma_buf_map in dma_buf_vmap() interfaces
` [PATCH v3 3/4] dma-buf: Use struct dma_buf_map in dma_buf_vunmap() interfaces
` [PATCH v3 4/4] dma-buf: Document struct dma_buf_map

a saner API for allocating DMA addressable pages v3
 2020-09-25 18:47 UTC  (9+ messages)
` [PATCH 01/18] media/v4l2: remove V4L2-FLAG-MEMORY-NON-CONSISTENT flag
` [PATCH 08/18] dma-mapping: add a new dma_alloc_noncoherent API
` [PATCH 17/18] dma-iommu: implement ->alloc_noncoherent

[PATCH RFT/RFC v2 00/47] staging: media: bring back zoran driver
 2020-09-25 18:36 UTC  (48+ messages)
` [PATCH RFT/RFC v2 02/47] MAINTAINERS: change maintainer of the "
` [PATCH RFT/RFC v2 03/47] staging: media: zoran: datasheet is no longer available from zoran.com
` [PATCH RFT/RFC v2 04/47] staging: media: zoran: Documentation: fix typo
` [PATCH RFT/RFC v2 05/47] staging: media: zoran: fix checkpatch issue
` [PATCH RFT/RFC v2 06/47] staging: media: zoran: do not forward declare zr36057_init_vfe
` [PATCH RFT/RFC v2 07/47] staging: media: zoran: convert all error dprintk to pci_err/pr_err
` [PATCH RFT/RFC v2 08/47] staging: media: zoran: convert dprintk warn
` [PATCH RFT/RFC v2 09/47] staging: media: zoran: convert dprintk info to pci_info
` [PATCH RFT/RFC v2 10/47] staging: media: zoran: convert dprintk debug
` [PATCH RFT/RFC v2 11/47] staging: media: zoran: zoran_device.c: convert pr_x to pci_x
` [PATCH RFT/RFC v2 12/47] staging: media: zoran: remove proc_fs
` [PATCH RFT/RFC v2 13/47] staging: media: zoran: use VFL_TYPE_VIDEO
` [PATCH RFT/RFC v2 14/47] staging: media: zoran: use v4l2_buffer_set_timestamp
` [PATCH RFT/RFC v2 15/47] staging: media: zoran: do not print random guest 0
` [PATCH RFT/RFC v2 16/47] staging: media: zoran: move buffer_size out of zoran_fh
` [PATCH RFT/RFC v2 17/47] staging: media: zoran: move v4l_settings "
` [PATCH RFT/RFC v2 18/47] staging: media: zoran: move jpg_settings "
` [PATCH RFT/RFC v2 19/47] staging: media: zoran: move overlay_settings "
` [PATCH RFT/RFC v2 20/47] staging: media: zoran: Use video_drvdata to get struct zoran
` [PATCH RFT/RFC v2 21/47] staging: media: zoran: Change zoran_v4l_set_format parameter from zoran_fh to zoran
` [PATCH RFT/RFC v2 22/47] staging: media: zoran: remove overlay
` [PATCH RFT/RFC v2 23/47] staging: media: zoran: Use DMA coherent for stat_com
` [PATCH RFT/RFC v2 24/47] staging: media: zoran: use ZR_NORM
` [PATCH RFT/RFC v2 25/47] staging: media: zoran: zoran does not support STD_ALL
` [PATCH RFT/RFC v2 26/47] staging: media: zoran: convert irq to pci irq
` [PATCH RFT/RFC v2 27/47] staging: media: zoran: convert zoran alloc to devm
` [PATCH RFT/RFC v2 28/47] staging: media: zoran: convert mdelay to udelay
` [PATCH RFT/RFC v2 29/47] staging: media: zoran: use devm for videocodec_master alloc
` [PATCH RFT/RFC v2 30/47] staging: media: zoran: use pci_request_regions
` [PATCH RFT/RFC v2 31/47] staging: media: zoran: use devm_ioremap
` [PATCH RFT/RFC v2 32/47] staging: media: zoran: add stat_com buffer
` [PATCH RFT/RFC v2 33/47] staging: media: zoran: constify struct tvnorm
` [PATCH RFT/RFC v2 34/47] staging: media: zoran: constify codec_name
` [PATCH RFT/RFC v2 35/47] staging: media: zoran: Add more check for compliance
` [PATCH RFT/RFC v2 36/47] staging: media: zoran: Add vb_queue
` [PATCH RFT/RFC v2 37/47] staging: media: zoran: disable output
` [PATCH RFT/RFC v2 38/47] staging: media: zoran: device support only 32bit DMA address
` [PATCH RFT/RFC v2 39/47] staging: media: zoran: enable makefile
` [PATCH RFT/RFC v2 40/47] staging: media: zoran: remove framebuffer support
` [PATCH RFT/RFC v2 41/47] staging: media: zoran: add vidioc_g_parm
` [PATCH RFT/RFC v2 42/47] staging: media: zoran: remove test_interrupts
` [PATCH RFT/RFC v2 43/47] staging: media: zoran: fix use of buffer_size and sizeimage
` [PATCH RFT/RFC v2 44/47] staging: media: zoran: fix some compliance test
` [PATCH RFT/RFC v2 45/47] staging: media: zoran: remove deprecated .vidioc_g_jpegcomp
` [PATCH RFT/RFC v2 46/47] staging: media: zoran: convert to vb2
` [PATCH RFT/RFC v2 47/47] staging: media: zoran: update TODO

[PATCH v12 00/29] Add support for mt2701 JPEG ENC support
 2020-09-25 17:57 UTC  (4+ messages)
` [PATCH v12 07/29] media: v4l2-mem2mem: add v4l2_m2m_suspend, v4l2_m2m_resume

[PATCH 0/8] IOMMU-DMA - support old allocation algorithm used on ARM
 2020-09-25 16:20 UTC  (10+ messages)
    ` [PATCH 1/8] dma-mapping: add DMA_ATTR_LOW_ADDRESS attribute
    ` [PATCH 2/8] iommu: iova: properly handle 0 as a valid IOVA address
    ` [PATCH 3/8] iommu: iova: add support for 'first-fit' algorithm
    ` [PATCH 4/8] iommu: dma-iommu: refactor iommu_dma_alloc_iova()
    ` [PATCH 5/8] iommu: dma-iommu: add support for DMA_ATTR_LOW_ADDRESS
    ` [PATCH 6/8] media: platform: exynos4-is: remove all references to physicall addresses
    ` [PATCH 7/8] media: platform: exynos4-is: use DMA_ATTR_LOW_ADDRESS
    ` [PATCH 8/8] media: platform: s5p-mfc: "

Co-Operation Required
 2020-09-25  3:13 UTC 

[GIT PULL FOR v5.10] Various small fixes
 2020-09-25 15:27 UTC  (2+ messages)
` [GIT PULL FOR v5.10] Various small fixes (#67358)

[PATCH -next] media: venus: simplify the return expression of session_process_buf()
 2020-09-25 15:13 UTC  (2+ messages)

[PATCH -next] media: venus: simplify the return expression of venus_sys_set_* function
 2020-09-25 15:06 UTC  (2+ messages)

[PATCH 0/3] media: Add support for the Techwell TW9900 video decoder
 2020-09-25 12:52 UTC  (5+ messages)
` [PATCH 1/3] dt-bindings: vendor-prefixes: Add techwell vendor prefix
` [PATCH 3/3] media: i2c: Introduce a driver for the Techwell TW9900 decoder

[PATCH v2 0/3] dma-buf: Flag vmap'ed memory as system or I/O memory
 2020-09-25 11:32 UTC  (11+ messages)
` [PATCH v2 1/3] dma-buf: Add struct dma-buf-map for storing struct dma_buf.vaddr_ptr
` [PATCH v2 2/3] dma-buf: Use struct dma_buf_map in dma_buf_vmap() interfaces
` [PATCH v2 3/3] dma-buf: Use struct dma_buf_map in dma_buf_vunmap() interfaces

[linux-next:master 5026/10763] drivers/staging/media/atomisp/pci/sh_css.c:1384:6: error: 'stream' undeclared; did you mean
 2020-09-25 11:13 UTC 

[PATCH] drm/vc4: Deleted the drm_device declaration
 2020-09-25  9:16 UTC  (3+ messages)

[PATCH v3 0/8] Improve support for building docs with Sphinx 3.1+
 2020-09-25  7:31 UTC  (7+ messages)
` [PATCH v3 4/8] media: docs: make CEC documents compatible "
` [PATCH v3 5/8] media: docs: make V4L documents more "
` [PATCH v3 6/8] media: docs: make DVB "
` [PATCH v3 7/8] media: docs: make MC "
` [PATCH v3 8/8] media: docs: make RC "

[PATCH] media: glossary.rst: use the right case for glossary entries
 2020-09-25  6:51 UTC 

cron job: media_tree daily build: WARNINGS
 2020-09-25  3:39 UTC 

[PATCH v3 0/4] Venus - change clk enable, disable order and change bw values
 2020-09-24 23:11 UTC  (9+ messages)
` [PATCH v3 1/4] venus: core: change clk enable and disable order in resume and suspend
` [PATCH v3 2/4] venus: core: vote for video-mem path
` [PATCH v3 3/4] venus: core: vote with average bandwidth and peak bandwidth as zero
` [PATCH v3 4/4] venus: put dummy vote on video-mem path after last session release

[PATCH] media: uapi: h264: Add documentation to the interface header
 2020-09-24 20:21 UTC  (3+ messages)

[PATCH/RFC 00/16] media: Add new pixel formats for Xilinx v-frmbuf
 2020-09-24 18:27 UTC  (7+ messages)
` [PATCH/RFC 06/16] media: doc: pixfmt-rgb: Clarify naming scheme for RGB formats
` [PATCH/RFC 15/16] media: v4l2: Add 10-, 12- and 16-bpc 4:4:4 packed VUY formats
` [PATCH/RFC 16/16] media: v4l2: Add 10- and 12-bpc luma-only formats with linear packing

[PATCH RFT/RFC 00/49] staging: media: bring back zoran driver
 2020-09-24 18:03 UTC  (4+ messages)
` [PATCH RFT/RFC 37/49] staging: media: zoran: add fallthrough keyword

[PATCH v2 0/2] Add new controls for QP and layer bitrate
 2020-09-24 17:42 UTC  (2+ messages)

[PATCH v6 0/3] IMX274 fixes and power on and off implementation
 2020-09-24 17:24 UTC  (12+ messages)
` [PATCH v6 2/3] media: i2c: imx274: Remove stop stream i2c writes during remove
` [PATCH v6 3/3] media: i2c: imx274: Add IMX274 power on and off sequence

[ragnatech:media-tree] BUILD SUCCESS 01cc2ec6ea044731e939e5e47f7e115b86f49465
 2020-09-24 17:24 UTC 

[PATCH] MAINTAINERS: remove Maxime Jourdan as maintainer of Amlogic VDEC
 2020-09-24 16:51 UTC  (2+ messages)

[PATCH v2 0/5] docs: cdomain.py: add support for two new Sphinx 3.1+ tags
 2020-09-24 16:47 UTC  (7+ messages)
` [PATCH v2 2/5] media: docs: make CEC documents compatible with Sphinx 3.1+
` [PATCH v2 3/5] media: docs: make V4L documents more "
` [PATCH v2 4/5] media: docs: make DVB "
` [PATCH v2 5/5] media: docs: make MC "

[GIT PULL for v5.9-rc7] media fixes
 2020-09-24 16:27 UTC  (3+ messages)
` [GIT PULL for v5.9-rc7] media fixes (#67321)

[GIT PULL FOR v5.10] Various fixes, mostly rkisp1
 2020-09-24 13:48 UTC  (2+ messages)
` [GIT PULL FOR v5.10] Various fixes, mostly rkisp1 (#67322)

[PATCH] MAINTAINERS: Remove Andrew F Davis from list
 2020-09-24 12:01 UTC  (2+ messages)

[PATCH] flexcop-usb: sanity checking of endpoint type
 2020-09-24 11:37 UTC 

[PATCH RFC] Make the docs build "work" with Sphinx 3.x
 2020-09-24 11:22 UTC  (4+ messages)
              ` [PATCH 0/2] Start supporting builds with Sphinx 3.1+
                ` [PATCH 2/2] media: docs: make CEC documents compatible "

[PATCHv2] usbtv: Fix refcounting mixup
 2020-09-24  9:14 UTC 

[PATCH v2 0/3] Document r8a77990 DRIF support
 2020-09-24  8:53 UTC  (12+ messages)
` [PATCH v2 1/3] MAINTAINERS: Add Fabrizio Castro to Renesas DRIF
` [PATCH v2 2/3] media: dt-bindings: media: renesas,drif: Convert to json-schema
` [PATCH v2 3/3] media: dt-bindings: media: renesas,drif: Add r8a77990 support

[PATCH v2 1/4] media: docs: v4l2-subdev: fix typo
 2020-09-24  8:34 UTC  (3+ messages)
` [PATCH v2 4/4] media: docs: v4l2-subdev: move calling ops to a subsection

[PATCH 3/3] media: mtk-vcodec: add missing put_device() call in mtk_vcodec_init_enc_pm()
 2020-09-24  8:18 UTC 

[PATCH 2/3] media: mtk-vcodec: add missing put_device() call in mtk_vcodec_init_dec_pm()
 2020-09-24  8:18 UTC 

[PATCH 1/3] media: platform: add missing put_device() call in mtk_jpeg_clk_init()
 2020-09-24  8:17 UTC 

[PATCH v5 0/3] venus: core: add shutdown callback for venus
 2020-09-24  6:59 UTC  (4+ messages)
` [PATCH v5 1/3] venus: core: handle race condititon for core ops
` [PATCH v5 2/3] venus: handle use after free for iommu_map/iommu_unmap
` [PATCH v5 3/3] venus: core: add shutdown callback for venus

cron job: media_tree daily build: WARNINGS
 2020-09-24  3:41 UTC 

[PATCH] media: fix Omnivision Intel MAINTAINERS entry
 2020-09-24  1:40 UTC  (3+ messages)

[ragnatech:media-tree] BUILD SUCCESS 8d526001bab3eebc0df1095a83e8aacf90e0e6a3
 2020-09-23 17:31 UTC 

linux-next: Tree for Sep 23 (drivers/staging/media/atomisp/pci/sh_css.o)
 2020-09-23 17:02 UTC 

[PATCH v8 0/6] Support running driver's probe for a device powered off
 2020-09-23 15:37 UTC  (7+ messages)

[PATCH 00/14] drop double zeroing
 2020-09-23 15:16 UTC  (4+ messages)

[PATCH v4 1/4] dt-bindings: media: imx258: add bindings for IMX258 sensor
 2020-09-23 15:21 UTC  (4+ messages)
` [PATCH v4 2/4] media: i2c: imx258: add support for binding via device tree
` [PATCH v4 3/4] media: i2c: imx258: simplify getting state container
` [PATCH v4 4/4] media: i2c: imx258: get clock from device properties and enable it via runtime PM

[PATCH v2 1/3] dt-bindings: media: imx258: Add bindings for IMX258 sensor
 2020-09-23 15:06 UTC  (5+ messages)

[PATCH v3 0/3] media: rockchip: Introduce driver for Rockchip's camera interface
 2020-09-23 14:04 UTC  (4+ messages)
` [PATCH v3 1/3] media: dt-bindings: media: Document Rockchip VIP bindings

[PATCH 0/2] gmsl: Use unsigned constants
 2020-09-23 11:51 UTC  (5+ messages)
` [PATCH 1/2] media: i2c: max9286: "

[RFC PATCH] Add bridge driver to connect sensors to CIO2 device via software nodes on ACPI platforms
 2020-09-23  9:39 UTC  (3+ messages)

[PATCH 1/2] media: atomisp: fix gcc warnings
 2020-09-23  8:33 UTC  (3+ messages)
` [PATCH 2/2] media: atomisp: cleanup __printf() atributes on printk messages

[PATCH v2] media: dt-bindings: convert CODA VPU bindings to yaml
 2020-09-23  8:21 UTC 


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