Linux I2C development
 help / color / mirror / Atom feed
 messages from 2026-08-18 07:44:30 to 2026-08-24 17:09:57 UTC [more...]

[PATCH 00/12] riscv: Add device tree support for UltraRISC DP1000
 2026-08-24 17:09 UTC  (24+ messages)
` [PATCH 01/12] dt-bindings: riscv: cpus: Fix yamllint style issues
` [PATCH 02/12] dt-bindings: vendor-prefixes: Add shenrongda
` [PATCH 03/12] dt-bindings: riscv: cpus: Add UltraRISC CP100 compatible
` [PATCH 04/12] dt-bindings: riscv: Add UltraRISC DP1000 board compatibles
` [PATCH 05/12] dt-bindings: timer: Add UltraRISC DP1000 CLINT
` [PATCH 06/12] spi: dt-bindings: snps,dw-apb-ssi: Add compatible for UltraRISC DP1000 SoC
` [PATCH 07/12] dt-bindings: i2c: dw: "
` [PATCH 08/12] dt-bindings: net: snps,dwmac: "
` [PATCH 09/12] dt-bindings: dma: snps,dw-axi-dmac: Add UltraRISC DP1000 compatible
` [PATCH 10/12] riscv: dts: ultrarisc: Add initial device tree for UltraRISC DP1000
` [PATCH 11/12] riscv: dts: ultrarisc: Add Shenzhen Rongda M0 board device tree
` [PATCH 12/12] riscv: dts: ultrarisc: Add Milk-V Titan "

[PATCH 0/7] soc: qcom: geni: Derive SE clock configuration from OPP table on SA8255P
 2026-08-24 17:00 UTC  (19+ messages)
` [PATCH 2/7] soc: qcom: geni-se: Populate clk_perf_tbl with SE source clock frequencies from perf OPP table
` [PATCH 3/7] soc: qcom: geni-se: Add helper to set SE clock rate via OPP
` [PATCH 4/7] serial: qcom-geni: Use geni_se_set_rate() for source clock configuration
` [PATCH 5/7] spi: qcom-geni: Use geni_se_set_rate() for setting source clock frequency
` [PATCH 6/7] i2c: qcom-geni: Use common GENI resource initialization helper
` [PATCH 7/7] i2c: qcom-geni: Use geni_se_set_rate() for setting source clock frequency

[GIT PULL] i2c for v7.3, part 2
 2026-08-24 16:34 UTC  (3+ messages)

[PATCH] i2c: bcm2835: Make sure clk_init_data is fully initialized
 2026-08-24 16:17 UTC  (3+ messages)

[PATCH] i2c: acpi: Add DELL0A86 to i2c_acpi_force_100khz_device_ids
 2026-08-24 15:00 UTC  (5+ messages)
` [PATCH v2] "
  ` [PATCH v3] "

[PATCH v19 00/40] DEPT(DEPendency Tracker)
 2026-08-24 14:12 UTC  (9+ messages)

[PATCH v7 0/2] i2c: Add dynamic transfer timeout based on message length and frequency
 2026-08-24 13:44 UTC  (7+ messages)
` [PATCH v7 1/2] i2c: core: Add i2c_update_timeout() helper for dynamic transfer timeouts
` [PATCH v7 2/2] i2c: qcom-geni: Add dynamic transfer timeout based on transfer length and frequency

[GIT PULL] rust-i2c-next for 7.3
 2026-08-24 11:45 UTC  (6+ messages)

[PATCH 0/2] i2c: Add I2C High-Speed mode support for qcom-geni
 2026-08-24 11:25 UTC  (3+ messages)
` [PATCH 1/2] dmaengine: qcom-gpi: Add I2C High-Speed mode configuration support
` [PATCH 2/2] i2c: qcom-geni: Add support for I2C High-Speed mode

[PATCH v2 0/2] I2C SCL counter updates for Qualcomm IPQ5424 SoC
 2026-08-24  9:24 UTC  (7+ messages)
` [PATCH v2 1/2] i2c: qcom-geni: update frequency table to fix timing parameters
` [PATCH v2 2/2] i2c: qcom-geni: add I2C frequency table for 32 MHz firmware-based SEs

[RFC PATCH v5 0/3] iio: position: add Rust driver for ams AS5600
 2026-08-24  0:17 UTC  (7+ messages)
` [RFC PATCH v5 1/3] i2c: rust: implement SMBus access via IoBackend and FallibleIoCapable
` [RFC PATCH v5 2/3] rust: add minimal IIO subsystem abstractions
` [RFC PATCH v5 3/3] iio: position: add Rust driver for ams AS5600

[PATCH v7 0/3] i2c: mux: Propagate software nodes to channel adapters
 2026-08-23 16:34 UTC  (4+ messages)
` [PATCH v7 1/3] i2c: mux: Fix channel node leak on adapter add failure
` [PATCH v7 2/3] i2c: mux: Factor out channel node lookup
` [PATCH v7 3/3] i2c: mux: Propagate software nodes to channel adapters

