linux-media.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2016-10-11 10:35:23 to 2016-10-14 15:47:52 UTC [more...]

[PATCH 00/22] Basic i.MX IPUv3 capture support
 2016-10-14 15:47 UTC  (6+ messages)
` [PATCH 02/22] [media] v4l2-async: allow subdevices to add further subdevices to the notifier waiting list

[RFC PATCH 00/11] Introduce writeback connectors
 2016-10-14 14:56 UTC  (33+ messages)
` [RFC PATCH 01/11] drm: Add writeback connector type
` [RFC PATCH 02/11] drm/fb-helper: Skip writeback connectors
` [RFC PATCH 03/11] drm: Extract CRTC/plane disable from drm_framebuffer_remove
` [RFC PATCH 04/11] drm: Add __drm_framebuffer_remove_atomic
` [RFC PATCH 05/11] drm: Add fb to connector state
` [RFC PATCH 06/11] drm: Expose fb_id property for writeback connectors
` [RFC PATCH 07/11] drm: Add writeback-connector pixel format properties
` [RFC PATCH 08/11] drm: mali-dp: Rename malidp_input_format
` [RFC PATCH 09/11] drm: mali-dp: Add RGB writeback formats for DP550/DP650
` [RFC PATCH 10/11] drm: mali-dp: Add support for writeback on DP550/DP650
` [RFC PATCH 11/11] drm: mali-dp: Add writeback connector

[PATCH] [media] videobuf2-dma-contig: Support cacheable MMAP
 2016-10-14 13:21 UTC 

[PATCH 0/2] R-Car DU: Add support for LVDS mode selection
 2016-10-14 12:40 UTC  (5+ messages)
` [PATCH 1/2] devicetree/bindings: display: Add bindings for LVDS panels

[PATCH 0/2] [media] DMA direction support in vb2_queue
 2016-10-14 12:08 UTC  (3+ messages)
` [PATCH 1/2] [media] vb2: Store dma_dir "
` [PATCH 2/2] [media] vb2: Add support for use_dma_bidirectional queue flag

[PATCH 00/18] [media] RedRat3: Fine-tuning for several function implementations
 2016-10-14 12:01 UTC  (30+ messages)
  ` [PATCH 01/18] [media] RedRat3: Use kcalloc() in two functions
      ` [media] RedRat3: Use kcalloc() in two functions?
  ` [PATCH 02/18] [media] RedRat3: Move two assignments in redrat3_transmit_ir()
      ` [media] RedRat3: Move two assignments in redrat3_transmit_ir()?
  ` [PATCH 03/18] [media] RedRat3: Return directly after a failed kcalloc() in redrat3_transmit_ir()
  ` [PATCH 04/18] [media] RedRat3: One function call less in redrat3_transmit_ir() after error detection
  ` [PATCH 05/18] [media] RedRat3: Delete six messages for a failed memory allocation
  ` [PATCH 06/18] [media] RedRat3: Delete an unnecessary variable initialisation in redrat3_get_firmware_rev()
  ` [PATCH 07/18] [media] RedRat3: Improve another size determination in redrat3_reset()
  ` [PATCH 08/18] [media] RedRat3: Improve another size determination in redrat3_send_cmd()
  ` [PATCH 09/18] [media] RedRat3: Move a variable assignment in redrat3_dev_probe()
  ` [PATCH 10/18] [media] RedRat3: Delete an unnecessary variable initialisation in redrat3_init_rc_dev()
  ` [PATCH 11/18] [media] RedRat3: Delete the variable "dev" "
  ` [PATCH 12/18] [media] RedRat3: Move a variable assignment "
  ` [PATCH 13/18] [media] RedRat3: Return directly after a failed rc_allocate_device() "
  ` [PATCH 14/18] [media] RedRat3: Rename a jump label "
  ` [PATCH 15/18] [media] RedRat3: Delete two variables in redrat3_set_timeout()
  ` [PATCH 16/18] [media] RedRat3: Move a variable assignment "
  ` [PATCH 17/18] [media] RedRat3: Adjust two checks for null pointers in redrat3_dev_probe()
  ` [PATCH 18/18] [media] RedRat3: Combine substrings for six messages
` [PATCH 0/5] [media] winbond-cir: Fine-tuning for four function implementations
  ` [PATCH 1/5] [media] winbond-cir: Use kmalloc_array() in wbcir_tx()
  ` [PATCH 2/5] [media] winbond-cir: Move a variable assignment "
  ` [PATCH 3/5] [media] winbond-cir: Move assignments for three variables in wbcir_shutdown()
  ` [PATCH 4/5] [media] winbond-cir: One variable and its check less in wbcir_shutdown() after error detection
  ` [PATCH 5/5] [media] winbond-cir: Move a variable assignment in two functions

[PATCH v6 0/2] OV5645 camera sensor driver
 2016-10-14 12:01 UTC  (7+ messages)
` [PATCH v6 1/2] media: i2c/ov5645: add the device tree binding document
` [PATCH v6 2/2] media: Add a driver for the ov5645 camera sensor

[patch] [media] st-hva: fix some error handling in hva_hw_probe()
 2016-10-14  7:32 UTC 

cron job: media_tree daily build: ERRORS
 2016-10-14  4:06 UTC 

[PATCH] [media] dib0700: Fix uninitialized protocol for NEC repeat codes
 2016-10-13 21:28 UTC  (3+ messages)
  ` [PATCH] [media] dib0700: fix nec repeat handling

