public inbox for linux-media@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2018-05-18 15:48:21 to 2018-05-21 17:45:49 UTC [more...]

[PATCH] media: si470x: fix potential Spectre variant 1
 2018-05-21 16:57 UTC 

[Xen-devel][RFC 0/3] dma-buf support for gntdev
 2018-05-21 17:32 UTC  (9+ messages)
` [Xen-devel][RFC 1/3] xen/balloon: Allow allocating DMA buffers
  ` [Xen-devel] [RFC "
` [Xen-devel][RFC 2/3] xen/grant-table: Extend API to work with "

[PATCH v2 0/4] media: rcar-vin: Brush endpoint properties
 2018-05-21 17:27 UTC  (5+ messages)
` [PATCH v2 1/4] dt-bindings: media: rcar-vin: Describe optional ep properties
` [PATCH v2 2/4] dt-bindings: media: rcar-vin: Document data-active
` [PATCH v2 3/4] media: rcar-vin: Handle CLOCKENB pin polarity
` [PATCH v2 4/4] ARM: dts: rcar-gen2: Remove unused VIN properties

[PATCH v10 00/16] V4L2 Explicit Synchronization
 2018-05-21 16:59 UTC  (17+ messages)
` [PATCH v10 01/16] videobuf2: Make struct vb2_buffer refcounted
` [PATCH v10 02/16] xilinx: regroup caps on querycap
` [PATCH v10 03/16] hackrf: group device capabilities
` [PATCH v10 04/16] omap3isp: "
` [PATCH v10 05/16] vb2: move vb2_ops functions to videobuf2-core.[ch]
` [PATCH v10 06/16] vb2: add is_unordered callback for drivers
` [PATCH v10 07/16] v4l: add unordered flag to format description ioctl
` [PATCH v10 08/16] v4l: mark unordered formats
` [PATCH v10 09/16] cobalt: add .is_unordered() for cobalt
` [PATCH v10 10/16] vb2: mark codec drivers as unordered
` [PATCH v10 11/16] vb2: add explicit fence user API
` [PATCH v10 12/16] vb2: add in-fence support to QBUF
` [PATCH v10 13/16] vb2: add out-fence "
` [PATCH v10 14/16] v4l: introduce the fences capability
` [PATCH v10 15/16] v4l: Add V4L2_CAP_FENCES to drivers
` [PATCH v10 16/16] v4l: Document explicit synchronization behavior

[PATCH 1/3] media: rc: nuvoton: Tweak the interrupt enabling dance
 2018-05-21 16:22 UTC  (5+ messages)
` [PATCH 2/3] media: rc: nuvoton: Keep track of users on CIR enable/disable
` [PATCH 3/3] media: rc: nuvoton: Keep device enabled during reg init

[PATCH 01/11] media: tm6000: fix potential Spectre variant 1
 2018-05-21 16:18 UTC  (18+ messages)

i.MX6 IPU CSI analog video input on Ventana
 2018-05-21 15:55 UTC  (9+ messages)

[PATCH v2 00/29] Venus updates
 2018-05-21 14:53 UTC  (16+ messages)
` [PATCH v2 02/29] venus: hfi: preparation to support venus 4xx
` [PATCH v2 03/29] venus: hfi: update sequence event to handle more properties
` [PATCH v2 04/29] venus: hfi_cmds: add set_properties for 4xx version
` [PATCH v2 07/29] venus: hfi_venus: add halt AXI support for Venus 4xx
` [PATCH v2 08/29] venus: hfi_venus: fix suspend function for venus 3xx versions

[PATCH v4 0/5] Add ChromeOS EC CEC Support
 2018-05-21 14:21 UTC  (6+ messages)
` [PATCH v4 1/5] media: cec-notifier: Get notifier by device and connector name
` [PATCH v4 2/5] drm/i915: hdmi: add CEC notifier to intel_hdmi
` [PATCH v4 3/5] mfd: cros-ec: Introduce CEC commands and events definitions
` [PATCH v4 4/5] mfd: cros_ec_dev: Add CEC sub-device registration
` [PATCH v4 5/5] media: platform: Add ChromeOS EC CEC driver

[ANN] Meeting to discuss improvements to support MC-based cameras on generic apps
 2018-05-21 13:04 UTC  (11+ messages)

Bugfix for Tevii S650
 2018-05-21 12:01 UTC 

[PATCH v14 00/36] Request API
 2018-05-21 11:33 UTC  (39+ messages)
` [PATCH v14 01/36] uapi/linux/media.h: add request API
` [PATCH v14 02/36] media-request: implement media requests
` [PATCH v14 03/36] media-request: add media_request_get_by_fd
` [PATCH v14 04/36] media-request: add media_request_object_find
` [PATCH v14 05/36] media-request: Make request state an enum
` [PATCH v14 06/36] media-request: Add support for updating request objects optimally
  ` [PATCH v14.1 "
    ` [PATCH v14.2 "
` [PATCH v14 07/36] media-request: Add a sanity check for the media request state
` [PATCH v14 08/36] media: doc: Add media-request.h header to documentation build
` [PATCH v14 09/36] v4l2-dev: lock req_queue_mutex
` [PATCH v14 10/36] videodev2.h: add request_fd field to v4l2_ext_controls
` [PATCH v14 11/36] v4l2-ctrls: v4l2_ctrl_add_handler: add from_other_dev
` [PATCH v14 12/36] v4l2-ctrls: prepare internal structs for request API
` [PATCH v14 13/36] v4l2-ctrls: alloc memory for p_req
` [PATCH v14 14/36] v4l2-ctrls: use ref in helper instead of ctrl
` [PATCH v14 15/36] v4l2-ctrls: add core request support
` [PATCH v14 16/36] v4l2-ctrls: Add documentation for control request support functions
` [PATCH v14 17/36] v4l2-ctrls: support g/s_ext_ctrls for requests
` [PATCH v14 18/36] v4l2-ctrls: Lock the request for updating during S_EXT_CTRLS
` [PATCH v14 19/36] videodev2.h: Add request_fd field to v4l2_buffer
` [PATCH v14 20/36] vb2: store userspace data in vb2_v4l2_buffer
` [PATCH v14 21/36] videobuf2-core: embed media_request_object
` [PATCH v14 22/36] videobuf2-core: integrate with media requests
` [PATCH v14 23/36] videobuf2-v4l2: "
` [PATCH v14 24/36] videobuf2-v4l2: Lock the media request for update for QBUF
` [PATCH v14 25/36] videobuf2-core: Make request state an enum
` [PATCH v14 26/36] videobuf2-core: add request helper functions
` [PATCH v14 27/36] videobuf2-v4l2: add vb2_request_queue/validate helpers
` [PATCH v14 28/36] v4l2-mem2mem: add vb2_m2m_request_queue
` [PATCH v14 29/36] Documentation: v4l: document request API
` [PATCH v14 30/36] media: vim2m: add media device
` [PATCH v14 31/36] vim2m: use workqueue
` [PATCH v14 32/36] vim2m: support requests
` [PATCH v14 33/36] vivid: add mc
` [PATCH v14 34/36] vivid: add request support
` [PATCH v14 35/36] RFC: media-requests: add debugfs node
` [PATCH v14 36/36] v4l: m2m: Simplify exiting the function in v4l2_m2m_try_schedule

[PATCH] media: uvcvideo: Fix driver reference counting
 2018-05-21 10:24 UTC 

[GIT PULL for 4.18] Renesas R-Car CSI-2 receiver driver
 2018-05-21 10:16 UTC 

[PATCH] [media] hdpvr: fix spelling mistake: "Hauppage" -> "Hauppauge"
 2018-05-21  9:25 UTC 

[PATCH v2 0/5] Add ChromeOS EC CEC Support
 2018-05-21  9:02 UTC  (15+ messages)
` [PATCH v2 1/5] media: cec-notifier: Get notifier by device and connector name
` [PATCH v2 2/5] drm/i915: hdmi: add CEC notifier to intel_hdmi
` [PATCH v2 3/5] mfd: cros-ec: Introduce CEC commands and events definitions
` [PATCH v2 5/5] media: platform: Add Chrome OS EC CEC driver

ir-keytable protocol setup broken and no ir events
 2018-05-21  8:37 UTC 

Some questions about the UVC gadget
 2018-05-21  8:15 UTC  (2+ messages)

[PATCH v3 00/12] media: ov5640: Misc cleanup and improvements
 2018-05-21  7:39 UTC  (9+ messages)
` [PATCH v3 01/12] media: ov5640: Fix timings setup code
` [PATCH v3 03/12] media: ov5640: Remove the clocks registers initialization

[PATCH] media: imx319: Add imx319 camera sensor driver
 2018-05-21  7:11 UTC  (8+ messages)
` [RFC PATCH] media: imx319: imx319_global_setting can be static
` [PATCH v2 1/3] media: dw9807: Add dw9807 vcm driver
  ` [PATCH v2 2/3] media: imx258: Add imx258 camera sensor driver
` [PATCH v2] media: imx319: Add imx319 "

cron job: media_tree daily build: ERRORS
 2018-05-21  3:45 UTC 

[PATCH v3 0/2] media: imx: add capture support for RGB565_2X8 on parallel bus
 2018-05-21  1:40 UTC  (3+ messages)
` [PATCH v3 1/2] media: imx: capture: refactor enum_/try_fmt

[PATCH v2] v4l: vsp1: Fix vsp1_regs.h license header
 2018-05-20 23:00 UTC  (2+ messages)

[PATCH] media: pxa_camera: avoid duplicate s_power calls
 2018-05-20 15:40 UTC 

[PATCH v1 1/2] ARM: dts: tegra20: Add Memory Client reset to VDE
 2018-05-20 13:48 UTC  (3+ messages)
` [PATCH v1] media: staging: tegra-vde: Reset memory client
` [PATCH v1 2/2] ARM: dts: tegra30: Add Memory Client reset to VDE

[GIT PULL FOR v4.18] R-Car VSP1 TLB optimisation
 2018-05-20 12:10 UTC 

Wohltätigkeitsspende in Höhe von € 2.000.000,00
 2018-05-20  9:20 UTC 

[PATCH v6 0/9] vsp1: TLB optimisation and DL caching
 2018-05-20  7:04 UTC  (3+ messages)
` [PATCH v6 9/9] v4l: vsp1: Reduce display list body size

[PATCH 0/7] don't check number of I2C messages in drivers
 2018-05-20  6:50 UTC  (8+ messages)
` [PATCH 1/7] media: netup_unidvb: don't check number of messages in the driver
` [PATCH 2/7] media: si4713: "
` [PATCH 3/7] media: cx231xx: "
` [PATCH 4/7] media: em28xx: "
` [PATCH 5/7] media: hdpvr: "
` [PATCH 6/7] media: tm6000: "
` [PATCH 7/7] media: dvb-usb: "

cron job: media_tree daily build: ERRORS
 2018-05-20  4:03 UTC 

[PATCH v3 0/9] rcar-vin: Add support for parallel input on Gen3
 2018-05-19  9:33 UTC  (3+ messages)
` [PATCH v3 8/9] media: rcar-vin: Rename _rcar_info to rcar_info

cron job: media_tree daily build: ERRORS
 2018-05-19  3:36 UTC 

[PATCH v4 00/12] media: staging/imx7: add i.MX7 media driver
 2018-05-18 22:13 UTC  (5+ messages)
` [PATCH v4 06/12] media: dt-bindings: add bindings for "

[PATCH v5 00/12] media: staging/imx7: add i.MX7 media driver
 2018-05-18 22:05 UTC  (12+ messages)
` [PATCH v5 06/12] media: dt-bindings: add bindings for "
` [PATCH v5 07/12] ARM: dts: imx7s: add mipi phy power domain
` [PATCH v5 08/12] ARM: dts: imx7s: add multiplexer controls

[PATCH 00/15] ARM: pxa: switch to DMA slave maps
 2018-05-18 21:31 UTC  (3+ messages)
` [PATCH 05/15] mtd: nand: pxa3xx: remove the dmaengine compat need

[PATCH] stk1160: Fix typo s/therwise/Otherwise
 2018-05-18 21:07 UTC  (4+ messages)
` [PATCH] stk1160: Add missing calls to mutex_destroy
` [PATCH] m2m-deinterlace: Remove DMA_ENGINE dependency
` [PATCH] tw686x: Fix incorrect vb2_mem_ops GFP flags

[PATCH v11 00/10] vsp1: TLB optimisation and DL caching
 2018-05-18 21:05 UTC  (15+ messages)
` [PATCH v11 01/10] media: v4l: vsp1: Release buffers for each video node
` [PATCH v11 02/10] media: vsp1: Move video suspend resume handling to video object
` [PATCH v11 03/10] media: vsp1: Reword uses of 'fragment' as 'body'
` [PATCH v11 04/10] media: vsp1: Protect bodies against overflow
` [PATCH v11 05/10] media: vsp1: Provide a body pool
` [PATCH v11 06/10] media: vsp1: Convert display lists to use new "
` [PATCH v11 07/10] media: vsp1: Use reference counting for bodies
` [PATCH v11 08/10] media: vsp1: Refactor display list configure operations
` [PATCH v11 09/10] media: vsp1: Adapt entities to configure into a body
` [PATCH v11 10/10] media: vsp1: Move video configuration to a cached dlb

[PATCH v4 0/3] IR decoding using BPF
 2018-05-18 20:51 UTC  (8+ messages)
` [PATCH v4 1/3] bpf: bpf_prog_array_copy() should return -ENOENT if exclude_prog not found
` [PATCH v4 2/3] media: rc: introduce BPF_PROG_LIRC_MODE2
` [PATCH v4 3/3] bpf: add selftest for lirc_mode2 type program

[PATCH] Fix spurious config-mycompat.h warnings
 2018-05-18 20:28 UTC  (2+ messages)

[PATCH] gpu: ipu-v3: Fix BT1120 interlaced CCIR codes
 2018-05-18 16:21 UTC  (3+ messages)

[RFC PATCH v2 00/20] v4l2 core: push ioctl lock down to ioctl handler
 2018-05-18 18:52 UTC  (21+ messages)
` [PATCH 01/20] pvrusb2: replace pvr2_v4l2_ioctl by video_ioctl2
` [PATCH 02/20] v4l2-core: push taking ioctl mutex down to ioctl handler
` [PATCH 03/20] v4l2-ioctl.c: use correct vb2_queue lock for m2m devices
` [PATCH 04/20] usbtv: Implement wait_prepare and wait_finish
` [PATCH 05/20] sta2x11: Add video_device and vb2_queue locks
` [PATCH 06/20] omap4iss: "
` [PATCH 07/20] omap3isp: "
` [PATCH 08/20] mtk-mdp: Add locks for capture and output vb2_queues
` [PATCH 09/20] s5p-g2d: Implement wait_prepare and wait_finish
` [PATCH 10/20] staging: bcm2835-camera: Provide lock for vb2_queue
` [PATCH 11/20] dvb-core: "
` [PATCH 12/20] venus: Add video_device and vb2_queue locks
` [PATCH 13/20] davinci_vpfe: "
` [PATCH 14/20] mx_emmaprp: Implement wait_prepare and wait_finish
` [PATCH 15/20] m2m-deinterlace: "
` [PATCH 16/20] stk1160: Set the vb2_queue lock before calling vb2_queue_init
` [PATCH 17/20] videobuf2-core: require q->lock
` [PATCH 18/20] videobuf2: assume q->lock is always set
` [PATCH 19/20] v4l2-ioctl.c: assume queue->lock "
` [PATCH 20/20] media: Remove wait_{prepare, finish}

[PATCHv2 0/4] gspca: convert to vb2gspca: convert to vb2
 2018-05-18 17:51 UTC  (2+ messages)


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