linux-i2c.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-07-05 22:06:29 to 2018-07-20 11:05:49 UTC [more...]

[PATCH v6 00/10] Add the I3C subsystem
 2018-07-20 11:05 UTC  (18+ messages)
` [PATCH v6 01/10] i3c: Add core I3C infrastructure
` [PATCH v6 02/10] docs: driver-api: Add I3C documentation
` [PATCH v6 03/10] i3c: Add sysfs ABI spec
` [PATCH v6 04/10] dt-bindings: i3c: Document core bindings
` [PATCH v6 05/10] dt-bindings: i3c: Add macros to help fill I3C/I2C device's reg property
` [PATCH v6 06/10] MAINTAINERS: Add myself as the I3C subsystem maintainer
` [PATCH v6 07/10] i3c: master: Add driver for Cadence IP
` [PATCH v6 08/10] dt-bindings: i3c: Document Cadence I3C master bindings
` [PATCH v6 09/10] gpio: Add a driver for Cadence I3C GPIO expander
` [PATCH v6 10/10] dt-bindings: gpio: Add bindings for Cadence I3C gpio expander

[PATCH v4 0/2] Fix lockdep warning with nested instances of i2c-mux
 2018-07-20  8:39 UTC  (3+ messages)
` [PATCH v4 1/2] rtmutex: allow specifying a subclass for nested locking
` [PATCH v4 2/2] i2c: mux: annotate the nested rt_mutex usage

[PATCH -next v4 0/3] introduce SCCB regmap
 2018-07-20  7:38 UTC  (15+ messages)
` [PATCH -next v4 1/3] regmap: add SCCB support
` [PATCH -next v4 2/3] media: ov772x: use SCCB regmap
` [PATCH -next v4 3/3] media: ov9650: "

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

[PATCH] i2c: aspeed: Improve driver to support multi-master use cases stably
 2018-07-19 16:58 UTC  (14+ messages)

[PATCH 0/2] i2c: designware: Add support for a bus clock
 2018-07-19  7:42 UTC  (17+ messages)
` [PATCH 1/2] dt: snps,designware-i2c: Add clock bindings documentation
` [PATCH 2/2] i2c: designware: Add support for a bus clock

[PATCH v4 0/6] Add Actions Semiconductor Owl S900 I2C support
 2018-07-19  6:01 UTC  (5+ messages)
` [PATCH v4 5/6] i2c: Add Actions Semiconductor Owl family S900 I2C driver

[PATCH] i2c: exynos5: Describe the hardware variant for readability
 2018-07-19  5:35 UTC  (2+ messages)

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

[PATCH 0/5] Add support for MSCC Ocelot i2c
 2018-07-17 15:26 UTC  (15+ messages)
` [PATCH 1/5] i2c: designware: factorize setting SDA hold time
` [PATCH 2/5] i2c: designware: allow IP specific sda_hold_time
` [PATCH 3/5] i2c: designware: add MSCC Ocelot support
` [PATCH 4/5] mips: dts: mscc: Add i2c on ocelot
` [PATCH 5/5] mips: dts: mscc: enable i2c on ocelot_pcb123

[PATCH] i2c: davinci: Avoid zero value of CLKH
 2018-07-17 11:57 UTC  (2+ messages)

[PATCH/RFT 0/6] i2c: recovery: fix GPIO usage for recovery
 2018-07-17  9:27 UTC  (11+ messages)
` [PATCH/RFT 1/6] i2c: designware: use open drain for recovery GPIO
` [PATCH/RFT 2/6] i2c: imx: "
` [PATCH/RFT 3/6] i2c: designware: set SDA as output for recovery
` [PATCH/RFT 4/6] i2c: davinci: "
` [PATCH/RFT 5/6] i2c: imx: "
` [PATCH/RFT 6/6] i2c: recovery: remove bogus check if SDA GPIO is set to output

[RESEND PATCH v4 0/2] Add a property in at24.c
 2018-07-17  8:01 UTC  (7+ messages)
` [RESEND PATCH v4 1/2] dt-bindings: at24: Add address-width property

[PATCH v3 0/3] i2c: at91: slave mode support
 2018-07-16  9:40 UTC  (4+ messages)
` [PATCH v3 1/3] i2c: at91: segregate master mode specific code from probe and init func
` [PATCH v3 2/3] i2c: at91: split driver into core and master file
` [PATCH v3 3/3] i2c: at91: added slave mode support

[PATCH] i2c: i2c-qcom-geni: Fix suspend clock handling
 2018-07-13 22:24 UTC  (4+ messages)

[PATCH] i2c: aspeed: Adjust spinlock scope in the irq handler
 2018-07-13 20:37 UTC  (5+ messages)

[PULL REQUEST] i2c for 4.18
 2018-07-13 20:34 UTC 

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

[PATCH v2 00/10] Split i2c_lock_adapter into i2c_lock_root and i2c_lock_segment
 2018-07-12 22:11 UTC  (5+ messages)

[PATCH] i2c: aspeed: Add newline characters into message printings
 2018-07-12 17:10 UTC  (6+ messages)

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

[PATCH] i2c: aspeed: Fix initial values of master and slave state
 2018-07-11 16:54 UTC  (3+ messages)

[PATCH v5 00/10] Add the I3C subsystem
 2018-07-11 14:56 UTC  (9+ messages)
` [PATCH v5 01/10] i3c: Add core I3C infrastructure
` [PATCH v5 04/10] dt-bindings: i3c: Document core bindings
` [PATCH v5 07/10] i3c: master: Add driver for Cadence IP

[PATCH v11 0/8] i2c: Add FSI-attached I2C master algorithm
 2018-07-11  7:34 UTC  (11+ messages)
` [PATCH v11 5/8] i2c: fsi: Add transfer implementation

[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

[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  (6+ messages)

[PATCH v10 0/7] i2c: Add FSI-attached I2C master algorithm
 2018-07-05 22:06 UTC  (7+ messages)
` [PATCH v10 4/7] i2c: fsi: Add abort and hardware reset procedures


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