linux-media.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-10-07 08:46:12 to 2020-10-08 07:31:51 UTC [more...]

[PATCH 00/13] follow_pfn and other iomap races
 2020-10-08  7:31 UTC  (48+ messages)
` [PATCH 01/13] drm/exynos: Stop using frame_vector helpers
` [PATCH 02/13] drm/exynos: Use FOLL_LONGTERM for g2d cmdlists
` [PATCH 03/13] misc/habana: Stop using frame_vector helpers
` [PATCH 04/13] misc/habana: Use FOLL_LONGTERM for userptr
` [PATCH 05/13] mm/frame-vector: Use FOLL_LONGTERM
` [PATCH 06/13] media: videobuf2: Move frame_vector into media subsystem
` [PATCH 07/13] mm: close race in generic_access_phys
` [PATCH 08/13] s390/pci: Remove races against pte updates
` [PATCH 09/13] PCI: obey iomem restrictions for procfs mmap
` [PATCH 10/13] PCI: revoke mappings like devmem
` [PATCH 11/13] mm: add unsafe_follow_pfn
` [PATCH 12/13] media/videbuf1|2: Mark follow_pfn usage as unsafe
` [PATCH 13/13] vfio/type1: Mark follow_pfn "

[PATCH v2 1/2] media: i2c: Add driver for the Analog Devices ADDI9036 ToF front-end
 2020-10-08  6:49 UTC  (8+ messages)
` [PATCH v2 2/2] media: dt-bindings: media: i2c: Add bindings for ADDI9036

[PATCH v3 0/7] dma-buf: Performance improvements for system heap & a system-uncached implementation
 2020-10-08  5:03 UTC  (4+ messages)
` [PATCH v3 7/7] dma-buf: system_heap: Add a system-uncached heap re-using the system heap

cron job: media_tree daily build: WARNINGS
 2020-10-08  3:38 UTC 

[PATCH] media: videobuf2: Fix length check for single plane dmabuf queueing
 2020-10-08  1:59 UTC  (2+ messages)

[PATCH 0/4] dt-bindings: additional/unevaluatedProperties clean-ups
 2020-10-07 22:48 UTC  (5+ messages)
` [PATCH 1/4] dt-bindings: Add missing 'unevaluatedProperties'
` [PATCH 4/4] dt-bindings: Explicitly allow additional properties in common schemas

[PATCH 0/3] Venus dynamic resolution change fixes
 2020-10-07 20:03 UTC  (4+ messages)
` [PATCH 2/3] venus: vdec: Make decoder return LAST flag for sufficient event

[PATCH 0/2] Venus: fix handling of crop and s_fmt
 2020-10-07 19:33 UTC  (6+ messages)
