linux-i2c.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-11-06 02:15:12 to 2025-11-19 20:04:34 UTC [more...]

[PATCH v3 0/7] i2c: designware: Improve support of multi-messages transfer
 2025-11-19 20:04 UTC  (11+ messages)
` [PATCH v3 1/7] dt-bindings: i2c: dw: Add Mobileye I2C controllers
` [PATCH v3 2/7] i2c: designware: Optimize flag reading in i2c_dw_read()
` [PATCH v3 3/7] i2c: designware: Sort compatible strings in alphabetical order
` [PATCH v3 4/7] i2c: designware: Use runtime PM macro for auto-cleanup
` [PATCH v3 5/7] i2c: designware: Add dedicated algorithm for AMD NAVI
` [PATCH v3 6/7] i2c: designware: Implement I2C_M_STOP support
` [PATCH v3 7/7] i2c: designware: Support of controller with IC_EMPTYFIFO_HOLD_MASTER disabled

[PATCH] i2c: imx-lpi2c: support smbus block read feature
 2025-11-19 16:44 UTC  (4+ messages)

[PATCH] i2c: imx-lpi2c: change to PIO mode in system-wide suspend/resume progress
 2025-11-19 16:05 UTC  (4+ messages)

[PATCH v17 00/47] DEPT(DEPendency Tracker)
 2025-11-19 14:37 UTC  (4+ messages)
` [PATCH v17 44/47] dept: introduce APIs to set page usage and use subclasses_evt for the usage

[PATCH 0/3] i2c: spacemit: add reset support
 2025-11-19 12:11 UTC  (7+ messages)
` [PATCH 1/3] dt-bindings: i2c: spacemit: add optional resets
` [PATCH 2/3] i2c: k1: add reset support
` [PATCH 3/3] riscv: dts: spacemit: add reset property

[PATCH v24 0/4] Add ASPEED AST2600 I2C controller driver
 2025-11-19  7:27 UTC  (6+ messages)
` [PATCH v24 1/4] dt-bindings: i2c: Split AST2600 binding into a new YAML
` [PATCH v24 2/4] dt-bindings: i2c: ast2600-i2c.yaml: Add global-regs and transfer-mode properties
` [PATCH v24 3/4] i2c: ast2600: Add controller driver for new register layout
` [PATCH v24 4/4] i2c: ast2600: Add target mode support

[PATCH v3 0/4] fix the SpacemiT P1 Kconfig and resend the K1 I2C ILCR patch
 2025-11-18 17:32 UTC  (10+ messages)
` [PATCH v3 1/4] i2c: spacemit: configure ILCR for accurate SCL frequency
` [PATCH v3 2/4] rtc: spacemit: MFD_SPACEMIT_P1 as dependencies
` [PATCH v3 3/4] regulator: "
` [PATCH v3 4/4] mfd: simple-mfd-i2c: add default value

[PATCH v13 0/6] Updates for Tegra264 and Tegra256
 2025-11-18 14:19 UTC  (8+ messages)
` [PATCH v13 1/6] i2c: tegra: Do not configure DMA if not supported
` [PATCH v13 2/6] i2c: tegra: Use separate variables for fast and fastplus
` [PATCH v13 3/6] i2c: tegra: Update Tegra256 timing parameters
` [PATCH v13 4/6] i2c: tegra: Add HS mode support
` [PATCH v13 5/6] i2c: tegra: Add support for SW mutex register
` [PATCH v13 6/6] i2c: tegra: Add Tegra264 support

[PATCH v12 0/6] Updates for Tegra264 and Tegra256
 2025-11-18 12:25 UTC  (13+ messages)
` [PATCH v12 1/6] i2c: tegra: Do not configure DMA if not supported
` [PATCH v12 2/6] i2c: tegra: Use separate variables for fast and fastplus
` [PATCH v12 3/6] i2c: tegra: Update Tegra256 timing parameters
` [PATCH v12 4/6] i2c: tegra: Add HS mode support
` [PATCH v12 5/6] i2c: tegra: Add support for SW mutex register
` [PATCH v12 6/6] i2c: tegra: Add Tegra264 support

[PATCH v8 0/4] rust: i2c: Add basic I2C driver abstractions
 2025-11-17 21:40 UTC  (9+ messages)
` [PATCH v8 1/4] rust: i2c: add basic I2C device and "
` [PATCH v8 2/4] rust: i2c: add manual I2C device creation abstractions
` [PATCH v8 3/4] samples: rust: add Rust I2C sample driver
` [PATCH v8 4/4] samples: rust: add Rust I2C client registration sample

[PATCH v2 0/4] Add I2C support for Tegra410
 2025-11-17 10:25 UTC  (5+ messages)
` [PATCH v2 1/4] i2c: tegra: Introduce tegra_i2c_variant to identify DVC and VI
` [PATCH v2 2/4] i2c: tegra: Move variant to tegra_i2c_hw_feature
` [PATCH v2 3/4] i2c: tegra: Add logic to support different register offsets
` [PATCH v2 4/4] i2c: tegra: Add support for Tegra410

[PATCH RESEND v3 0/5] I2C Mux per channel bus speed
 2025-11-17  9:05 UTC  (6+ messages)
` [PATCH RESEND v3 1/5] i2c: core: add callback to change bus frequency
` [PATCH RESEND v3 2/5] i2c: mux: add support for per channel "
` [PATCH RESEND v3 3/5] i2c: davinci: calculate bus freq from Hz instead of kHz
` [PATCH RESEND v3 4/5] i2c: davinci: add support for setting bus frequency
` [PATCH RESEND v3 5/5] docs: i2c: i2c-topology: add section about bus speed

