linux-media.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2017-04-10 16:57:57 to 2017-04-14 04:19:21 UTC [more...]

cron job: media_tree daily build: WARNINGS
 2017-04-14  4:19 UTC 

[PATCH v2 0/15] [dt-bindings] [media] Add document file and driver for Sony CXD2880 DVB-T2/T tuner + demodulator
 2017-04-14  2:48 UTC  (16+ messages)
` [PATCH v2 01/15] [dt-bindings] [media] Add document file for CXD2880 SPI I/F
` [PATCH v2 02/15] [media] cxd2880-spi: Add support for CXD2008 SPI interface
` [PATCH v2 03/15] [media] cxd2880: Add common files for the driver
` [PATCH v2 04/15] [media] cxd2880: Add math functions "
` [PATCH v2 05/15] [media] cxd2880: Add spi device IO routines
` [PATCH v2 06/15] [media] cxd2880: Add tuner part of the driver
` [PATCH v2 07/15] [media] cxd2880: Add integration layer for "
` [PATCH v2 08/15] [media] cxd2880: Add top level of "
` [PATCH v2 09/15] [media] cxd2880: Add DVB-T control functions "
` [PATCH v2 10/15] [media] cxd2880: Add DVB-T monitor and integration layer functions
` [PATCH v2 11/15] [media] cxd2880: Add DVB-T2 control functions for the driver
` [PATCH v2 12/15] [media] cxd2880: Add DVB-T2 monitor and integration layer functions
` [PATCH v2 13/15] [media] cxd2880: Add all Makefile files for the driver
` [PATCH v2 14/15] [media] cxd2880: Add all Kconfig "
` [PATCH v2 15/15] [media] cxd2880 : Update MAINTAINERS file for CXD2880 driver

[PATCH 00/22] Introduce common scatterlist map function
 2017-04-13 22:05 UTC  (23+ messages)
` [PATCH 01/22] scatterlist: Introduce sg_map helper functions
` [PATCH 02/22] nvmet: Make use of the new sg_map helper function
` [PATCH 03/22] libiscsi: Make use of new the "
` [PATCH 04/22] target: Make use of the new sg_map function at 16 call sites
` [PATCH 05/22] drm/i915: Make use of the new sg_map helper function
` [PATCH 06/22] crypto: hifn_795x: "
` [PATCH 07/22] crypto: shash, caam: "
` [PATCH 08/22] crypto: chcr: "
` [PATCH 09/22] dm-crypt: Make use of the new sg_map helper in 4 call sites
` [PATCH 10/22] staging: unisys: visorbus: Make use of the new sg_map helper function
` [PATCH 11/22] RDS: "
` [PATCH 12/22] scsi: ipr, pmcraid, isci: Make use of the new sg_map helper in 4 call sites
` [PATCH 13/22] scsi: hisi_sas, mvsas, gdth: Make use of the new sg_map helper function
` [PATCH 14/22] scsi: arcmsr, ips, megaraid: "
` [PATCH 15/22] scsi: libfc, csiostor: Change to sg_copy_buffer in two drivers
` [PATCH 16/22] xen-blkfront: Make use of the new sg_map helper function
` [PATCH 17/22] mmc: sdhci: "
` [PATCH 18/22] mmc: spi: "
` [PATCH 19/22] mmc: tmio: "
` [PATCH 20/22] mmc: sdricoh_cs: "
` [PATCH 21/22] mmc: tifm_sd: "
` [PATCH 22/22] memstick: "

[PATCH 01/14] staging: atomisp: use local variable to reduce number of references
 2017-04-13 19:27 UTC  (16+ messages)
` [PATCH 02/14] staging/atomisp: fix spelling mistake: "falied" -> "failed"
` [PATCH 03/14] staging: atomisp: remove enable_isp_irq function and add disable_isp_irq
` [PATCH 04/14] staging: atomisp: replace "&isp->asd[i]" with "asd" in __get_asd_from_port()
` [PATCH 05/14] staging: atomisp: move mipi_info assignment to next line "
` [PATCH 06/14] atomisp: remove most of the uses of atomisp_kernel_malloc
` [PATCH 07/14] atomisp: unwrap the _ex malloc/free functions
` [PATCH 08/14] atomisp: remove indirection from sh_css_malloc
` [PATCH 09/14] atomisp: remove sh_css_malloc indirections where we can
` [PATCH 10/14] atomisp: remove contiguous handling
` [PATCH 11/14] atomisp: remove satm kernel
` [PATCH 12/14] atomisp: remove fixedbds kernel code
` [PATCH 13/14] atomisp: remove xnr3_0_5 and xnr3_0_11
` [PATCH 14/14] atomisp: remove UDS kernel code