` [PATCH 2/2] venus: venc: fix handlig of S_SELECTION and G_SELECTION

INFO: task hung in mxl5007t_attach
 2020-10-07 16:35 UTC 

[PATCH v2 000/106] CCS driver
 2020-10-07 16:24 UTC  (95+ messages)
` [PATCH v2 001/106] smiapp: Generate CCS register definitions and limits
  ` [PATCH v2 006/106] smiapp: Use MIPI CCS version and manufacturer ID information
  ` [PATCH v2 007/106] smiapp: Read CCS limit values
  ` [PATCH v2 011/106] smiapp: Use CCS limits in reading binning capabilities
  ` [PATCH v2 012/106] smiapp: Use CCS registers
  ` [PATCH v2 014/106] smiapp: Rename register access functions
  ` [PATCH v2 015/106] smiapp: Internal rename to CCS
  ` [PATCH v2 016/106] smiapp: Differentiate CCS sensors from SMIA in subdev naming
  ` [PATCH v2 017/106] smiapp: Rename as "ccs"
  ` [PATCH v2 018/106] ccs: Remove profile concept
  ` [PATCH v2 027/106] ccs: Request for "reset" GPIO
  ` [PATCH v2 029/106] ccs: Remove the I²C ID table
  ` [PATCH v2 033/106] ccs: Add CCS static data parser library
  ` [PATCH v2 034/106] ccs: Combine revision number major and minor into one
  ` [PATCH v2 035/106] ccs: Read CCS static data from firmware binaries
  ` [PATCH v2 036/106] ccs: Stop reading arrays after the first zero
  ` [PATCH v2 037/106] ccs: The functions to get compose or crop rectangle never return NULL
  ` [PATCH v2 038/106] ccs: Replace somewhat harsh internal checks based on BUG with WARN_ON
  ` [PATCH v2 039/106] ccs: Refactor register reading a little
  ` [PATCH v2 040/106] ccs: Make real to integer number conversion optional
  ` [PATCH v2 043/106] smiapp-pll: Rename as ccs-pll
  ` [PATCH v2 046/106] ccs: Add support for manufacturer regs from sensor and module files
  ` [PATCH v2 047/106] ccs: Use static data read-only registers
  ` [PATCH v2 048/106] ccs: Clean up runtime PM usage
  ` [PATCH v2 049/106] ccs: Wrap long lines, unwrap short ones
  ` [PATCH v2 051/106] ccs: Use longer pre-I²C sleep for CCS compliant devices
  ` [PATCH v2 052/106] ccs: Remove unnecessary delays from power-up sequence
  ` [PATCH v2 055/106] ccs: Use all regulators
  ` [PATCH v2 056/106] ccs-pll: Don't use div_u64 to divide a 32-bit number
  ` [PATCH v2 057/106] ccs-pll: Split limits and PLL configuration into front and back parts
  ` [PATCH v2 058/106] ccs-pll: Use correct VT divisor for calculating VT SYS divisor
  ` [PATCH v2 059/106] ccs-pll: End search if there are no better values available
  ` [PATCH v2 060/106] ccs-pll: Remove parallel bus support
  ` [PATCH v2 061/106] ccs-pll: Differentiate between CSI-2 D-PHY and C-PHY
  ` [PATCH v2 062/106] ccs-pll: Move the flags field down, away from 8-bit fields
  ` [PATCH v2 063/106] ccs-pll: Document the structs in the header as well as the function
  ` [PATCH v2 064/106] ccs-pll: Use the BIT macro
  ` [PATCH v2 065/106] ccs-pll: Begin calculation from OP system clock frequency
  ` [PATCH v2 066/106] ccs-pll: Fix condition for pre-PLL divider lower bound
  ` [PATCH v2 067/106] ccs-pll: Avoid overflow in pre-PLL divisor lower bound search
  ` [PATCH v2 068/106] ccs-pll: Fix comment on check against maximum PLL multiplier
  ` [PATCH v2 069/106] ccs-pll: Fix check for PLL multiplier upper bound
  ` [PATCH v2 070/106] ccs-pll: Use explicit 32-bit unsigned type
  ` [PATCH v2 071/106] ccs-pll: Add support for lane speed model
  ` [PATCH v2 072/106] ccs: "
  ` [PATCH v2 073/106] ccs-pll: Add support for decoupled OP domain calculation
  ` [PATCH v2 074/106] ccs-pll: Add support for extended input PLL clock divider
  ` [PATCH v2 075/106] ccs-pll: Support two cycles per pixel on OP domain
  ` [PATCH v2 076/106] ccs-pll: Add support flexible OP PLL pixel clock divider
  ` [PATCH v2 077/106] ccs-pll: Add sanity checks
  ` [PATCH v2 078/106] ccs-pll: Add C-PHY support
  ` [PATCH v2 079/106] ccs-pll: Split off VT subtree calculation
  ` [PATCH v2 080/106] ccs-pll: Check for derating and overrating, support non-derating sensors
  ` [PATCH v2 081/106] ccs-pll: Better separate OP and VT sub-tree calculation
  ` [PATCH v2 082/106] ccs-pll: Print relevant information on PLL tree
  ` [PATCH v2 083/106] ccs-pll: Rework bounds checks
  ` [PATCH v2 084/106] ccs-pll: Make VT divisors 16-bit
  ` [PATCH v2 085/106] ccs-pll: Fix VT post-PLL divisor calculation
  ` [PATCH v2 086/106] ccs-pll: Separate VT divisor limit calculation from the rest
  ` [PATCH v2 087/106] ccs-pll: Add trivial dual PLL support
  ` [PATCH v2 088/106] ccs: Dual "
  ` [PATCH v2 089/106] ccs-pll: Add support for DDR OP system and pixel clocks
  ` [PATCH v2 090/106] ccs: Add support for DDR OP SYS and OP PIX clocks
  ` [PATCH v2 091/106] ccs: Print written register values
  ` [PATCH v2 092/106] ccs-pll: Print pixel rates
  ` [PATCH v2 093/106] ccs: Add support for obtaining C-PHY configuration from firmware
  ` [PATCH v2 094/106] ccs: Add digital gain support
  ` [PATCH v2 095/106] ccs: Add support for old-style SMIA digital gain
  ` [PATCH v2 096/106] ccs: Remove analogue gain field
  ` [PATCH v2 097/106] ccs: Only add analogue gain control if the device supports it
  ` [PATCH v2 098/106] v4l: uapi: Add user control base for CCS controls
  ` [PATCH v2 099/106] v4l: uapi: ccs: Add controls for analogue gain constants
  ` [PATCH v2 100/106] ccs: Add support for analogue gain coefficient controls
  ` [PATCH v2 101/106] v4l: uapi: ccs: Add controls for CCS alternative analogue gain
  ` [PATCH v2 102/106] ccs: Add support for alternate analogue global gain
  ` [PATCH v2 103/106] ccs: Add debug prints for MSR registers
  ` [PATCH v2 104/106] v4l: uapi: ccs: Add CCS controls for shading correction
  ` [PATCH v2 105/106] ccs: Add shading correction and luminance correction level controls
  ` [PATCH v2 106/106] ccs: Add CCS ACPI device ID