[PATCH v23 0/4] Add ASPEED AST2600 I2C controller driver
 2025-11-17  4:32 UTC  (6+ messages)
` [PATCH v23 1/4] dt-bindings: i2c: Split AST2600 binding into a new YAML
` [PATCH v23 2/4] dt-bindings: i2c: ast2600-i2c.yaml: Add global-regs and transfer-mode properties
` [PATCH v23 3/4] i2c: ast2600: Add controller driver for new register layout
` [PATCH v23 4/4] i2c: ast2600: Add target mode support

[PATCH] i2c: core: prevent use-after-free in i2c_get_adapter by removing adapter from IDR earlier
 2025-11-17  3:41 UTC 

[PATCH v4 00/29] lan966x pci device: Add support for SFPs
 2025-11-14 17:48 UTC  (8+ messages)
` [PATCH v4 05/29] dt-bindings: bus: Add simple-platform-bus

[PATCH v2] i2c: spacemit: fix detect issue
 2025-11-14 13:32 UTC  (5+ messages)

[PATCH 0/2] i2c: Add Loongson-2K0300 I2C controller support
 2025-11-14  7:06 UTC  (5+ messages)
` [PATCH 1/2] dt-bindings: i2c: loongson,ls2x: Add ls2k0300-i2c compatible
` [PATCH 2/2] i2c: ls2x-v2: Add driver for Loongson-2K0300 I2C controller

[PATCH v20 0/4] Add ASPEED AST2600 I2C controller driver
 2025-11-14  6:17 UTC  (9+ messages)
` [PATCH v20 1/4] dt-bindings: i2c: Split AST2600 binding into a new YAML

[PATCH v22 0/4] Add ASPEED AST2600 I2C controller driver
 2025-11-13  8:00 UTC  (6+ messages)
` [PATCH v22 1/4] dt-bindings: i2c: Split AST2600 binding into a new YAML
` [PATCH v22 2/4] dt-bindings: i2c: ast2600-i2c.yaml: Add global-regs and transfer-mode properties
` [PATCH v22 3/4] i2c: ast2600: Add controller driver for new register layout
` [PATCH v22 4/4] i2c: ast2600: Add target mode support

Question : I2C sensor instantiation by ACPI PRP0001, sysfs name, and "sensors" output
 2025-11-12 17:51 UTC 

[PATCH v2 0/4] fix the SpacemiT P1 Kconfig and resend the K1 I2C ILCR patch
 2025-11-12  6:14 UTC  (3+ messages)
` [PATCH v2 2/4] i2c: spacemit: configure ILCR for accurate SCL frequency

[PATCH i2c-tools] Makefile: allow installing perl scripts optionally
 2025-11-11 17:28 UTC 

[PATCH RESEND] i2c: designware-platdrv: handle reset control deassert error
 2025-11-11 14:55 UTC  (10+ messages)
  ` [PATCH v2 1/3] i2c: designware-platdrv: simplify reset control with devm variant
    ` [PATCH v2 2/3] i2c: designware-platdrv: complete reset control devm conversion
        ` [PATCH v3] i2c: designware-platdrv: simplify reset control and error handling
          ` [PATCH v4] "
    ` [PATCH v2 3/3] i2c: designware-platdrv: streamline "

[PATCH v11 0/4] Add I2C support for Tegra264
 2025-11-11 11:24 UTC  (6+ messages)
` [PATCH v11 1/4] i2c: tegra: Do not configure DMA if not supported
` [PATCH v11 2/4] i2c: tegra: Add HS mode support
` [PATCH v11 3/4] i2c: tegra: Add support for SW mutex register
` [PATCH v11 4/4] i2c: tegra: Add Tegra264 support

