linux-i2c.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2017-09-10 21:44:39 to 2017-09-28 13:01:47 UTC [more...]

[PATCH v3 0/4] i2c: designware: add i2c gpio recovery option
 2017-09-28 13:01 UTC  (14+ messages)
` [PATCH v3 1/4] i2c: Switch to using gpiod interface for gpio bus recovery
` [PATCH v3 2/4] i2c: designware: move i2c_dw_plat_prepare_clk to common
` [PATCH v3 3/4] i2c: designware: rename i2c_dw_plat_prepare_clk to i2c_dw_prepare_clk
` [PATCH v3 4/4] i2c: designware: add i2c gpio recovery option

i2c-ismt timeout
 2017-09-28 11:40 UTC  (3+ messages)

[PATCH 0/3] i2c-xlp9xx: update i2c driver to handle I2C_M_RECV_LEN flag
 2017-09-28  8:50 UTC  (7+ messages)
` [PATCH 1/3] ACPI / APD: Add clock frequency for ThunderX2 I2C controller
` [PATCH 2/3] i2c: xlp9xx: Get clock frequency with clk API
` [PATCH 3/3] i2c: xlp9xx: Handle I2C_M_RECV_LEN in msg->flags

[PATCH 0/2] Fix I2C repeated start timing violation on Armada-38x
 2017-09-28  7:56 UTC  (4+ messages)
` [PATCH 1/2] ARM: dts: Fix I2C repeated start issue "
` [PATCH 2/2] dt-bindings: i2c: Update documentation for "mv78230-a0-i2c"

[PATCH v11 00/10] Add sbs-manager with smbalert support
 2017-09-28  7:38 UTC  (2+ messages)

[PATCH] dt-bindings: i2c: Add armada-38x i2c binding
 2017-09-27  7:33 UTC  (7+ messages)

[PATCH] i2c-omap: Trigger bus recovery in lockup case
 2017-09-26 12:24 UTC  (8+ messages)

possible clarifications/suggestions for I2C man pages
 2017-09-26  7:55 UTC  (2+ messages)

[PATCH v6 0/3] enable eeprom "size" property and runtime pm
 2017-09-26  5:33 UTC  (17+ messages)
` [PATCH v6 1/3] dt-bindings: add eeprom "size" property
` [PATCH v6 2/3] eeprom: at24: add support to fetch eeprom device property "size"
` [PATCH v6 3/3] eeprom: at24: enable runtime pm support

[RFT][PATCH 0/2] i2c: designware: Runtime PM aware system sleep handling
 2017-09-25 21:10 UTC  (12+ messages)
