linux-media.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-01-25 16:15:35 to 2018-01-29 21:14:07 UTC [more...]

[PATCH 00/12] v4l2-compat-ioctl32.c: remove set_fs(KERNEL_DS)
 2018-01-29 21:14 UTC  (35+ messages)
` [PATCH 01/12] vivid: fix module load error when enabling fb and no_error_inj=1
` [PATCH 02/12] v4l2-ioctl.c: use check_fmt for enum/g/s/try_fmt
` [PATCH 03/12] v4l2-compat-ioctl32.c: add missing VIDIOC_PREPARE_BUF
` [PATCH 04/12] v4l2-compat-ioctl32.c: fix the indentation
` [PATCH 05/12] v4l2-compat-ioctl32.c: move 'helper' functions to __get/put_v4l2_format32
` [PATCH 06/12] v4l2-compat-ioctl32.c: avoid sizeof(type)
` [PATCH 07/12] v4l2-compat-ioctl32.c: copy m.userptr in put_v4l2_plane32
` [PATCH 08/12] v4l2-compat-ioctl32.c: fix ctrl_is_pointer
` [PATCH 09/12] v4l2-compat-ioctl32.c: copy clip list in put_v4l2_window32
` [PATCH 10/12] v4l2-compat-ioctl32.c: drop pr_info for unknown buffer type
` [PATCH 11/12] v4l2-compat-ioctl32.c: don't copy back the result for certain errors
` [PATCH 12/12] v4l2-compat-ioctl32.c: refactor, fix security bug in compat ioctl32

[PATCH 0/2] Add support for i2c_new_secondary_device
 2018-01-29 20:12 UTC  (8+ messages)
` [PATCH 1/2] media: adv7604: "
` [PATCH 2/2] drm: adv7511: "

[PATCH v2 0/2] media: v4l: Add support for the Cadence MIPI-CSI2 TX controller
 2018-01-29 19:30 UTC  (3+ messages)
` [PATCH v2 2/2] v4l: cadence: Add Cadence MIPI-CSI2 TX driver

[PATCH v5 0/2] media: v4l: Add support for the Cadence MIPI-CSI2 RX
 2018-01-29 19:10 UTC  (3+ messages)
` [PATCH v5 2/2] v4l: cadence: Add Cadence MIPI-CSI2 RX driver

[PATCH v4] media: dw9807: Add dw9807 vcm driver
 2018-01-29 16:52 UTC 

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

[PATCH v4] media: dw9807: Add dw9807 vcm driver
 2018-01-29 16:35 UTC 

[PATCH v1] media: dt-bindings: Add bindings for Dongwoon DW9807 voice coil
 2018-01-29 16:34 UTC 

[RFC PATCH 0/8] [media] Request API, take three
 2018-01-29 16:04 UTC  (14+ messages)
` [RFC PATCH 1/8] media: add request API core and UAPI
` [RFC PATCH 2/8] videodev2.h: Add request field to v4l2_buffer
` [RFC PATCH 3/8] media: videobuf2: add support for requests
` [RFC PATCH 4/8] media: vb2: add support for requests in QBUF ioctl
` [RFC PATCH 5/8] media: Document the media request API
` [RFC PATCH 6/8] v4l2: document the request API interface
` [RFC PATCH 7/8] media: vim2m: add media device
` [RFC PATCH 8/8] media: vim2m: add request support

[PATCH v4 0/6] arm: sunxi: IR support for A83T
 2018-01-29 15:58 UTC  (7+ messages)
` [PATCH v4 1/6] media: rc: update sunxi-ir driver to get base clock frequency from devicetree
` [PATCH v4 2/6] media: dt: bindings: Update binding documentation for sunxi IR controller
` [PATCH v4 3/6] arm: dts: sun8i: a83t: Add the cir pin for the A83T
` [PATCH v4 4/6] arm: dts: sun8i: a83t: Add support for the cir interface
` [PATCH v5 5/6] arm: dts: sun8i: a83t: bananapi-m3: Enable IR controller
` [PATCH v4 6/6] arm: dts: sun8i: h3-h8: ir register size should be the whole memory block

