public inbox for linux-i2c@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2024-06-21 06:20:57 to 2024-06-26 08:15:26 UTC [more...]

[PATCH v2 00/12] i2c: riic: Add support for Renesas RZ/G3S
 2024-06-26  8:15 UTC  (20+ messages)
` [PATCH v2 01/12] clk: renesas: r9a08g045: Add clock, reset and power domain support for I2C
` [PATCH v2 02/12] i2c: riic: Use temporary variable for struct device
` [PATCH v2 03/12] i2c: riic: Call pm_runtime_get_sync() when need to access registers
` [PATCH v2 04/12] i2c: riic: Use pm_runtime_resume_and_get()
` [PATCH v2 05/12] i2c: riic: Enable runtime PM autosuspend support
` [PATCH v2 06/12] i2c: riic: Add suspend/resume support
` [PATCH v2 07/12] i2c: riic: Define individual arrays to describe the register offsets
` [PATCH v2 08/12] dt-bindings: i2c: renesas,riic: Document the R9A08G045 support
` [PATCH v2 09/12] i2c: riic: Add support for fast mode plus
` [PATCH v2 10/12] arm64: dts: renesas: r9a08g045: Add I2C nodes
` [PATCH v2 11/12] arm64: dts: renesas: rzg3s-smarc: Enable i2c0 node
` [PATCH v2 12/12] arm64: dts: renesas: rzg3s-smarc-som: Enable i2c1 node

[PATCH v2] dt-bindings: drop stale Anson Huang from maintainers
 2024-06-26  6:51 UTC  (3+ messages)

[PATCH v3] dt-bindings: i2c: nxp,lpc1788-i2c: convert to dt schema
 2024-06-26  6:29 UTC  (6+ messages)

[PATCH v3 1/4] nvmem: Replace spaces with tab in documentation
 2024-06-26  4:11 UTC  (4+ messages)
` [PATCH v3 2/4] nvmem: Document type attribute
` [PATCH v3 3/4] nvmem: Use sysfs_emit() for "
` [PATCH v3 4/4] nvmem: core: Implement force_ro sysfs attribute

[PATCH v2 0/4] arm64: dts: qcom: add description of CCI controllers for sm8550 and sm8650
 2024-06-26  3:36 UTC  (3+ messages)
` [PATCH v2 1/4] dt-bindings: i2c: qcom-cci: Document sm8550 compatible

[PATCH v3 0/3] Add I2C support on TH1520
 2024-06-25 21:30 UTC  (6+ messages)
` [PATCH v3 2/3] riscv: dts: thead: Add TH1520 I2C nodes
` [PATCH v3 3/3] riscv: dts: thead: Enable I2C on the BeagleV-Ahead

[Patch v4 00/10] Add audio support for LPC32XX CPUs
 2024-06-25 21:12 UTC  (20+ messages)
` [Patch v4 04/10] ARM: dts: lpc32xx: Add missing dma and i2s properties
` [Patch v4 05/10] clk: lpc32xx: initialize regmap using parent syscon
` [Patch v4 06/10] dmaengine: Add dma router for pl08x in LPC32XX SoC
` [Patch v4 07/10] ARM: lpc32xx: Remove pl08x platform data in favor for device tree
` [Patch v4 08/10] mtd: rawnand: lpx32xx: Request DMA channels using DT entries
` [Patch v4 10/10] i2x: pnx: Use threaded irq to fix warning from del_timer_sync()

[PATCH v2 0/3] Read MAC address through NVMEM for sama7g5ek
 2024-06-25 16:15 UTC  (8+ messages)
` [PATCH v2 1/3] eeprom: at24: avoid adjusting offset for 24AA025E{48, 64}
` [PATCH v2 2/3] ARM: dts: at91: at91-sama7g5ek: add EEPROMs
` [PATCH v2 3/3] dt-bindings: eeprom: at24: Add at24,mac02e4 and at24,mac02e6

[PATCH] i2c: Drop explicit initialization of struct i2c_device_id::driver_data to 0
 2024-06-25 14:40 UTC  (3+ messages)

[PATCH 00/12] i2c: riic: Add support for Renesas RZ/G3S
 2024-06-25  5:07 UTC  (32+ messages)
` [PATCH 01/12] clk: renesas: r9a08g045: Add clock, reset and power domain support for I2C
` [PATCH 02/12] i2c: riic: Use temporary variable for struct device
` [PATCH 03/12] i2c: riic: Call pm_runtime_get_sync() when need to access registers
` [PATCH 04/12] i2c: riic: Use pm_runtime_resume_and_get()
` [PATCH 05/12] i2c: riic: Enable runtime PM autosuspend support
` [PATCH 06/12] i2c: riic: Add suspend/resume support
` [PATCH 07/12] i2c: riic: Define individual arrays to describe the register offsets
` [PATCH 08/12] dt-bindings: i2c: renesas,riic: Document the R9A08G045 support
` [PATCH 09/12] i2c: riic: Add support for fast mode plus
` [PATCH 10/12] arm64: dts: renesas: r9a08g045: Add I2C nodes
` [PATCH 11/12] arm64: dts: renesas: rzg3s-smarc: Enable i2c0 node
` [PATCH 12/12] arm64: dts: renesas: rzg3s-smarc-som: Enable i2c1 node

Regression caused by "eeprom: at24: Probe for DDR3 thermal sensor in the SPD case" - "sysfs: cannot create duplicate filename"
 2024-06-25  3:45 UTC  (9+ messages)

Dell PowerEdge R930: `i2c i2c-0: More than 8 memory slots on a single bus, contact i801 maintainer to add missing mux config`
 2024-06-24 21:37 UTC  (4+ messages)

[PATCH v4 0/6] hwmon: Add support for SPD5118 compliant chips
 2024-06-24 20:30 UTC  (10+ messages)
` [PATCH v4 5/6] i2c: smbus: Support DDR5 SPD EEPROMs

