All the mail mirrored from lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2020-10-07 08:22:55 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

post-receive: pub/scm/linux/kernel/git/next/linux-next-history
 2020-10-07  8:47 UTC 

[RFC][PATCH 00/12] mm: tweak page cache migration
 2020-10-07  8:47 UTC  (7+ messages)
` [RFC][PATCH 01/12] mm/vmscan: restore zone_reclaim_mode ABI
` [RFC][PATCH 02/12] mm/vmscan: move RECLAIM* bits to uapi header
` [RFC][PATCH 03/12] mm/vmscan: replace implicit RECLAIM_ZONE checks with explicit checks

[PATCH v5 0/3] i2c: imx: Fix handling of arbitration loss
 2020-10-07  8:45 UTC 

[PATCH v2 1/2] serial: max310x: Make use of device properties
 2020-10-07  8:46 UTC  (2+ messages)
` [PATCH v2 2/2] serial: max310x: Use devm_clk_get_optional() to get the input clock

post-receive: pub/scm/linux/kernel/git/next/linux-next
 2020-10-07  8:46 UTC 

[PATCH v2 0/7] drm: mxsfb: Allow overriding bus width
 2020-10-07  8:43 UTC  (13+ messages)
` [PATCH v2 1/7] dt-bindings: display: mxsfb: Convert binding to YAML
` [PATCH v2 2/7] dt-bindings: display: mxsfb: Add and fix compatible strings
` [PATCH v2 3/7] dt-bindings: display: mxsfb: Add a bus-width endpoint property

[android-common:android-mainline 1/1] drivers/scsi/ufs/ufshcd.c:7443 ufshcd_clear_ua_wlun() warn: inconsistent returns
 2020-10-07  8:44 UTC  (2+ messages)

[PATCH v3 0/3] Improve cirrus msys2
 2020-10-07  8:41 UTC  (5+ messages)
` [PATCH v3 2/3] cirrus: Fixing and speedup the msys2/mingw CI

[PATCH V13 0/9] mips: Add Loongson-3 machine support
 2020-10-07  8:39 UTC  (3+ messages)
` [PATCH V13 1/9] linux-headers: Update MIPS KVM type defintition
` [PATCH V13 2/9] meson.build: Re-enable KVM support for MIPS

[PATCH] docs: submitting-patches: describe preserving review/test tags
 2020-10-07  8:43 UTC 

[dpdk-dev] [PATCH] doc: add stack mempool guide
 2020-10-07  8:43 UTC  (5+ messages)
` [dpdk-dev] [PATCH v3] "

Only index.html is cloned in private repo clone recipe #yocto
 2020-10-07  8:42 UTC  (3+ messages)
` [yocto] "

[PATCH net] macsec: avoid use-after-free in macsec_handle_frame()
 2020-10-07  8:42 UTC 

[PATCH] dt-bindings: mxsfb: Add compatible for i.MX8MM
 2020-10-07  8:42 UTC  (5+ messages)

[Intel-gfx] [PATCH v2] drm/i915/gt: Track the most recent pulse for the heartbeat
 2020-10-07  8:40 UTC  (3+ messages)
` [Intel-gfx] [PATCH v3] "

[PATCH v2 0/2] ARM: move FDT mapping out of linear region
 2020-10-07  8:39 UTC  (3+ messages)
` [PATCH v2 1/2] ARM: centralize phys-to-virt conversion of DT/ATAGS address
` [PATCH v2 2/2] ARM: move device tree mapping out of linear region

[PATCH 0/6] Fix new html build warnings from next-20201001
 2020-10-07  8:41 UTC  (3+ messages)
` [PATCH 6/6] docs: gpio: add a new document to its index.rst

[PATCH 0/4] power: avs: Move drivers to the soc directories and drop avs
 2020-10-07  8:39 UTC  (5+ messages)
` [PATCH 2/4] power: avs: rockchip-io: Move the driver to the rockchip specific drivers

RDMA subsystem namespace related questions (was Re: Finding the namespace of a struct ib_device)
 2020-10-07  8:38 UTC  (12+ messages)

[PATCH] arm64/mm: Validate hotplug range before creating linear mapping
 2020-10-07  8:39 UTC  (5+ messages)

[PATCH v2 0/2] xfs: a few fixes and cleanups to GETFSMAP
 2020-10-07  8:40 UTC  (3+ messages)
` [PATCH 2/2] xfs: fix deadlock and streamline xfs_getfsmap performance

[PATCH v11 0/4] Introduce the for_each_set_clump macro
 2020-10-07  8:38 UTC  (3+ messages)

[PATCH v2 1/2] tools: use memcpy instead of strncpy in getBridge
 2020-10-07  8:39 UTC  (2+ messages)

use case for register_pstore_blk?
 2020-10-07  8:37 UTC  (5+ messages)

WARNING: locking bug in clear_inode
 2020-10-07  8:38 UTC 

[PATCH] Define default CONFIG_PREBOOT with right config option
 2020-10-07  8:37 UTC  (2+ messages)