[PATCH v3] media: dw9807: Add dw9807 vcm driver
 2018-01-29 15:27 UTC  (3+ messages)

[PATCH v6 2/2] media: V3s: Add support for Allwinner CSI
 2018-01-29 14:34 UTC  (13+ messages)
        ` [linux-sunxi] "

dvb usb issues since kernel 4.9
 2018-01-29 13:51 UTC  (5+ messages)

[Patch v7 00/12] Add MFC v10.10 support
 2018-01-29 13:39 UTC  (8+ messages)
  ` [Patch v7 12/12] Documention: v4l: Documentation for HEVC CIDs

[PATCH] staging: media: atomisp2: remove unused headers
 2018-01-29 13:30 UTC  (3+ messages)

[PATCH 1/2] media: dvb_demux: Better handle discontinuity errors
 2018-01-29 12:50 UTC  (2+ messages)
` [PATCH 2/2] media: dvb_demux: improve debug messages

[PATCH v2] staging: media: remove remains of VIDEO_ATOMISP_OV8858
 2018-01-29 12:26 UTC  (2+ messages)

[PATCH v6 0/6] TDA1997x HDMI video receiver
 2018-01-29 12:00 UTC  (5+ messages)
` [PATCH v6 4/6] media: i2c: Add TDA1997x HDMI receiver driver

[PATCH] sh: clk: Relax clk rate match test
 2018-01-29 11:55 UTC  (6+ messages)

[PATCH] media: rc: ir-spi: fix duty cycle
 2018-01-29 11:39 UTC  (2+ messages)

[RFC PATCH] v4l2-event/dev: wakeup pending events when unregistering
 2018-01-29 11:23 UTC  (4+ messages)

[PATCH v7 00/11] Renesas Capture Engine Unit (CEU) V4L2 driver
 2018-01-29 11:01 UTC  (13+ messages)
