Linux I2C development
 help / color / mirror / Atom feed
 messages from 2026-09-01 14:52:38 to 2026-09-04 23:42:13 UTC [more...]

[PATCH v8 0/3] i2c: Add Novatek NT72676 SoC I2C controller
 2026-09-04 23:42 UTC  (7+ messages)
` [PATCH v8 1/3] dt-bindings: i2c: Add Novatek NT72676 "
` [PATCH v8 2/3] i2c: nt72676: Add Novatek NT72676 I2C controller driver
` [PATCH v8 3/3] MAINTAINERS: Add entry for "

[PATCH v2] i2c: rust: avoid locking when performing I2cAdapter::inc_ref
 2026-09-04 13:44 UTC 

[PATCH v2 00/12] I2C - detailed transfer reporting in case of a fault
 2026-09-04 10:53 UTC  (17+ messages)
` [PATCH v2 01/12] i2c: core: add I2C_XFER_V2 - support for detailed transfer reporting
` [PATCH v2 02/12] i2c: nomadik: optimize struct layout, change unsigned char into u8
` [PATCH v2 03/12] i2c: nomadik: do not try to retransmit I2C message series on errors
` [PATCH v2 04/12] i2c: nomadik: return proper fault codes
` [PATCH v2 05/12] i2c: nomadik: change print level for fault messages to debug
` [PATCH v2 06/12] i2c: nomadik: add quirks max_len=2047 and no_zero_len_read
` [PATCH v2 07/12] i2c: nomadik: add support for I2C_XFER_V2 - detailed fault reporting
` [PATCH v2 08/12] i2c: designware: return proper fault codes
` [PATCH v2 09/12] i2c: designware: no SMBUS_READ_BLOCK_DATA without EMPTYFIFO_HOLD_MASTER
` [PATCH v2 10/12] i2c: designware: stop transfer if spurious STOP is detected
` [PATCH v2 11/12] i2c: designware: use separate `i2c_algorithm` for AMD_NAVI_GPU
` [PATCH v2 12/12] i2c: designware: add support for I2C_XFER_V2 - detailed fault reporting

[PATCH 0/8] OMAP I2C driver cleanups
 2026-09-04 13:12 UTC  (9+ messages)
` [PATCH 1/8] i2c: omap: Drop bit shift for I2C register addresses
` [PATCH 2/8] i2c: omap: Remove unused is_rdr and is_xdr variables
` [PATCH 3/8] i2c: omap: Use devm_pm_runtime_enable() helper
` [PATCH 4/8] i2c: omap: Combine event flags register definitions
` [PATCH 5/8] i2c: omap: Use bool for flag values
` [PATCH 6/8] i2c: omap: Make reset bit name match register name
` [PATCH 7/8] i2c: omap: Switch to using BIT and GENMASK
` [PATCH 8/8] i2c: omap: Add OMAP_I2C_BUF_{TX,RX}TRSH definitions

[PATCH 2/2] i2c: busses: fix typo "retreive" in comment
 2026-09-04 12:23 UTC 

[PATCH 1/2] i2c: busses: fix typos in comments
 2026-09-04 10:50 UTC  (2+ messages)
` [PATCH 2/2] i2c: fix repeated word 'to' in comment

[PATCH] i2c-atr: fix typo "accomodate" in comment
 2026-09-04 10:42 UTC 

[PATCH v2] i2c: imx: honour I2C_M_IGNORE_NAK
 2026-09-04  9:31 UTC  (5+ messages)

[PATCH v2 0/9] soc: qcom: geni: Derive SE clock configuration from OPP table on SA8255P
 2026-09-04  9:01 UTC  (11+ messages)
` [PATCH v2 3/9] soc: qcom: geni-se: Add helper to set SE clock rate via OPP
` [PATCH v2 4/9] soc: qcom: geni-se: Remove OPP rate reset from resource deactivation
` [PATCH v2 7/9] i2c: qcom-geni: Vote for SE clock rate using OPP

[PATCH v2 0/4] i2c: muxes: pca954x: bug fixes and cleanups
 2026-09-03 23:44 UTC  (5+ messages)
` [PATCH v2 1/4] i2c: muxes: pca954x: fix cleanup ordering in pca954x_cleanup()
` [PATCH v2 2/4] i2c: muxes: pca954x: free parent IRQ before dismantling IRQ domain
` [PATCH v2 3/4] i2c: muxes: pca954x: use sysfs_emit() in idle_state_show()
` [PATCH v2 4/4] i2c: muxes: pca954x: constify pca954x_irq_chip

[PATCH v9 0/2] i2c: mux: Propagate firmware nodes to channel adapters
 2026-09-03 19:58 UTC  (4+ messages)
` [PATCH v9 1/2] i2c: mux: Factor out channel node lookup
` [PATCH v9 2/2] i2c: mux: Propagate firmware nodes to channel adapters

[PATCH v1 0/3] i2c: mlxbf: Fix master GW corruption
 2026-09-03 19:20 UTC  (4+ messages)
` [PATCH v1 1/3] i2c: mlxbf: Fix master GW corruption from unmasked SMBus flags
` [PATCH v1 2/3] i2c: mlxbf: Use GENMASK()/FIELD_PREP() for GW fields
` [PATCH v1 3/3] i2c: mlxbf: Remove unused slave GW PEC handling

