linux-media.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2017-12-16 02:49:25 to 2017-12-18 22:21:42 UTC [more...]

[PATCH v3 0/5] TDA1997x HDMI video receiver
 2017-12-18 22:21 UTC  (4+ messages)
` [PATCH 3/5] media: i2c: Add TDA1997x HDMI receiver driver
  ` [alsa-devel] "

[trivial PATCH] treewide: Align function definition open/close braces
 2017-12-18 22:15 UTC  (8+ messages)

[RFC PATCH 0/9] media: base request API support
 2017-12-18 20:53 UTC  (3+ messages)
` [RFC PATCH 9/9] media: vim2m: add request support

[PATCH] media: fix SPDX comment on some header files
 2017-12-18 20:17 UTC 

[PATCH 1/8] media: v4l2-device.h: document helper macros
 2017-12-18 20:01 UTC  (9+ messages)
` [PATCH 2/8] media: v4l2-ioctl.h: convert debug into an enum of bits
` [PATCH 3/8] media: v4l2-async: simplify v4l2_async_subdev structure
` [PATCH 4/8] media: v4l2-async: better describe match union at async match struct
` [PATCH 5/8] media: v4l2-mediabus: convert flags to enums and document them
` [PATCH 6/8] media: v4l2-subdev: get rid of __V4L2_SUBDEV_MK_GET_TRY() macro
` [PATCH 7/8] media: v4l2-subdev: document remaining undocumented functions
` [PATCH 8/8] media: v4l2-subdev: use kernel-doc markups to document subdev flags

[PATCH] media: dvb_usb_pctv452e: module refcount changes were unbalanced
 2017-12-18 19:55 UTC  (2+ messages)

[PATCH 00/24] V4L2 kAPI cleanups and documentation improvements part 2
 2017-12-18 19:27 UTC  (14+ messages)
` [PATCH 04/24] media: v4l2-mediabus: convert flags to enums and document them
` [PATCH 05/24] media: v4l2-dev: convert VFL_TYPE_* into an enum
` [PATCH 15/24] media: v4l2-subdev: get rid of __V4L2_SUBDEV_MK_GET_TRY() macro
` [PATCH 19/24] media: vb2-core: Improve kernel-doc markups

[PATCH] staging: android: ion: Fix dma direction for dma_sync_sg_for_cpu/device
 2017-12-18 19:18 UTC  (2+ messages)

[PATCH v2 00/17] V4L cleanups and documentation improvements
 2017-12-18 19:10 UTC  (17+ messages)
` [PATCH v2 02/17] media: v4l2-common: get rid of v4l2_routing dead struct
` [PATCH v2 05/17] media: v4l2-device.h: document ancillary macros
` [PATCH v2 08/17] media: v4l2-ioctl.h: convert debug macros into enum and document
` [PATCH v2 14/17] media: v4l2-async: better describe match union at async match struct
      ` [PATCH v2 13/17] media: v4l2-async: simplify v4l2_async_subdev structure

[PATCH] [media] dvb-frontends: remove extraneous parens
 2017-12-18 17:31 UTC 

[PATCH] [media] dvb-frontends: remove self assignments
 2017-12-18 17:14 UTC 

[PATCH v1 00/10] Renesas Capture Engine Unit (CEU) V4L2 driver
 2017-12-18 15:28 UTC  (7+ messages)
` [PATCH v1 03/10] v4l: platform: Add Renesas CEU driver

[PATCH v3 00/17] kernel-doc: add supported to document nested structs/
 2017-12-18 15:26 UTC  (2+ messages)

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

[PATCH 0/5] arm: sunxi: IR support for A83T
 2017-12-18 12:43 UTC  (13+ messages)