` [PATCH v7 01/11] dt-bindings: media: Add Renesas CEU bindings
` [PATCH v7 02/11] include: media: Add Renesas CEU driver interface
` [PATCH v7 03/11] media: platform: Add Renesas CEU driver
` [PATCH v7 04/11] ARM: dts: r7s72100: Add Capture Engine Unit (CEU)
` [PATCH v7 05/11] media: i2c: Copy ov772x soc_camera sensor driver
` [PATCH v7 06/11] media: i2c: ov772x: Remove soc_camera dependencies
` [PATCH v7 07/11] media: i2c: ov772x: Support frame interval handling
` [PATCH v7 08/11] media: i2c: Copy tw9910 soc_camera sensor driver
` [PATCH v7 09/11] media: i2c: tw9910: Remove soc_camera dependencies
` [PATCH v7 10/11] arch: sh: migor: Use new renesas-ceu camera driver
` [PATCH v7 11/11] media: i2c: ov7670: Fully set mbus frame fmt

[PATCH v7 1/2] dt-bindings: media: Add Allwinner V3s Camera Sensor Interface (CSI)
 2018-01-29 10:24 UTC  (2+ messages)

[PATCH v7 2/2] media: V3s: Add support for Allwinner CSI
 2018-01-29  9:21 UTC 

[PATCH v7 0/2] Initial Allwinner V3s CSI Support
 2018-01-29  9:16 UTC 

Regression in VB2 alloc prepare/finish balancing with em28xx/au0828
 2018-01-29  8:50 UTC  (3+ messages)

cron job: media_tree daily build: ERRORS
 2018-01-29  4:48 UTC 

[PATCH] media: mantis: remove mantis_vp3028.c/mantis_vp3028.h
 2018-01-28 20:06 UTC 

[PATCH] media: rc: prev_ev is dead code, every call is a new edge
 2018-01-28 18:00 UTC 

BUSINESS PROPOSAL (DATE 28/1/2018)
 2018-01-28 15:38 UTC 

cron job: media_tree daily build: ERRORS
 2018-01-28  4:47 UTC 

[PATCH v3 1/1] imx258: Fix sparse warnings
 2018-01-27 16:24 UTC  (2+ messages)

[PATCH] media: uvcvideo: Fixed ktime_t to ns conversion
 2018-01-27 16:21 UTC  (4+ messages)

cron job: media_tree daily build: ERRORS
 2018-01-27  4:48 UTC 

[PATCH] media: radio: Critical interrupt bugfix for si470x over i2c
 2018-01-26 23:42 UTC 

[PATCH] ir-hix5hd2: fix error handling of clk_prepare_enable()
 2018-01-26 22:10 UTC 

[linux-next:master 3766/11889] drivers/media/dvb-frontends/stb0899_drv.h:151:36: error: weak declaration of 'stb0899_attach' being applied to a already existing, static definition
 2018-01-26 21:58 UTC  (2+ messages)

[PATCH] media: drx-j remove bsp_i2c.h
 2018-01-26 20:14 UTC 

[PATCH] staging: media: remove unused VIDEO_ATOMISP_OV8858 kconfig
 2018-01-26 16:25 UTC  (5+ messages)

[PATCH] media: staging: atomisp: remove redundant assignments to various variables
 2018-01-26 14:44 UTC 

[PATCH v7 00/11] Renesas Capture Engine Unit (CEU) V4L2 driver
 2018-01-26 13:56 UTC  (18+ messages)
` [PATCH v7 01/11] dt-bindings: media: Add Renesas CEU bindings
` [PATCH v7 02/11] include: media: Add Renesas CEU driver interface
` [PATCH v7 03/11] media: platform: Add Renesas CEU driver
` [PATCH v7 3/9] v4l: "
` [PATCH v7 04/11] ARM: dts: r7s72100: Add Capture Engine Unit (CEU)
` [PATCH v7 05/11] media: i2c: Copy ov772x soc_camera sensor driver
` [PATCH v7 5/9] v4l: "
` [PATCH v7 06/11] media: i2c: ov772x: Remove soc_camera dependencies
` [PATCH v7 07/11] media: i2c: ov772x: Support frame interval handling
` [PATCH v7 7/9] v4l: i2c: Copy tw9910 soc_camera sensor driver
` [PATCH v7 08/11] media: "
` [PATCH v7 8/9] media: i2c: tw9910: Remove soc_camera dependencies
` [PATCH v7 9/9] arch: sh: migor: Use new renesas-ceu camera driver
` [PATCH v7 09/11] media: i2c: tw9910: Remove soc_camera dependencies
` [PATCH v7 10/11] arch: sh: migor: Use new renesas-ceu camera driver

[RFC PATCH 0/9] media: base request API support
 2018-01-26  8:39 UTC  (3+ messages)
` [RFC PATCH 1/9] media: add request API core and UAPI

SAA716x DVB driver
 2018-01-26  7:59 UTC  (2+ messages)

Darlehen Geld für Einzelpersonen und Fachleute in weniger als 72 Stunden
 2018-01-26  7:22 UTC 

[PATCH v12 0/2] rcar-csi2: add Renesas R-Car MIPI CSI-2
 2018-01-26  0:32 UTC  (5+ messages)
` [PATCH v12 1/2] rcar-csi2: add Renesas R-Car MIPI CSI-2 receiver documentation

[PATCH] Don't mark IR decoders default y
 2018-01-25 22:19 UTC 

[PATCH v2] v4l: async: Protect against double notifier registrations
 2018-01-25 21:40 UTC  (3+ messages)

[PATCH v5] media: imx258: Add imx258 camera sensor driver
 2018-01-25 17:58 UTC 

[PATCH v1] media: ov13858: Avoid possible null first frame
 2018-01-25 17:36 UTC  (3+ messages)

[PATCH v3] media: dw9807: Add dw9807 vcm driver
 2018-01-25 17:11 UTC 

[GIT PULL] SAA716x DVB driver
 2018-01-25 17:08 UTC  (18+ 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).