linux-i2c.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-09-25 05:39:10 to 2020-10-07 22:48:48 UTC [more...]

[PATCH 0/4] dt-bindings: additional/unevaluatedProperties clean-ups
 2020-10-07 22:48 UTC  (37+ messages)
` [PATCH 1/4] dt-bindings: Add missing 'unevaluatedProperties'
` [PATCH 2/4] dt-bindings: Use 'additionalProperties' instead of 'unevaluatedProperties'
` [PATCH 3/4] dt-bindings: Explicitly allow additional properties in board/SoC schemas
` [PATCH 4/4] dt-bindings: Explicitly allow additional properties in common schemas

[PATCH 5/5] i2c: geni: sdm845: dont perform DMA for the oneplus6
 2020-10-07 17:49 UTC 

[PATCH 5/5] i2c: geni: sdm845: dont perform DMA for the oneplus6
 2020-10-07 17:20 UTC 

Designeware I2C slave confusing IC_INTR_STOP_DET handle
 2020-10-07 13:08 UTC  (2+ messages)

[PATCH 0/1] fix i2c polling mode workaround for FU540-C000 SoC
 2020-10-07 11:40 UTC  (3+ messages)
` [PATCH 1/1] i2c: ocores: fix polling mode workaround on "

[PATCH v5 0/3] i2c: imx: Fix handling of arbitration loss
 2020-10-07  8:45 UTC  (4+ messages)
` [PATCH v5 1/3] i2c: imx: Fix reset of I2SR_IAL flag
` [PATCH v5 2/3] i2c: imx: Check for I2SR_IAL after every byte
` [PATCH v5 3/3] i2c: imx: Don't generate STOP condition if arbitration has been lost

[PATCH v4 0/3] i2c: imx: Fix handling of arbitration loss
 2020-10-07  8:27 UTC  (9+ messages)
` [PATCH v4 1/3] i2c: imx: Fix reset of I2SR_IAL flag
` [PATCH v4 2/3] i2c: imx: Check for I2SR_IAL after every byte
` [PATCH v4 3/3] i2c: imx: Don't generate STOP condition if arbitration has been lost

[PATCH 0/3] i2c: meson: scl rate fixups
 2020-10-07  8:07 UTC  (4+ messages)
` [PATCH 1/3] i2c: meson: fix clock setting overwrite
` [PATCH 2/3] i2c: meson: keep peripheral clock enabled
` [PATCH 3/3] i2c: meson: fixup rate calculation with filter delay

[PATCH v2 0/3] i2c: imx: Fix handling of arbitration loss
 2020-10-06 12:52 UTC  (17+ messages)
` [PATCH v2 1/3] i2c: imx: Fix reset of I2SR_IAL flag
    ` [PATCH v3 0/3] i2c: imx: Fix handling of arbitration loss
      ` [PATCH v3 1/3] i2c: imx: Fix reset of I2SR_IAL flag
      ` [PATCH v3 2/3] i2c: imx: Check for I2SR_IAL after every byte
      ` [PATCH v3 3/3] i2c: imx: Don't generate STOP condition if arbitration has been lost
` [PATCH v2 2/3] i2c: imx: Check for I2SR_IAL after every byte
` [PATCH v2 3/3] i2c: imx: Don't generate STOP condition if arbitration has been lost

[PATCH v8 0/6] Support running driver's probe for a device powered off
 2020-10-06 11:23 UTC  (14+ messages)
` [PATCH v8 6/6] at24: Support probing while off

[PATCH v4] i2c: sh_mobile: implement atomic transfers
 2020-10-06  7:59 UTC  (6+ messages)

[PATCH v9 00/32] Improvements for Tegra I2C driver
 2020-10-06  4:48 UTC  (36+ messages)
` [PATCH v9 01/32] i2c: tegra: Make tegra_i2c_flush_fifos() usable in atomic transfer
` [PATCH v9 02/32] i2c: tegra: Add missing pm_runtime_put()
` [PATCH v9 03/32] i2c: tegra: Handle potential error of tegra_i2c_flush_fifos()
` [PATCH v9 04/32] i2c: tegra: Mask interrupt in tegra_i2c_issue_bus_clear()
` [PATCH v9 05/32] i2c: tegra: Initialize div-clk rate unconditionally
` [PATCH v9 06/32] i2c: tegra: Remove i2c_dev.clk_divisor_non_hs_mode member
` [PATCH v9 07/32] i2c: tegra: Runtime PM always available on Tegra
` [PATCH v9 08/32] i2c: tegra: Remove error message used for devm_request_irq() failure
` [PATCH v9 09/32] i2c: tegra: Use reset_control_reset()
` [PATCH v9 10/32] i2c: tegra: Use devm_platform_get_and_ioremap_resource()
` [PATCH v9 11/32] i2c: tegra: Use platform_get_irq()
` [PATCH v9 12/32] i2c: tegra: Use clk-bulk helpers
` [PATCH v9 13/32] i2c: tegra: Move out all device-tree parsing into tegra_i2c_parse_dt()
` [PATCH v9 14/32] i2c: tegra: Clean up probe function
` [PATCH v9 15/32] i2c: tegra: Reorder location of functions in the code
` [PATCH v9 16/32] i2c: tegra: Clean up variable types
` [PATCH v9 17/32] i2c: tegra: Remove outdated barrier()
` [PATCH v9 18/32] i2c: tegra: Remove likely/unlikely from the code
` [PATCH v9 19/32] i2c: tegra: Remove redundant check in tegra_i2c_issue_bus_clear()
` [PATCH v9 20/32] i2c: tegra: Remove "dma" variable from tegra_i2c_xfer_msg()
` [PATCH v9 21/32] i2c: tegra: Rename wait/poll functions
` [PATCH v9 22/32] i2c: tegra: Factor out error recovery from tegra_i2c_xfer_msg()
` [PATCH v9 23/32] i2c: tegra: Factor out packet header setup "
` [PATCH v9 24/32] i2c: tegra: Factor out register polling into separate function
` [PATCH v9 25/32] i2c: tegra: Factor out hardware initialization "
` [PATCH v9 26/32] i2c: tegra: Check errors for both positive and negative values
` [PATCH v9 27/32] i2c: tegra: Improve formatting of variables
` [PATCH v9 28/32] i2c: tegra: Clean up variable names
` [PATCH v9 29/32] i2c: tegra: Clean up printk messages
` [PATCH v9 30/32] i2c: tegra: Clean up and improve comments
` [PATCH v9 31/32] i2c: tegra: Clean up whitespaces, newlines and indentation
` [PATCH v9 32/32] i2c: tegra: Improve driver module description

