linux-i2c.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-11-02 02:54:10 to 2023-11-11 01:41:12 UTC [more...]

[PATCH 00/17] dt-bindings: samsung: add specific compatibles for existing SoC
 2023-11-11  1:40 UTC  (52+ messages)
  ` [PATCH 01/17] dt-bindings: hwinfo: samsung,exynos-chipid: "
  ` [PATCH 02/17] dt-bindings: i2c: exynos5: "
  ` [PATCH 03/17] dt-bindings: i2c: samsung,s3c2410-i2c: "
  ` [PATCH 04/17] dt-bindings: mmc: samsung,exynos-dw-mshc: "
  ` [PATCH 05/17] dt-bindings: pinctrl: samsung: "
  ` [PATCH 06/17] dt-bindings: rtc: s3c-rtc: "
  ` [PATCH 07/17] dt-bindings: serial: samsung: "
  ` [PATCH 08/17] dt-bindings: samsung: exynos-pmu: "
  ` [PATCH 09/17] dt-bindings: gpu: arm,mali-midgard: add specific compatibles for existing Exynos SoC
  ` [PATCH 10/17] dt-bindings: iio: samsung,exynos-adc: add specific compatibles for existing SoC
  ` [PATCH 11/17] ASoC: dt-bindings: samsung-i2s: "
  ` [PATCH 12/17] dt-bindings: pwm: samsung: "
  ` [PATCH 13/17] arm64: dts: exynos5433: add specific compatibles to several blocks
  ` [PATCH 14/17] arm64: dts: exynos7: "
  ` [PATCH 15/17] arm64: dts: exynos7885: "
  ` [PATCH 16/17] arm64: dts: exynos850: "
  ` [PATCH 17/17] arm64: dts: exynosautov9: "

[PATCH v3 00/25] i2c: designware: code consolidation & cleanups
 2023-11-10 19:41 UTC  (33+ messages)
` [PATCH v3 01/25] i2c: designware: Delete adapter before disabling in i2c_dw_pci_remove()
` [PATCH v3 02/25] i2c: designware: Fix PM calls order in dw_i2c_plat_probe()
` [PATCH v3 03/25] i2c: designware: Fix reset call "
` [PATCH v3 04/25] i2c: designware: Let PCI core to take care about interrupt vectors
` [PATCH v3 05/25] i2c: designware: Fix lock probe call order in dw_i2c_plat_probe()
` [PATCH v3 06/25] i2c: designware: Replace a while-loop by for-loop
` [PATCH v3 07/25] i2c: designware: Save pointer to semaphore callbacks instead of index
` [PATCH v3 08/25] i2c: designware: Add missing 'c' into PCI IDs variable name
` [PATCH v3 09/25] i2c: designware: Replace MODULE_ALIAS() with MODULE_DEVICE_TABLE()
` [PATCH v3 10/25] i2c: designware: Unify terminator in device ID tables
` [PATCH v3 11/25] i2c: designware: Always provide "
` [PATCH v3 12/25] i2c: designware: Drop return value from i2c_dw_acpi_configure()
` [PATCH v3 13/25] i2c: designware: Drop return value from dw_i2c_of_configure()
` [PATCH v3 14/25] i2c: designware: Rename dw_i2c_of_configure() -> i2c_dw_of_configure()
` [PATCH v3 15/25] i2c: designware: Consolidate firmware parsing and configuring code
` [PATCH v3 16/25] i2c: designware: Unify the firmware type checks
` [PATCH v3 17/25] i2c: designware: Move exports to I2C_DW namespaces
` [PATCH v3 18/25] i2c: designware: Remove ->disable() callback
` [PATCH v3 19/25] i2c: designware: Consolidate PM ops
` [PATCH v3 20/25] i2c: designware: Uninline i2c_dw_probe()
` [PATCH v3 21/25] i2c: designware: Propagate firmware node
` [PATCH v3 22/25] i2c: designware: Use pci_get_drvdata()
` [PATCH v3 23/25] i2c: designware: Use temporary variable for struct device
` [PATCH v3 24/25] i2c: designware: Get rid of redundant 'else'
` [PATCH v3 25/25] i2c: designware: Fix spelling and other issues in the comments

