linux-i2c.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2016-12-06 09:18:53 to 2016-12-15 19:40:02 UTC [more...]

[PATCH v6 0/5] Add support for the STM32F4 I2C
 2016-12-15 19:40 UTC  (13+ messages)
` [PATCH v6 1/5] dt-bindings: Document the STM32 I2C bindings
` [PATCH v6 2/5] i2c: Add STM32F4 I2C driver
` [PATCH v6 3/5] ARM: dts: stm32: Add I2C1 support for STM32F429 SoC
` [PATCH v6 4/5] ARM: dts: stm32: Add I2C1 support for STM32429 eval board
` [PATCH v6 5/5] ARM: configs: stm32: Add I2C support for STM32 defconfig

[PATCH V5] i2c: designware: fix wrong Tx/Rx FIFO for ACPI
 2016-12-15 17:57 UTC  (4+ messages)

[PATCH v2] i2c: designware: Cleaning and comment style fixes
 2016-12-15 15:53 UTC  (4+ messages)

[PATCH 1/5] mfd: axp20x: Use IRQF_TRIGGER_LOW on the axp288
 2016-12-15 15:44 UTC  (12+ messages)
` [PATCH 2/5] mfd: axp20x: Add missing axp288 irqs
` [PATCH 3/5] mfd: axp20x: Fix axp288 PEK_DBR and PEK_DBF irqs being swapped
` [PATCH 4/5] mfd: axp20x: Drop wrong AXP288_PMIC_ADC_EN define
` [PATCH 5/5] mfd: axp20x: Fix axp288 volatile ranges

[PATCH] i2c: designware: add reset interface
 2016-12-15 15:40 UTC  (9+ messages)
` [PATCH v2] "

[PATCH v3] i2c: designware: Cleaning and comment style fixes
 2016-12-15 15:09 UTC 

[[RFC V3] 1/1] i2c: imx: add slave support
 2016-12-15  5:53 UTC 

[[RFC V3] 0/1] i2c: imx: add slave support
 2016-12-15  0:42 UTC  (5+ messages)
` [[RFC V3] 1/1] "

[PATCH 1/4] power: supply: axp288_fuel_gauge: Fix fuel_gauge_reg_readb return on error
 2016-12-14 17:01 UTC  (5+ messages)
` [PATCH 2/4] power: supply: axp288_fuel_gauge: Read 15 bit values 2 registers at a time
` [PATCH 3/4] power: supply: axp288_fuel_gauge: Read 12 "
` [PATCH 4/4] power: supply: axp288_fuel_gauge: Drop platform_data dependency

[PATCH] iio: adc: axp288: Drop bogus AXP288_ADC_TS_PIN_CTRL register modifications
 2016-12-14 15:00 UTC  (2+ messages)

[PATCH V4] i2c: designware: fix wrong Tx/Rx FIFO for ACPI
 2016-12-14  8:59 UTC  (5+ messages)

[PATCH V1] i2c: xgene: Fix missing code of DTB support
 2016-12-14  7:17 UTC 

[PATCH 0/4] i2c octeon & thunderx bug fixes
 2016-12-13 20:32 UTC  (11+ messages)
` [PATCH 1/4] i2c: octeon: thunderx: TWSI software reset in recovery
` [PATCH 2/4] i2c: octeon: thunderx: Remove double-check after interrupt
` [PATCH 3/4] i2c: octeon: thunderx: Limit register access retries
` [PATCH 4/4] i2c: octeon: thunderx: Add I2C_CLASS_HWMON

[PATCH] i2c: designware: Cleaning and comment style fixes
 2016-12-13 18:34 UTC  (4+ messages)
      `  "

[PATCH v4 0/5] i2c: designware: Add slave support
 2016-12-13 15:08 UTC  (20+ messages)
` [PATCH v4 1/5] i2c: designware: Refactoring of the i2c-designware
` [PATCH v4 2/5] i2c: designware: Master mode as separated driver
` [PATCH v4 3/5] i2c: designware: Add slave definitions
` [PATCH v4 4/5] i2c: designware: Add slave mode as separated driver
` [PATCH v4 5/5] i2c: designware: Cleaning comments and formatation

[PATCH v4 1/5] i2c: designware: Rename accessor_flags to flags
 2016-12-13 13:45 UTC  (10+ messages)
` [PATCH v4 2/5] i2c: designware-baytrail: Pass dw_i2c_dev into helper functions
` [PATCH v4 3/5] i2c: designware-baytrail: Only check iosf_mbi_available() for shared hosts
` [PATCH v4 4/5] i2c: designware-baytrail: Disallow the CPU to enter C6 or C7 while holding the punit semaphore
` [PATCH v4 5/5] i2c: designware-baytrail: Add support for cherrytrail

[PATCH V3] i2c: designware: fix wrong tx/rx fifo for ACPI
 2016-12-13 10:19 UTC  (6+ messages)

