public inbox for linux-media@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2018-03-07 22:05:33 to 2018-03-09 17:49:59 UTC [more...]

[PATCH v8 00/13] V4L2 Explicit Synchronization
 2018-03-09 17:49 UTC  (7+ messages)
` [PATCH v8 01/13] [media] xilinx: regroup caps on querycap
` [PATCH v8 02/13] [media] hackrf: group device capabilities
` [PATCH v8 03/13] [media] omap3isp: "
` [PATCH v8 04/13] [media] vb2: add is_unordered callback for drivers
` [PATCH v8 05/13] [media] v4l: add 'unordered' flag to format description ioctl
` [PATCH v8 06/13] [media] cobalt: add .is_unordered() for cobalt

[PATCH 00/13] media: imx: Switch to subdev notifiers
 2018-03-09 17:26 UTC  (3+ messages)

[PATCH v12 00/33] rcar-vin: Add Gen3 with media controller
 2018-03-09 17:13 UTC  (51+ messages)
` [PATCH v12 06/33] rcar-vin: move subdevice handling to async callbacks
` [PATCH v12 08/33] rcar-vin: move max width and height information to chip information
` [PATCH v12 09/33] rcar-vin: move functions regarding scaling
` [PATCH v12 10/33] rcar-vin: all Gen2 boards can scale simplify logic
` [PATCH v12 11/33] rcar-vin: set a default field to fallback on
` [PATCH v12 12/33] rcar-vin: fix handling of single field frames (top, bottom and alternate fields)
` [PATCH v12 13/33] rcar-vin: update bytesperline and sizeimage calculation
` [PATCH v12 14/33] rcar-vin: align pixelformat check
` [PATCH v12 15/33] rcar-vin: break out format alignment and checking
` [PATCH v12 16/33] rcar-vin: simplify how formats are set and reset
` [PATCH v12 17/33] rcar-vin: cache video standard
` [PATCH v12 18/33] rcar-vin: move media bus configuration to struct rvin_dev
` [PATCH v12 19/33] rcar-vin: enable Gen3 hardware configuration
` [PATCH v12 20/33] rcar-vin: add function to manipulate Gen3 chsel value
` [PATCH v12 21/33] rcar-vin: add flag to switch to media controller mode
` [PATCH v12 22/33] rcar-vin: use different v4l2 operations in "
` [PATCH v12 23/33] rcar-vin: force default colorspace for media centric mode
` [PATCH v12 24/33] rcar-vin: prepare for media controller mode initialization
` [PATCH v12 25/33] rcar-vin: add group allocator functions
` [PATCH v12 26/33] rcar-vin: change name of video device
` [PATCH v12 27/33] rcar-vin: add chsel information to rvin_info
` [PATCH v12 28/33] rcar-vin: parse Gen3 OF and setup media graph
` [PATCH v12 29/33] rcar-vin: add link notify for Gen3
` [PATCH v12 30/33] rcar-vin: extend {start,stop}_streaming to work with media controller
` [PATCH v12 31/33] rcar-vin: enable support for r8a7795
` [PATCH v12 32/33] rcar-vin: enable support for r8a7796
` [PATCH v12 33/33] rcar-vin: enable support for r8a77970

[PATCH] V4L: remove myself as soc-camera maintainer
 2018-03-09 17:01 UTC 

[PATCH 01/11] media: lgdt330x: use kernel-doc instead of inlined comments
 2018-03-09 16:15 UTC  (12+ messages)
` [PATCH 02/11] media: lgdt330x: fix coding style issues
` [PATCH 03/11] media: lgdt330x: use pr_foo() macros
` [PATCH 04/11] media: lgdt330x: print info when device gets probed
` [PATCH 05/11] media: lgdt330x: convert it to the new I2C binding way
` [PATCH 06/11] media: lgdt330x: do some cleanups at status logic
` [PATCH 07/11] media: lgdt330x: constify several register init arrays
` [PATCH 08/11] media: lgdt330x: move *read_status functions
` [PATCH 09/11] media: lgdt330x: provide DVBv5 Carrier S/N measurements
` [PATCH 10/11] media: lgdt330x: get rid of read_ber stub
` [PATCH 11/11] media: lgdt330x: add block error counts via DVBv5
  ` [PATCH v2] "