[PATCH] [media] s5p-cec: mark PM functions as __maybe_unused again
 2016-10-13 14:39 UTC 

[PATCH v4l-utils 7/7 v7.1] Add a libv4l plugin for Exynos4 camera
 2016-10-13 14:22 UTC  (2+ messages)

[PATCH] [media] s5p_cec: Mark runtime suspend/resume as __maybe_unused
 2016-10-13 14:16 UTC 

[PATCH 00/10] mm: adjust get_user_pages* functions to explicitly pass FOLL_* flags
 2016-10-13  7:32 UTC  (13+ messages)
` [PATCH 01/10] mm: remove write/force parameters from __get_user_pages_locked()
` [PATCH 02/10] mm: remove write/force parameters from __get_user_pages_unlocked()
` [PATCH 03/10] mm: replace get_user_pages_unlocked() write/force parameters with gup_flags
` [PATCH 04/10] mm: replace get_user_pages_locked() "
` [PATCH 05/10] mm: replace get_vaddr_frames() "
` [PATCH 06/10] mm: replace get_user_pages() "
` [PATCH 07/10] mm: replace get_user_pages_remote() "
` [PATCH 08/10] mm: replace __access_remote_vm() write parameter "
` [PATCH 09/10] mm: replace access_remote_vm() "
` [PATCH 10/10] mm: replace access_process_vm() "

ivtv kernel panic
 2016-10-13 10:39 UTC 

ivtv kernel panic
 2016-10-13  5:57 UTC 

cron job: media_tree daily build: ERRORS
 2016-10-13  4:06 UTC 

[RFC 0/6] Module for tracking/accounting shared memory buffers
 2016-10-12 17:15 UTC  (12+ messages)
` [RFC 1/6] fs: add installed and uninstalled file_operations
` [RFC 2/6] drivers: misc: add memtrack
` [RFC 3/6] dma-buf: add memtrack support
` [RFC 4/6] memtrack: Adds the accounting to keep track of all mmaped/unmapped pages
` [RFC 5/6] memtrack: Add memtrack accounting for forked processes
` [RFC 6/6] drivers: staging: ion: add ION_IOC_TAG ioctl

[PATCH 00/34] [media] DaVinci-Video Processing: Fine-tuning for several function implementations
 2016-10-12 17:16 UTC  (35+ messages)
