linux-i2c.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-10-04 14:55:54 to 2019-11-06 09:50:26 UTC [more...]

[RFC PATCH 00/12] i2c: replace i2c_new_probed_device with an ERR_PTR variant
 2019-11-06  9:50 UTC  (9+ messages)
` [RFC PATCH 01/12] "
` [RFC PATCH 02/12] i2c: icy: convert to i2c_new_scanned_device
` [RFC PATCH 03/12] macintosh: "
` [RFC PATCH 04/12] platform: chrome: "
` [RFC PATCH 05/12] video: fbdev: matrox: "
` [RFC PATCH 06/12] input: mouse: "
` [RFC PATCH 07/12] media: pci: cx23885: "
` [RFC PATCH 08/12] media: pci: cx88: "

[PATCH v2] i2c: cadence: try reset when master receive arbitration lost
 2019-11-05  8:47 UTC  (3+ messages)
  `  "

[PATCH] i2c: hix5hd2: add missed clk_disable_unprepare in remove
 2019-11-04 15:00 UTC 

[v4] i2c: imx: support slave mode for imx I2C driver
 2019-11-04  4:32 UTC 

[PATCH] i2c: qcom-geni: fix spelling mistake "unepxected" -> "unexpected"
 2019-11-03 21:22 UTC 

[PATCH v2] i2c: imx-lpi2c: add clk_disable_unprepare calls
 2019-11-02  6:21 UTC 

[PATCH resend] i2c: core: Use DEVICE_ATTR_RW() helper macros
 2019-11-01 21:56 UTC  (2+ messages)

[PATCH] i2c: imx-lpi2c: add clk_disable_unprepare calls
 2019-11-01  8:54 UTC 

[PATCH AUTOSEL 4.14 21/24] i2c: stm32f7: remove warning when compiling with W=1
 2019-10-30 15:55 UTC 

[PATCH AUTOSEL 4.19 32/38] i2c: stm32f7: fix first byte to send in slave mode
 2019-10-30 15:54 UTC  (3+ messages)
` [PATCH AUTOSEL 4.19 33/38] i2c: stm32f7: fix a race in slave mode with arbitration loss irq
` [PATCH AUTOSEL 4.19 34/38] i2c: stm32f7: remove warning when compiling with W=1

[PATCH AUTOSEL 5.3 63/81] i2c: aspeed: fix master pending state handling
 2019-10-30 15:49 UTC 

[PATCH v2 0/5] Add i2c bus recovery support for Atmel SoCs
 2019-10-29 21:38 UTC  (7+ messages)
` [PATCH v2 1/5] i2c: at91: Send bus clear command if SCL or SDA is down
` [PATCH v2 2/5] dt-bindings: i2c: at91: document optional bus recovery properties
` [PATCH v2 3/5] i2c: at91: implement i2c bus recovery
` [PATCH v2 4/5] ARM: at91/dt: sama5d3: add i2c gpio pinctrl
` [PATCH v2 5/5] ARM: at91/dt: sama5d4: "

[PATCH] dt-bindings: i2c: meson: convert to yaml
 2019-10-29 16:26 UTC  (5+ messages)

[RESEND v2] i2c: imx: support slave mode for imx I2C driver
 2019-10-28 13:41 UTC  (4+ messages)
  ` [EXT] "

[PATCH][RESEND] New driver for TLV493D-A1B6 I2C chip, input and hwmon class device
 2019-10-28 13:05 UTC  (3+ messages)

[v3] i2c: imx: support slave mode for imx I2C driver
 2019-10-28  7:23 UTC  (2+ messages)

[PULL REQUEST] i2c for 5.4
 2019-10-26 20:45 UTC  (2+ messages)

[PATCH RFC] i2c: bcm2835: Store pointer to bus clock
 2019-10-26 15:33 UTC  (2+ messages)

[PATCH] i2c: i2c-stm32f7: report dma error during probe
 2019-10-25 14:12 UTC  (2+ messages)

[PATCH] i2c: i2c-stm32f7: fix & reorder remove & probe error handling
 2019-10-25 14:11 UTC  (2+ messages)

[PATCH v5 0/9] i2c: add support for filters
 2019-10-25 10:05 UTC  (11+ messages)
` [PATCH v5 3/9] i2c: add support for filters optional properties

[PATCH v2 1/1] i2c: iproc: Add i2c repeated start capability
 2019-10-25  4:51 UTC  (5+ messages)

[PATCH 0/4] i2c bus recovery for Microchip SoCs
 2019-10-25  1:14 UTC  (13+ messages)