[PATCH v6] i2c: mux: Propagate software nodes to channel adapters
 2026-08-23 10:26 UTC  (3+ messages)

[PATCH i2c-fixes v1] i2c: core: Fix use-after-free during i2c device removal
 2026-08-23  3:48 UTC  (10+ messages)
  ` [syzbot] [fs?] [usb?] KASAN: slab-use-after-free Read in lockref_get (2)

[PATCH 00/13] HID: ft260: add UART and GPIO support, plus I2C fixes
 2026-08-22 21:39 UTC  (14+ messages)
` [PATCH 01/13] HID: ft260: add serial driver
` [PATCH 02/13] HID: ft260: uart: bring-up fixes
` [PATCH 03/13] HID: ft260: add GPIO support on top of UART
` [PATCH 04/13] HID: ft260: i2c: reduce driver module loading time
` [PATCH 05/13] HID: ft260: i2c: silence sysfs store big-numbers
` [PATCH 06/13] HID: ft260: i2c: reduce bus-error message severity
` [PATCH 07/13] HID: ft260: uart: enable flow control
` [PATCH 08/13] HID: ft260: uart: add modem pins control via ioctl
` [PATCH 09/13] HID: ft260: gpio: group sysfs attrs per HID interface
` [PATCH 10/13] HID: ft260: uart: fix active-low RTS/CTS/DTR/DSR polarity
` [PATCH 11/13] HID: ft260: i2c: fix large write transaction failure
` [PATCH 12/13] HID: ft260: workaround for TN_189 errata endpoint STALL after enumeration
` [PATCH 13/13] HID: ft260: i2c: abort in-flight transfers with STOP before reset

[PATCH 0/3] i2c: ibm_iic: use devm and get irq in probe
 2026-08-22 13:12 UTC  (6+ messages)
` [PATCH 1/3] i2c: ibm_iic: ioremap with platform pointer
` [PATCH 2/3] i2c: ibm_iic: get the irq early in probe
` [PATCH 3/3] i2c: ibm_iic: use devm for main allocation

[PATCH v7] i2c: xiic: restore non-managed runtime PM to fix clk WARN flood
 2026-08-22  1:12 UTC 

[PATCH v5] i2c: xiic: restore non-managed runtime PM to fix clk WARN flood
 2026-08-21 11:10 UTC  (2+ messages)

[PATCH] i2c: designware-pci: fix autosuspend cleanup during teardown
 2026-08-21 10:42 UTC  (3+ messages)

[PATCH] i2c: at91: fix autosuspend cleanup during teardown
 2026-08-21  9:22 UTC  (3+ messages)

[PATCH v3 0/2] i2c: imx: fix SMBus block-read of 0 locking the bus
 2026-08-21  9:07 UTC  (2+ messages)
` [PATCH v3 0/2] i2c: imx: fix SMBus block-read of 0 locking the bus [stable backport question/offer]

[PATCH] i2c: cp2615: Validate read length before copying
 2026-08-21  8:43 UTC  (5+ messages)

[PATCH RFC] hwmon: Add Support for PMIC5000 Power Management ICs
 2026-08-21  3:52 UTC  (4+ messages)

[PATCH v7 01/10] mfd: nct6694: Move module type macros to shared header
 2026-08-21  3:35 UTC  (2+ messages)
` [PATCH v7 09/10] mfd: nct6694: Introduce regmap-based transport abstraction

[PATCH] i2c: tiny-usb: add Zephyr Project VID/PID pair
 2026-08-20 21:39 UTC 

[PATCH v6] i2c: xiic: restore non-managed runtime PM to fix clk WARN flood
 2026-08-20 19:39 UTC 

[PATCH net-next v5 0/7] ptp: ocp: Add R4006 and V9 I2C peripheral support
 2026-08-20 17:15 UTC  (5+ messages)

[PATCH] i2c: mv64xxx: fix autosuspend cleanup
 2026-08-20 14:48 UTC  (2+ messages)

[PATCH] i2c: nvidia-gpu: fix autosuspend cleanup
 2026-08-20 14:48 UTC  (2+ messages)

[PATCH] i2c: qcom-cci: fix autosuspend cleanup
 2026-08-20 14:01 UTC  (3+ messages)

[PATCH 00/25] ARM: rockchip: Add peripheral support for RV1106
 2026-08-20 11:47 UTC  (2+ messages)

[PATCH 0/2] Enable fan monitoring support for Simatic IPC BX-59A
 2026-08-20 11:19 UTC  (3+ messages)
` [PATCH 1/2] i2c: i2c-nct6126: add support for NCT6126D Super I/O
` [PATCH 2/2] platform/x86/siemens: simatic-ipc: add fan monitoring support for BX-59A

[PATCH] i2c: busses: Convert to DEFINE_SIMPLE_DEV_PM_OPS()
 2026-08-20  9:15 UTC 

[PATCH] i2c: rcar: fix reset handling for Gen5
 2026-08-20  8:57 UTC  (3+ messages)

[GIT PULL] i2c for v7.3, part 1
 2026-08-19 17:32 UTC  (4+ messages)

[PATCH v4] i2c: xiic: restore non-managed runtime PM to fix clk WARN flood
 2026-08-19 16:47 UTC 

[PATCH v3] i2c: xiic: restore non-managed runtime PM to fix clk WARN flood
 2026-08-19 16:46 UTC  (4+ messages)

[PATCH] i2c: qcom-cci: fix device_node refcount leak in cci_probe()/cci_remove()
 2026-08-19 14:21 UTC  (7+ messages)
` [PATCH v2] "