` [RFT][PATCH v3 0/3] "
  ` [PATCH v4 "
    ` [PATCH v4 1/3] PM: i2c-designware-platdrv: Clean up PM handling in probe
      ` [Update][PATCH v5 "
    ` [PATCH v4 2/3] PM / mfd: intel-lpss: Push system sleep callbacks to late/early stages
    ` [PATCH v4 3/3] PM: i2c-designware-platdrv: Suspend/resume at the "

[PATCH] [trivial] dt-bindings: i2c: i2c-mux: Spelling s/required is/required if/
 2017-09-25 15:36 UTC  (4+ messages)

Greetings From Mr. Soumaila Sorgho
 2017-09-24  0:28 UTC 

[PATCH 1/2] i2c: designware: switch to suspend_late/resume_early
 2017-09-23 16:17 UTC  (15+ messages)
` [PATCH 2/2] mfd: intel-lpss: switch to suspend_late()/resume_early()

[PATCH] i2c: piix4: Fix SMBus port selection for AMD Family 17h chips
 2017-09-22 22:41 UTC  (3+ messages)

[PATCH] i2c: designware: make const array supported_speeds static to shink object code size
 2017-09-22  7:10 UTC  (2+ messages)

[PATCH] i2c: i801: Add support for Intel Cedar Fork
 2017-09-21 16:21 UTC  (2+ messages)

[RFC PATCH v5 0/6] i2c: document DMA handling and add helpers for it
 2017-09-21 14:36 UTC  (15+ messages)
` [RFC PATCH v5 1/6] i2c: add a message flag for DMA safe buffers
` [RFC PATCH v5 2/6] i2c: add helpers to ease DMA handling
` [RFC PATCH v5 3/6] i2c: add docs to clarify "
` [RFC PATCH v5 4/6] i2c: sh_mobile: use helper to decide if DMA is useful
` [RFC PATCH v5 5/6] i2c: rcar: skip DMA if buffer is not safe
` [RFC PATCH v5 6/6] i2c: dev: mark RDWR buffers as DMA_SAFE

[PATCH v1] i2c:i2c-stm32f7: fix setup structure
 2017-09-21 13:30 UTC 

[PATCH] i2c: piix4: Disable completely the IMC during SMBUS_BLOCK_DATA
 2017-09-21  7:37 UTC 

[PATCH 2/3] i2c: Cocci spatch "of_table"
 2017-09-21  6:24 UTC 

[PATCH v4 1/2] wire: export w1_touch_bit
 2017-09-20 21:54 UTC  (6+ messages)
` [PATCH v4 2/2] add w1_ds28e17 driver for the DS28E17 Onewire to I2C master bridge

[PATCH v5 1/2] wire: export w1_touch_bit
 2017-09-20 21:52 UTC  (2+ messages)
` [PATCH v5 2/2] add w1_ds28e17 driver for the DS28E17 Onewire to I2C master bridge

[PATCH 0/7] I2C GPIO to use gpiolibs open drain
 2017-09-20 20:53 UTC  (17+ messages)
` [PATCH 1/7] i2c: gpio: Convert to use descriptors
` [PATCH 2/7] gpio: Make it possible for consumers to enforce open drain
` [PATCH 3/7] i2c: gpio: Enforce open drain through gpiolib
` [PATCH 4/7] i2c: gpio: Augment all boardfiles to use open drain
` [PATCH 5/7] i2c: gpio: Local vars in probe
  ` [PATCH 6/7] dt-bindings: i2c: i2c-gpio: Add support for named gpios
` [PATCH 7/7] i2c: gpio: Add support for named gpios in DT

[RFC PATCH v4 0/6] i2c: document DMA handling and add helpers for it
 2017-09-20 18:45 UTC  (6+ messages)
` [RFC PATCH v4 3/6] i2c: add docs to clarify DMA handling

(unknown),
 2017-09-20  1:01 UTC 

Understanding suspend() vs suspend_late() for I2c devices
 2017-09-19 20:30 UTC  (2+ messages)

[PATCH/RFC 0/3] i2c: gpio: Add support for named gpios in DT
 2017-09-19 20:23 UTC  (10+ messages)
` [PATCH/RFC 1/3] dt-bindings: i2c: i2c-gpio: Add support for named gpios
` [PATCH/RFC 2/3] i2c: gpio: Add support for named gpios in DT

[[RESEND]PATCHv6 1/2] dt-bindings: i2c: Add Altera I2C Controller
 2017-09-18 20:04 UTC  (6+ messages)
  ` [[RESEND]PATCHv6 2/2] i2c: altera: Add Altera I2C Controller driver

[PATCH v4 0/2] i2c: davinci: Add PM Runtime Support needed by 66AK2G
 2017-09-18 15:58 UTC  (8+ messages)
` [PATCH v4 1/2] i2c: davinci: Add PM Runtime Support
  ` [PATCH v4 2/2] dt-bindings: i2c: i2c-davinci: Update binding for 66AK2Gx pwr dm property

[PATCH 0/5] I2C GPIO to use gpiolibs open drain
 2017-09-18 13:21 UTC  (17+ messages)
` [PATCH 1/5] i2c: gpio: Convert to use descriptors
` [PATCH 4/5] i2c: gpio: Augment all boardfiles to use open drain
` [PATCH 5/5] i2c: gpio: Local vars in probe

[PATCH v4 1/2] wire: export w1_touch_bit
 2017-09-18 13:05 UTC  (5+ messages)
` [PATCH v4 2/2] add w1_ds28e17 driver for the DS28E17 Onewire to I2C master bridge

[PATCH][V2] i2c: i2c-stm32f7: make structure stm32f7_setup static const
 2017-09-18  9:18 UTC  (2+ messages)

[PATCH] i2c: i2c-stm32f7: make structure stm32f7_setup static
 2017-09-16 19:33 UTC  (2+ messages)

[I2C] About warning 'DMA-API: device driver maps memory from stack'
 2017-09-16  9:33 UTC  (3+ messages)

[PATCH] Fix Bug for cadence i2c interrupt overrunning buffer
 2017-09-16  3:02 UTC 

(unknown),
 2017-09-15 17:30 UTC 

[PULL REQUEST] i2c for 4.14
 2017-09-15 12:48 UTC 

[PATCH v4 0/5] Add support for the STM32F7 I2C
 2017-09-14 15:52 UTC  (10+ messages)
` [PATCH v4 1/5] dt-bindings: i2c-stm32: Document the STM32F7 I2C bindings
` [PATCH v4 2/5] i2c: i2c-stm32f4: use generic definition of speed enum
` [PATCH v4 3/5] i2c: i2c-stm32f7: add driver
` [PATCH v4 4/5] ARM: dts: stm32: Add I2C1 support for STM32F746 SoC
` [PATCH v4 5/5] ARM: dts: stm32: Add I2C1 support for STM32F746 eval board

[RESEND PATCH v3 0/5] Add support for the STM32F7 I2C
 2017-09-14  8:11 UTC  (5+ messages)
` [RESEND PATCH v3 3/5] i2c: i2c-stm32f7: add driver

[PATCH 1/9] i2c: designware: Fix system suspend
 2017-09-12  9:44 UTC  (4+ messages)
` [1/9] "

[PATCH v3 0/2] ARM: dts: keystone-k2g: Add I2C support for 66AK2G
 2017-09-12  8:25 UTC  (6+ messages)
` [PATCH v3 1/2] i2c: davinci: Add PM Runtime Support

[PATCH v2] i2c: imx: allow i2c devices share an interrupt
 2017-09-11  9:09 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).