linux-i2c.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-08-14 10:10:17 to 2024-08-20 08:44:35 UTC [more...]

[PATCH 0/3] dt-bindings: i2c: nvidia,tegra20-i2c: minor cleanups
 2024-08-20  8:44 UTC 

[PATCH v3 0/5] Add SDM670 camera subsystem
 2024-08-20  8:40 UTC  (9+ messages)
` [PATCH v3 1/5] dt-bindings: i2c: qcom-cci: Document SDM670 compatible
` [PATCH v3 2/5] dt-bindings: media: camss: Add qcom,sdm670-camss
` [PATCH v3 3/5] media: qcom: camss: add support for SDM670 camss
` [PATCH v3 4/5] arm64: dts: qcom: sdm670: add camcc
` [PATCH v3 5/5] arm64: dts: qcom: sdm670: add camss and cci

[PATCH v4 0/2] Add support for Congatec CGEB BIOS interface
 2024-08-20  8:39 UTC  (8+ messages)
` [PATCH v4 1/2] x86: Add basic support for the "
` [PATCH v4 2/2] i2c: Add Congatec CGEB I2C driver

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

[PATCH v13 0/3] Add ASPEED AST2600 I2Cv2 controller driver
 2024-08-20  6:50 UTC  (11+ messages)
` [PATCH v13 1/3] dt-bindings: i2c: aspeed: support for AST2600-i2cv2
` [PATCH v13 2/3] i2c: aspeed: support AST2600 i2c new register mode driver
` [PATCH v13 3/3] i2c: aspeed: support AST2600 i2c new register slave "

[PATCH] dt-bindings: i2c: qcom,i2c-cci: add missing clocks constraint in if:then:
 2024-08-20  6:31 UTC 

[PATCH RESEND] Do not mark ACPI devices as irq safe
 2024-08-20  3:57 UTC  (9+ messages)

[PATCH 00/10] Add device tree for ArmSoM Sige 5 board
 2024-08-19 21:26 UTC  (10+ messages)
` [PATCH 08/10] dt-bindings: timer: rockchip: Add rk3576 compatible
` [PATCH 09/10] arm64: dts: rockchip: Add rk3576 SoC base DT

[PATCH] i2c: ismt: kill transaction in hardware on timeout
 2024-08-19 20:51 UTC 

[PATCH -next 0/9] drivers: fix some module autoloading
 2024-08-19 20:31 UTC  (22+ messages)
` [PATCH -next 1/9] usb: ehci-mv: fix "
` [PATCH -next 2/9] soc: pxa: ssp: "
` [PATCH -next 3/9] misc: atmel-ssc: "
` [PATCH -next 4/9] i2c: at91: "
` [PATCH -next 5/9] mpc85xx_edac: "
` [PATCH -next 6/9] dmaengine: pxa: "
` [PATCH -next 7/9] dmaengine: mmp_pdma: "
` [PATCH -next 8/9] dmaengine: at_hdmac: "
` [PATCH -next 9/9] ipmi: ipmi_ssif: "

From: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
 2024-08-19 20:27 UTC  (9+ messages)
` [PATCH v3 1/7] i2c: designware: Replace a while-loop by for-loop
` [PATCH v3 2/7] i2c: designware: Let PCI core to take care about interrupt vectors
` [PATCH v3 3/7] i2c: designware: Add missing 'c' into PCI IDs variable name
` [PATCH v3 4/7] i2c: designware: Unify terminator in device ID tables
` [PATCH v3 5/7] i2c: designware: Always provide "
` [PATCH v3 6/7] i2c: designware: Drop return value from i2c_dw_acpi_configure()
` [PATCH v3 7/7] i2c: designware: Drop return value from dw_i2c_of_configure()

[PATCH v2 07/12] i2c: riic: Define individual arrays to describe the register offsets
 2024-08-19 19:56 UTC  (11+ messages)