PSA: This list is being migrated (no action required)
 2023-11-10 19:35 UTC  (2+ messages)

[PATCH v7 1/1] i2c: lpi2c: use clk notifier for rate changes
 2023-11-10 12:27 UTC  (10+ messages)

[PATCH] Revert "i2c: pxa: move to generic GPIO recovery"
 2023-11-10 15:03 UTC  (4+ messages)

[PATCH v4] i2c: designware: Fix corrupted memory seen in the ISR
 2023-11-10 12:02 UTC  (3+ messages)

[PATCH] i2c: i801: Use I2C_CLASS_HWMON for i2c mux children
 2023-11-10 11:08 UTC  (6+ messages)

[PATCH v2 00/12] i2c: designware: code consolidation & cleanups
 2023-11-09 22:38 UTC  (18+ messages)
` [PATCH v2 01/12] i2c: designware: Replace MODULE_ALIAS() with MODULE_DEVICE_TABLE()
` [PATCH v2 02/12] i2c: designware: Always provide device ID tables
` [PATCH v2 03/12] i2c: designware: Drop return value from i2c_dw_acpi_configure()
` [PATCH v2 04/12] i2c: designware: Drop return value from dw_i2c_of_configure()
` [PATCH v2 05/12] i2c: designware: Rename dw_i2c_of_configure() -> i2c_dw_of_configure()
` [PATCH v2 06/12] i2c: designware: Consolidate firmware parsing and configuring code
` [PATCH v2 07/12] i2c: desingware: Unify the firmware type checks
` [PATCH v2 08/12] i2c: designware: Move exports to I2C_DW namespaces
` [PATCH v2 09/12] i2c: designware: Get rid of redundant 'else'
` [PATCH v2 10/12] i2c: designware: Fix spelling and other issues in the comments
` [PATCH v2 11/12] i2c: designware: Remove ->disable() callback
` [PATCH v2 12/12] i2c: designware: Consolidate PM ops

[PULL REQUEST] for-6.7-rc1-part2
 2023-11-09 22:28 UTC  (2+ messages)

[PATCH] i2c: core: dont change pinmux state to GPIO during recovery setup
 2023-11-09 21:15 UTC  (7+ messages)

[PATCH v4 0/2] LTC4286 and LTC4287 driver support
 2023-11-09 19:50 UTC  (6+ messages)
` [PATCH v4 1/2] dt-bindings: hwmon: Add lltc ltc4286 driver bindings
` [PATCH v4 2/2] hwmon: pmbus: Add ltc4286 driver

A question about the mutex (or not) in the kernel's I2C handling
 2023-11-09 10:50 UTC  (3+ messages)

[RESEND PATCH v5 1/2] dt-bindings: i2c: pca954x: Add custom properties for MAX7357
 2023-11-09  9:23 UTC  (2+ messages)
` [RESEND PATCH v5 2/2] i2c: muxes: pca954x: Enable features on MAX7357

[PATCH v3] i2c: designware: Fix corrupted memory seen in the ISR
 2023-11-09  2:55 UTC 

[PATCH v4 0/3] Add atomic transfers to s3c24xx i2c driver
 2023-11-08 16:43 UTC  (4+ messages)
  ` [PATCH v4 1/3] i2c: s3c24xx: fix read transfers in polling mode
  ` [PATCH v4 2/3] i2c: s3c24xx: fix transferring more than one message "
  ` [PATCH v4 3/3] i2c: s3c24xx: add support for atomic transfers

[PATCH RFC] i2c: i801: Add i801_register_jc42, similar to i2c_register_spd
 2023-11-08 10:28 UTC  (2+ messages)

[PATCH v3 00/12] i2c: add zhaoxin i2c controller driver
 2023-11-08  9:50 UTC  (14+ messages)