DO YOU NEED A LOAN??
 2016-12-13  5:27 UTC 

[PATCH v3 1/5] i2c: designware: Rename accessor_flags to flags
 2016-12-12 21:37 UTC  (15+ messages)
` [PATCH v3 2/5] i2c: designware-baytrail: Pass dw_i2c_dev into helper functions
` [PATCH v3 3/5] i2c: designware-baytrail: Only check iosf_mbi_available() for shared hosts
` [PATCH v3 4/5] i2c: designware-baytrail: Disallow the CPU to enter C6 or C7 while holding the punit semaphore
` [PATCH v3 5/5] i2c: designware-baytrail: Add support for cherrytrail

[PATCH v6 0/9] mux controller abstraction and iio/i2c muxes
 2016-12-12 12:18 UTC  (6+ messages)
` [PATCH v6 4/9] dt-bindings: iio: iio-mux: document iio-mux bindings

[PATCH v5 0/2] i2c: aspeed: added driver for Aspeed I2C
 2016-12-12 11:10 UTC  (8+ messages)
` [PATCH v5 1/2] "
` [PATCH v5 2/2] i2c: aspeed: added documentation for Aspeed I2C driver

[PATCH v5 0/5] Add support for the STM32F4 I2C
 2016-12-12  8:34 UTC  (15+ messages)
` [PATCH v5 1/5] dt-bindings: Document the STM32 I2C bindings
` [PATCH v5 2/5] i2c: Add STM32F4 I2C driver
` [PATCH v5 3/5] ARM: dts: Add I2C1 support for STM32F429 SoC
` [PATCH v5 4/5] ARM: dts: Add I2C1 support for STM32429 eval board
` [PATCH v5 5/5] ARM: configs: Add I2C support for STM32 defconfig

[PATCH] i2c: core: don't try to OF populate DDC i2c buses
 2016-12-11 22:16 UTC  (7+ messages)

[Patch V1] i2c: fsl-lpi2c: read lpi2c fifo size in probe()
 2016-12-11 22:07 UTC  (3+ messages)

[PATCH] i2c: cadence: Allow Cadence I2C to be selected for Cadence Xtensa CPUs
 2016-12-11 21:57 UTC  (2+ messages)

[PATCH 0/2] i2c: sh_mobile: fallback enhancements
 2016-12-11 21:53 UTC  (6+ messages)
` [PATCH 1/2] i2c: sh_mobile: List rmobile fallback compatibility last
` [PATCH 2/2] i2c: sh_mobile: Add per-Generation fallback bindings

[PATCH v4 i2c/for-next] i2c: rcar: Add per-Generation fallback bindings
 2016-12-11 21:49 UTC  (2+ messages)

[PATCH v2 1/5] i2c: designware: Rename accessor_flags to flags
 2016-12-10 19:59 UTC  (12+ messages)
` [PATCH v2 2/5] i2c: designware-baytrail: Pass dw_i2c_dev into helper functions
` [PATCH v2 3/5] i2c: designware-baytrail: Only check iosf_mbi_available() for shared hosts
` [PATCH v2 4/5] i2c: designware-baytrail: Force the CPU to C1 state while holding the punit semaphore
` [PATCH v2 5/5] i2c: designware-baytrail: Add support for cherrytrail

[PATCH 1/2] i2c: designware-baytrail: Pass dw_i2c_dev into helper functions
 2016-12-10 10:34 UTC  (5+ messages)
` [PATCH 2/2] i2c: designware-baytrail: Add support for cherrytrail

[PATCH] misc: eeprom: implement compatible DT probing
 2016-12-09  8:18 UTC  (5+ messages)

[PATCH] i2c: rk3x: keep i2c irq ON in suspend
 2016-12-08 15:50 UTC  (7+ messages)

Western Union Spende
 2016-12-08  4:17 UTC 

[PATCH v4 0/5] Add support for the STM32F4 I2C
 2016-12-07 16:51 UTC  (6+ messages)
` [PATCH v4 1/5] dt-bindings: Document the STM32 I2C bindings
` [PATCH v4 2/5] i2c: Add STM32F4 I2C driver
` [PATCH v4 3/5] ARM: dts: Add I2C1 support for STM32F429 SoC
` [PATCH v4 4/5] ARM: dts: Add I2C1 support for STM32429 eval board
` [PATCH v4 5/5] ARM: configs: Add I2C support for STM32 defconfig

[PATCH V1] rtc: ds1307: Add ACPI support
 2016-12-07 16:16 UTC  (2+ messages)

[PATCH V2] i2c: designware: fix wrong tx/rx fifo for ACPI
 2016-12-07 10:15 UTC  (2+ messages)

[RFC v2 2/2] i2c: Pass i2c_device_id to probe func when using DT ids through ACPI
 2016-12-06 17:00 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).