linux-i2c.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2015-02-09 12:10:36 to 2015-03-05 18:41:31 UTC [more...]

[PATCH v3 0/5] i2c: davinci improvements and fixes
 2015-03-05 18:41 UTC  (4+ messages)
` [PATCH v3 3/5] i2c: recovery: change input parameter to i2c_adapter for prepare/unprepare_recovery

[PATCH v2 0/4] i2c: sunxi: Add Reduced Serial Bus (RSB) support
 2015-03-05 18:40 UTC  (10+ messages)
  ` [PATCH v2 1/4] "
  ` [PATCH v2 2/4] i2c: sunxi: Add Reduced Serial Bus (RSB) DT bindings documentation
  ` [PATCH v2 3/4] ARM: dts: sun8i: Add Reduced Serial Bus controller device node to A23 dtsi
  ` [PATCH v2 4/4] ARM: dts: sun8i: ippo-q8h-v5: Enable Reduced Serial Bus controller

[RFC V2 00/12] i2c: describe adapter quirks in a generic way
 2015-03-05 13:27 UTC  (15+ messages)
` [RFC V2 01/12] i2c: add quirk structure to describe adapter flaws
  ` [RFC V2 02/12] i2c: add quirk checks to core
  ` [RFC V2 03/12] i2c: at91: make use of the new infrastructure for quirks
` [RFC V2 04/12] i2c: opal: "
` [RFC V2 05/12] i2c: qup: "
` [RFC V2 06/12] i2c: cpm: "
` [RFC V2 07/12] i2c: axxia: "
` [RFC V2 08/12] i2c: dln2: "
` [RFC V2 09/12] i2c: powermac: "
` [RFC V2 10/12] i2c: viperboard: "
` [RFC V2 11/12] i2c: pmcmsp: "
` [RFC V2 12/12] i2c: bcm-iproc: "

[PATCH] i2c-tools: py-smbus linker issue in arch
 2015-03-05 12:36 UTC 

[PATCH] i2c: pca954x: Defer probing due to reset GPIO
 2015-03-05 10:23 UTC  (3+ messages)

[PATCH 2/2] i2c: nomadik: match status to return type of read_i2c
 2015-03-04 12:56 UTC  (2+ messages)

[PATCH 1/2] i2c: nomadik: match return type of wait_for_completion_timeout
 2015-03-04 12:55 UTC  (2+ messages)

[PATCH 0/8] Add proper support for Compulab CM-A510/SBC-A510
 2015-03-04  9:10 UTC  (18+ messages)
` [PATCH 1/8] i2c: mux-pinctrl: Rework to honor disabled child nodes
` [PATCH 7/8] ARM: dts: dove: Add internal i2c multiplexer node
  ` [PATCH v2 0/4] Add proper support for Compulab CM-A510/SBC-A510
      ` [PATCH v2 1/4] i2c: mux-pinctrl: Rework to honor disabled child nodes
    ` [PATCH v2 3/4] ARM: dts: dove: Add internal i2c multiplexer node

Bug in i2c-core?
 2015-03-04  8:22 UTC  (12+ messages)

[PATCH v2 0/2] i2c: Support for Netlogic XLP9XX/5XX I2C controller
 2015-03-04  6:55 UTC  (3+ messages)
  ` [PATCH v2 1/2] of: Add vendor prefix 'netlogic'
  ` [PATCH v2 2/2] i2c: Support for Netlogic XLP9XX/5XX I2C controller

[PATCH/RFC] i2c: rcar: Fix order of restart and clear status
 2015-03-04  4:08 UTC  (3+ messages)

[PATCH/RFC] i2c: rcar: Support ACK by HW auto restart after NACK
 2015-03-04  4:06 UTC  (3+ messages)

[PATCH] i2c: designware: Suppress error message if platform_get_irq() returns -EPROBE_DEFER
 2015-03-03 19:34 UTC  (9+ messages)