[PATCH 0/5] Congatec Board Controller drivers
 2024-08-19 16:11 UTC  (4+ messages)
` [PATCH 2/5] gpio: Congatec Board Controller gpio driver

[PATCH v2 0/7] i2c: designware: Cleanups (part 1)
 2024-08-19  8:39 UTC  (8+ messages)
` [PATCH v2 1/7] i2c: designware: Replace a while-loop by for-loop
` [PATCH v2 2/7] i2c: designware: Let PCI core to take care about interrupt vectors
` [PATCH v2 3/7] i2c: designware: Add missing 'c' into PCI IDs variable name
` [PATCH v2 4/7] i2c: designware: Unify terminator in device ID tables
` [PATCH v2 5/7] i2c: designware: Always provide "
` [PATCH v2 6/7] i2c: designware: Drop return value from i2c_dw_acpi_configure()
` [PATCH v2 7/7] i2c: designware: Drop return value from dw_i2c_of_configure()

[PATCH v2] pca954x: Reset if channel select fails
 2024-08-19  7:39 UTC  (2+ messages)

[PATCH v2 0/4] i2c: imx: prevent rescheduling in non-dma mode
 2024-08-19  7:19 UTC  (5+ messages)
` [PATCH v2 1/4] i2c: imx: only poll for bus busy in multi master mode
` [PATCH v2 2/4] i2c: imx: separate atomic, dma and non-dma use case
` [PATCH v2 3/4] i2c: imx: use readb_relaxed and writeb_relaxed
` [PATCH v2 4/4] i2c: imx: prevent rescheduling in non dma mode

[PATCH v2 0/5] Add SDM670 camera subsystem
 2024-08-18 15:15 UTC  (3+ messages)
` [PATCH v2 1/5] dt-bindings: i2c: qcom-cci: Document SDM670 compatible

[PULL REQUEST] i2c-for-6.11-rc4
 2024-08-17 23:36 UTC  (2+ messages)

[PATCH v1 0/7] i2c: designware: Cleanups (part 1)
 2024-08-16 17:02 UTC  (8+ messages)
` [PATCH v1 1/7] i2c: designware: Replace a while-loop by for-loop
` [PATCH v1 2/7] i2c: designware: Let PCI core to take care about interrupt vectors
` [PATCH v1 3/7] i2c: designware: Add missing 'c' into PCI IDs variable name
` [PATCH v1 4/7] i2c: designware: Unify terminator in device ID tables
` [PATCH v1 5/7] i2c: designware: Always provide "
` [PATCH v1 6/7] i2c: designware: Drop return value from i2c_dw_acpi_configure()
` [PATCH v1 7/7] i2c: designware: Drop return value from dw_i2c_of_configure()

[PATCH] i2c: simplify with scoped for each OF child loop
 2024-08-16 15:13 UTC 

[PATCH] i2c: core: Lock address during client device instantiation
 2024-08-16 14:49 UTC  (9+ messages)

[PATCH] [i2c-tegra] Do not mark ACPI devices as irq safe
 2024-08-16 14:44 UTC  (2+ messages)

[PATCH v8 0/6] i2c-i801 / dell-lis3lv02d: Move instantiation of lis3lv02d i2c_client from i2c-i801 to dell-lis3lv02d
 2024-08-16 14:38 UTC  (11+ messages)
` [PATCH v8 1/6] i2c: core: Setup i2c_adapter runtime-pm before calling device_add()
` [PATCH v8 2/6] i2c: i801: Use a different adapter-name for IDF adapters

[GIT PULL] i2c-host-fixes for v6.11-rc4
 2024-08-16 14:25 UTC  (2+ messages)

[PATCH] pca954x: Reset if channel select fails
 2024-08-16 12:32 UTC  (3+ messages)

[PATCH 0/2] giantec,gt24c04a eeproms for qnap ts433
 2024-08-16  8:18 UTC  (7+ messages)