[PATCH v11 0/2] i2c: add driver for Mellanox BlueField SoC
 2020-10-05 23:54 UTC  (12+ messages)
` [PATCH v11 1/2] i2c: i2c-mlxbf: I2C SMBus "
` [PATCH v11 2/2] dt-bindings: i2c: I2C binding "

[PATCH] Documentation: i2c: add testunit docs to index
 2020-10-05 20:56 UTC  (2+ messages)

[PATCH] i2c: testunit: improve documentation
 2020-10-05 20:56 UTC  (2+ messages)

[PATCH] i2c: mlxbf: I2C_MLXBF should depend on MELLANOX_PLATFORM
 2020-10-05 12:49 UTC 

[PATCH v3] i2c: pxa: move to generic GPIO recovery
 2020-10-04 10:07 UTC 

[PATCH v2] i2c: pxa: move to generic GPIO recovery
 2020-10-04  9:52 UTC  (3+ messages)

[PATCH] i2c: pxa: move to generic GPIO recovery
 2020-10-03 22:46 UTC  (3+ messages)

[PULL REQUEST] i2c for 5.9
 2020-10-03 19:58 UTC  (2+ messages)

[PATCH V5 0/3] Implement Shutdown callback for geni-i2c
 2020-10-03  1:39 UTC  (6+ messages)
` [PATCH V5 1/3] soc: qcom: geni: Remove "iova" check
` [PATCH V5 2/3] i2c: i2c-qcom-geni: Store DMA mapping data in geni_i2c_dev struct
` [PATCH V5 3/3] i2c: i2c-qcom-geni: Add shutdown callback for i2c

[PATCH 0/3] i2c: imx: Fix handling of arbitration loss
 2020-10-02 10:21 UTC  (8+ messages)
` [PATCH 1/3] i2c: imx: Fix reset of I2SR_IAL flag

[PATCH 0/6] Fix new html build warnings from next-20201001
 2020-10-02  9:02 UTC  (5+ messages)
` [PATCH 4/6] docs: i2c: index.rst: add slave-testunit-backend.rst

[PATCH v1] i2c: npcm7xx: Support changing bus speed using debugfs
 2020-10-01 21:11 UTC  (10+ messages)

[PATCH] i2c: aT91: remove legacy DMA left overs
 2020-09-30 14:56 UTC 

[PATCH] i2c: mediatek: remove redundant null check
 2020-09-30  8:42 UTC 

[PATCH v8 00/32] Improvements for Tegra I2C driver
 2020-09-29 21:46 UTC  (7+ messages)
` [PATCH v8 12/32] i2c: tegra: Use clk-bulk helpers
` [PATCH v8 23/32] i2c: tegra: Factor out packet header setup from tegra_i2c_xfer_msg()

[PATCH v2 1/1] i2c: busses: Add support for atomic transfers in Actions Semi Owl driver
 2020-09-29 21:00 UTC  (7+ messages)

[PATCH] i2c: busses: replace spin_lock_irqsave by spin_lock in hard IRQ
 2020-09-29 19:42 UTC  (2+ messages)

[PATCH -next] i2c: efm32: Use devm_platform_get_and_ioremap_resource()
 2020-09-29 19:38 UTC  (2+ messages)

[PATCH] i2c: i801: Add support for Intel Alder Lake PCH-S
 2020-09-29 19:34 UTC  (3+ messages)

[PATCH v1] i2c: npcm7xx: Clear LAST bit after a failed transaction
 2020-09-27 18:06 UTC  (2+ messages)

[PATCH v4 1/4] dt-bindings: i2c: imx-lpi2c: Add properties and use unevaluatedProperties
 2020-09-27 18:02 UTC  (9+ messages)
` [PATCH v4 2/4] dt-bindings: i2c: imx-lpi2c: Fix i.MX 8QXP compatible matching
` [PATCH v4 3/4] dt-bindings: i2c: imx: Add properties and use unevaluatedProperties
` [PATCH v4 4/4] dt-bindings: i2c: imx: Fix i.MX 7 compatible matching

[PATCH v3] i2c: imx: Fix external abort on interrupt in exit paths
 2020-09-27 18:02 UTC  (3+ messages)

[PATCH 1/9] i2c: stm32: Simplify with dev_err_probe()
 2020-09-27 18:01 UTC  (3+ messages)
` [PATCH 7/9] i2c: rk3x: "

[GIT PULL] at24: updates for v5.10
 2020-09-27 13:17 UTC  (2+ messages)

[PATCH v2] i2c: cpm: Fix i2c_ram structure
 2020-09-27 13:15 UTC  (2+ messages)


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