linux-media.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2017-12-03 15:04:34 to 2017-12-08 01:09:08 UTC [more...]

[PATCH v9 00/28] rcar-vin: Add Gen3 with media controller
 2017-12-08  1:08 UTC  (29+ messages)
` [PATCH v9 01/28] rcar-vin: add Gen3 devicetree bindings documentation
` [PATCH v9 02/28] rcar-vin: rename poorly named initialize and cleanup functions
` [PATCH v9 03/28] rcar-vin: unregister video device on driver removal
` [PATCH v9 04/28] rcar-vin: move subdevice handling to async callbacks
` [PATCH v9 05/28] rcar-vin: move chip information to own struct
` [PATCH v9 06/28] rcar-vin: move max width and height information to chip information
` [PATCH v9 07/28] rcar-vin: change name of video device
` [PATCH v9 08/28] rcar-vin: move functions regarding scaling
` [PATCH v9 09/28] rcar-vin: all Gen2 boards can scale simplify logic
` [PATCH v9 10/28] rcar-vin: do not reset crop and compose when setting format
` [PATCH v9 11/28] rcar-vin: do not allow changing scaling and composing while streaming
` [PATCH v9 12/28] rcar-vin: read subdevice format for crop only when needed
` [PATCH v9 13/28] rcar-vin: fix handling of single field frames (top, bottom and alternate fields)
` [PATCH v9 14/28] rcar-vin: move media bus configuration to struct rvin_info
` [PATCH v9 15/28] rcar-vin: enable Gen3 hardware configuration
` [PATCH v9 16/28] rcar-vin: add function to manipulate Gen3 chsel value
` [PATCH v9 17/28] rcar-vin: add flag to switch to media controller mode
` [PATCH v9 18/28] rcar-vin: break out format alignment and checking
` [PATCH v9 19/28] rcar-vin: use different v4l2 operations in media controller mode
` [PATCH v9 20/28] rcar-vin: prepare for media controller mode initialization
` [PATCH v9 21/28] rcar-vin: add group allocator functions
` [PATCH v9 22/28] rcar-vin: add chsel information to rvin_info
` [PATCH v9 23/28] rcar-vin: parse Gen3 OF and setup media graph
` [PATCH v9 24/28] rcar-vin: add link notify for Gen3
` [PATCH v9 25/28] rcar-vin: extend {start,stop}_streaming to work with media controller
` [PATCH v9 26/28] rcar-vin: enable support for r8a7795
` [PATCH v9 27/28] rcar-vin: enable support for r8a7796
` [PATCH v9 28/28] rcar-vin: enable support for r8a77970

[PATCH 0/9] media: imx: Add better OF graph support
 2017-12-08  1:05 UTC  (4+ messages)

[PATCH v3 00/12] Rockchip ISP1 Driver
 2017-12-07 23:26 UTC  (15+ messages)
` [PATCH v3 01/12] media: videodev2.h, v4l2-ioctl: add rkisp1 meta buffer format
` [PATCH v3 02/12] media: doc: add document for "
` [PATCH v3 03/12] media: rkisp1: Add user space ABI definitions
` [PATCH v3 04/12] media: rkisp1: add rockchip isp1 driver
` [PATCH v3 05/12] media: rkisp1: add Rockchip MIPI Synopsys DPHY driver
` [PATCH v3 06/12] dt-bindings: Document the Rockchip ISP1 bindings
` [PATCH v3 07/12] dt-bindings: Document the Rockchip MIPI RX D-PHY bindings
` [PATCH v3 08/12] ARM: dts: rockchip: add isp node for rk3288
` [PATCH v3 09/12] ARM: dts: rockchip: add rx0 mipi-phy "
` [PATCH v3 10/12] arm64: dts: rockchip: add isp0 node for rk3399
` [PATCH v3 11/12] arm64: dts: rockchip: add rx0 mipi-phy "
` [PATCH v3 12/12] MAINTAINERS: add entry for Rockchip ISP1 driver

[PATCH 1/3] [media] coda: round up frame sizes to multiples of 16 for MPEG-4 decoder
 2017-12-07 14:59 UTC  (3+ messages)
` [PATCH 2/3] [media] coda: allocate space for mpeg4 decoder mvcol buffer
` [PATCH 3/3] [media] coda: use correct offset "

[PATCH] media: s5p-jpeg: Fix off-by-one problem
 2017-12-07 14:53 UTC  (2+ messages)

[RFC 1/1] v4l: async: Use endpoint node, not device node, for fwnode match
 2017-12-07 14:29 UTC  (6+ messages)

[PATCH v3 0/5] Add OV5640 parallel interface and RGB565/YUYV support
 2017-12-07 13:59 UTC  (7+ messages)