` [PATCH 01/34] [media] DaVinci-VPBE: Use kmalloc_array() in vpbe_initialize()
` [PATCH 02/34] [media] DaVinci-VPBE: Delete two error messages for a failed memory allocation
` [PATCH 04/34] [media] DaVinci-VPBE: Combine substrings for four messages
` [PATCH 05/34] [media] DaVinci-VPBE: Return an error code only as a constant in vpbe_probe()
` [PATCH 06/34] [media] DaVinci-VPBE: Return an error code only by a single variable in vpbe_initialize()
` [PATCH 07/34] [media] DaVinci-VPBE: Delete an unnecessary variable initialisation "
` [PATCH 08/34] [media] DaVinci-VPBE: Return the success indication only as a constant in vpbe_set_mode()
` [PATCH 09/34] [media] DaVinci-VPBE: Reduce the scope for a variable in vpbe_set_default_output()
` [PATCH 10/34] [media] DaVinci-VPBE: Check return value of a setup_if_config() call in vpbe_set_output()
` [PATCH 11/34] [media] DaVinci-VPBE: Rename a jump label "
` [PATCH 12/34] [media] DaVinci-VPBE: Delete an unnecessary variable initialisation "
` [PATCH 13/34] [media] DaVinci-VPFE-Capture: Use kmalloc_array() in vpfe_probe()
` [PATCH 14/34] [media] DaVinci-VPFE-Capture: Delete three error messages for a failed memory allocation
` [PATCH 15/34] [media] DaVinci-VPFE-Capture: Improve another size determination in vpfe_probe()
` [PATCH 16/34] [media] DaVinci-VPFE-Capture: Delete an unnecessary variable initialisation "
` [PATCH 17/34] [media] DaVinci-VPFE-Capture: Improve another size determination in vpfe_enum_input()
` [PATCH 18/34] [media] DaVinci-VPFE-Capture: Combine substrings for an error message "
` [PATCH 19/34] [media] DaVinci-VPFE-Capture: Improve another size determination in vpfe_open()
` [PATCH 20/34] [media] DaVinci-VPFE-Capture: Adjust 13 checks for null pointers
` [PATCH 21/34] [media] DaVinci-VPFE-Capture: Delete an unnecessary variable initialisation in 11 functions
` [PATCH 22/34] [media] DaVinci-VPFE-Capture: Move two assignments in vpfe_s_input()
` [PATCH 23/34] [media] DaVinci-VPFE-Capture: Delete unnecessary braces in vpfe_isr()
` [PATCH 24/34] [media] DaVinci-VPFE-Capture: Delete an unnecessary return statement in vpfe_unregister_ccdc_device()
` [PATCH 25/34] [media] DaVinci-VPIF-Capture: Use kcalloc() in vpif_probe()
` [PATCH 26/34] [media] DaVinci-VPIF-Capture: Delete an error message for a failed memory allocation
` [PATCH 28/34] [media] DaVinci-VPIF-Capture: Delete an unnecessary variable initialisation in vpif_querystd()
` [PATCH 29/34] [media] DaVinci-VPIF-Capture: Delete an unnecessary variable initialisation in vpif_channel_isr()
` [PATCH 30/34] [media] DaVinci-VPIF-Display: Use kcalloc() in vpif_probe()
` [PATCH 31/34] [media] DaVinci-VPIF-Display: Delete an error message for a failed memory allocation
` [PATCH 32/34] [media] DaVinci-VPIF-Display: Adjust 11 checks for null pointers
` [PATCH 33/34] [media] DaVinci-VPIF-Display: Delete an unnecessary variable initialisation in vpif_channel_isr()
` [PATCH 34/34] [media] DaVinci-VPIF-Display: Delete an unnecessary variable initialisation in process_progressive_mode()
  ` [PATCH resent 03/34] [media] DaVinci-VPBE: Adjust 16 checks for null pointers
  ` [PATCH resent 27/34] [media] DaVinci-VPIF-Capture: Adjust ten "

[PATCH v3 0/2] OV5647 Sensor driver
 2016-10-12 16:02 UTC  (3+ messages)
` [PATCH v3 1/2] Add OV5647 device tree documentation
` [PATCH v3 2/2] Add support for Omnivision OV5647

V4L2_DEC_CMD_STOP and last_buffer_dequeued
 2016-10-12 15:33 UTC 

[PATCH v4l-utils v7 0/7] Add a plugin for Exynos4 camera
 2016-10-12 14:35 UTC  (8+ messages)
