messages from 2020-10-05 20:05:43 to 2020-10-07 08:47:21 UTC [more...]
[PATCH v2 000/106] CCS driver
2020-10-07 8:45 UTC (106+ messages)
` [PATCH v2 001/106] smiapp: Generate CCS register definitions and limits
` [PATCH v2 002/106] smiapp: Use CCS register flags
` [PATCH v2 003/106] smiapp: Calculate CCS limit offsets and limit buffer size
` [PATCH v2 004/106] smiapp: Remove macros for defining registers, merge definitions
` [PATCH v2 005/106] smiapp: Add macros for accessing CCS registers
` [PATCH v2 006/106] smiapp: Use MIPI CCS version and manufacturer ID information
` [PATCH v2 008/106] smiapp: Switch to CCS limits
` [PATCH v2 009/106] smiapp: Obtain frame descriptor from "
` [PATCH v2 010/106] smiapp: Use CCS limits in reading data format descriptors
` [PATCH v2 011/106] smiapp: Use CCS limits in reading binning capabilities
` [PATCH v2 012/106] smiapp: Use CCS registers
` [PATCH v2 013/106] smiapp: Remove quirk function for writing a single 8-bit register
` [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 019/106] ccs: Give all subdevs a function
` [PATCH v2 027/106] ccs: Request for "reset" GPIO
` [PATCH v2 028/106] ccs: Add MIPI CCS compatible strings
` [PATCH v2 029/106] ccs: Remove the I²C ID table
` [PATCH v2 030/106] ccs: Remove remaining support for platform data
` [PATCH v2 031/106] ccs: Make hwcfg part of the device specific struct
` [PATCH v2 032/106] ccs: Fix obtaining bus information from firmware
` [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 041/106] ccs: Move limit value real to integer conversion from read to access time
` [PATCH v2 042/106] ccs: Read ireal numbers correctly
` [PATCH v2 043/106] smiapp-pll: Rename as ccs-pll
` [PATCH v2 044/106] ccs-pll: Fix MODULE_LICENSE
` [PATCH v2 045/106] ccs: Change my e-mail address
` [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 050/106] ccs: Add device compatible identifiers for telling SMIA and CCS apart
` [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 020/106] dt-bindings: nokia,smia: Fix link-frequencies documentation
` [PATCH v2 021/106] dt-bindings: nokia,smia: Make vana-supply optional
` [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 024/106] dt-bindings: nokia,smia: Use better active polarity for reset
` [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 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
[RESEND PATCH 000/100] Linux CCS driver
2020-10-07 7:38 UTC (13+ messages)
` [RESEND PATCH 020/100] dt-bindings: Add vendor prefix for MIPI Alliance
` [RESEND PATCH 021/100] dt-bindings: nokia,smia: Fix link-frequencies documentation
` [RESEND PATCH 022/100] dt-bindings: nokia,smia: Make vana-supply optional
` [RESEND PATCH 023/100] dt-bindings: nokia,smia: Convert to YAML
` [RESEND PATCH 024/100] dt-bindings: nokia,smia: Use better active polarity for reset
dma_alloc_pages / dma_alloc_noncoherent fixups
2020-10-07 6:21 UTC (6+ messages)
` [PATCH 8/8] WIP: add a dma_alloc_contiguous API
cron job: media_tree daily build: WARNINGS
2020-10-07 3:38 UTC
[PATCH 0/4] dt-bindings: additional/unevaluatedProperties clean-ups
2020-10-07 1:04 UTC (33+ messages)
` [PATCH 1/4] dt-bindings: Add missing 'unevaluatedProperties'
` [PATCH 2/4] dt-bindings: Use 'additionalProperties' instead of 'unevaluatedProperties'
` [PATCH 3/4] dt-bindings: Explicitly allow additional properties in board/SoC schemas
` [PATCH 4/4] dt-bindings: Explicitly allow additional properties in common schemas
[PATCH v5 10/52] scripts: kernel-doc: allow passing desired Sphinx C domain dialect
2020-10-06 21:18 UTC
[PATCH v2 1/2] media: i2c: Add driver for the Analog Devices ADDI9036 ToF front-end
2020-10-06 20:47 UTC (3+ messages)
` [PATCH v2 2/2] media: dt-bindings: media: i2c: Add bindings for ADDI9036
[PATCH] media: ov7670: do not aggregate returns
2020-10-06 20:38 UTC
[PATCH 3/3] media: staging: atomisp: Corrected error handling in function
2020-10-06 20:29 UTC
[PATCH] Added Hauppauge MAX S2's USB-IDs to dw2102.c
2020-10-06 18:13 UTC
[PATCH 2/2] media: staging: atomisp: Removed else branch in function
2020-10-06 18:13 UTC (3+ messages)
[PATCH v3 0/3] media: rockchip: Introduce driver for Rockchip's camera interface
2020-10-06 17:33 UTC (4+ messages)
` [PATCH v3 2/3] media: rockchip: Introduce driver for Rockhip's "
[PATCH] media: zr364xx: propagate errors from zr364xx_start_readpipe()
2020-10-06 17:21 UTC
[PATCH v5 13/52] media: docs: make CEC documents compatible with Sphinx 3.1+
2020-10-06 16:41 UTC (8+ messages)
` [PATCH v5 14/52] media: docs: make V4L documents more "
` [PATCH v5 15/52] media: docs: make DVB "
` [PATCH v5 16/52] media: docs: make MC "
` [PATCH v5 17/52] media: docs: make RC "
` [PATCH v5 18/52] media: cec-core.rst: don't use c:type for structs
` [PATCH v5 22/52] docs: get rid of :c:type explicit declarations "
[PATCH 0/8] media: v4l2: simplify compat ioctl handling
2020-10-06 15:28 UTC (4+ messages)
[PATCH 0/6] CODA timeout fix & assorted changes
2020-10-06 14:57 UTC (13+ messages)
` [PATCH 1/6] coda: Remove redundant ctx->initialized setting
` [PATCH 2/6] coda: Simplify H.264 small buffer padding logic
` [PATCH 3/6] coda: Clarify device registered log
` [PATCH 4/6] coda: Clarify interrupt registered name
` [PATCH 5/6] coda: coda_buffer_meta housekeeping fix
` [PATCH 6/6] coda: Add a V4L2 user for control concealed MB (ERR_MB)
[PATCH] media: coda: avoid starvation on well-compressed data
2020-10-06 14:56 UTC (5+ messages)
[PATCH] media: ov7670: check status of ov7670_read
2020-10-06 14:17 UTC (3+ messages)
[PATCH 1/2] mm/frame-vec: Drop gup_flags from get_vaddr_frames()
2020-10-06 13:08 UTC (17+ messages)
` [PATCH 2/2] mm/frame-vec: use FOLL_LONGTERM
[PATCH] media: ov8856: decrease hs_trail time
2020-10-06 12:58 UTC (2+ messages)
[PATCH 2/2] mm/frame-vec: use FOLL_LONGTERM
2020-10-06 11:57 UTC (7+ messages)
[PATCH v8 0/6] Support running driver's probe for a device powered off
2020-10-06 11:23 UTC (4+ messages)
` [PATCH v8 6/6] at24: Support probing while off
[PATCH 0/3] Three fixes to clean up daily build warnings
2020-10-06 7:30 UTC (4+ messages)
` [PATCH 1/3] tvp7002: fix uninitialized variable warning
` [PATCH 2/3] dvb-frontends/drxk_hard.c: "
` [PATCH 3/3] s5k5baf: drop 'data' field in struct s5k5baf_fw
[PATCH] dt-bindings: Another round of adding missing 'additionalProperties'
2020-10-06 7:00 UTC (2+ messages)
[PATCH] media: venus: core: Drop local dma_parms
2020-10-06 5:23 UTC (6+ messages)
cron job: media_tree daily build: WARNINGS
2020-10-06 3:40 UTC
[PATCH 00/14] drm/msm: de-struct_mutex-ification
2020-10-06 3:25 UTC (4+ messages)
` [Freedreno] "
[PATCH] media: ov2740: select regmap
2020-10-06 3:22 UTC (2+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).