linux-i2c.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-02-12 15:25:23 to 2018-02-28 09:28:07 UTC [more...]

[PATCH 0/4] use correct compatibles for the nxp,se97b chips
 2018-02-28  9:28 UTC  (11+ messages)
` [PATCH 1/4] dt-bindings: at24: sort manufacturers alphabetically

[PATCH 00/12] Major code reorganization to make all i2c transfers working
 2018-02-27 23:24 UTC  (39+ messages)
` [PATCH 01/12] i2c: qup: fixed releasing dma without flush operation completion
` [PATCH 02/12] i2c: qup: minor code reorganization for use_dma
` [PATCH 03/12] i2c: qup: remove redundant variables for BAM SG count
` [PATCH 04/12] i2c: qup: schedule EOT and FLUSH tags at the end of transfer
` [PATCH 05/12] i2c: qup: fix the transfer length for BAM rx EOT FLUSH tags
` [PATCH 06/12] i2c: qup: proper error handling for i2c error in BAM mode
` [PATCH 07/12] i2c: qup: use the complete transfer length to choose DMA mode
` [PATCH 08/12] i2c: qup: change completion timeout according to transfer length
` [PATCH 09/12] i2c: qup: fix buffer overflow for multiple msg of maximum xfer len
` [PATCH 10/12] i2c: qup: send NACK for last read sub transfers
` [PATCH 11/12] i2c: qup: reorganization of driver code to remove polling for qup v1
` [PATCH 12/12] i2c: qup: reorganization of driver code to remove polling for qup v2

[PATCH v2 0/7] Add the I3C subsystem
 2018-02-27 21:14 UTC  (14+ messages)
` [PATCH v2 2/7] i3c: Add core I3C infrastructure

[PATCH v3 0/2] add support for Socionext SynQuacer I2C controller
 2018-02-27 17:01 UTC  (5+ messages)
` [PATCH v3 1/2] dt-bindings: i2c: add binding for Socionext SynQuacer I2C
` [PATCH v3 2/2] i2c: add support for Socionext SynQuacer I2C controller

[PATCH] i2c: octeon: Prevent error message on bus error
 2018-02-27 15:42 UTC 

[GIT PULL] Remove metag architecture
 2018-02-27 13:36 UTC 

[PATCHv2 1/3] i2c: xlp9xx: Check for Bus state before every transfer
 2018-02-27 13:26 UTC  (3+ messages)
` [PATCH 2/3] i2c: xlp9xx: Handle NACK on DATA properly
` [PATCH 3/3] i2c: xlp9xx: Add support for SMBAlert

[RESEND PATCH v1 0/6] Add different features for I2C
 2018-02-27  9:48 UTC  (7+ messages)
` [RESEND PATCH v1 1/6] i2c: i2c-stm32f7: Add 10-bit address support
` [RESEND PATCH v1 2/6] i2c: i2c-stm32f7: Add slave support
` [RESEND PATCH v1 3/6] i2c: i2c-stm32f7: Add initial SMBus protocols support
` [RESEND PATCH v1 4/6] i2c: i2c-stm32: Add generic DMA API
` [RESEND PATCH v1 5/6] i2c: i2c-stm32f7: Add DMA support
` [RESEND PATCH v1 6/6] i2c: i2c-stm32f7: Implement I2C recovery mechanism

[RESEND PATCH v1] i2c: i2c-stm32f7: fix no check on returned setup
 2018-02-27  9:47 UTC 

[PATCH 1/4] i2c: xlp9xx: return ENXIO on slave address NACK
 2018-02-27  9:32 UTC  (14+ messages)
` [PATCH 2/4] i2c: xlp9xx: Handle transactions with I2C_M_RECV_LEN properly
` [PATCH 3/4] i2c: xlp9xx: report SMBus block read functionality
` [PATCH 4/4] i2c: xlp9xx: Check for Bus state after every transfer

[PATCH] i2c-stm32f4: remove redundant initialization of pointer reg
 2018-02-27  7:44 UTC  (3+ messages)

[PATCH] i2c: bcm2835: Avoid clock stretching timeouts
 2018-02-26 23:33 UTC  (2+ messages)

[PATCH v2 1/2] i2c: piix4: Use usleep_range()
 2018-02-26 22:28 UTC  (8+ messages)
` [PATCH v2 2/2] i2c: piix4: Use request_muxed_region

[RESEND][PATCH v4 1/3] i2c: piix4: Fix port selection for AMD Family 16h Model 30h
 2018-02-26 21:21 UTC  (6+ messages)