` [PATCH v3 1/5] media: ov5640: switch to gpiod_set_value_cansleep()
` [PATCH v3 2/5] media: ov5640: check chip id
` [PATCH v3 3/5] media: dt-bindings: ov5640: add support of DVP parallel interface
` [PATCH v3 4/5] media: "
` [PATCH v3 5/5] media: ov5640: add support of RGB565 and YUYV formats

[PATCH 09/45] drivers: media: remove duplicate includes
 2017-12-07 13:35 UTC  (2+ messages)

[PATCH v9 0/4] Synopsys DesignWare HDMI Video Capture Controller + PHY
 2017-12-07 13:22 UTC  (9+ messages)
` [PATCH v9 1/4] dt-bindings: media: Document Synopsys DesignWare HDMI RX
` [PATCH v9 2/4] MAINTAINERS: Add entry for Synopsys DesignWare HDMI drivers
` [PATCH v9 3/4] [media] platform: Add Synopsys DesignWare HDMI RX PHY e405 Driver
` [PATCH v9 4/4] [media] platform: Add Synopsys DesignWare HDMI RX Controller Driver

[PATCH v7 0/2] media: ov7740: Add a V4L2 sensor-level driver
 2017-12-07 13:16 UTC  (4+ messages)
` [PATCH v7 1/2] media: ov7740: Document device tree bindings
` [PATCH v7 2/2] media: i2c: Add the ov7740 image sensor driver

[PATCH] media: platform: sti: Adopt SPDX identifier
 2017-12-07 11:29 UTC  (4+ messages)

[PATCH] [media] coda: fix capture TRY_FMT for YUYV with non-MB-aligned widths
 2017-12-07 11:11 UTC 

[PATCH] [media] coda: set min_buffers_needed
 2017-12-07 11:09 UTC 

[PATCH v5] v4l2-async: Match parent devices
 2017-12-07 11:03 UTC  (5+ messages)

[PATCH] media: platform: stm32: Adopt SPDX identifier
 2017-12-07 10:09 UTC  (2+ messages)

cron job: media_tree daily build: ERRORS
 2017-12-07  4:40 UTC 

build failure on ubuntu 16.04 LTS
 2017-12-07  0:22 UTC  (3+ messages)

[PATCH for 4.15] ddbridge update to 0.9.32
 2017-12-06 18:06 UTC  (2+ messages)

[PATCH 0/2] ddbridge: error handling improvements
 2017-12-06 17:59 UTC  (3+ messages)
` [PATCH 1/2] [media] ddbridge: improve error handling logic on fe attach failures
` [PATCH 2/2] [media] ddbridge: don't break on single/last port attach failure

[PATCH] media: pxa_camera: disable and unprepare the clock source on error
 2017-12-06 16:38 UTC 

[PATCH 0/3 v7] uvcvideo: metadata nodes
 2017-12-06 15:15 UTC  (13+ messages)
` [PATCH 3/3 v7] uvcvideo: add a metadata device node
            ` [PATCH v8] uvcvideo: Add "

[PATCH v2 0/4] Add OV5640 parallel interface and RGB565/YUYV support
 2017-12-06 10:04 UTC  (11+ messages)
` [PATCH v2 2/4] media: ov5640: check chip id
` [PATCH v2 3/4] media: ov5640: add support of DVP parallel interface

[PATCH v6 0/2] media: ov7740: Add a V4L2 sensor-level driver
 2017-12-06  5:38 UTC  (6+ messages)
` [PATCH v6 1/2] media: ov7740: Document device tree bindings
` [PATCH v6 2/2] media: i2c: Add the ov7740 image sensor driver

cron job: media_tree daily build: ERRORS
 2017-12-06  4:40 UTC 

[PATCH v4 00/12] Intel IPU3 ImgU patchset
 2017-12-06  0:46 UTC  (7+ messages)

[RESEND PATCH] partial revert of "[media] tvp5150: add HW input connectors support"
 2017-12-06  0:33 UTC 

[PATCH] string.h: work around for increased stack usage
 2017-12-05 22:02 UTC  (2+ messages)

[PATCH] v4l: rcar-csi2: Don't bail out from probe on no ep
 2017-12-05 20:41 UTC 

[PATCH 1/1] v4l: fwnode: Add debug prints for V4L2 endpoint property parsing
 2017-12-05 20:35 UTC  (2+ messages)

[PATCH] c8sectpfe: fix potential NULL pointer dereference in c8sectpfe_timer_interrupt
 2017-12-05 17:27 UTC  (3+ messages)

[PATCH] media: imx274: Silence uninitialized variable warning
 2017-12-05 14:37 UTC 

[PATCH v4 0/5] TDA1997x HDMI video receiver
 2017-12-05 14:16 UTC  (6+ messages)
` [PATCH v4 2/5] media: dt-bindings: Add bindings for TDA1997X
` [PATCH v4 3/5] media: i2c: Add TDA1997x HDMI receiver driver

[PATCH v12 0/2] rcar-csi2: add Renesas R-Car MIPI CSI-2
 2017-12-05 13:39 UTC  (9+ messages)
` [PATCH v12 1/2] rcar-csi2: add Renesas R-Car MIPI CSI-2 receiver documentation
` [PATCH v12 2/2] rcar-csi2: add Renesas R-Car MIPI CSI-2 receiver driver

[PATCH v4 0/5] NVIDIA Tegra20 video decoder driver
 2017-12-05 13:03 UTC  (5+ messages)
` [PATCH v4 3/5] staging: Introduce NVIDIA Tegra "