[GIT PULL FOR v4.17] Various fixes
 2018-03-09 16:06 UTC 

[PATCH] media: rc: meson-ir: add timeout on idle
 2018-03-09 15:54 UTC  (3+ messages)

[PATCH v8 0/2] media: v4l: Add support for the Cadence MIPI-CSI2 RX
 2018-03-09 15:36 UTC  (2+ messages)

[RFCv4 19/21] media: vim2m: add request support
 2018-03-09 14:35 UTC  (4+ messages)
` [RFCv4,19/21] "

[PATCH 0/9] Sunxi-Cedrus driver for the Allwinner Video Engine, using the V4L2 request API
 2018-03-09 14:25 UTC  (15+ messages)
` [PATCH 1/9] media: vim2m: Try to schedule a m2m device run on request submission
` [PATCH 2/9] media: videobuf2-v4l2: Copy planes when needed in request qbuf
  ` [PATCH 3/9] v4l: Add sunxi Video Engine pixel format
  ` [PATCH 4/9] v4l: Add MPEG2 low-level decoder API control
  ` [PATCH 5/9] media: platform: Add Sunxi Cedrus decoder driver
  ` [PATCH 6/9] sunxi-cedrus: Add device tree binding document
    ` [linux-sunxi] "
  ` [PATCH 7/9] ARM: dts: sun5i: Use video-engine node
  ` [PATCH 8/9] ARM: dts: sun8i: add video engine support for A33
  ` [PATCH 9/9] ARM: dts: sun7i: Add video engine support for the A20

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

[PATCH v5 00/16] Rockchip ISP1 Driver
 2018-03-09 13:14 UTC  (8+ messages)
` [PATCH v5 02/16] media: doc: add document for rkisp1 meta buffer format
` [PATCH v5 03/16] media: rkisp1: Add user space ABI definitions

[PATCH v5 0/2] media: video-i2c: add video-i2c driver support
 2018-03-09 12:45 UTC  (4+ messages)
` [PATCH v5 1/2] media: dt-bindings: Add bindings for panasonic,amg88xx
` [PATCH v5 2/2] media: video-i2c: add video-i2c driver

[PATCH v4 0/2] Rockchip: Add RK1608 driver and DT-bindings
 2018-03-09 12:28 UTC  (4+ messages)
` [PATCH v4 1/2] [media] Add Rockchip RK1608 driver
` [PATCH v4 2/2] dt-bindings: Document the Rockchip RK1608 bindings

[PATCH] media: em28xx: fix a regression with HVR-950
 2018-03-09 12:21 UTC 

[PATCH] V4L2 SDR: Add Real U8 format (V4L2_SDR_FMT_RU8)
 2018-03-09 12:12 UTC  (3+ messages)
` [PATCH v2] "

[PATCH v2 0/3] Initial driver support for Xilinx M2M Video Scaler
 2018-03-09 11:57 UTC  (4+ messages)
` [PATCH v2 1/3] staging: xm2mvscale: Driver "

[PATCH 00/12] media: ov5640: Misc cleanup and improvements
 2018-03-09 11:16 UTC  (5+ messages)
` [PATCH 03/12] media: ov5640: Don't force the auto exposure state at start time
` [PATCH 08/12] media: ov5640: Adjust the clock based on the expected rate

[PATCH 0/2] usbtv: Add SECAM support
 2018-03-09 10:55 UTC  (5+ messages)
` [PATCH 1/2] usbtv: Use same decoder sequence as Windows driver

[PATCH v8] media: imx258: Add imx258 camera sensor driver
 2018-03-09 10:54 UTC  (6+ messages)

[GIT PULL FOR v4.17] cec: add error injection support + other improvements
 2018-03-09 10:20 UTC 

[PATCH] dt-bindings: media: rcar_vin: Use status "okay"
 2018-03-09  9:59 UTC  (2+ messages)

[PATCH 1/2] media: cx231xx: get rid of videobuf-dvb dependency
 2018-03-09  9:24 UTC  (3+ messages)