[PATCH v4 0/5] i2c: qcom-cci: Enforce the required CCI clock rate
 2026-08-19 11:30 UTC  (15+ messages)
` [PATCH v4 1/5] i2c: qcom-cci: Switch msm8953 to the CCI v2 timing/rate config
` [PATCH v4 2/5] i2c: qcom-cci: Support per-mode CCI clock rates
` [PATCH v4 3/5] i2c: qcom-cci: Add 19.2 MHz timings for the v2 CCI
` [PATCH v4 4/5] i2c: qcom-cci: Share the timing table across CCI revisions
` [PATCH v4 5/5] i2c: qcom-cci: Enforce the required CCI clock rate

[PATCH v9 0/6] Add VIM4 MCU/FAN support
 2026-08-19  7:41 UTC  (4+ messages)
` [PATCH v9 4/6] thermal: khadas-mcu-fan: Add fan config from platform data Add regulator support

[PATCH v2] i2c: mxs: fix DMA channel leak on probe error
 2026-08-19  7:00 UTC  (2+ messages)

[PATCH] i2c: cp2615: handle allocation failure
 2026-08-19  6:28 UTC  (3+ messages)
` [PATCH v2] "

[PATCH v2] i2c: imx: add I2C_M_REV_DIR_ADDR and I2C_M_NOSTART
 2026-08-19  2:08 UTC  (2+ messages)

[PATCH net-next v5 7/7] ptp: ocp: Add Time Card V9 I2C peripheral topology
 2026-08-18 16:57 UTC  (2+ messages)

[PATCH net-next v5 6/7] ptp: ocp: Add R4006 I2C peripheral topology
 2026-08-18 16:57 UTC  (2+ messages)

[PATCH net-next v5 5/7] ptp: ocp: Add profile-driven I2C topology support
 2026-08-18 16:57 UTC  (2+ messages)

[PATCH net-next v5 4/7] ptp: ocp: Track EEPROM fields independently
 2026-08-18 16:57 UTC  (2+ messages)

[PATCH net-next v5 3/7] i2c: mux: Propagate software nodes to channel adapters
 2026-08-18 16:57 UTC  (2+ messages)

[PATCH net-next v5 2/7] leds: is32fl3207: Add controller driver
 2026-08-18 16:57 UTC  (2+ messages)

[PATCH net-next v5 1/7] dt-bindings: leds: Add IS32FL3207 controller
 2026-08-18 16:57 UTC  (2+ messages)

[PATCH] i2c: bcm2835: add missing braces to for loop in bcm2835_i2c_xfer
 2026-08-18 14:58 UTC  (2+ messages)

[PATCH] i2c: i2c-s3c2410: fix runtime PM cleanup
 2026-08-18 14:52 UTC  (2+ messages)

[RFC PATCH] i2c: designware: Enable SAR in slave mode for Multiple SAR controllers
 2026-08-18 14:43 UTC  (5+ messages)
` [PATCH v5] "
    ` [EXTERNAL] "
` [PATCH v6] "

[PATCH] i2c: i2c-rzv2m: fix runtime PM cleanup
 2026-08-18 14:28 UTC  (3+ messages)

[PATCH] i2c: microchip-corei2c: disable clock after removing adapter
 2026-08-18 12:41 UTC 

[PATCH] i2c: axxia: disable clock after removing adapter in remove
 2026-08-18 12:41 UTC 

[PATCH] i2c: altera: disable clock after removing adapter
 2026-08-18 12:41 UTC 

[PATCH v2] i2c: xiic: restore runtime PM teardown in remove to fix clk WARN flood
 2026-08-18 10:16 UTC  (6+ messages)

[PATCH] i2c: amd-mp2: fix autosuspend cleanup during teardown
 2026-08-18  8:40 UTC  (2+ messages)


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