linux-media.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-05-03 03:47:57 to 2018-05-04 14:17:40 UTC [more...]

atomisp: drop from staging ?
 2018-05-04 14:17 UTC  (4+ messages)

[PATCH 2/7] media: meye: allow building it with COMPILE_TEST on non-x86
 2018-05-04 14:12 UTC  (2+ messages)
` [PATCH 2/7 v2] "

[PATCH 02/15] dma-fence: Make ->enable_signaling optional
 2018-05-04 14:10 UTC  (14+ messages)
  ` [PATCH] "
` [PATCH 03/15] dma-fence: Allow wait_any_timeout for all fences
` [PATCH 04/15] dma-fence: Make ->wait callback optional
` [PATCH 15/15] dma-fence: Polish kernel-doc for dma-fence.c
  ` [PATCH] "

[PATCH v12 0/4] media: v4l: Add support for the Cadence MIPI-CSI2 TX controller
 2018-05-04 14:08 UTC  (5+ messages)
` [PATCH v12 1/4] dt-bindings: media: Add Cadence MIPI-CSI2 RX Device Tree bindings
` [PATCH v12 2/4] v4l: cadence: Add Cadence MIPI-CSI2 RX driver
` [PATCH v12 3/4] dt-bindings: media: Add Cadence MIPI-CSI2 TX Device Tree bindings
` [PATCH v12 4/4] v4l: cadence: Add Cadence MIPI-CSI2 TX driver

[PATCH 0/7] Enable most media drivers to build on ARM
 2018-05-04 14:07 UTC  (10+ messages)