[PATCH] i2c: imx: add required clocks property to binding
 2015-03-03 16:57 UTC 

[PATCH] i2c: tegra: match return type of wait_for_completion_timeout
 2015-03-03  7:36 UTC  (2+ messages)

[PATCH v2 0/2] Fix OF match for adxl34x driver
 2015-03-02 22:52 UTC  (6+ messages)
` [PATCH v2 1/2] DT: i2c: Deprecate adi,adxl34x compatible string

[PATCH 0/2] i2c: jz4780: Add Ingenic JZ4780 i2c driver
 2015-03-02 12:46 UTC  (3+ messages)
` [PATCH 1/2] dt-bindings: i2c: Add dt binding documentation for ingenic jz4780 SoC
` [PATCH 2/2] i2c: jz4780: Add i2c bus controller driver for Ingenic JZ4780

[PATCH] i2c: wmt: use msecs_to_jiffies for time conversions
 2015-03-01 13:20 UTC 

i2c-tools: add Android.mk
 2015-02-27 21:05 UTC 

[RFC] i2c-tools: i2ctransfer: add new tool
 2015-02-27 16:16 UTC 

[RFC 1/3] i2c: Enhancement of i2c API to address circular lock dependency problem
 2015-02-25 19:47 UTC  (5+ messages)

[PATCH 0/4] i2c: sunxi: Add Reduced Serial Bus (RSB) support
 2015-02-25 16:10 UTC  (10+ messages)
  ` [PATCH 1/4] "
  ` [PATCH 2/4] i2c: sunxi: Add Reduced Serial Bus (RSB) DT bindings documentation
  ` [PATCH 3/4] ARM: dts: sun8i: Add Reduced Serial Bus controller device node to A23 dtsi
  ` [PATCH 4/4] ARM: dts: sun8i: ippo-q8h-v5: Enable Reduced Serial Bus controller

[PATCH] i2c: i2c-bcm2835: match return type of wait_for_completion_timeout
 2015-02-25 14:48 UTC  (2+ messages)

[RFC 00/11] i2c: add generic quirk infrastructure
 2015-02-24 16:04 UTC  (10+ messages)
` [RFC 01/11] i2c: add quirk structure to describe adapter flaws
` [RFC 02/11] i2c: add quirk checks to core

[PATCH v1 1/5] i2c-designware-baytrail: describe magic numbers
 2015-02-24 10:06 UTC  (16+ messages)
  ` [PATCH v1 2/5] i2c-designware-baytrail: fix typo in error path
  ` [PATCH v1 3/5] i2c-designware-baytrail: fix sparse warnings
  ` [PATCH v1 4/5] i2c-designware-baytrail: cross-check lock functions
  ` [PATCH v1 5/5] i2c-designware-baytrail: baytrail_i2c_acquire() might sleep

[PULL REQUEST] i2c for 3.20
 2015-02-21  7:13 UTC 

I2C library and tools (lsi2c) for linux
 2015-02-21  7:09 UTC 

[PATCH] i2c: ocores: rework clk code to handle NULL cookie
 2015-02-20 17:00 UTC  (4+ messages)

[PATCH] i2c: designware-baytrail: another fixup for proper Kconfig dependencies
 2015-02-20 16:41 UTC  (2+ messages)

[PATCH] i2c: omap: implement bus recovery
 2015-02-19 18:09 UTC  (2+ messages)

[PATCH] i2c: fix reference to functionality constants definition
 2015-02-19 16:01 UTC  (2+ messages)

[PATCH V2 1/3] i2c: busses: add SLIMpro I2C device driver on APM X-Gene platform
 2015-02-18 19:34 UTC  (3+ messages)
  ` [PATCH V2 2/3] Documentation: i2c: Add APM X-Gene platform SLIMpro I2C driver documentation
  ` [PATCH V2 3/3] arm64: dts: add proxy I2C device driver on APM X-Gene platform

linux-next: Tree for Feb 17 (i2c-designware-baytrail.c)
 2015-02-17 20:59 UTC  (3+ messages)

[PATCH] i2c: pca954x: improve usage of gpiod API
 2015-02-17 20:06 UTC  (2+ messages)

ARM: shmobile: koelsch: da9210/da9063 interrupt storm (was: Re: [PATCH 3/4] ARM: shmobile: koelsch: Add DA9063 PMIC device node for system restart)
 2015-02-17 13:56 UTC  (2+ messages)

Issue with USB/i2C
 2015-02-16 16:33 UTC 

[PATCH] eeprom: at24: Add support for large EEPROMs connected to SMBus adapters
 2015-02-16 15:37 UTC  (10+ messages)

[PATCH 1/2] i2c: dt binding documentation for the Digicolor I2C controller
 2015-02-16 13:20 UTC  (2+ messages)
  ` [PATCH 2/2] i2c: driver for the Conexant "