` [PATCH v2 022/106] dt-bindings: nokia,smia: Remove nokia,nvm-size property
` [PATCH v2 023/106] dt-bindings: nokia,smia: Convert to YAML
` [PATCH v2 025/106] dt-bindings: nokia,smia: Amend SMIA bindings with MIPI CCS support
` [PATCH v2 026/106] dt-bindings: mipi-ccs: Add bus-type for C-PHY support
    ` [PATCH v3 "
` [PATCH v2 053/106] dt-bindings: mipi,ccs: Don't mention vana voltage
` [PATCH v2 054/106] dt-bindings: mipi,ccs: Add vcore and vio supplies

[PATCH] media: stm32-dcmi: add support of BT656 bus
 2020-10-07 16:14 UTC 

[PATCH v2] media: atomisp: remove compat_ioctl32 code
 2020-10-07 16:14 UTC  (2+ messages)

[PATCH] media: stm32-dcmi: add 8-bit Bayer formats support
 2020-10-07 16:08 UTC 

[PATCH] media: stm32-dcmi: remove deprecated dmaengine_terminate_all()
 2020-10-07 16:05 UTC 

[PATCH] media: stm32-dcmi: don't print an error on probe deferral
 2020-10-07 16:02 UTC 

[PATCH] media: atomisp: stop compiling compat_ioctl32 code
 2020-10-07 15:37 UTC  (3+ messages)

[PATCH] media: ov5640: fix MIPI power sequence
 2020-10-07 15:09 UTC  (4+ messages)

[PATCH 1/2] mm/frame-vec: Drop gup_flags from get_vaddr_frames()
 2020-10-07 15:05 UTC  (22+ messages)
` [PATCH 2/2] mm/frame-vec: use FOLL_LONGTERM

[PATCH] media: ov5640: add support of 160x120 resolution
 2020-10-07 14:56 UTC  (2+ messages)

[PATCH v3 0/7] Support GEM object mappings from I/O memory
 2020-10-07 14:30 UTC  (14+ messages)
` [PATCH v3 2/7] drm/ttm: Add ttm_kmap_obj_to_dma_buf_map() for type conversion

[PATCH] media: ov5640: fix support of BT656 bus mode
 2020-10-07 14:24 UTC 

[PATCH v2] media: ov5640: add support of 160x120 resolution
 2020-10-07 14:19 UTC 

dma_alloc_pages / dma_alloc_noncoherent fixups
 2020-10-07 12:24 UTC  (8+ messages)
` [PATCH 8/8] WIP: add a dma_alloc_contiguous API

[PATCH] media: m88rs6000t: avoid potential out-of-bounds reads on arrays
 2020-10-07 12:16 UTC 

[PATCH v2 0/6] CODA timeout fix & assorted changes
 2020-10-07 11:34 UTC  (9+ messages)
` [PATCH v2 1/6] coda: Remove redundant ctx->initialized setting
` [PATCH v2 2/6] coda: Simplify H.264 small buffer padding logic
` [PATCH v2 3/6] coda: Clarify device registered log
` [PATCH v2 4/6] coda: Clarify interrupt registered name
` [PATCH v2 5/6] coda: coda_buffer_meta housekeeping fix
` [PATCH v2 6/6] coda: Add a V4L2 user for control error macroblocks count


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