` [PATCH 2/2] media: v4l2-core: get rid of videobuf-dvb

[PATCH v2 0/2] media: Introduce Omnivision OV2680 driver
 2018-03-09  9:21 UTC  (3+ messages)
` [PATCH v2 2/2] media: ov2680: Add Omnivision OV2680 sensor driver

[GIT PULL v2 for 4.17] Add V4L2 framework function for selecting the most suitable size
 2018-03-09  8:38 UTC 

[PATCH] dvb: Save port number and provide sysfs attributes to pass values to udev
 2018-03-09  8:09 UTC  (4+ messages)

cron job: media_tree daily build: ERRORS
 2018-03-09  4:53 UTC 

[PATCH v9 2/2] media: V3s: Add support for Allwinner CSI
 2018-03-09  2:30 UTC  (3+ messages)

[PATCH] media: dvb-usb-v2: stop using coherent memory for URBs
 2018-03-08 19:09 UTC 

[PATCH 1/2] media: dvbsky: use the new dvb_module_probe() API
 2018-03-08 18:47 UTC  (2+ messages)
` [PATCH 2/2] media: dvbsky: fix driver unregister logic

[GIT PULL FOR v4.17] RC imon and sunxi fixes
 2018-03-08 18:18 UTC 

[PATCH RESEND 2/2 v6] uvcvideo: handle control pipe protocol STALLs
 2018-03-08 17:21 UTC 

[PATCH RESEND 1/2 v6] uvcvideo: send a control event when a Control Change interrupt arrives
 2018-03-08 17:20 UTC 

[PATCH RESEND 0/2 v6] uvcvideo: asynchronous controls
 2018-03-08 17:20 UTC 

Patch review
 2018-03-08 16:49 UTC  (3+ messages)

[PATCH] media: ov5640: fix frame interval enumeration
 2018-03-08 15:09 UTC  (4+ messages)

[PATCH v2] media: ov5640: fix frame interval enumeration
 2018-03-08 15:07 UTC 

[PATCH] media: em28xx-cards: fix em28xx_duplicate_dev()
 2018-03-08 14:11 UTC  (2+ messages)

[RFCv4 13/21] media: videobuf2-v4l2: support for requests
 2018-03-08 13:50 UTC  (3+ messages)
` [RFCv4,13/21] "

[PATCH v2 1/3] media: vb2-core: vb2_buffer_done: consolidate docs
 2018-03-08 12:26 UTC  (3+ messages)
` [PATCH v2 2/3] media: vb2-core: document the REQUEUEING state
` [PATCH v2 3/3] media: vb2-core: vb2_ops: document non-interrupt-context calling

[PATCH v2] media: rc: add new imon protocol decoder and encoder
 2018-03-08 11:32 UTC 

[PATCH v2] media: stm32-dcmi: rework overrun/error case
 2018-03-08 10:46 UTC 

[PATCH] media: ov5640: fix get_/set_fmt colorspace related fields
 2018-03-08  8:48 UTC  (3+ messages)

[PATCH v2] i2c: adv748x: afe: fix sparse warning
 2018-03-08  8:29 UTC  (3+ messages)

ivtv: use arch_phys_wc_add() and require PAT disabled
 2018-03-08  5:23 UTC  (5+ messages)

cron job: media_tree daily build: ERRORS
 2018-03-08  4:55 UTC 

[linuxtv-media:master 180/301] drivers/media/usb/em28xx/em28xx-dvb.c:1140:26: error: implicit declaration of function 'dvb_module_probe'; did you mean '__module_get'?
 2018-03-08  2:55 UTC 

[PATCH v5 00/12] [dt-bindings] [media] Add document file and driver for Sony CXD2880 DVB-T2/T tuner + demodulator
 2018-03-08  0:51 UTC  (4+ messages)
` [PATCH v5 02/12] [media] cxd2880-spi: Add support for CXD2880 SPI interface

[PATCH V2 2/2] dt-bindings: Document the Rockchip RK1608 bindings
 2018-03-08  0:46 UTC  (3+ messages)

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


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