[PATCH 0/3] i2c: qcom-geni: Add I2C bus recovery support
 2026-09-03 16:17 UTC  (5+ messages)
` [PATCH v1 2/3] i2c: qcom-geni: Add bus recovery support for FIFO mode
` [PATCH v1 3/3] i2c: qcom-geni: Add bus recovery support for GPI DMA mode

[PATCH] Fix i.MX I2C driver zero byte read kernel panic
 2026-09-03 11:05 UTC 

[PATCH v1] i2c: qcom-geni: Clear stale TX/RX buffer pointers after GPI cleanup
 2026-09-03  6:40 UTC  (2+ messages)

[PATCHv2 0/3] use devm and get irq in probe
 2026-09-02 21:24 UTC  (4+ messages)
` [PATCHv2 1/3] i2c: ibm_iic: ioremap with platform pointer
` [PATCHv2 2/3] i2c: ibm_iic: get the irq early in probe
` [PATCHv2 3/3] i2c: ibm_iic: use devm for main allocation

[PATCH v2 0/5] Congatec Board Controller: Add storage devices support
 2026-09-02 15:03 UTC  (4+ messages)
` [PATCH v2 1/5] mfd: cgbc: Fix use of negative error code as valid session handle

[PATCH] docs: i2c: writing-clients: Add missing end of command
 2026-09-02 15:01 UTC 

[PATCH v9 0/4] Enable multi-owner I2C support for QCOM GENI controllers
 2026-09-02 13:35 UTC  (5+ messages)
` [PATCH v9 1/4] dt-bindings: i2c: qcom,i2c-geni: Document multi-owner controller support
` [PATCH v9 4/4] i2c: qcom-geni: Support multi-owner controllers in GPI mode

[PATCH v11 0/6] Add VIM4 MCU/FAN support
 2026-09-02 12:51 UTC  (7+ messages)
` [PATCH v11 1/6] mfd: khadas-mcu: Add per-variant configuration infrastructure and VIM4 support
` [PATCH v11 2/6] mfd: khadas-mcu: Use MFD_CELL_* macros for cell declarations
` [PATCH v11 3/6] mfd: khadas-mcu: Add support for VIM4 MCU variant
` [PATCH v11 4/6] thermal: khadas-mcu-fan: Add fan config from platform data Add regulator support
` [PATCH v11 5/6] arm64: dts: amlogic: t7: Add i2c controller node
` [PATCH v11 6/6] arm64: dts: amlogic: t7: khadas-vim4: Add i2c MCU fan node

[PATCH v2] i2c: hisi: Add I2C bus recovery support
 2026-09-02 11:41 UTC  (2+ messages)

[RFC PATCH v5 0/3] iio: position: add Rust driver for ams AS5600
 2026-09-02  5:05 UTC  (6+ messages)
` [RFC PATCH v5 2/3] rust: add minimal IIO subsystem abstractions

[PATCH 00/12] riscv: Add device tree support for UltraRISC DP1000
 2026-09-02  1:15 UTC  (4+ messages)
` [PATCH 01/12] dt-bindings: riscv: cpus: Fix yamllint style issues

[PATCH v2] i2c: imx: add I2C_M_REV_DIR_ADDR and I2C_M_NOSTART
 2026-09-01 18:25 UTC  (2+ messages)

[PATCH v10 0/6] Add VIM4 MCU/FAN support
 2026-09-01 15:25 UTC  (7+ messages)
` [PATCH v10 1/6] mfd: khadas-mcu: Add per-variant configuration infrastructure and VIM4 support
` [PATCH v10 2/6] mfd: khadas-mcu: Use MFD_CELL_* macros for cell declarations
` [PATCH v10 3/6] mfd: khadas-mcu: Add support for VIM4 MCU variant
` [PATCH v10 4/6] thermal: khadas-mcu-fan: Add fan config from platform data Add regulator support
` [PATCH v10 5/6] arm64: dts: amlogic: t7: Add i2c controller node
` [PATCH v10 6/6] arm64: dts: amlogic: t7: khadas-vim4: Add i2c MCU fan node

[PATCH] i2c: core: fix slab-use-after-free in i2c_adapter_depth()
 2026-09-01 15:23 UTC 


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox