public inbox for linux-i2c@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-01-20 09:28:23 to 2026-01-23 21:36:40 UTC [more...]

[PATCH v3 0/5] i2c: xiic: use generic device property accessors
 2026-01-23 21:36 UTC  (18+ messages)
` [PATCH v3 1/5] i2c: xiic: make the clock optional
` [PATCH v3 2/5] i2c: xiic: switch to managed version of mutex_init
` [PATCH v3 3/5] i2c: xiic: remove duplicate error message
` [PATCH v3 4/5] i2c: xiic: switch to generic device property accessors
` [PATCH v3 5/5] i2c: xiic: minor cosmetic cleanup

[PATCH 11/21] i2c: spacemit: Remove IRQF_ONESHOT
 2026-01-23 20:53 UTC  (2+ messages)

[PATCH v2 0/4] i2c: SMBus ARP support
 2026-01-23 18:12 UTC  (10+ messages)
` [PATCH v2 1/4] i2c: SMBus Address Resolution Protocol implementation for host side
` [PATCH v2 2/4] i2c: Sysfs attribute files for the Unique Device Identifier fields
` [PATCH v2 3/4] mctp i2c: Enable SMBus ARP discovery
` [PATCH v2 4/4] i2c: Add SMBus ARP target mode test driver

[PATCH v4 0/5] i2c: xiic: use generic device property accessors
 2026-01-23 16:56 UTC  (7+ messages)
` [PATCH v4 1/5] i2c: xiic: minor cosmetic cleanup
` [PATCH v4 2/5] i2c: xiic: make the clock optional
` [PATCH v4 3/5] i2c: xiic: switch to devm_ managed apis to simplify the error code paths
` [PATCH v4 4/5] i2c: xiic: remove duplicate error message
` [PATCH v4 5/5] i2c: xiic: switch to generic device property accessors

[PATCH v5 2/2] i2c: designware-platdrv: refactor error handling and simplify cleanup
 2026-01-23 16:09 UTC  (3+ messages)

[PATCH v5 0/2] i2c: designware-platdrv: simplify reset control and error handling
 2026-01-23 16:03 UTC  (6+ messages)

[PATCH v5 0/6] i2c: designware: Improve support of multi-messages transfer
 2026-01-23 14:37 UTC  (18+ messages)
` [PATCH v5 1/6] i2c: designware: Optimize flag reading in i2c_dw_read()
` [PATCH v5 2/6] i2c: designware: Sort compatible strings in alphabetical order
` [PATCH v5 3/6] i2c: designware: Add dedicated algorithm for AMD NAVI
` [PATCH v5 4/6] i2c: designware: Implement I2C_M_STOP support
` [PATCH v5 5/6] i2c: designware: Use runtime PM macro for auto-cleanup
` [PATCH v5 6/6] i2c: designware: Support of controller with IC_EMPTYFIFO_HOLD_MASTER disabled

[GIT PULL] i2c-host-fixes for v6.19-rc7
 2026-01-23 12:34 UTC 

[Patch V4] i2c: imx-lpi2c: fix SMBus block read NACK after byte count
 2026-01-23 10:54 UTC 

[PATCH v5 1/2] i2c: designware-platdrv: simplify reset control
 2026-01-23 10:05 UTC 

[PATCH v4 0/5] Add CCI and imx577 sensor support for Talos evk
 2026-01-23  6:53 UTC  (8+ messages)
` [PATCH v4 1/5] arm64: dts: qcom: talos: Add camss node
` [PATCH v4 2/5] dt-bindings: i2c: qcom-cci: Document sm6150 compatible
` [PATCH v4 3/5] arm64: dts: qcom: talos: Add CCI definitions
` [PATCH v4 4/5] arm64: dts: qcom: talos: Add camera MCLK pinctrl
` [PATCH v4 5/5] arm64: dts: qcom: talos-evk-camera: Add DT overlay

[REGRESSION][BISECTED] Lenovo IdeaPad touchpad does not work when idma64 is present in initramfs
 2026-01-23  6:53 UTC  (19+ messages)

[PATCH v5 0/5] Add CCI and imx577 sensor support for Talos evk
 2026-01-23  2:30 UTC  (9+ messages)
` [PATCH v5 1/5] arm64: dts: qcom: talos: Add camss node
` [PATCH v5 2/5] dt-bindings: i2c: qcom-cci: Document sm6150 compatible
` [PATCH v5 3/5] arm64: dts: qcom: talos: Add CCI definitions
` [PATCH v5 4/5] arm64: dts: qcom: talos: Add camera MCLK pinctrl
` [PATCH v5 5/5] arm64: dts: qcom: talos-evk-camera: Add DT overlay