[PATCH v4 0/6] i2c-i801 / dell-lis3lv02d: Move instantiation of lis3lv02d i2c_client from i2c-i801 to dell-lis3lv02d
 2024-06-24 18:28 UTC  (11+ messages)
` [PATCH v4 1/6] i2c: core: Setup i2c_adapter runtime-pm before calling device_add()
` [PATCH v4 2/6] i2c: i801: Use a different adapter-name for IDF adapters
` [PATCH v4 3/6] platform/x86: dell-smo8800: Move SMO88xx acpi_device_ids to dell-smo8800-ids.h
` [PATCH v4 4/6] platform/x86: dell-smo8800: Move instantiation of lis3lv02d i2c_client from i2c-i801 to dell-lis3lv02d
` [PATCH v4 5/6] platform/x86: dell-smo8800: Add a couple more models to lis3lv02d_devices[]
` [PATCH v4 6/6] platform/x86: dell-smo8800: Add support for probing for the accelerometer i2c address

[PATCH v4 0/9] Add Mule MFD support
 2024-06-24 16:13 UTC  (7+ messages)

[RFC PATCH] i2c: imx: avoid rescheduling when waiting for bus not busy
 2024-06-24 15:49 UTC  (5+ messages)

[PATCH v3] dt-bindings: i2c: nxp,lpc1788-i2c: convert to dt schema
 2024-06-24 13:12 UTC  (2+ messages)

[PATCH v2] dt-bindings: i2c: nxp,lpc1788-i2c: convert to dt schema
 2024-06-24  8:47 UTC  (4+ messages)

[PATCH v2 1/4] nvmem: Replace spaces with tab in documentation
 2024-06-24  0:19 UTC  (7+ messages)
` [PATCH v2 2/4] nvmem: Document type attribute
` [PATCH v2 3/4] nvmem: Use sysfs_emit() for "
` [PATCH v2 4/4] nvmem: core: Implement force_ro sysfs attribute

[PULL REQUEST] i2c-for-6.10-rc5
 2024-06-23 15:13 UTC  (2+ messages)

[PATCH v3 0/6] i2c-i801 / dell-smo8800: Move instantiation of lis3lv02d i2c_client from i2c-i801 to dell-smo8800
 2024-06-23 14:30 UTC  (48+ messages)
` [PATCH v3 1/6] i2c: core: Setup i2c_adapter runtime-pm before calling device_add()
` [PATCH v3 2/6] i2c: i801: Use a different adapter-name for IDF adapters
` [PATCH v3 3/6] platform/x86: dell-smo8800: Move instantiation of lis3lv02d i2c_client from i2c-i801 to dell-smo8800
` [PATCH v3 4/6] platform/x86: dell-smo8800: Allow lis3lv02d i2c_client instantiation without IRQ
` [PATCH v3 5/6] platform/x86: dell-smo8800: Add a couple more models to dell_lis3lv02d_devices[]
` [PATCH v3 6/6] platform/x86: dell-smo8800: Add support for probing for the accelerometer i2c address

[GIT PULL] i2c-host-fixes for v6.10-rc5
 2024-06-23  0:15 UTC  (2+ messages)

[PATCH v4 0/6] docs: i2c: summary: update and use inclusive wording
 2024-06-22  8:14 UTC  (11+ messages)
` [PATCH v4 1/6] docs: i2c: summary: start sentences consistently
` [PATCH v4 2/6] docs: i2c: summary: update I2C specification link
` [PATCH v4 3/6] docs: i2c: summary: update speed mode description
` [PATCH v4 4/6] docs: i2c: summary: document use of inclusive language
` [PATCH v4 5/6] docs: i2c: summary: document 'local' and 'remote' targets
` [PATCH v4 6/6] docs: i2c: summary: be clearer with 'controller/target' and 'adapter/client' pairs

[PATCH] nvmem: core: Implement force_ro sysfs attribute
 2024-06-22  6:49 UTC  (2+ messages)

[PATCH 1/1] i2c: Add nop fwnode operations
 2024-06-21 17:42 UTC  (3+ messages)

[PATCH] i2c: add missing MODULE_DESCRIPTION() macros
 2024-06-21 11:41 UTC  (3+ messages)

[PATCH 0/7] dt-bindings: i2c: few fixes and cleanups
 2024-06-21  9:27 UTC  (4+ messages)

[PATCH v3 0/6] docs: i2c: summary: update and use inclusive wording
 2024-06-21  7:03 UTC  (10+ messages)
` [PATCH v3 5/6] docs: i2c: summary: document 'local' and 'remote' targets


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