camss: camera controls missing on vfe interfaces
 2017-12-05 12:10 UTC  (6+ messages)

[PATCH v4 00/12] [dt-bindings] [media] Add document file and driver for Sony CXD2880 DVB-T2/T tuner + demodulator
 2017-12-05 11:47 UTC  (6+ messages)
` [PATCH v4 06/12] [media] cxd2880: Add integration layer for the driver
` [PATCH v4 07/12] [media] cxd2880: Add top level of "

[PATCH 1/8] [media] uvc_video: use ktime_t for stats
 2017-12-05 11:27 UTC  (8+ messages)
` [PATCH 2/8] [media] uvc_video: use ktime_t for timestamps
` [PATCH 5/8] [media] omap3isp: support 64-bit version of omap3isp_stat_data

[PATCH v5 00/12] Intel IPU3 ImgU patchset
 2017-12-05 11:09 UTC  (3+ messages)
` [PATCH v5 02/12] intel-ipu3: Add user space ABI definitions

[PATCH v6 0/9] i2c: document DMA handling and add helpers for it
 2017-12-05 11:00 UTC  (8+ messages)

[PATCH 0/2] uvcvideo: Refactor code to ease metadata implementation
 2017-12-05  9:37 UTC  (6+ messages)
` [PATCH 1/2] uvcvideo: Factor out video device registration to a function
` [PATCH 2/2] uvcvideo: Report V4L2 device caps through the video_device structure

Donation
 2017-12-05  4:30 UTC 

cron job: media_tree daily build: ERRORS
 2017-12-05  4:40 UTC 

[GIT PULL FOR v4.16] uvcvideo
 2017-12-04 22:30 UTC 

[PATCH] v4l: vsp1: Fix function declaration/definition mismatch
 2017-12-04 19:03 UTC  (5+ messages)

[PATCH 0/3] Add support compat in dvb_frontend.c
 2017-12-04 18:33 UTC  (5+ messages)
` [PATCH 3/3] media: dvb_frontend: Add commands implementation for compat ioct

[PATCH 2/3] media: dvb_frontend: Add compat_ioctl callback
 2017-12-04 14:29 UTC  (2+ messages)

[PATCH] v4l: rcar-vin: Implement V4L2 video node release handler
 2017-12-04 13:41 UTC  (6+ messages)

[PATCH for 4.15] omapdrm/dss/hdmi4_cec: fix interrupt handling
 2017-12-04 13:32 UTC 

[GIT PULL FOR v4.16 v2] Various fixes all over the place
 2017-12-04 13:02 UTC 

[GIT PULL FOR v4.16] Various fixes
 2017-12-04 12:09 UTC 

[PATCH] Support HVR-1200 analog video as a clone of HVR-1500. Tested, composite and s-video inputs
 2017-12-04 12:01 UTC  (4+ messages)

[PATCH 0/4] Backported amdgpu ttm deadlock fixes for 4.14
 2017-12-04 11:45 UTC  (2+ messages)

[PATCH 0/9] R-Car DU: Support CRC calculation
 2017-12-04 11:14 UTC  (4+ messages)
` [PATCH 5/9] v4l: vsp1: Document the vsp1_du_atomic_config structure

[PATCH v3] media: vsp1: Prevent suspending and resuming DRM pipelines
 2017-12-04 11:01 UTC 

[GIT PULL] SAA716x DVB driver
 2017-12-04 10:07 UTC  (17+ messages)

[PATCH v8 00/28] rcar-vin: Add Gen3 with media controller
 2017-12-04  9:54 UTC  (11+ messages)
` [PATCH v8 02/28] rcar-vin: rename poorly named initialize and cleanup functions
` [PATCH v8 03/28] rcar-vin: unregister video device on driver removal
` [PATCH v8 04/28] rcar-vin: move subdevice handling to async callbacks
` [PATCH v8 23/28] rcar-vin: parse Gen3 OF and setup media graph
` [PATCH v8 28/28] rcar-vin: enable support for r8a77970

[PATCH v2 0/3] Initial Allwinner V3s CSI Support
 2017-12-04  9:45 UTC  (8+ messages)
` [PATCH v2 1/3] media: V3s: Add support for Allwinner CSI

[PATCH] cec-adap: add '0x' prefix when printing status
 2017-12-04  8:56 UTC 

[PATCH v5 0/2] media: ov7740: Add a V4L2 sensor-level driver
 2017-12-04  6:58 UTC  (4+ messages)
` [PATCH v5 2/2] media: i2c: Add the ov7740 image sensor driver

cron job: media_tree daily build: ERRORS
 2017-12-04  4:41 UTC 

brauchen sie schnell geld? Wir helfen ihnen weiter
 2017-12-03 20:11 UTC 

[PATCH] kernel-doc: parse DECLARE_KFIFO_PTR()
 2017-12-03 18:05 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;
as well as URLs for NNTP newsgroup(s).