linux-i2c.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-07-19 08:23:21 to 2023-07-27 11:31:38 UTC [more...]

[PATCH] i2c: tiny-usb: check usb base class before assuming the interface on device is for this driver
 2023-07-27 11:30 UTC  (2+ messages)

[PATCH v2 0/2] i2c: designware: Handle invalid SMBus block data response length value
 2023-07-27 10:49 UTC  (5+ messages)
` [PATCH v2 1/2] i2c: designware: Correct length byte validation logic
` [PATCH v2 2/2] i2c: designware: Handle invalid SMBus block data response length value

[PATCH v2 00/22] i2c: Use new PM macros
 2023-07-27 10:19 UTC  (30+ messages)
` [PATCH v2 01/22] i2c: au1550: Remove #ifdef guards for PM related functions
` [PATCH v2 02/22] i2c: iproc: "
` [PATCH v2 03/22] i2c: brcmstb: "
` [PATCH v2 04/22] i2c: davinci: "
` [PATCH v2 05/22] i2c: designware: "
` [PATCH v2 06/22] i2c: exynos5: "
` [PATCH v2 07/22] i2c: hix5hd2: "
` [PATCH v2 08/22] i2c: i801: "
` [PATCH v2 09/22] i2c: img-scb: "
` [PATCH v2 10/22] i2c: kempld: Convert to use regular device PM
` [PATCH v2 11/22] i2c: lpc2k: Remove #ifdef guards for PM related functions
` [PATCH v2 12/22] i2c: mt65xx: "
` [PATCH v2 13/22] i2c: nomadik: "
` [PATCH v2 14/22] i2c: ocores: "
` [PATCH v2 15/22] i2c: pnx: "
` [PATCH v2 16/22] i2c: pxa: "
` [PATCH v2 17/22] i2c: qup: "
` [PATCH v2 18/22] i2c: rcar: "
` [PATCH v2 19/22] i2c: s3c2410: "
` [PATCH v2 20/22] i2c: sh-mobile: "
` [PATCH v2 21/22] i2c: virtio: "
` [PATCH v2 22/22] i2c: mux: pca954x: "

[PATCH v2 0/2] Extend device_get_match_data() to struct bus_type
 2023-07-27  9:59 UTC  (6+ messages)
` [PATCH v2 2/2] i2c: Add i2c_device_get_match_data() callback

[PATCH v4] i2c: imx-lpi2c: directly return ISR when detect a NACK
 2023-07-27  8:38 UTC  (2+ messages)

[PATCH v3] i2c: imx-lpi2c: directly return ISR when detect a NACK
 2023-07-27  2:57 UTC  (3+ messages)
  ` [EXT] "

[PATCH] I2C: Explicitly include correct DT includes
 2023-07-27  0:39 UTC  (2+ messages)

[PATCH] i2c: ocores: Move system PM hooks to the NOIRQ phase
 2023-07-27  0:35 UTC  (2+ messages)

[PATCH v2] i2c: stm32f7: Add atomic_xfer method to driver
 2023-07-26 21:21 UTC  (2+ messages)

[PATCH] w1: ds2482: Switch back to use struct i2c_driver's .probe()
 2023-07-26 19:16 UTC  (5+ messages)

[PATCH v1 0/2] LTC4286 and LTC4287 driver support
 2023-07-26 16:44 UTC  (19+ messages)
` [PATCH v1 1/2] dt-bindings: hwmon: Add lltc ltc4286 driver bindings
` [PATCH v1 2/2] hwmon: pmbus: Add ltc4286 driver
` [PATCH 1/2] dt-bindings: hwmon: Add lltc ltc4286 driver bindings
  ` [PATCH 2/2] hwmon: pmbus: Add ltc4286 driver

[PATCH] i2c: tiny-usb: check usb base class before assuming the interface on device is for this driver
 2023-07-26 16:08 UTC  (2+ messages)