` [PATCH 2/4] i2c: at91: implement i2c bus recovery

[v5,1/3] dt-bindings: i2c: support property idle-state
 2019-10-24 22:53 UTC  (4+ messages)
` [v5,2/3] i2c: mux: pca954x: "
` [v5,3/3] arm64: dts: fsl-ls208xa-rdb: fix an errata E-00013

[PATCH v2] i2c: i2c-stm32f7: remove warning when compiling with W=1
 2019-10-24 18:44 UTC  (3+ messages)

[PATCH] i2c: i2c-stm32f7: rework slave_id allocation
 2019-10-24 18:35 UTC  (3+ messages)

[PATCH v2] i2c: muxes: pca9541: use BIT() macro
 2019-10-24 18:14 UTC  (2+ messages)

[PATCH i2c-next 0/2] i2c: aspeed: Add H/W timeout support
 2019-10-24 17:27 UTC  (13+ messages)
` [PATCH i2c-next 1/2] dt-bindings: i2c: aspeed: add hardware "
` [PATCH i2c-next 2/2] i2c: aspeed: add slave inactive "

[PATCH v6 3/9] i2c: add support for filters optional properties
 2019-10-23 12:40 UTC 

[v4,1/2] dt-bindings: i2c: support property idle-state
 2019-10-22  3:51 UTC  (4+ messages)
` [v4,2/2] i2c: mux: pca954x: "
    ` [EXT] "

[PATCH] i2c: i2c-stm32f7: fix first byte to send in slave mode
 2019-10-21 14:00 UTC  (3+ messages)

[PATCH] i2c: i2c-stm32f7: fix a race in slave mode with arbitration loss irq
 2019-10-21 13:59 UTC  (3+ messages)

[PATCH 0/2] i2c: Aspeed: Add AST2600 compatible string
 2019-10-21 12:23 UTC  (5+ messages)
` [PATCH 1/2] i2c: Aspeed: Add AST2600 compatible
` [PATCH 2/2] dt-bindings: "

[PATCH RESEND v2] i2c: i2c-mt65xx: fix NULL ptr dereference
 2019-10-21 12:12 UTC  (2+ messages)

[PATCH] i2c: aspeed: fix master pending state handling
 2019-10-21 12:09 UTC  (15+ messages)

[v3,1/2] dt-bindings: i2c: support property idle-state
 2019-10-21  7:40 UTC  (7+ messages)
` [v3,2/2] i2c: mux: pca954x: "
    ` [EXT] "

[PATCH][RESEND] New driver for TLV493D-A1B6 I2C chip, input and hwmon class device
 2019-10-18 21:01 UTC 

[PATCH 1/2] docs: i2c: Fix SPDX-License-Identifier syntax
 2019-10-18 15:46 UTC  (3+ messages)
` [PATCH 2/2] docs: w1: "

[PATCH] iio: adc: max9611: Defer probe on POR read
 2019-10-17 12:55 UTC 

[v2,1/2] dt-bindings: i2c: add property idle-state
 2019-10-16  3:25 UTC  (6+ messages)
` [v2,2/2] i2c: mux: pca954x: "
    ` [EXT] "
  ` [EXT] Re: [v2,1/2] dt-bindings: i2c: "

[PATCH 1/2] dt-bindings: i2c: replace property i2c-mux-idle-disconnect
 2019-10-15  3:18 UTC  (7+ messages)
` [PATCH 2/2] i2c: mux: pca954x: "
    ` [EXT] "
  ` [EXT] Re: [PATCH 1/2] dt-bindings: i2c: "

[PATCH 0/4] Instantiate SPD EEPROMs at boot on x86
 2019-10-14 18:02 UTC  (9+ messages)
` [PATCH 1/4] firmware: dmi: Remember the memory type
` [PATCH 2/4] firmware: dmi: Add dmi_memdev_handle
` [PATCH 3/4] i2c: smbus: Add a way to instantiate SPD EEPROMs automatically
` [PATCH 4/4] i2c: i801: Instantiate "

[v2,1/2] i2c: pca954x: Add property to skip disabling PCA954x MUX device
 2019-10-14  7:26 UTC  (7+ messages)
` [v2,2/2] dt-bindings: i2c-mux-pca954x: Add optional property i2c-mux-never-disable
    ` [EXT] "

[PATCH RESEND] gpu: drm: bridge: analogix-anx78xx: convert to i2c_new_dummy_device
 2019-10-10  7:04 UTC  (3+ messages)

[PATCH RESEND] gpu: drm: bridge: sii9234: convert to devm_i2c_new_dummy_device
 2019-10-10  7:01 UTC  (3+ messages)

[PATCH 0/5] i2c: aspeed: Add buffer and DMA modes support
 2019-10-10  5:28 UTC  (22+ messages)
` [PATCH 1/5] dt-bindings: i2c: aspeed: add buffer and DMA mode transfer support
` [PATCH 2/5] ARM: dts: aspeed: add I2C buffer mode support
` [PATCH 3/5] i2c: aspeed: fix master pending state handling
` [PATCH 4/5] i2c: aspeed: add buffer mode transfer support
` [PATCH 5/5] i2c: aspeed: add DMA "

[PATCH v6 0/2] at24: convert the binding document to yaml
 2019-10-09 23:24 UTC  (5+ messages)
` [PATCH v6 1/2] dt-bindings: "
` [PATCH v6 2/2] dt-bindings: at24: add new compatible

[v2] i2c: imx: support slave mode for imx I2C driver
 2019-10-09  9:12 UTC 

[PATCH] i2c: i2c-stm32f7: remove warning when compiling with W=1
 2019-10-07 12:01 UTC  (3+ 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).