` [PATCH 1/2] dt-bindings: eeprom: at24: Add compatible for Giantec GT24C04A
` (subset) [PATCH 0/2] giantec,gt24c04a eeproms for qnap ts433

[PATCH v2] i2c: core: Lock address during client device instantiation
 2024-08-16  6:12 UTC  (3+ messages)

[PATCH v2 dt-schema 0/3] schemas: i2c: fix "smbus_alert" handling
 2024-08-15 22:48 UTC  (5+ messages)
` [PATCH v2 dt-schema 1/3] schemas: i2c: reword descriptions for inclusive language
` [PATCH v2 dt-schema 2/3] schemas: i2c: clean up interrupt descriptions for I2C targets
` [PATCH v2 dt-schema 3/3] schemas: i2c: add generic interrupt name for I2C controllers

[PATCH dt-schema 0/3] schemas: i2c: fix "smbus_alert" handling
 2024-08-15 21:23 UTC  (11+ messages)
` [PATCH dt-schema 1/3] schemas: i2c: reword descriptions for inclusive language
` [PATCH dt-schema 2/3] schemas: i2c: clean up interrupt descriptions for I2C targets
` [PATCH dt-schema 3/3] schemas: i2c: add generic interrupt name for I2C controllers

[PATCH v2 0/4] arm64: dts: qcom: add description of CCI controllers for sm8550 and sm8650
 2024-08-15 20:40 UTC  (2+ messages)
` (subset) "

[PATCH] dt-bindings: i2c: i2c-sprd: convert to YAML
 2024-08-15 14:40 UTC  (2+ messages)

[PATCH v4 0/6] platform/chrome: Introduce DT hardware prober
 2024-08-15  9:55 UTC  (12+ messages)
` [PATCH v4 3/6] i2c: Introduce OF component probe function
` [PATCH v4 4/6] i2c: of-prober: Add GPIO and regulator support
` [PATCH v4 5/6] platform/chrome: Introduce device tree hardware prober

[PATCH] i2c: fix module autoloading
 2024-08-15  9:02 UTC 

[PATCH v2] Do not mark ACPI devices as irq safe
 2024-08-14 22:30 UTC  (9+ messages)

[PATCH 0/3] i2c: testunit: let it trigger SMBusAlerts
 2024-08-14 18:22 UTC  (4+ messages)
` [PATCH 1/3] i2c: testunit: describe fwnode based instantiation
` [PATCH 2/3] i2c: testunit: move code to avoid a forward declaration
` [PATCH 3/3] i2c: testunit: add SMBusAlert trigger

[PATCH i2c-tools v2] README: ask for DCO in contributions
 2024-08-14 18:09 UTC  (3+ messages)

[PATCH i2c-tools 1/2] i2cget: printing help is not an error
 2024-08-14 18:04 UTC  (4+ messages)
` [PATCH i2c-tools 2/2] i2cset: "

[PATCH i2c-tools] treewide: remove FSF address
 2024-08-14 18:03 UTC  (2+ messages)

[PATCH v2 0/4] i2c: testunit: add rep_start test and rework versioning
 2024-08-14 17:57 UTC  (9+ messages)
` [PATCH v2 1/4] i2c: testunit: sort case blocks
` [PATCH v2 2/4] i2c: testunit: use decimal values in docs when appropriate
` [PATCH v2 3/4] i2c: testunit: add command to support versioning and test rep_start
` [PATCH v2 4/4] i2c: testunit: return current command on read messages

[PATCH] i2c: Use IS_REACHABLE() for substituting empty ACPI functions
 2024-08-14 17:50 UTC  (6+ messages)

[PATCH v3 0/7] Add support for GE SUNH hot-pluggable connector
 2024-08-14 15:59 UTC  (5+ messages)
` [PATCH v3 1/7] dt-bindings: connector: add GE SUNH hotplug addon connector


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