linux-i2c.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-08-11 12:34:26 to 2022-08-24 07:25:59 UTC [more...]

[PATCH v2 0/3] docs: i2c: rework I2C documentation, part II
 2022-08-24  7:25 UTC  (11+ messages)
` [PATCH v2 1/3] docs: i2c: i2c-topology: fix incorrect heading
` [PATCH v2 2/3] docs: i2c: i2c-topology: reorder sections more logically
` [PATCH v2 3/3] docs: i2c: i2c-topology: fix typo

[PATCH next] i2c: i2c-hisi: Add support for initializing control module via DT
 2022-08-24  5:55 UTC  (3+ messages)

[PATCH V2 0/7] i2c-imx-lpi2c: add IPG clock
 2022-08-24  5:47 UTC  (16+ messages)
` [PATCH V2 1/7] ARM: dts: imx7ulp: update the LPI2C clock-names
` [PATCH V2 2/7] dt-bindings: i2c: i2c-imx-lpi2c: add ipg clk
` [PATCH V2 3/7] dt-bindings: i2c: i2c-imx-lpi2c: add dmas property
` [PATCH V2 4/7] dt-bindings: i2c: i2c-imx-lpi2c: add i.MX93
` [PATCH V2 5/7] arm64: dts: imx8-ss-dma: add IPG clock for i2c
` [PATCH V2 6/7] ARM: dts: imx7ulp: Add IPG clock for lpi2c
` [PATCH V2 7/7] i2c: imx-lpi2c: use bulk clk API

[PATCH RFC i2c-master] i2c: microchip: pci1xxxx: Add driver for I2C host controller in multifunction endpoint of pci1xxxx switch
 2022-08-23 15:05 UTC  (4+ messages)

[PATCH RESEND 0/2] Add GPCDMA support to Tegra234 I2C
 2022-08-23 13:32 UTC  (15+ messages)
` [PATCH RESEND 1/2] i2c: tegra: Add GPCDMA support
` [PATCH RESEND 2/2] arm64: tegra: Add GPCDMA support for Tegra234 I2C

[PATCH v3 1/1] i2c: scmi: Replace open coded device_get_match_data()
 2022-08-23 14:29 UTC  (5+ messages)

[PATCH] Revert "i2c: scmi: Replace open coded device_get_match_data()"
 2022-08-23 14:34 UTC  (4+ messages)

[PATCH V3 0/7] i2c-imx-lpi2c: add IPG clock
 2022-08-23  3:02 UTC  (8+ messages)
` [PATCH V3 1/7] ARM: dts: imx7ulp: update the LPI2C clock-names
` [PATCH V3 2/7] dt-bindings: i2c: i2c-imx-lpi2c: add ipg clk
` [PATCH V3 3/7] dt-bindings: i2c: i2c-imx-lpi2c: add dmas property
` [PATCH V3 4/7] dt-bindings: i2c: i2c-imx-lpi2c: add i.MX93
` [PATCH V3 5/7] arm64: dts: imx8-ss-dma: add IPG clock for i2c
` [PATCH V3 6/7] ARM: dts: imx7ulp: Add IPG clock for lpi2c
` [PATCH V3 7/7] i2c: imx-lpi2c: use bulk clk API

[PATCH] i2c: pasemi: Add IRQ support for Apple Silicon
 2022-08-23  1:50 UTC  (6+ messages)

[PATCH v2] i2c: muxes: Drop obsolete dependency on COMPILE_TEST
 2022-08-22 22:16 UTC  (3+ messages)

[PATCH v2 0/2] add power-supply control to enable eeprom usage
 2022-08-22 21:46 UTC  (4+ messages)
` [PATCH v2 1/2] dt-bindings: at24: add new optional power-supply property
` [PATCH v2 2/2] eeprom: at24: add support for power-supply control

[PATCH v2 0/9] i2c-mlxbf.c: bug fixes and new feature support
 2022-08-22 19:57 UTC  (10+ messages)
` [PATCH v2 1/9] i2c-mlxbf.c: Fix frequency calculation
` [PATCH v2 2/9] i2c-mlxbf.c: remove IRQF_ONESHOT
` [PATCH v2 3/9] i2c-mlxbf.c: incorrect base address passed during io write
` [PATCH v2 4/9] i2c-mlxbf: prevent stack overflow in mlxbf_i2c_smbus_start_transaction()
` [PATCH v2 5/9] i2c-mlxbf.c: support lock mechanism
` [PATCH v2 6/9] i2c-mlxbf.c: Update SPDX license
` [PATCH v2 7/9] i2c-mlxbf: add multi slave functionality
` [PATCH v2 8/9] i2c-mlxbf.c: support BlueField-3 SoC
` [PATCH v2 9/9] i2c-mlxbf.c: Update binding devicetree

[PATCH v2] i2c: designware: Introduce semaphore reservation timer to AMDPSP driver
 2022-08-22 11:02 UTC  (6+ messages)

[PATCH 1/2] i2c: i2c-hisi: Add support for initializing control module via DT
 2022-08-22  0:41 UTC  (2+ messages)

[PULL REQUEST] i2c-for-6.0-rc2
 2022-08-21 18:42 UTC  (2+ messages)

[PATCH] i2c: imx: Make sure to unregister adapter on remove()
 2022-08-21  8:41 UTC  (5+ messages)

[PATCH] i2c: pasemi: Add IRQ support for Apple Silicon
 2022-08-20 20:17 UTC 