` [PATCH v4l-utils v7 1/7] mediactl: Add support for v4l2-ctrl-binding config
` [PATCH v4l-utils v7 2/7] mediatext: Add library
` [PATCH v4l-utils v7 3/7] mediactl: Add media_entity_get_backlinks()
` [PATCH v4l-utils v7 4/7] mediactl: Add media_device creation helpers
` [PATCH v4l-utils v7 5/7] mediactl: libv4l2subdev: Add colorspace logging
` [PATCH v4l-utils v7 6/7] mediactl: libv4l2subdev: add support for comparing mbus formats
` [PATCH v4l-utils v7 7/7] Add a libv4l plugin for Exynos4 camera

[RFC 0/5] Add V4L2 SDR (DRIF & MAX2175) driver
 2016-10-12 14:10 UTC  (6+ messages)
` [RFC 1/5] media: i2c: max2175: Add MAX2175 support
` [RFC 2/5] media: v4l2-ctrls: Reserve controls for MAX217X
` [RFC 3/5] media: platform: rcar_drif: Add DRIF support
` [RFC 4/5] media: Add new SDR formats SC16, SC18 & SC20
` [RFC 5/5] doc_rst: media: New "

[PATCH 0/4] reST-directive kernel-cmd / include contentent from scripts
 2016-10-12  8:20 UTC  (13+ messages)

cron job: media_tree daily build: ERRORS
 2016-10-12  4:06 UTC 

[PATCH v2 00/31] Don't use stack for DMA transers on media usb drivers
 2016-10-12  2:19 UTC  (22+ messages)
` [PATCH v2 01/31] af9005: don't do DMA on stack
` [PATCH v2 03/31] cinergyT2-core: handle error code on RC query
  ` [PATCH v2.1 "
` [PATCH v2 04/31] cinergyT2-fe: cache stats at cinergyt2_fe_read_status()
` [PATCH v2 06/31] cxusb: don't do DMA on stack
` [PATCH v2 07/31] dib0700: be sure that dib0700_ctrl_rd() users can do DMA
` [PATCH v2 08/31] dib0700_core: don't use stack on I2C reads
` [PATCH v2 09/31] dibusb: don't do DMA on stack
` [PATCH v2 22/31] pctv452e: don't call BUG_ON() on non-fatal error
` [PATCH v2 23/31] technisat-usb2: use DMA buffers for I2C transfers
` [PATCH v2 24/31] dvb-usb: warn if return value for USB read/write routines is not checked
` [PATCH v2 25/31] nova-t-usb2: handle error code on RC query
` [PATCH v2 26/31] dw2102: return error if su3000_power_ctrl() fails
` [PATCH v2 27/31] digitv: handle error code on RC query
` [PATCH v2 28/31] cpia2_usb: don't use stack for DMA
    ` [PATCH v2 .1 "
` [PATCH v2 29/31] s2255drv: "
` [PATCH v2 30/31] stk-webcam: "
` [PATCH v2 31/31] flexcop-usb: "

[linux-review:Mauro-Carvalho-Chehab/Don-t-use-stack-for-DMA-transers-on-media-usb-drivers/20161011-182408 3/31] drivers/media/usb/dvb-usb/cinergyT2-core.c:174:2-8: preceding lock on line 169
 2016-10-12  2:12 UTC  (5+ messages)

replace pci_enable_msi_{exact_range} with pci_alloc_irq_vectors
 2016-10-11 20:18 UTC  (5+ messages)
` [PATCH 1/6] arcmsr: use pci_alloc_irq_vectors
` [PATCH 2/6] ipr: use pci_irq_allocate_vectors

[GIT PULL for v4.9-rc1] media updates
 2016-10-11 16:17 UTC 

[linux-review:Mauro-Carvalho-Chehab/Don-t-use-stack-for-DMA-transers-on-media-usb-drivers/20161011-182408 22/31] drivers/media/usb/dvb-usb/pctv452e.c:115:2-3: Unneeded semicolon
 2016-10-11 13:22 UTC  (2+ messages)
` [PATCH] pctv452e: fix semicolon.cocci warnings


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).