linux-i2c.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-06-26 02:37:58 to 2018-07-11 14:10:10 UTC [more...]

[PATCH v5 00/10] Add the I3C subsystem
 2018-07-11 14:10 UTC  (22+ messages)
` [PATCH v5 01/10] i3c: Add core I3C infrastructure
` [PATCH v5 02/10] docs: driver-api: Add I3C documentation
` [PATCH v5 04/10] dt-bindings: i3c: Document core bindings
` [PATCH v5 09/10] gpio: Add a driver for Cadence I3C GPIO expander

[PATCH v4 00/10] Add the I3C subsystem
 2018-07-11 14:01 UTC  (3+ messages)
` [PATCH v4 01/10] i3c: Add core I3C infrastructure

[PATCH v11 0/8] i2c: Add FSI-attached I2C master algorithm
 2018-07-11  7:34 UTC  (18+ messages)
` [PATCH v11 1/8] dt-bindings: i2c: Add FSI-attached I2C master dt binding documentation
` [PATCH v11 2/8] i2c: Add FSI-attached I2C master algorithm
` [PATCH v11 3/8] i2c: fsi: Add port structures
` [PATCH v11 4/8] i2c: fsi: Add abort and hardware reset procedures
` [PATCH v11 5/8] i2c: fsi: Add transfer implementation
` [PATCH v11 6/8] i2c: fsi: Add I2C master locking
` [PATCH v11 7/8] i2c: fsi: Add bus recovery
` [PATCH v11 8/8] MAINTAINERS: Add Eddie as the maintainer for the FSI-attached I2C driver

[PATCH] i2c: aspeed: Fix initial values of master and slave state
 2018-07-11  5:47 UTC  (2+ messages)

[PATCH] i2c: aspeed: Add newline characters into message printings
 2018-07-11  5:42 UTC  (2+ messages)

[PATCH v4 0/6] Add Actions Semiconductor Owl S900 I2C support
 2018-07-11  2:45 UTC  (9+ messages)
` [PATCH v4 1/6] dt-bindings: i2c: Add binding for Actions Semiconductor Owl I2C controller
` [PATCH v4 2/6] arm64: dts: actions: Add pinctrl definition for S900 "
` [PATCH v4 3/6] arm64: dts: actions: Add Actions Semiconductor S900 I2C controller nodes
` [PATCH v4 4/6] arm64: dts: actions: Enable I2C1 and I2C2 in Bubblegum-96 board
` [PATCH v4 5/6] i2c: Add Actions Semiconductor Owl family S900 I2C driver
` [PATCH v4 6/6] MAINTAINERS: Add entry for Actions Semiconductor Owl "

[PATCH v2 3/3] i2c: at91: added slave mode support
 2018-07-10  8:42 UTC  (5+ messages)
` [v2,3/3] "

[PATCH] i2c: i2c-qcom-geni: Fix suspend clock handling
 2018-07-09 23:49 UTC 

[PATCH] i2c: tegra: Fix NACK error handling
 2018-07-09 22:20 UTC  (3+ messages)

[PATCH v2 1/4] i2c: imx: Fix reinit_completion() use
 2018-07-09  9:43 UTC  (4+ messages)
` [PATCH v2 2/4] i2c: imx: Fix race condition in dma read
` [PATCH v2 3/4] i2c: imx: Simplify stopped state tracking
` [PATCH v2 4/4] arm: dts: ls1021a: Enable I2C DMA support

[PATCH 1/4] i2c: imx: Fix reinit_completion() use
 2018-07-09  9:22 UTC  (6+ messages)
` [PATCH 2/4] i2c: imx: Fix race condition in dma read

[RESEND PATCH v4 0/2] Add a property in at24.c
 2018-07-09  8:52 UTC  (8+ messages)
` [RESEND PATCH v4 1/2] dt-bindings: at24: Add address-width property
` [RESEND PATCH v4 2/2] eeprom: at24: Add support for "

[PATCH v2 0/3] Register i2c adapter driver earlier and use DMA safe buffers
 2018-07-08 12:46 UTC  (6+ messages)
` [PATCH v2 1/3] i2c: mediatek: Register i2c adapter driver earlier
  ` [PATCH v2 2/3] i2c: Add helper to ease DMA handling
` [PATCH v2 3/3] i2c: mediatek: Use DMA safe buffers for i2c transactions

[PATCH 0/3] Register i2c adapter driver earlier and use DMA safe buffers
 2018-07-07  7:08 UTC  (5+ messages)
` [PATCH 1/3] i2c: mediatek: Register i2c adapter driver earlier
` [PATCH 2/3] i2c: Add helper to ease DMA handling
  ` [PATCH 3/3] i2c: mediatek: Use DMA safe buffers for i2c transactions