[PATCHv3 1/5] i2c: i801: Don't break user-visible strings
 2015-02-16  9:29 UTC  (7+ messages)
  ` [PATCHv3 2/5] i2c: i801: Remove i801_driver forward declaration
  ` [PATCHv3 3/5] i2c: i801: Use managed devm_* memory and irq allocation
  ` [PATCHv3 4/5] i2c: i801: Remove pci_enable_device() call from i801_resume()
  ` [PATCHv3 5/5] i2c: i801: Use managed pcim_* PCI device initialization and reservation

[PATCHv2 0/5] i2c: i801: Few cleanups
 2015-02-16  7:41 UTC  (14+ messages)
  ` [PATCHv2 1/5] i2c: i801: Don't break user-visible strings
  ` [PATCHv2 2/5] i2c: i801: Remove i801_driver forward declaration
  ` [PATCHv2 3/5] i2c: i801: Use managed devm_* memory and irq allocation
  ` [PATCHv2 4/5] i2c: i801: Remove pci_enable_device() call from i801_resume()
  ` [PATCHv2 5/5] i2c: i801: Use managed pcim_* PCI device initialization and reservation

work with
 2015-02-16  5:40 UTC 

[PATCH v9 0/3] Add I2C support to Broadcom iProc
 2015-02-10 17:10 UTC  (11+ messages)
  ` [PATCH v9 2/3] i2c: iproc: Add Broadcom iProc I2C Driver
  ` [PATCH v9 3/3] ARM: dts: add I2C device nodes for Broadcom Cygnus

[PATCH v3] i2c: cadence: fixup wait_for_completion_timeout return handling
 2015-02-10 16:55 UTC 

[PATCH] i2c: at91: fixup return type of wait_for_completion_timeout
 2015-02-10 16:39 UTC  (2+ messages)

[PATCH] i2c: mpc: assign the correct prescaler from SVR
 2015-02-10 15:46 UTC 

[PATCH v2] i2c: cadence: fixup of wait_for_completion_timeout return handling
 2015-02-10 14:55 UTC  (4+ messages)

[PATCH v2] i2c: designware: fixup return handling of wait_for_completion_timeout
 2015-02-10  8:31 UTC  (2+ messages)

[PATCH] i2c-designware: fixup of wait_for_completion_timeout return handling
 2015-02-10  7:59 UTC  (3+ messages)

[PATCH 1/2] of: Add vendor prefix 'netlogic'
 2015-02-09 17:23 UTC  (4+ messages)
` [PATCH 2/2] i2c: Support for Netlogic XLP9XX/5XX I2C controller

[PATCH v2] i2c: img-scb: fixup of wait_for_completion_timeout return handling
 2015-02-09 15:25 UTC  (2+ messages)

[PATCH] i2c: img-scb: match return type of wait_for_completion_timeout
 2015-02-09 14:57 UTC  (3+ messages)

[PATCH] i2c: cadence: match return type of wait_for_completion_timeout
 2015-02-09 13:21 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).