[PATCH v5] i2c: imx-lpi2c: return -EINVAL when i2c peripheral clk doesn't work
 2023-07-26 14:58 UTC  (2+ messages)

[PATCH v1 0/9] i2c: designware: code consolidation & cleanups
 2023-07-26 14:48 UTC  (15+ messages)
` [PATCH v1 1/9] i2c: designware: Move has_acpi_companion() to common code
` [PATCH v1 2/9] i2c: designware: Change i2c_dw_acpi_configure() prototype
` [PATCH v1 3/9] i2c: designware: Align dw_i2c_of_configure() with i2c_dw_acpi_configure()
` [PATCH v1 4/9] i2c: designware: Propagate firmware node
` [PATCH v1 5/9] i2c: designware: Always provide ID tables
` [PATCH v1 6/9] i2c: designware: Consolidate firmware parsing and configure code
` [PATCH v1 7/9] i2c: desingware: Unify firmware type checks
` [PATCH v1 8/9] i2c: designware: Get rid of redundant 'else'
` [PATCH v1 9/9] i2c: designware: Fix spelling and other issues in the comments

[PATCH -next] i2c: s3c2410: Remove redundant dev_err()
 2023-07-26 17:42 UTC  (2+ messages)

[PATCH v2 1/3] i2c: imx-lpi2c: directly return ISR when detect a NACK
 2023-07-26 14:11 UTC  (8+ messages)
` [PATCH v2 2/3] i2c: imx-lpi2c: add bus recovery feature
` [PATCH v2 3/3] i2c: imx-lpi2c: add debug message when i2c peripheral clk doesn't work
    ` [EXT] "
  ` [EXT] Re: [PATCH v2 1/3] i2c: imx-lpi2c: directly return ISR when detect a NACK

[PATCH v3 00/11] Introduce STM32 Firewall framework
 2023-07-26 12:12 UTC  (16+ messages)
` [IGNORE][PATCH v3 01/11] dt-bindings: Document common device controller bindings
` [PATCH v3 02/11] dt-bindings: treewide: add feature-domains description
` [PATCH v3 03/11] dt-bindings: bus: document RIFSC
` [PATCH v3 04/11] dt-bindings: bus: document ETZPC
  ` [PATCH v3 05/11] firewall: introduce stm32_firewall framework
  ` [PATCH v3 06/11] of: property: fw_devlink: Add support for "feature-domains"
  ` [PATCH v3 07/11] bus: rifsc: introduce RIFSC firewall controller driver
  ` [PATCH v3 08/11] arm64: dts: st: add RIFSC as a domain controller for STM32MP25x boards
  ` [PATCH v3 09/11] bus: etzpc: introduce ETZPC firewall controller driver
  ` [PATCH v3 10/11] ARM: dts: stm32: add ETZPC as a system bus for STM32MP15x boards
  ` [PATCH v3 11/11] ARM: dts: stm32: add ETZPC as a system bus for STM32MP13x boards

[PATCH v2 00/11] Introduce STM32 Firewall framework
 2023-07-26 11:39 UTC  (22+ messages)
` [IGNORE][PATCH v2 01/11] dt-bindings: Document common device controller bindings
` [PATCH v2 02/11] dt-bindings: bus: document RIFSC
` [PATCH v2 03/11] dt-bindings: bus: document ETZPC
` [PATCH v2 04/11] dt-bindings: treewide: add feature-domains description
` [PATCH v2 05/11] firewall: introduce stm32_firewall framework
` [PATCH v2 06/11] of: property: fw_devlink: Add support for "feature-domains"
` [PATCH v2 07/11] bus: rifsc: introduce RIFSC firewall controller driver
` [PATCH v2 08/11] arm64: dts: st: add RIFSC as a domain controller for STM32MP25x boards
` [PATCH v2 09/11] bus: etzpc: introduce ETZPC firewall controller driver
` [PATCH v2 10/11] ARM: dts: stm32: add ETZPC as a system bus for STM32MP15x boards
` [PATCH v2 11/11] ARM: dts: stm32: add ETZPC as a system bus for STM32MP13x boards

[PATCH v4] i2c: imx-lpi2c: return -EINVAL when i2c peripheral clk doesn't work
 2023-07-26  7:59 UTC  (4+ messages)
  ` [EXT] "