Using IIO to export laptop palm-sensor and lap-mode info to userspace?
 2020-10-07  8:36 UTC  (3+ messages)
` [External] "

[PATCH 0/5] Fix warning in dmaengine subsystem
 2020-10-07  8:36 UTC  (8+ messages)
` [PATCH 1/5] dmaengine: altera-msgdma: fix kernel-doc style for tasklet
` [PATCH 2/5] dmaengine: qcom: bam_dma: "
` [PATCH 3/5] dmaengine: xilinx_dma: "
` [PATCH 4/5] dmaengine: zynqmp_dma: "
` [PATCH 5/5] dmaengine: owl-dma: fix kernel-doc style for enum

[dpdk-dev] [RFC PATCH 0/3] librte_ethdev: error recovery support
 2020-10-07  8:36 UTC  (6+ messages)
` [dpdk-dev] [RFC PATCH v4 "
  ` [dpdk-dev] [RFC PATCH v4 3/3] app/testpmd: handle device recovery event

[GIT PULL] exfat fixes for 5.9-rc9
 2020-10-07  8:36 UTC 

[PATCH v3 0/2] mmc: sdhci-of-arasan: Enable UHS-1 support for Keem Bay SOC
 2020-10-07  8:33 UTC  (4+ messages)
` [PATCH v3 1/2] "

[PATCH v3] pinctrl: mediatek: Free eint data on failure
 2020-10-07  8:33 UTC  (4+ messages)

[PATCH net-next v2 0/7] ethtool: allow dumping policies to user space
 2020-10-07  8:33 UTC  (8+ messages)

[PATCH 00/14] get rid of the remaining kernel-doc warnings when building the docs
 2020-10-07  8:32 UTC  (4+ messages)
` [PATCH RFC] script: add a script for checking doc problems with external functions

[PATCH] compat/mingw.h: drop extern from function declaration
 2020-10-07  8:31 UTC 

post-receive: pub/scm/linux/kernel/git/vkoul/dmaengine
 2020-10-07  8:32 UTC 

[PATCH 1/8] drm/ttm: remove TTM_PAGE_FLAG_WRITE
 2020-10-07  8:31 UTC  (4+ messages)
` [PATCH 2/8] drm/ttm: move ttm_set_memory.h out of include

[PATCH 0/2] Improve cirrus msys2
 2020-10-07  8:29 UTC  (3+ messages)
` [PATCH 2/2] cirrus: Fixing and speedup the msys2/mingw CI

stable/linux-5.4.y build: 193 builds: 1 failed, 192 passed, 1 error, 103 warnings (v5.4.70)
 2020-10-07  8:31 UTC 

[PATCH v2 0/2] Broad write-locking of nascent mm in execve
 2020-10-07  8:28 UTC  (5+ messages)
` [PATCH v2 1/2] mmap locking API: Order lock of nascent mm outside lock of live mm

[PATCH 1/4] drm/ttm: device naming cleanup
 2020-10-07  8:28 UTC  (3+ messages)

[PATCH v4 0/3] i2c: imx: Fix handling of arbitration loss
 2020-10-07  8:27 UTC  (6+ messages)
` [PATCH v4 1/3] i2c: imx: Fix reset of I2SR_IAL flag

[dpdk-dev] [RFC 0/1] lib/ring: add scatter gather and serial dequeue APIs
 2020-10-07  8:27 UTC  (4+ messages)
` [dpdk-dev] [RFC v2 0/1] lib/ring: add scatter gather APIs
  ` [dpdk-dev] [RFC v2 1/1] "

[PATCH] ext4/xfs: add page refcount helper
 2020-10-07  8:25 UTC  (3+ messages)

CVE-2020-3702: Firmware updates for ath9k and ath10k chips
 2020-10-07  8:25 UTC  (6+ messages)

acceptance-system-fedora failures
 2020-10-07  8:23 UTC  (4+ messages)

[PATCH 00/18] dmaengine/soc: k3-udma: Add support for BCDMA and PKTDMA
 2020-10-07  8:22 UTC  (4+ messages)
` [PATCH 07/18] dmaengine: ti: k3-udma-glue: Add function to get device pointer for DMA API

"Signed-off-by" jenkins job for PRs now failing
 2020-10-07  8:23 UTC 

PHY reset question
 2020-10-07  8:23 UTC  (6+ messages)

[PATCH v2 7/7] x86/mce: Decode a kernel instruction to determine if it is copying from user
 2020-10-07  8:23 UTC  (4+ messages)
` [PATCH v3 0/6] Add machine check recovery when copying from user space
  ` [PATCH v3 4/6] x86/mce: Avoid tail copy when machine check terminated a copy from user

[PATCH 0/2 V3] Improve Coccinelle Parallelisation
 2020-10-07  8:22 UTC  (3+ messages)
` [Cocci] [PATCH 2/2 V3] Documentation: Coccinelle: Modify parallelisation information in docs
  `  "

[dpdk-dev] [PATCH 0/2] baseband: fix drivers API
 2020-10-07  8:22 UTC  (3+ messages)


This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.