[PATCH] gpiolib: Defer on non-DT find_chip_by_name() failure
 2018-07-06 18:58 UTC  (7+ messages)

[PATCH v10 0/7] i2c: Add FSI-attached I2C master algorithm
 2018-07-05 22:06 UTC  (21+ messages)
` [PATCH v10 1/7] dt-bindings: i2c: Add FSI-attached I2C master dt binding documentation
` [PATCH v10 4/7] i2c: fsi: Add abort and hardware reset procedures
` [PATCH v10 5/7] i2c: fsi: Add transfer implementation
` [PATCH v10 7/7] i2c: fsi: Add bus recovery

[PATCH v2 00/10] Split i2c_lock_adapter into i2c_lock_root and i2c_lock_segment
 2018-07-04  7:04 UTC  (11+ messages)
` [PATCH v2 01/10] tpm/tpm_i2c_infineon: switch to i2c_lock_bus(..., I2C_LOCK_SEGMENT)
` [PATCH v2 09/10] mfd: 88pm860x-i2c: "
` [PATCH v2 10/10] i2c: remove i2c_lock_adapter and use i2c_lock_bus directly

[PATCH 0/5] i2c: smbus: add unlocked __i2c_smbus_xfer variant
 2018-07-03 21:01 UTC  (10+ messages)
` [PATCH 1/5] "

[PATCH] i2c: designware-pcidrv: Mark expected switch fall-through
 2018-07-03 19:16 UTC  (2+ messages)

[PATCH] i2c-amd8111: Mark expected switch fall-through
 2018-07-03 19:07 UTC 

[PATCH] i2c: aspeed: Adjust spinlock scope in the irq handler
 2018-07-02 21:40 UTC 

[PATCH v3 0/6] Add Actions Semiconductor Owl S900 I2C support
 2018-07-01  9:11 UTC  (14+ messages)
` [PATCH v3 1/6] dt-bindings: i2c: Add binding for Actions Semiconductor Owl I2C controller
` [PATCH v3 2/6] arm64: dts: actions: Add Actions Semiconductor S900 I2C controller nodes
` [PATCH v3 3/6] arm64: dts: actions: Add pinctrl definition for S900 I2C controller
` [PATCH v3 4/6] arm64: dts: actions: Enable I2C1 and I2C2 in Bubblegum-96 board
` [PATCH v3 5/6] i2c: Add Actions Semiconductor Owl family S900 I2C driver
` [PATCH v3 6/6] MAINTAINERS: Add entry for Actions Semiconductor Owl "

[PATCH v2 0/6] Add Actions Semi S900 I2C support
 2018-06-30 13:14 UTC  (18+ messages)
` [PATCH v2 1/6] dt-bindings: i2c: Add binding for Actions Semi OWL I2C controller
` [PATCH v2 2/6] arm64: dts: actions: Add Actions Semi S900 I2C controller nodes
` [PATCH v2 3/6] arm64: dts: actions: Add pinctrl definition for S900 I2C controller
` [PATCH v2 4/6] arm64: dts: actions: Enable I2C1 and I2C2 in Bubblegum-96 board
` [PATCH v2 5/6] i2c: Add Actions Semi OWL family S900 I2C driver
` [PATCH v2 6/6] MAINTAINERS: Add entry for Actions Semi OWL "

[PATCH v4 0/2] Add a property in at24.c
 2018-06-29 16:14 UTC  (5+ messages)
` [PATCH v4 1/2] dt-bindings: at24: Add address-width property
` [PATCH v4 2/2] eeprom: at24: Add support for "

[PULL REQUEST] i2c for 4.18
 2018-06-29 15:13 UTC 

[PATCH 2/9] crypto: atmel-ecc: Silently ignore missing clock frequency
 2018-06-28  8:47 UTC  (2+ messages)

[PATCH 1/2] i2c: i801: Fix runtime PM
 2018-06-27 21:23 UTC  (4+ messages)

[PATCH] i2c: aspeed: Improve driver to support multi-master use cases stably
 2018-06-27 18:01 UTC  (5+ messages)

[PATCH v3 0/2] Add a property in at24.c
 2018-06-27 11:41 UTC  (8+ messages)
` [PATCH v3 1/2] dt-bindings: at24: Add address-width property
` [PATCH v3 2/2] eeprom: at24: Add support for "

[PATCH 0/5] Add Actions Semi S900 I2C support
 2018-06-26 17:18 UTC  (5+ messages)
` [PATCH 5/5] i2c: Add Actions Semi OWL family S900 I2C driver

[PATCH v2 0/2] Add a property in at24.c
 2018-06-26 16:44 UTC  (18+ messages)
` [PATCH v2 1/2] dt-bindings: at24: Add address-width property
` [PATCH v2 2/2] eeprom: at24: Add support for "


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