` [RESEND][PATCH v4 2/3] i2c: piix4: fix probing of reserved ports on AMD
` [RESEND][PATCH v4 3/3] i2c: piix4: add ACPI support

[PATCH 1/2] i2c: piix4: Use request_muxed_region
 2018-02-26 20:37 UTC  (15+ messages)
` [PATCH 2/2] i2c: piix4: Use usleep_range()

[PATCH v2] i2c: i801: Register optional lis3lv02d i2c device on Dell machines
 2018-02-26 20:32 UTC  (16+ messages)

[PATCH v2 0/2]add support for Socionext SynQuacer I2C controller
 2018-02-26 18:18 UTC  (13+ messages)
` [PATCH v2 1/2] dt-bindings: i2c: add binding for Socionext SynQuacer I2C
` [PATCH v2 2/2] i2c: add support for Socionext SynQuacer I2C controller

[PATCH] eeprom: New ee1004 driver for DDR4 memory
 2018-02-26 14:32 UTC  (4+ messages)

[PATCH] i2c: imx: Fix PM device usage count
 2018-02-26 10:08 UTC 

[PATCH] i2c: cadence: Fix PM device usage count
 2018-02-26  9:20 UTC  (2+ messages)
` [SIL2review] "

[PATCH v4 00/16] R-Car DU: Convert LVDS code to bridge driver
 2018-02-23 19:35 UTC  (26+ messages)
` [PATCH v4 03/16] of: dynamic: Add __of_node_dupv()
` [PATCH v4 04/16] of: changesets: Introduce changeset helper methods
` [PATCH v4 05/16] of: changeset: Add of_changeset_node_move method
` [PATCH v4 06/16] of: unittest: changeset helpers
` [PATCH v4 07/16] i2c: demux: Use changeset helpers for clarity

[PATCH 0/2] I2C-Nomadik: Adjustments for nmk_i2c_probe()
 2018-02-22 12:41 UTC  (2+ messages)

[PATCH] i2c: bcm2835: Set up the rising/falling edge delays
 2018-02-22 11:21 UTC  (4+ messages)

[PATCH v5 0/8] R-Car DU: Convert LVDS code to bridge driver
 2018-02-22 11:07 UTC  (8+ messages)
` [PATCH v5 3/8] of: dynamic: Add __of_node_dupv()
` [PATCH v5 4/8] of: changesets: Introduce changeset helper methods
` [PATCH v5 5/8] of: unittest: changeset helpers
` [PATCH v5 6/8] i2c: demux: Use changeset helpers for clarity

[PATCH 0/2] add support for Socionext SynQuacer I2C controller
 2018-02-21 18:54 UTC  (8+ messages)
` [PATCH 1/2] dt-bindings: i2c: add binding for Socionext SynQuacer I2C
` [PATCH 2/2] i2c: add support for Socionext SynQuacer I2C controller

[PATCH] i2c: busses: i2c-sirf: Fix spelling: "formular" -> "formula"
 2018-02-21  8:55 UTC  (2+ messages)

i2c-designware: sound and s2ram broken on Broadwell-U system since commit ca382f5b38f367b6 (add i2c gpio recovery option)
 2018-02-18  9:41 UTC  (6+ messages)

[PATCH v1] i2c: designware: Consider SCL GPIO optional
 2018-02-17 20:58 UTC 

[PATCH v2 0/7] Introduce GENI SE Controller Driver
 2018-02-16 20:44 UTC  (6+ messages)
` [PATCH v2 3/7] soc: qcom: Add GENI based QUP Wrapper driver
` [PATCH v2 7/7] tty: serial: msm_geni_serial: Add serial driver support for GENI based QUP

[PATCH] i2c: algo-bit: Move debug variable
 2018-02-16 12:44 UTC 

[PATCH] i2c: i801: Add missing documentation entries for Braswell and Kaby Lake
 2018-02-16  9:24 UTC 

[PATCH] i2c: designware: must wait for enable
 2018-02-15 11:06 UTC  (2+ messages)

[PATCH] i2c: designware: Fix failure on baytrail
 2018-02-14 15:06 UTC  (6+ messages)

[PATCH V3] eeprom: at24: support second page of ST M24M01-D*
 2018-02-14 10:04 UTC  (2+ messages)

(unknown),
 2018-02-13 22:57 UTC 

[PATCH] i2c: designware: Fix failure on baytrail
 2018-02-13 14:36 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).