` [PATCH 1/5] media: rc: update sunxi-ir driver to get base clock frequency from devicetree
` [PATCH 2/5] media: dt: bindings: Update binding documentation for sunxi IR controller
` [PATCH 3/5] arm: dts: sun8i: a83t: Add the ir pin for the A83T
` [PATCH 4/5] arm: dts: sun8i: a83t: Add support for the ir interface
` [PATCH 5/5] arm: dts: sun8i: a83t: bananapi-m3: Enable IR controller

[PATCH v4 00/18] kernel-doc: add supported to document nested structs
 2017-12-18 12:30 UTC  (19+ messages)
` [PATCH v4 01/18] docs: kernel-doc.rst: better describe kernel-doc arguments
` [PATCH v4 02/18] docs: kernel-doc.rst: improve private members description
` [PATCH v4 03/18] docs: kernel-doc.rst: improve function documentation section
` [PATCH v4 04/18] docs: kernel-doc.rst: improve structs chapter
` [PATCH v4 05/18] docs: kernel-doc.rst: improve typedef documentation
` [PATCH v4 06/18] docs: kernel-doc.rst: add documentation about man pages
` [PATCH v4 07/18] docs: get rid of kernel-doc-nano-HOWTO.txt
` [PATCH v4 08/18] scripts: kernel-doc: get rid of unused output formats
` [PATCH v4 09/18] scripts: kernel-doc: improve argument handling
` [PATCH v4 10/18] scripts: kernel-doc: change default to ReST format
` [PATCH v4 11/18] scripts: kernel-doc: replace tabs by spaces
` [PATCH v4 12/18] scripts: kernel-doc: parse next structs/unions
` [PATCH v4 13/18] scripts: kernel-doc: get rid of $nested parameter
` [PATCH v4 14/18] scripts: kernel-doc: print the declaration name on warnings
` [PATCH v4 15/18] scripts: kernel-doc: handle nested struct function arguments
` [PATCH v4 16/18] scripts: kernel-doc: improve nested logic to handle multiple identifiers
` [PATCH v4 17/18] scripts: kernel-doc: apply filtering rules to warnings
` [PATCH v4 18/18] w1_netlink.h: add support for nested structs

[PATCH v4 04/16] media: rkisp1: add Rockchip MIPI Synopsys DPHY driver
 2017-12-18 12:14 UTC  (13+ messages)
` [PATCH v4 05/16] media: rkisp1: add Rockchip ISP1 subdev driver
` [PATCH v4 06/16] media: rkisp1: add ISP1 statistics driver
` [PATCH v4 07/16] media: rkisp1: add ISP1 params driver
` [PATCH v4 08/16] media: rkisp1: add capture device driver
` [PATCH v4 09/16] media: rkisp1: add rockchip isp1 core driver
` [PATCH v4 10/16] dt-bindings: Document the Rockchip ISP1 bindings
` [PATCH v4 11/16] dt-bindings: Document the Rockchip MIPI RX D-PHY bindings
` [PATCH v4 12/16] ARM: dts: rockchip: add isp node for rk3288
` [PATCH v4 13/16] ARM: dts: rockchip: add rx0 mipi-phy "
` [PATCH v4 14/16] arm64: dts: rockchip: add isp0 node for rk3399
` [PATCH v4 15/16] arm64: dts: rockchip: add rx0 mipi-phy "
` [PATCH v4 16/16] MAINTAINERS: add entry for Rockchip ISP1 driver

[PATCH v4 00/16] Rockchip ISP1 Driver
 2017-12-18 12:03 UTC  (4+ messages)
` [PATCH v4 01/16] media: videodev2.h, v4l2-ioctl: add rkisp1 meta buffer format
` [PATCH v4 02/16] media: doc: add document for "
` [PATCH v4 03/16] media: rkisp1: Add user space ABI definitions

[PATCH v3 00/12] Rockchip ISP1 Driver
 2017-12-18 12:02 UTC  (4+ messages)
` [PATCH v3 07/12] dt-bindings: Document the Rockchip MIPI RX D-PHY bindings

[PATCH v2 1/2] media: dt-bindings: coda: Add compatible for CodaHx4 on i.MX51
 2017-12-18 11:03 UTC  (3+ messages)
` [PATCH v2 2/2] media: coda: Add i.MX51 (CodaHx4) support

[linux-sunxi] [PATCH v3 2/3] dt-bindings: media: Add Allwinner V3s Camera Sensor Interface (CSI)
 2017-12-18 10:46 UTC  (5+ messages)

[PATCH v3 0/5] Add OV5640 parallel interface and RGB565/YUYV support
 2017-12-18 10:24 UTC  (6+ messages)
` [PATCH v3 3/5] media: dt-bindings: ov5640: add support of DVP parallel interface

Kindly Assist Me?
 2017-12-18  9:47 UTC 

[PATCH] media: v4l: xilinx: Use SPDX-License-Identifier
 2017-12-18  8:56 UTC  (9+ messages)

[PATCH 0/5] Add debug output to v4l2-async
 2017-12-18  8:38 UTC  (21+ messages)
` [PATCH 1/5] v4l: async: Use endpoint node, not device node, for fwnode match
` [PATCH 2/5] device property: Add fwnode_get_name() operation
` [PATCH 3/5] include: v4l2_async: Add 'owner' field to notifier
` [PATCH 4/5] v4l2: async: Postpone subdev_notifier registration
` [PATCH 5/5] v4l2: async: Add debug output to v4l2-async module

[PATCH v2] media: s5p-mfc: Add support for V4L2_MEMORY_DMABUF type
 2017-12-18  8:19 UTC  (7+ messages)

[PATCH v9 0/2] media: ov7740: Add a V4L2 sensor-level driver
 2017-12-13 20:06 UTC  (3+ messages)
` [PATCH v9 2/2] media: i2c: Add the ov7740 image sensor driver

cron job: media_tree daily build: ERRORS
 2017-12-18  4:54 UTC 

Support For Charity
 2017-12-17 11:30 UTC 

[PATCH v4 0/6] [media] Add analog mode support for Medion MD95700
 2017-12-17 19:11 UTC  (2+ messages)

[PATCH v4 1/6] ivtv: zero-initialize cx25840 platform data
 2017-12-17 18:47 UTC  (6+ messages)
` [PATCH v4 2/6] cx25840: add kernel-doc description of struct cx25840_state
` [PATCH v4 3/6] cx25840: add pin to pad mapping and output format configuration
` [PATCH v4 4/6] tuner-simple: allow setting mono radio mode
` [PATCH v4 5/6] [media] cxusb: implement Medion MD95700 digital / analog coexistence
` [PATCH v4 6/6] [media] cxusb: add analog mode support for Medion MD95700

[PATCH v3 1/6] ivtv: zero-initialize cx25840 platform data
 2017-12-17 18:43 UTC  (8+ messages)