Słowa kluczowe do wypozycjonowania
 2023-07-26  7:35 UTC 

[PATCH v12 0/2] Add ASPEED AST2600 I2Cv2 controller driver
 2023-07-26  6:31 UTC  (9+ messages)
` [PATCH v12 2/2] i2c: aspeed: support ast2600 i2c new register mode driver

[PATCH RFC 0/2] Extend device_get_match_data() to struct bus_type
 2023-07-26  5:33 UTC  (21+ messages)
` [PATCH RFC 1/2] drivers: fwnode: "
` [PATCH RFC 2/2] i2c: Add i2c_device_get_match_data() callback

[PATCH] i2c:octeon:Add block-mode r/w
 2023-07-25 22:33 UTC  (2+ messages)

[PATCH v2] i2c: tegra: Fix failure during probe deferral cleanup
 2023-07-25 21:34 UTC  (4+ messages)

[PATCH 00/10] Introduce STM32 Firewall framework
 2023-07-25 14:07 UTC  (9+ messages)
` [PATCH 02/10] dt-bindings: bus: add device tree bindings for RIFSC
` [PATCH 07/10] arm64: dts: st: add RIFSC as a domain controller for STM32MP25x boards

[PATCH v3] i2c: imx-lpi2c: add error message when i2c peripheral clk doesn't work
 2023-07-25  8:24 UTC  (3+ messages)
  ` [EXT] "

[PATCH] i2c: imx: Clean up a call to request_irq()
 2023-07-25  7:42 UTC  (3+ messages)

[PATCH] i2c: imx-lpi2c: directly return ISR when detect a NACK
 2023-07-24 10:50 UTC  (3+ messages)
  ` [EXT] "

[PATCH] i2c: imx-lpi2c: add debug message when i2c peripheral clk doesn't work
 2023-07-24 10:19 UTC  (3+ messages)
  ` [EXT] "

[PATCH 1/2] i2c: imx-lpi2c: add bus recovery feature
 2023-07-24 10:11 UTC  (9+ messages)
` [PATCH 2/2] dt-bindings: i2c: imx-lpi2c: Add bus recovery example
    ` [EXT] "
  ` [EXT] Re: [PATCH 1/2] i2c: imx-lpi2c: add bus recovery feature

Don't miss out on our low Interest coinloan opportunity
 2023-07-24  8:46 UTC 

[PATCH 1/2] dt-bindings: i2c: nxp,pca9541: convert to DT schema
 2023-07-23 20:23 UTC  (9+ messages)
` [PATCH 2/2] dt-bindings: i2c: arb-gpio-challange: "

[PATCH] dt-bindings: i2c: arb-gpio-challange: convert to DT schema
 2023-07-22  9:50 UTC  (4+ messages)

Prezentacja
 2023-07-20  8:16 UTC 

Accelerometer lis3lv02d is present on SMBus but its address is unknown, skipping registration
 2023-07-19 19:32 UTC  (7+ messages)

[PATCH 0/2] i2c: i801: Force no IRQ for Dell Latitude E7450
 2023-07-19 19:27 UTC  (6+ messages)

[PATCH v7 5/5] mfd: tps6586x: register restart handler
 2023-07-19 18:22 UTC  (4+ messages)

Wolfram have computer problems
 2023-07-19 18:29 UTC 

[PATCH v15 0/8] i2c-atr and FPDLink
 2023-07-19 10:46 UTC  (3+ messages)
` [PATCH v15 7/8] media: i2c: add DS90UB913 driver


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