[PATCH v6 00/39] i.MX Media Driver
 2017-04-13 16:40 UTC  (22+ messages)
` [PATCH v6 17/39] platform: add video-multiplexer subdevice driver
` [PATCH v6 21/39] media: imx: Add CSI subdev driver
  ` [PATCH] [media] imx: csi: retain current field order and colorimetry setting as default
              ` [PATCH 40/40] media: imx: set and propagate empty field, colorimetry params

[RFC v3 00/14] vb2: Handle user cache hints, allow drivers to choose cache coherency
 2017-04-13 15:09 UTC  (16+ messages)
` [RFC v3 01/14] vb2: Rename confusingly named internal buffer preparation functions
` [RFC v3 02/14] vb2: Move buffer cache synchronisation to prepare from queue
` [RFC v3 03/14] vb2: Move cache synchronisation from buffer done to dqbuf handler
` [RFC v3 04/14] v4l: Unify cache management hint buffer flags
` [RFC v3 05/14] vb2: Anticipate queue specific DMA attributes for USERPTR buffers
  ` [RFC v3.1 "
` [RFC v3 06/14] vb2: dma-contig: Assign DMA attrs for a buffer unconditionally
` [RFC v3 07/14] vb2: dma-contig: Remove redundant sgt_base field
` [RFC v3 08/14] vb2: dma-contig: Don't warn on failure in obtaining scatterlist
` [RFC v3 09/14] vb2: dma-contig: Move vb2_dc_get_base_sgt() up
` [RFC v3 10/14] vb2: dma-contig: Fix DMA attribute and cache management
` [RFC v3 11/14] vb2: dma-contig: Add WARN_ON_ONCE() to check for potential bugs
` [RFC v3 12/14] vb2: dma-sg: Let drivers decide DMA attrs of MMAP and USERPTR bufs
` [RFC v3 13/14] vb2: Don't sync cache for a buffer if so requested
` [RFC v3 14/14] vb2: Improve struct vb2_mem_ops documentation; alloc and put are for MMAP

[GIT PULL FOR v4.12] Voice coil lens controls, use them for ad5820
 2017-04-13 12:00 UTC 

[bug report] [media] vp702x: comment dead code
 2017-04-13  9:47 UTC 

[RFC PATCH 0/3] OMAP4 HDMI CEC support
 2017-04-13  9:26 UTC  (12+ messages)
` [RFC PATCH 3/3] encoder-tpd12s015: keep the ls_oe_gpio on while the phys_addr is valid

[PATCH] [media] mceusb: TX -EPIPE (urb status = -32) lockup fix
 2017-04-13  8:06 UTC  (2+ messages)
` [PATCH v2] "

[PATCH 0/3] Fix mdp device tree
 2017-04-13  7:33 UTC  (4+ messages)
` [PATCH 1/3] dt-bindings: mt8173: "
` [PATCH 2/3] arm64: dts: "
` [PATCH 3/3] media: mtk-mdp: "

[PATCH] [media] mtk-mdp: Fix g_/s_selection capture/compose logic
 2017-04-13  6:50 UTC  (2+ messages)

cron job: media_tree daily build: WARNINGS
 2017-04-13  4:18 UTC 

[PATCH] staging/media: make atomisp vlv2_plat_clock explicitly non-modular
 2017-04-13  1:57 UTC 

et8ek8 camera on Nokia N900: trying to understand what is going on with modes
 2017-04-12 21:11 UTC 

[PATCH v2 0/5] media: rc: meson-ir: series with smaller improvements
 2017-04-12 19:34 UTC  (6+ messages)
` [PATCH v2 1/5] media: rc: meson-ir: remove irq from struct meson_ir
` [PATCH v2 2/5] media: rc: meson-ir: make use of the bitfield macros
` [PATCH v2 3/5] media: rc: meson-ir: switch to managed rc device allocation / registration
` [PATCH v2 4/5] media: rc: meson-ir: use readl_relaxed in the interrupt handler
` [PATCH v2 5/5] media: rc: meson-ir: change irq name to to of node name

[PATCH v3 00/13] stv0367/ddbridge: support CTv6/FlexCT hardware
 2017-04-12 19:23 UTC  (2+ messages)

please help with uninstall
 2017-04-12 15:48 UTC  (2+ messages)

Looking for device driver advice
 2017-04-12 14:50 UTC  (6+ messages)

[PATCH] [media] xc5000: fix spelling mistake: "calibration"
 2017-04-12 14:04 UTC 

[GIT PULL FOR v4.12] Add vimc virtual test driver
 2017-04-12 12:46 UTC 

[GIT PULL FOR v4.12] New ov5645 and ov5647 drivers
 2017-04-12 11:19 UTC 

cron job: media_tree daily build: WARNINGS
 2017-04-12  4:14 UTC 

[PATCH v3 0/7] Add V4L2 SDR (DRIF & MAX2175) driver
 2017-04-11 22:41 UTC  (18+ messages)
` [PATCH v3 1/7] media: v4l2-ctrls: Reserve controls for MAX217X
` [PATCH v3 2/7] dt-bindings: media: Add MAX2175 binding description
` [PATCH v3 5/7] doc_rst: media: New SDR formats PC16, PC18 & PC20
` [PATCH v3 6/7] dt-bindings: media: Add Renesas R-Car DRIF binding
` [PATCH v3 7/7] media: platform: rcar_drif: Add DRIF support

[PATCH v2] staging: media/platform/bcm2835: remove gstreamer workaround
 2017-04-11 22:17 UTC 

[PATCH v2 00/21] Convert USB documentation to ReST format
 2017-04-11 20:49 UTC  (7+ messages)

[PATCH] omap3isp: add support for CSI1 bus
 2017-04-11 18:15 UTC  (11+ messages)
      ` [PATCHv2] "
              ` [RFC] "

[PATCHv3 00/22] Ion clean up in preparation in moving out of staging
 2017-04-11 16:48 UTC  (12+ messages)
` [PATCHv3 07/22] staging: android: ion: Remove page faulting support
` [PATCHv3 08/22] staging: android: ion: Remove crufty cache support
` [PATCHv3 13/22] staging: android: ion: Use CMA APIs directly

[PATCH 0/5] media: rc: meson-ir: series with smaller improvements
 2017-04-11 15:26 UTC  (10+ messages)
` [PATCH 1/5] media: rc: meson-ir: remove irq from struct meson_ir
` [PATCH 2/5] media: rc: meson-ir: make use of the bitfield macros
` [PATCH 3/5] media: rc: meson-ir: switch to managed rc device allocation / registration
` [PATCH 4/5] media: rc: meson-ir: use readl_relaxed in the interrupt handler
` [PATCH 5/5] media: rc: meson-ir: change irq name to to of node name

[GIT PULL FOR v4.12] New ov5645 driver
 2017-04-11 13:53 UTC 

[GIT PULL FOR v4.12] Remaining vsp patches, V4L2_CTRL_FLAG_MODIFY_LAYOUT support
 2017-04-11 13:40 UTC 

[PATCHv4 00/15] R-Car VSP1 Histogram Support
 2017-04-11 13:34 UTC  (21+ messages)
` [PATCHv4 01/15] v4l: Clearly document interactions between formats, controls and buffers
` [PATCHv4 02/15] v4l: vsp1: wpf: Implement rotation support
` [PATCHv4 03/15] v4l: Add metadata buffer type and format
` [PATCHv4 04/15] v4l: vsp1: Add histogram support
` [PATCHv4 05/15] v4l: vsp1: Support histogram generators in pipeline configuration
` [PATCHv4 06/15] v4l: vsp1: Fix HGO and HGT routing register addresses
` [PATCHv4 07/15] v4l: Define a pixel format for the R-Car VSP1 1-D histogram engine
` [PATCHv4 08/15] v4l: vsp1: Add HGO support
` [PATCHv4 09/15] v4l: Define a pixel format for the R-Car VSP1 2-D histogram engine
` [PATCHv4 10/15] v4l: vsp1: Add HGT support
` [PATCHv4 11/15] vidioc-queryctrl.rst: document V4L2_CTRL_FLAG_MODIFY_LAYOUT
` [PATCHv4 12/15] videodev.h: add V4L2_CTRL_FLAG_MODIFY_LAYOUT
` [PATCHv4 13/15] v4l2-ctrls.c: set V4L2_CTRL_FLAG_MODIFY_LAYOUT for ROTATE
` [PATCHv4 14/15] buffer.rst: clarify how V4L2_CTRL_FLAG_MODIFY_LAYOUT/GRABBER are used
` [PATCHv4 15/15] vsp1: set V4L2_CTRL_FLAG_MODIFY_LAYOUT for histogram controls

[PATCH v9 2/2] media: Add a driver for the ov5645 camera sensor
 2017-04-11 11:28 UTC 

[PATCH v9 1/2] media: i2c/ov5645: add the device tree binding document
 2017-04-11 11:28 UTC 

[PATCH v9 0/2] OV5645 camera sensor driver
 2017-04-11 11:27 UTC 

[Patch v3 10/11] [media] s5p-mfc: Add support for HEVC encoder (fwd)
 2017-04-11 11:26 UTC  (6+ messages)

[git:media_tree/master] [media] ARM: dts: exynos: add HDMI controller phandle to exynos4.dtsi
 2017-04-11  9:02 UTC  (4+ messages)

[PATCH 0/9] Unify i2c_mux_add_adapter error reporting
 2017-04-11  8:08 UTC  (2+ messages)

[PATCH] Quirk for webcam in MacBook Pro 2016
 2017-04-11  5:07 UTC  (5+ messages)

cron job: media_tree daily build: ERRORS
 2017-04-11  3:54 UTC 

[linux-stable-rc:linux-4.9.y 1742/1772] arch/arm/mach-omap2/pdata-quirks.c:537:49: error: 'rx51_ir_data' undeclared here (not in a function)
 2017-04-11  1:18 UTC 

[media] vimc: API proposal, configuring the topology from user space
 2017-04-10 22:53 UTC 

[PATCH] arm: dma: fix sharing of coherent DMA memory without struct page
 2017-04-10 22:50 UTC  (3+ messages)

[PATCH 0/3] support for Logilink VG0022a DVB-T2 stick
 2017-04-10 19:38 UTC  (2+ messages)

[PATCH 1/5] dt-bindings: media: Add document file for CXD2880 SPI I/F
 2017-04-10 18:23 UTC  (2+ messages)

[PATCH v3 0/8] R-Car VSP1 Histogram Support
 2017-04-10 18:13 UTC  (5+ messages)
` [PATCH v3 1/8] v4l: Add metadata buffer type and format

[GIT PULL FOR v4.12] ov2640 & soc_camera sensor cleanups
 2017-04-10 18:09 UTC 

[PATCH 1/2] em28xx: reduce stack usage in sensor probing functions
 2017-04-10 18:06 UTC  (6+ messages)
` [PATCH 2/2] em28xx: simplify ID-reading from Micron sensors

[GIT PULL 4.12] si2157: Si2141 tuner support
 2017-04-10 16:57 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).