` [PATCH v3 01/12] i2c: wmt: Reduce redundant: bus busy check
` [PATCH v3 02/12] i2c: wmt: Reduce redundant: wait event complete
` [PATCH v3 03/12] i2c: wmt: Reduce redundant: clock mode setting
` [PATCH v3 04/12] i2c: wmt: Reduce redundant: REG_CR setting
` [PATCH v3 05/12] i2c: wmt: Reduce redundant: function parameter
` [PATCH v3 06/12] i2c: wmt: delete .remove_new
` [PATCH v3 07/12] i2c: wmt: create wmt_i2c_init for general init
` [PATCH v3 08/12] i2c: wmt: rename marcos with prefix WMTI2C_
` [PATCH v3 09/12] i2c: wmt: adjust line length to meet style
` [PATCH v3 10/12] i2c: wmt: split out common files
` [PATCH v3 11/12] i2c: via-common: add zhaoxin platform
` [PATCH v3 12/12] i2c: add zhaoxin i2c controller driver

[PATCH v2] i2c: cp2615: Fix 'assignment to __be16' warning
 2023-11-08  9:28 UTC  (2+ messages)

[PATCH] drivers/i2c: copy userspace array safely
 2023-11-08  9:26 UTC  (2+ messages)

[PATCH v2] i2c: designware: Disable TX_EMPTY irq while waiting for block length byte
 2023-11-08  9:20 UTC  (4+ messages)

[PATCH] i2c: iproc: handle invalid slave state
 2023-11-08  9:16 UTC  (4+ messages)

[PATCH] media: exynos4-is: fimc-is-i2c: remove I2C_CLASS_SPD support
 2023-11-08  6:42 UTC 

[PATCH] i2c: mux: reg: Remove class-based device auto-detection support
 2023-11-08  6:38 UTC 

Proszę o kontakt
 2023-11-07  9:16 UTC 

[PATCH v2 0/2] LTC4286 and LTC4287 driver support
 2023-11-07  3:29 UTC  (7+ messages)
` [PATCH v2 2/2] hwmon: pmbus: Add ltc4286 driver

[PATCH v3 0/2] LTC4286 and LTC4287 driver support
 2023-11-07  3:21 UTC  (7+ messages)
` [PATCH v3 1/2] dt-bindings: hwmon: Add lltc ltc4286 driver bindings
` [PATCH v3 2/2] hwmon: pmbus: Add ltc4286 driver

PSA: migrating linux-i2c to new vger infrastructure
 2023-11-06 19:52 UTC  (2+ messages)

[PATCH V2 0/7] i2c: sprd: Modification of UNISOC Platform I2C Driver
 2023-11-06  9:02 UTC  (9+ messages)
` [PATCH V2 2/7] i2c: sprd: Add I2C driver to use 'reset framework' function
` [PATCH V2 3/7] i2c: sprd: Use global variables to record I2C ack/nack status instead of local variables

[PULL REQUEST] i2c-for-6.7-rc1
 2023-11-05 18:53 UTC  (2+ messages)

Słowa kluczowe do wypozycjonowania
 2023-10-30  8:30 UTC 

[PATCH] dt-bindings: i2c: Add yaml for Spreadtrum I2C controller
 2023-11-03 11:54 UTC  (3+ messages)

[PATCH v3 0/3] Add atomic transfers to s3c24xx i2c driver
 2023-11-02 23:40 UTC  (7+ messages)
  ` [PATCH v3 1/3] i2c: s3c24xx: fix read transfers in polling mode
  ` [PATCH v3 2/3] i2c: s3c24xx: fix transferring more than one message "
  ` [PATCH v3 3/3] i2c: s3c24xx: add support for atomic transfers

[PATCH v2 0/3] Add atomic transfers to s3c24xx i2c driver
 2023-11-02 23:35 UTC  (7+ messages)
  ` [PATCH v2 1/3] i2c: s3c24xx: fix read transfers in polling mode


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