[PATCH v9 0/4] Add I2C support for Tegra410
 2026-01-22 17:52 UTC  (8+ messages)
` [PATCH v9 1/4] i2c: tegra: Introduce tegra_i2c_variant to identify DVC and VI
` [PATCH v9 2/4] i2c: tegra: Move variant to tegra_i2c_hw_feature
` [PATCH v9 3/4] i2c: tegra: Add logic to support different register offsets
` [PATCH v9 4/4] i2c: tegra: Add support for Tegra410

[PATCH] dt-bindings: i2c: exynos5: add exynosautov920-hsi2c compatible
 2026-01-22 17:18 UTC  (2+ messages)

[PATCH 00/21] Adding support of ADI ARMv8 ADSP-SC598 SoC
 2026-01-22 15:37 UTC 

[PATCH 0/4] Add I2C support for QiLai SoC
 2026-01-22 14:14 UTC  (4+ messages)
` [PATCH 2/4] drivers: i2c: add the driver for Andes I2C controller

[PATCH 0/2] i2c: add I2C driver for Andes atciic100
 2026-01-22 13:59 UTC  (6+ messages)
` [PATCH 1/2] dt-bindings: i2c: add atciic100

[PATCH v3 0/4] i2c: designware: Enable mode swapping
 2026-01-22 13:47 UTC  (6+ messages)
` [PATCH v3 1/4] i2c: designware: Combine some of the common functions
` [PATCH v3 2/4] i2c: designware: Combine the init functions
` [PATCH v3 3/4] i2c: designware: Enable mode swapping
` [PATCH v3 4/4] i2c: designware: Remove an unnecessary condition

[PATCH] i2c: spacemit: drop IRQF_ONESHOT flag from IRQ request
 2026-01-22 13:14 UTC  (4+ messages)

[Patch V3] i2c: imx-lpi2c: fix SMBus block read NACK after byte count
 2026-01-22 13:06 UTC  (3+ messages)

[PATCH V3 0/2] i2c: imx: Fix block read handling for invalid length
 2026-01-22 12:18 UTC  (4+ messages)
` [PATCH V3 1/2] i2c: imx: preserve error state in block data length handler

[PATCH v1 0/2] i2c: designware: Clean up MODEL_* definitions
 2026-01-22 11:49 UTC  (4+ messages)
` [PATCH v1 2/2] i2c: designware: Use device_is_compatible() instead of custom approach

[PATCH v4 00/29] lan966x pci device: Add support for SFPs
 2026-01-22 11:41 UTC  (21+ messages)
` [PATCH v4 01/29] Revert "treewide: Fix probing of devices in DT overlays"

[PATCH v2] i2c: Add FTDI FT4222H USB I2C adapter
 2026-01-22 10:37 UTC  (2+ messages)

[PATCH v2 0/4] i2c: add support for Andes platform
 2026-01-22  9:50 UTC  (7+ messages)
` [PATCH v2 1/4] dt-bindings: i2c: add support for AE350 I2C controller
` [PATCH v2 2/4] i2c: add Andes I2C driver support
` [PATCH v2 3/4] MAINTAINERS: add an entry for Andes I2C driver
` [PATCH v2 4/4] riscv: dts: andes: qilai: add I2C controller

[PATCH v2 0/2] i2c: xiic: use generic device property accessors
 2026-01-22  9:03 UTC  (6+ messages)
` [PATCH v2 1/2] i2c: xiic: switch to "
` [PATCH v2 2/2] i2c: xiic: make the clock optional

[PATCH v6 0/7] mmc: host: renesas_sdhi_core: support configuring an optional sdio mux
 2026-01-22  6:17 UTC  (12+ messages)
` [PATCH v6 1/7] phy: can-transceiver: rename temporary helper function to avoid conflict
` [PATCH v6 2/7] mux: Add helper functions for getting optional and selected mux-state
` [PATCH v6 3/7] mux: add help text for MULTIPLEXER config option
` [PATCH v6 4/7] phy: can-transceiver: drop temporary helper getting optional mux-state
` [PATCH v6 5/7] i2c: omap: switch to new generic helper for getting selected mux-state
` [PATCH v6 6/7] dt-bindings: mmc: renesas,sdhi: Add mux-states property
` [PATCH v6 7/7] mmc: host: renesas_sdhi_core: support selecting an optional mux