[PATCH] i2c: ismt: Remove useless DMA-32 fallback configuration
 2022-08-20  6:38 UTC  (2+ messages)

[PATCH v1 0/7] i2c-mlxbf.c: bug fixes and new feature support
 2022-08-18 20:43 UTC  (19+ messages)
` [PATCH v1 1/7] i2c-mlxbf.c: Fix frequency calculation
` [PATCH v1 2/7] i2c-mlxbf.c: remove IRQF_ONESHOT
` [PATCH v1 3/7] i2c-mlxbf: add multi slave functionality
` [PATCH v1 4/7] i2c-mlxbf.c: incorrect base address passed during io write
` [PATCH v1 5/7] i2c-mlxbf: prevent stack overflow in mlxbf_i2c_smbus_start_transaction()
` [PATCH v1 6/7] i2c-mlxbf.c: support BlueField-3 SoC
` [PATCH v1 7/7] i2c-mlxbf.c: support lock mechanism

[PATCH 0/2] add enable gpio support for a24 eeprom driver
 2022-08-18 15:59 UTC  (5+ messages)
` [PATCH 1/2] dt-bindings: at24: new optional property - enable-gpios
` [PATCH 2/2] eeprom: at24: add enable gpio support

[PATCH] dt-binding: i2c-imx: add SoC specific compatible strings for layerscape
 2022-08-18 15:36 UTC  (2+ messages)

[PATCH] MAINTAINERS: Update email of Neil Armstrong
 2022-08-18 14:47 UTC  (2+ messages)

Zwiększenie płynności finansowej
 2022-08-18  8:11 UTC 

[PATCH] i2c: designware: fix direct modify risk in xfer
 2022-08-17 11:01 UTC  (2+ messages)

[PATCH v2 0/6] i2c: Make remove callback return void
 2022-08-16 10:59 UTC  (18+ messages)
` [PATCH v2 1/6] drm/i2c/sil164: Drop no-op remove function
` [PATCH v2 2/6] leds: lm3697: Remove duplicated error reporting in .remove()
` [PATCH v2 3/6] leds: lm3601x: Don't use mutex after it was destroyed
` [PATCH v2 4/6] leds: lm3601x: Improve error reporting for problems during .remove()
` [PATCH v2 5/6] gpio: pca953x: Make platform teardown callback return void
  ` [PATCH v2 6/6] i2c: Make remove "

[PATCH 0/6] i2c-imx-lpi2c: add IPG clock
 2022-08-16  9:47 UTC  (20+ messages)
` [PATCH 1/6] dt-bindings: i2c: i2c-imx-lpi2c: add ipg clk
` [PATCH 2/6] dt-bindings: i2c: i2c-imx-lpi2c: add dmas property
` [PATCH 3/6] dt-bindings: i2c: i2c-imx-lpi2c: add i.MX93
` [PATCH 4/6] arm64: dts: imx8-ss-dma: add IPG clock for i2c
` [PATCH 5/6] ARM: dts: imx7ulp: Add PER clock for lpi2c
` [PATCH 6/6] i2c: imx-lpi2c: handle IPG clock

[PATCH v3 0/9] arm64: bcmbca: Move BCM4908 SoC support under ARCH_BCMBCA
 2022-08-15 16:57 UTC  (3+ messages)
` [PATCH v3 6/9] arm64: bcmbca: Make BCM4908 drivers depend on ARCH_BCMBCA

[PATCH v2 0/2] dt-bindings: sifive: fix dt-schema errors
 2022-08-15 16:33 UTC  (7+ messages)

[PATCH v2 0/3] i2c: gpio: support write-only sda
 2022-08-14 21:06 UTC  (4+ messages)
` [PATCH v2 2/3] i2c: algo: bit: allow getsda to be NULL

[PULL REQUEST] i2c-for-5.20-part2
 2022-08-14 20:34 UTC  (8+ messages)

[PATCH 0/9] docs: i2c: rework I2C documentation, part II
 2022-08-12  7:13 UTC  (21+ messages)
` [PATCH 1/9] docs: i2c: i2c-protocol: update introductory paragraph
` [PATCH 2/9] docs: i2c: i2c-protocol,smbus-protocol: remove nonsense words
` [PATCH 3/9] docs: i2c: i2c-protocol: remove unused legend items
` [PATCH 4/9] docs: i2c: smbus-protocol: improve DataLow/DataHigh definition
` [PATCH 5/9] docs: i2c: instantiating-devices: add syntax coloring to dts and C blocks
` [PATCH 6/9] docs: i2c: i2c-topology: fix incorrect heading
` [PATCH 7/9] docs: i2c: i2c-topology: reorder sections more logically
` [PATCH 8/9] docs: i2c: i2c-sysfs: improve wording
` [PATCH 9/9] docs: i2c: i2c-sysfs: fix hyperlinks

[PATCH] i2c: designware: Introduce cooldown timer to AMDPSP driver
 2022-08-12  6:08 UTC  (3+ messages)

[PATCH] i2c: kempld: Support ACPI I2C device declaration
 2022-08-11 20:51 UTC  (2+ messages)

[PATCH] i2c: microchip-core: fix erroneous late ack send
 2022-08-11 12:46 UTC  (4+ messages)

[PATCH 0/6] i2c: Make remove callback return void
 2022-08-11 12:40 UTC  (3+ messages)

[PATCH v5 1/2] dt-bindngs: i2c: update bindings for mt8188 soc
 2022-08-11 12:34 UTC  (3+ messages)
` [PATCH v5 2/2] i2c: mediatek: add i2c compatible for MT8188


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