[PATCH v7 0/4] rust: i2c: Add basic I2C driver abstractions
 2025-11-11  8:20 UTC  (11+ messages)
` [PATCH v7 1/4] rust: i2c: add basic I2C device and "
` [PATCH v7 2/4] rust: i2c: add manual I2C device creation abstractions
` [PATCH v7 3/4] samples: rust: add Rust I2C sample driver
` [PATCH v7 4/4] samples: rust: add Rust I2C client registration sample

[RFC][i2c-tools] Accept device-node path as alternative to bus number
 2025-11-10 16:15 UTC  (2+ messages)

[PATCH v2 1/4] mfd: simple-mfd-i2c: remove select I2C_K1
 2025-11-10 13:45 UTC  (4+ messages)
` (subset) "

[PATCH v10 0/4] Add I2C support for Tegra264
 2025-11-10 11:25 UTC  (6+ messages)
` [PATCH v10 1/4] i2c: tegra: Do not configure DMA if not supported
` [PATCH v10 2/4] i2c: tegra: Add HS mode support
` [PATCH v10 3/4] i2c: tegra: Add support for SW mutex register
` [PATCH v10 4/4] i2c: tegra: Add Tegra264 support

[PATCH v3 0/5] I2C Mux per channel bus speed
 2025-11-10  9:06 UTC  (2+ messages)

[PATCH] i2c: allow ddr5 ram page change with active intel spd write protection
 2025-11-09 20:25 UTC  (2+ messages)

[PULL REQUEST] i2c-for-6.18-rc5
 2025-11-09 19:20 UTC  (2+ messages)

[REGRESSION][BISECTED] Dell Precision 7780 wakes up on its own from suspend
 2025-11-09 19:08 UTC  (4+ messages)

[PATCH v21 0/4] Add ASPEED AST2600 I2C controller driver
 2025-11-08  3:47 UTC  (13+ messages)
` [PATCH v21 2/4] dt-bindings: i2c: ast2600-i2c.yaml: Add global-regs and transfer-mode properties
` [PATCH v21 3/4] i2c: ast2600: Add controller driver for new register layout

[PATCH v4] i2c: spacemit: introduce pio for k1
 2025-11-07 15:50 UTC  (2+ messages)

[PATCH v2] i2c: designware: Replace magic numbers with named constants
 2025-11-07  7:30 UTC  (3+ messages)
  ` [PATCH v3] "

[PATCH] i2c: spacemit: fix detect issue
 2025-11-07  1:22 UTC  (7+ messages)

[PATCH 0/3] dma_mapping: Add auto cleanup support
 2025-11-06 17:27 UTC  (3+ messages)

[PATCH v2] arm64: dts: exynosautov920: Add DT node for all I2C ports
 2025-11-06 17:19 UTC  (4+ messages)

[PATCH v3 1/4] i2c: machxo2: new driver
 2025-11-06 16:42 UTC  (5+ messages)
` [PATCH v3 2/4] mfd: tqmx86: refactor I2C setup

[PATCH v9 2/4] i2c: tegra: Add HS mode support
 2025-11-06 16:02 UTC  (3+ messages)

[PATCH v9 0/4] Add I2C support for Tegra264
 2025-11-06 15:52 UTC  (5+ messages)
` [PATCH v9 1/4] i2c: tegra: Do not configure DMA if not supported
` [PATCH v9 3/4] i2c: tegra: Add support for SW mutex register

[PATCH v2 0/5] i2c: designware: Improve support of multi-messages transfer
 2025-11-06 15:40 UTC  (16+ messages)
` [PATCH v2 1/5] dt-bindings: i2c: dw: Add Mobileye I2C controllers
` [PATCH v2 2/5] i2c: designware: Optimize flag reading in i2c_dw_read()
` [PATCH v2 4/5] i2c: designware: Implement I2C_M_STOP support
` [PATCH v2 5/5] i2c: designware: Support of controller with IC_EMPTYFIFO_HOLD_MASTER disabled

[PATCH 0/6] decode-dimms: Implement DDR5 decoding
 2025-11-06 13:55 UTC  (4+ messages)

[PATCH] i2c: designware: Replace magic numbers with named constants
 2025-11-06 11:09 UTC  (5+ messages)

[PATCH 0/2] Add I2C support for Tegra410
 2025-11-06  8:06 UTC  (4+ messages)
` [PATCH 1/2] i2c: tegra: Add logic to support different register offsets

[PATCH v2 0/6] decode-dimms: Implement DDR5 decoding
 2025-11-06  2:15 UTC  (3+ messages)
` [PATCH v2 3/6] decode-dimms: Decode timings and other data for DDR5
` [PATCH v2 6/6] decode-dimms: Decode DDR5 error log


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