` [PATCH 7/7] media: via-camera: allow build on non-x86 archs with COMPILE_TEST
  ` [PATCH v2 "
` [PATCH 5/7] omapfb: omapfb_dss.h: add stubs to build with COMPILE_TEST && DRM_OMAP

[PATCH v2 00/10] Sunxi-Cedrus driver for the Allwinner Video Engine, using media requests
 2018-05-04 13:57 UTC  (36+ messages)
` [PATCH v2 02/10] media-request: Add a request complete operation to allow m2m scheduling
` [PATCH v2 03/10] videobuf2-core: Add helper to get buffer private data from media request
` [PATCH v2 05/10] media: v4l: Add definitions for MPEG2 frame format and header metadata
` [PATCH v2 06/10] media: v4l: Add definition for Allwinner's MB32-tiled NV12 format
` [PATCH v2 07/10] media: platform: Add Sunxi-Cedrus VPU decoder driver
` [PATCH v2 08/10] dt-bindings: media: Document bindings for the Sunxi-Cedrus VPU driver
` [PATCH v2 09/10] ARM: dts: sun7i-a20: Add Video Engine and reserved memory nodes

[PATCH] media: staging: atomisp: fix a potential missing-check bug
 2018-05-04 13:53 UTC  (2+ messages)

[PATCH v2 0/9] cx231xx: House cleaning
 2018-05-04 13:38 UTC  (12+ messages)
` [PATCH v2 1/9] cx231xx: Fix several incorrect demod addresses
` [PATCH v2 2/9] cx231xx: Use board profile values for addresses
` [PATCH v2 3/9] cx231xx: Style fix for struct zero init
` [PATCH v2 4/9] [bug] cx231xx: Ignore an i2c mux adapter
` [PATCH v2 5/9] cx231xx: Switch to using new dvb i2c helpers
` [PATCH v2 6/9] cx231xx: Update 955Q from dvb attach to i2c device
` [PATCH v2 7/9] cx231xx: Remove unnecessary parameter clear
` [PATCH v2 8/9] cx231xx: Remove RC_CORE dependency
` [PATCH v2 9/9] cx231xx: Add I2C_MUX dependency

[PATCH 0/2] add support for TI SCAN921226H video deserializer
 2018-05-04 12:49 UTC  (3+ messages)
` [PATCH 1/2] media: dt-bindings: add binding "
` [PATCH 2/2] media: platform: add driver "

[PATCH 4/8] dma-buf: add peer2peer flag
 2018-05-04 12:45 UTC  (13+ messages)
      ` [Linaro-mm-sig] "

[PATCHv13 00/28] Request API
 2018-05-04 12:43 UTC  (35+ messages)
` [PATCHv13 01/28] v4l2-device.h: always expose mdev
` [PATCHv13 02/28] uapi/linux/media.h: add request API
` [PATCHv13 03/28] media-request: implement media requests
` [PATCHv13 04/28] media-request: add media_request_get_by_fd
` [PATCHv13 05/28] media-request: add media_request_object_find
` [PATCHv13 06/28] v4l2-dev: lock req_queue_mutex
` [PATCHv13 07/28] videodev2.h: add request_fd field to v4l2_ext_controls
` [PATCHv13 08/28] v4l2-ctrls: v4l2_ctrl_add_handler: add from_other_dev
` [PATCHv13 09/28] v4l2-ctrls: prepare internal structs for request API
` [PATCHv13 10/28] v4l2-ctrls: alloc memory for p_req
` [PATCHv13 11/28] v4l2-ctrls: use ref in helper instead of ctrl
` [PATCHv13 12/28] v4l2-ctrls: add core request support
` [PATCHv13 13/28] v4l2-ctrls: support g/s_ext_ctrls for requests
` [PATCHv13 14/28] videodev2.h: Add request_fd field to v4l2_buffer
` [PATCHv13 15/28] vb2: store userspace data in vb2_v4l2_buffer
` [PATCHv13 16/28] videobuf2-core: embed media_request_object
` [PATCHv13 17/28] videobuf2-core: integrate with media requests
` [PATCHv13 18/28] videobuf2-v4l2: "
` [PATCHv13 19/28] videobuf2-core: add request helper functions
` [PATCHv13 20/28] videobuf2-v4l2: add vb2_request_queue/validate helpers
` [PATCHv13 21/28] v4l2-mem2mem: add vb2_m2m_request_queue
` [PATCHv13 22/28] Documentation: v4l: document request API
` [PATCHv13 23/28] media: vim2m: add media device
` [PATCHv13 24/28] vim2m: use workqueue
` [PATCHv13 25/28] vim2m: support requests
` [PATCHv13 26/28] vivid: add mc
` [PATCHv13 27/28] vivid: add request support
` [PATCHv13 28/28] RFC: media-requests: add debugfs node

[PATCH] media: vsp1: cleanup a false positive warning
 2018-05-04 12:13 UTC 

[PATCH] MAINTAINERS & files: Canonize the e-mails I use at files
 2018-05-04 11:33 UTC  (3+ messages)

[PATCH 00/28] Venus updates
 2018-05-04 11:09 UTC  (9+ messages)
` [PATCH 10/28] venus: vdec: call session_continue in insufficient event
` [PATCH 26/28] venus: implementing multi-stream support

Hello
 2018-05-04 10:55 UTC 

[GIT PULL for v4.17-rc4] media fixes and a MAINTAINERS file update with my email
 2018-05-04 10:29 UTC 

[PATCH v2 00/12] media: ov5640: Misc cleanup and improvements
 2018-05-04 10:01 UTC  (8+ messages)

[PATCH] media: renesas-ceu: Set mbus_fmt on subdev operations
 2018-05-04  9:32 UTC 

[PATCH 0/2] media: imx: add capture support for RGB565_2X8 on parallel bus
 2018-05-04  8:37 UTC  (7+ messages)
` [PATCH 1/2] media: imx: capture: refactor enum_/try_fmt
` [PATCH 2/2] media: imx: add support for RGB565_2X8 on parallel bus
  ` [PATCH] media: imx: fix semicolon.cocci warnings

[PATCH v10 2/2] media: V3s: Add support for Allwinner CSI
 2018-05-04  7:09 UTC 

[PATCH v10 1/2] dt-bindings: media: Add Allwinner V3s Camera Sensor Interface (CSI)
 2018-05-04  6:46 UTC 

[PATCH v10 0/2] Initial Allwinner V3s CSI Support
 2018-05-04  6:44 UTC 

[PATCH v2] saa7164: Fix driver name in debug output
 2018-05-04  6:03 UTC  (2+ messages)

cron job: media_tree daily build: OK
 2018-05-04  3:47 UTC 

[PATCH] media: lgdt3306a: fix lgdt3306a_search()'s return type
 2018-05-04  1:41 UTC  (2+ messages)

[PATCH v9 0/2] Initial Allwinner V3s CSI Support
 2018-05-04  1:19 UTC  (3+ messages)

[PATCH v3 0/8] R-Car DU: Support CRC calculation
 2018-05-04  0:02 UTC  (4+ messages)

[PATCH] [RESEND] [media] omap3isp: support 64-bit version of omap3isp_stat_data
 2018-05-03 22:06 UTC  (3+ messages)

[PATCH v4 00/14] media: ov772x: support media controller, device tree probing, etc
 2018-05-03 21:03 UTC  (11+ messages)
` [PATCH v4 02/14] media: ov772x: correct setting of banding filter
` [PATCH v4 03/14] media: ov772x: allow i2c controllers without I2C_FUNC_PROTOCOL_MANGLING
` [PATCH v4 08/14] media: ov772x: support device tree probing
` [PATCH v4 10/14] media: ov772x: reconstruct s_frame_interval()
` [PATCH v4 12/14] media: ov772x: avoid accessing registers under power saving mode

[PATCH] [media] dvbdev: add a mutex protecting the "mdev" pointer
 2018-05-03 18:12 UTC 

[PATCH] media: imx-csi: fix burst size for 16 bit
 2018-05-03 16:40 UTC  (2+ messages)

[PATCH 0/9] cx231xx: House cleaning
 2018-05-03 16:24 UTC  (5+ messages)
` [PATCH 2/9] cx231xx: Use board profile values for addresses

[PATCH 0/2] Add a property to tell camera sensor orientation, support it in smiapp
 2018-05-03 15:35 UTC  (4+ messages)
` [PATCH 1/2] dt-bindings: media: Add "upside-down" property to tell sensor orientation

[PATCH v11 0/4] media: v4l: Add support for the Cadence MIPI-CSI2 TX controller
 2018-05-03 15:19 UTC  (5+ messages)
` [PATCH v11 2/4] v4l: cadence: Add Cadence MIPI-CSI2 RX driver

[PATCH] media: imx: add 16-bit grayscale support
 2018-05-03 15:06 UTC 

imx-media: MT9P031 Capture issues on IMX6
 2018-05-03 14:51 UTC  (11+ messages)

[PATCH] v4l2-dev.h: fix doc warning
 2018-05-03 14:03 UTC  (2+ messages)

[PATCH v3 00/11] R-Car DU Interlaced support through VSP1
 2018-05-03 13:45 UTC  (15+ messages)
` [PATCH v3 01/11] media: vsp1: drm: Fix minor grammar error
` [PATCH v3 02/11] media: vsp1: Remove packed attributes from aligned structures
` [PATCH v3 03/11] media: vsp1: Rename dl_child to dl_next
` [PATCH v3 04/11] media: vsp1: Remove unused display list structure field
` [PATCH v3 05/11] media: vsp1: Clean up DLM objects on error
` [PATCH v3 06/11] media: vsp1: Provide VSP1 feature helper macro
` [PATCH v3 07/11] media: vsp1: Use header display lists for all WPF outputs linked to the DU
` [PATCH v3 08/11] media: vsp1: Add support for extended display list headers
` [PATCH v3 09/11] media: vsp1: Provide support for extended command pools
` [PATCH v3 10/11] media: vsp1: Support Interlaced display pipelines
` [PATCH v3 11/11] drm: rcar-du: Support interlaced video output through vsp1

[PATCH v4 00/11] R-Car DU Interlaced support through VSP1
 2018-05-03 13:36 UTC  (12+ messages)
` [PATCH v4 01/11] media: vsp1: drm: Fix minor grammar error
` [PATCH v4 02/11] media: vsp1: Remove packed attributes from aligned structures
` [PATCH v4 03/11] media: vsp1: Rename dl_child to dl_next
` [PATCH v4 04/11] media: vsp1: Remove unused display list structure field
` [PATCH v4 05/11] media: vsp1: Clean up DLM objects on error
` [PATCH v4 06/11] media: vsp1: Provide VSP1 feature helper macro
` [PATCH v4 07/11] media: vsp1: Use header display lists for all WPF outputs linked to the DU
` [PATCH v4 08/11] media: vsp1: Add support for extended display list headers
` [PATCH v4 09/11] media: vsp1: Provide support for extended command pools
` [PATCH v4 10/11] media: vsp1: Support Interlaced display pipelines
` [PATCH v4 11/11] drm: rcar-du: Support interlaced video output through vsp1

[PATCH v9 0/8] vsp1: TLB optimisation and DL caching
 2018-05-03 13:35 UTC  (9+ messages)
` [PATCH v9 1/8] media: vsp1: Reword uses of 'fragment' as 'body'
` [PATCH v9 2/8] media: vsp1: Protect bodies against overflow
` [PATCH v9 3/8] media: vsp1: Provide a body pool
` [PATCH v9 4/8] media: vsp1: Convert display lists to use new "
` [PATCH v9 5/8] media: vsp1: Use reference counting for bodies
` [PATCH v9 6/8] media: vsp1: Refactor display list configure operations
` [PATCH v9 7/8] media: vsp1: Adapt entities to configure into a body
` [PATCH v9 8/8] media: vsp1: Move video configuration to a cached dlb

[bug report] media: rcar-vin: add group allocator functions
 2018-05-03 12:53 UTC  (2+ messages)

[bug report] [media] exynos4-is: Add the FIMC-IS ISP capture DMA driver
 2018-05-03 11:43 UTC 

[PATCH v11] media: imx258: Add imx258 camera sensor driver
 2018-05-03 11:23 UTC  (2+ messages)

[GIT PULL FOR v4.18] rc changes
 2018-05-03 11:08 UTC 

[RFCv12 PATCH 00/29] Request API
 2018-05-03 10:29 UTC  (9+ messages)
` [RFCv12 PATCH 03/29] media-request: implement media requests
` [RFCv12 PATCH 05/29] media-request: add media_request_find

[PATCH v6 00/17] Rockchip ISP1 Driver
 2018-05-03  9:09 UTC  (3+ messages)
` [PATCH v6 05/17] media: rkisp1: add Rockchip ISP1 subdev driver

[PATCH] saa7164: Fix driver name in debug output
 2018-05-03  7:39 UTC  (2+ messages)

[PATCH 0/2] Whitespace fixes
 2018-05-03  7:33 UTC  (5+ messages)
` [PATCH 1/2] intel-ipu3: Kconfig coding style issue
` [PATCH 2/2] cec: "

[RESEND PATCH v9 0/2] DW9807 DT binding and driver patches
 2018-05-03  7:31 UTC  (4+ messages)
` [RESEND PATCH v9 1/2] media: dt-bindings: Add bindings for Dongwoon DW9807 voice coil

cron job: media_tree daily build: OK
 2018-05-03  3:47 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).