` [PATCH v3 2/6] cx25840: add kernel-doc description of struct cx25840_state
` [PATCH v3 3/6] cx25840: add pin to pad mapping and output format configuration
` [PATCH v3 4/6] tuner-simple: allow setting mono radio mode
` [PATCH v3 5/6] [media] cxusb: implement Medion MD95700 digital / analog coexistence
` [PATCH v3 6/6] [media] cxusb: add analog mode support for Medion MD95700

[PATCH v5 0/4] NVIDIA Tegra video decoder driver
 2017-12-17 18:03 UTC  (2+ messages)

[PATCH v3 0/6] [media] Add analog mode support for Medion MD95700
 2017-12-17 17:34 UTC 

[PATCH v2 1/6] cx25840: add pin to pad mapping and output format configuration
 2017-12-17 17:30 UTC  (3+ messages)

[PATCH 0/8] ddbridge improvements and cleanups
 2017-12-17 16:00 UTC  (10+ messages)
` [PATCH 1/8] [media] ddbridge: unregister I2C tuner client before detaching fe's
` [PATCH 2/8] [media] ddbridge: fix resources cleanup for CI hardware
` [PATCH 3/8] [media] ddbridge: deduplicate calls to dvb_ca_en50221_init()
` [PATCH 4/8] [media] ddbridge: move CI detach code to ddbridge-ci.c
` [PATCH 5/8] [media] ddbridge: completely tear down input resources on failure
` [PATCH 6/8] [media] ddbridge: fix deinit order in case of failure in ddb_init()
` [PATCH 7/8] [media] ddbridge: detach first input if the second one failed to init
` [PATCH 8/8] [media] ddbridge: improve ddb_ports_attach() failure handling

[PATCH 0/2] Support Physical Layer Scrambling
 2017-12-17 13:50 UTC  (4+ messages)
` [PATCH 1/2] media: dvb_frontend: add physical layer scrambling support
` [PATCH 2/2] media: stv090x: "

dvb usb issues since kernel 4.9
 2017-12-17 13:27 UTC 

more build failures
 2017-12-17 10:20 UTC  (5+ messages)

cron job: media_tree daily build: ERRORS
 2017-12-17  5:08 UTC 

[PATCH/RFC 0/4] Implement standard color keying properties
 2017-12-17  0:17 UTC  (5+ messages)
` [PATCH/RFC 1/4] drm: Add colorkey properties
` [PATCH/RFC 2/4] drm: rcar-du: Use standard "
` [PATCH/RFC 3/4] v4l: vsp1: Add support for colorkey alpha blending
` [PATCH/RFC 4/4] drm: rcar-du: Add support for color keying on Gen3

[PATCH] libdvbv5: Add libudev to pkg-config file
 2017-12-16 18:43 UTC 

[PATCH for v4.15] dt-bindings/media/cec-gpio.txt: mention the CEC/HPD max voltages
 2017-12-16 18:38 UTC  (2+ messages)

[RFC 0/5] IR support for A83T - sunxi-ir driver update
 2017-12-16 18:36 UTC  (7+ messages)
` [RFC 1/5] [media] rc: update sunxi-ir driver to get base frequency from devicetree
` [RFC 2/5] [media] dt: bindings: Update binding documentation for sunxi IR controller
` [RFC 5/5] ARM: dts: sun8i: a83t: bananapi-m3: Enable "

[PATCH v5 0/6] TDA1997x HDMI video receiver
 2017-12-16 18:32 UTC  (8+ messages)
` [PATCH v5 1/6] v4l2-dv-timings: add v4l2_hdmi_colorimetry()
` [PATCH v5 2/6] MAINTAINERS: add entry for NXP TDA1997x driver
` [PATCH v5 3/6] media: dt-bindings: Add bindings for TDA1997X
` [PATCH v5 4/6] media: i2c: Add TDA1997x HDMI receiver driver
` [PATCH v5 5/6] ARM: dts: imx: Add TDA19971 HDMI Receiver to GW54xx
` [PATCH v5 6/6] ARM: dts: imx: Add TDA19971 HDMI Receiver to GW551x

[BUG] NULL pointer dereference in pvr2_v4l2_internal_check
 2017-12-16 16:21 UTC  (3+ messages)

[BUG] atomisp_ov2680 not initializing correctly
 2017-12-16 15:50 UTC 

Grant
 2017-12-16  6:28 UTC 

[PATCH 1/2] bdisp: Fix a possible sleep-in-atomic bug in bdisp_hw_reset
 2017-12-16 14:14 UTC  (4+ messages)

[bug report] drx: add initial drx-d driver
 2017-12-16 13:58 UTC  (4+ messages)

[PATCH V2 1/2] bdisp: Fix a possible sleep-in-atomic bug in bdisp_hw_reset
 2017-12-16 11:54 UTC 

Grant
 2017-12-16  8:06 UTC 

cron job: media_tree daily build: ERRORS
 2017-12-16  4:39 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).