[PATCH v9 0/5] Add CCI and imx577 sensor support for monaco evk
 2026-01-22  3:10 UTC  (7+ messages)
` [PATCH v9 1/5] dt-bindings: i2c: qcom-cci: Document qcs8300 compatible
` [PATCH v9 2/5] arm64: dts: qcom: monaco: Add CCI definitions
` [PATCH v9 3/5] arm64: dts: qcom: monaco: Add camera MCLK pinctrl
` [PATCH v9 4/5] arm64: dts: qcom: monaco-evk: Add camera AVDD regulators
` [PATCH v9 5/5] arm64: dts: qcom: monaco-evk-camera: Add DT overlay

unsubscribe
 2026-01-22  3:09 UTC 

[PATCH v12 0/3] Firmware Support for USB-HID Devices and CP2112
 2026-01-21 20:38 UTC  (6+ messages)
` [PATCH v12 2/3] HID: cp2112: Fwnode Support

[PATCH i2c-tools v2 0/2] Add support for message modifier flags
 2026-01-21 18:37 UTC  (9+ messages)
` [PATCH i2c-tools v2 2/2] i2ctransfer: Add optional "

[PATCH v8 0/4] Add I2C support for Tegra410
 2026-01-21 15:36 UTC  (5+ messages)
` [PATCH v8 3/4] i2c: tegra: Add logic to support different register offsets

[PATCH v7 0/4] Add I2C support for Tegra410
 2026-01-21 14:40 UTC  (6+ messages)
` [PATCH v7 1/4] i2c: tegra: Introduce tegra_i2c_variant to identify DVC and VI

[PATCH v3 00/12] Enable I2C on SA8255p Qualcomm platforms
 2026-01-21 10:21 UTC  (11+ messages)
` [PATCH v3 08/12] i2c: qcom-geni: Isolate serial engine setup
` [PATCH v3 09/12] i2c: qcom-geni: Move resource initialization to separate function
` [PATCH v3 10/12] i2c: qcom-geni: Use resources helper APIs in runtime PM functions
` [PATCH v3 11/12] i2c: qcom-geni: Store of_device_id data in driver private struct
` [PATCH v3 12/12] i2c: qcom-geni: Enable I2C on SA8255p Qualcomm platforms

[PATCH v3 0/5] Add CCI and imx577 sensor support for Talos evk
 2026-01-21 10:08 UTC  (3+ messages)

[GIT PULL] at24 updates for v7.0-rc1
 2026-01-21  9:55 UTC 

[PATCH v5 0/7] mmc: host: renesas_sdhi_core: support configuring an optional sdio mux
 2026-01-21  9:00 UTC  (9+ messages)
` [PATCH v5 1/7] phy: can-transceiver: rename temporary helper function to avoid conflict
` [PATCH v5 2/7] mux: Add helper functions for getting optional and selected mux-state
` [PATCH v5 7/7] mmc: host: renesas_sdhi_core: support selecting an optional mux

[PATCH] i2c: xiic: add ACPI support
 2026-01-21  8:36 UTC  (2+ messages)

[PATCH v2] i2c: imx-lpi2c: support smbus block read feature
 2026-01-21  6:43 UTC  (4+ messages)

[PATCH v2 0/7] Camera I2C (CCI) enablement on MSM8953 and Fairphone 3
 2026-01-21  2:35 UTC  (2+ messages)
` (subset) "

[PATCH v4 02/15] dt-bindings: mfd: atmel,sama5d2-flexcom: add microchip,lan9691-flexcom
 2026-01-20 15:53 UTC  (2+ messages)
` (subset) "

[PATCH v2 2/3] i2c: designware-platdrv: complete reset control devm conversion
 2026-01-20 13:55 UTC  (3+ messages)
` [PATCH v4] i2c: designware-platdrv: simplify reset control and error handling

[syzbot] [input?] KASAN: stack-out-of-bounds Read in ft260_smbus_write
 2026-01-20 13:47 UTC  (2+ messages)
` [PATCH] i2c: add sanity check for input SMBus data length

[PATCH 00/44] Change a lot of min_t() that might mask high bits
 2026-01-20 13:19 UTC  (3+ messages)
` [PATCH 20/44] drivers/i2c/busses: use min() instead of min_t()

[PATCH 0/4] Add CCI support for Milos, enable on Fairphone (Gen. 6)
 2026-01-20 13:18 UTC  (6+ messages)
` [PATCH 2/4] dt-bindings: i2c: qcom-cci: Document Milos compatible
` [PATCH 3/4] arm64: dts: qcom: milos: Add CCI busses


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