linux-i2c.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2015-07-21 06:54:38 to 2015-08-05 06:29:01 UTC [more...]

[PATCH-v5 0/5] i2c: pxa: Add support for PXA910 family of device
 2015-08-05  6:29 UTC  (9+ messages)
` [PATCH-v5 1/5] Documentation: binding: add new property 'disable_after_xfer' to i2c-pxa
` [PATCH-v5 2/5] i2c: pxa: enable/disable i2c module across msg xfer
` [PATCH-v5 3/5] i2c: pxa: Add support for pxa910/988 & new configuration features
` [PATCH-v5 4/5] Documentation: binding: add sclk adjustment properties to i2c-pxa
` [PATCH-v5 5/5] i2c: pxa: Add ILCR (tLow & tHigh) configuration support

Gift
 2015-08-05  2:01 UTC 

[PATCH v4 0/8] Add support for best effort block read emulation
 2015-08-04 14:04 UTC  (9+ messages)
` [PATCH v4 2/8] eeprom: at24: use i2c_smbus_read_i2c_block_data_or_emulated
  ` [PATCH v4 1/8] i2c: core: Add support for best effort block read emulation
  ` [PATCH v4 3/8] iio: accel: bmc150: use available_scan_masks
` [PATCH v4 4/8] iio: accel: bmc150: optimize i2c transfers in trigger handler
` [PATCH v4 5/8] iio: gyro: bmg160: use available_scan_masks
` [PATCH v4 6/8] iio: gyro: bmg160: optimize i2c transfers in trigger handler
` [PATCH v4 7/8] iio: accel: kxcjk-1013: use available_scan_masks
` [PATCH v4 8/8] iio: accel: kxcjk-1013: optimize i2c transfers in trigger handler

[PATCH v3 0/8] Add support for best effort block read emulation
 2015-08-04 13:52 UTC  (9+ messages)
` [PATCH v3 1/8] i2c: core: "
` [PATCH v3 2/8] eeprom: at24: use i2c_smbus_read_i2c_block_data_or_emulated

[PATCH 0/2] Mediatek I2C fixup
 2015-08-04 11:44 UTC  (3+ messages)
` [PATCH 1/2] i2c: mediatek: Reset DMA engine in hardware init function
` [PATCH 2/2] i2c: mediatek: Fixup i2c ack error interrupt handling

[PATCH] i2c: core: add support for read commands longer than byte
 2015-08-04 11:16 UTC  (2+ messages)

[PATCH] i2c: mediatek: fix transfer error handling
 2015-08-04  6:13 UTC  (3+ messages)

[PULL REQUEST] i2c for 4.2
 2015-08-03 20:47 UTC 

[PATCH] i2c: allow specifying separate wakeup interrupt in device tree
 2015-08-03 20:02 UTC  (4+ messages)

Great News!!!
 2015-08-03 11:46 UTC 

[PATCH 0/6] i2c: Xilinx IIC: rework driver
 2015-08-03  7:56 UTC  (17+ messages)
  ` [PATCH 0/6] i2c: Xilinx IIC: rename register defines
  ` [PATCH 1/6] i2c: Xilinx IIC: remove Endianness hack
  ` [PATCH 2/6] i2x: Xilinx IIC: remove non-initial tabs
  ` [PATCH 3/6] i2c: Xilinx IIC: make all ioread/write calls 32-bit
  ` [PATCH 4/6] i2c: Xilinx IIC: completely redo FSM/ISR logic
  ` [PATCH 5/6] i2c: Xilinx IIC: make reset after TX error configurable
  ` [PATCH 6/6] i2c: Xilinx IIC: add DT Endianness support
      ` Fwd: [PATCH 0/6] i2c: Xilinx IIC: rework driver

[Patch v2] i2c: imx: add runtime pm support to improve the performance
 2015-08-03  2:03 UTC  (3+ messages)

[Patch V3] i2c: imx: add runtime pm support to improve the performance
 2015-08-03  1:29 UTC 

[PATCH V2] i2c: s3c2410: remove unused variable
 2015-08-02  1:59 UTC  (2+ messages)

[PATCH v2 0/4] i2c: fix i2c adapter device driver user counter
 2015-08-01 23:37 UTC  (8+ messages)
  ` [PATCH v2 1/4] i2c: core: fix leaked device refcount on of_find_i2c_* error path
  ` [PATCH v2 2/4] i2c: core: manage i2c bus device refcount in i2c_[get|put]_adapter
  ` [PATCH v2 3/4] i2c: core: add and export of_get_i2c_adapter_by_node() interface
  ` [PATCH v2 4/4] i2c: arb-gpio-challenge: use of_get_i2c_adapter_by_node interface

[PATCH] misc: Drop owner assignment from i2c_driver
 2015-08-01 22:57 UTC  (2+ messages)

[PATCH] i2c: Drop owner assignment from i2c_driver
 2015-08-01 22:56 UTC  (2+ messages)

[PATCH 1/1] i2c: designware-pci: use IRQF_COND_SUSPEND flag
 2015-08-01 10:13 UTC  (5+ messages)

[PATCH] i2c-parport: Add VCT-jig adapter
 2015-07-31 11:24 UTC  (2+ messages)

[PATCH v2] i2c: removed work arounds in i2c driver for Zynq Ultrascale+ MPSoC
 2015-07-31 11:21 UTC  (2+ messages)

[PATCH 0/8] i2c: img-scb: fixes to support i2c on pistachio
 2015-07-31 11:12 UTC  (24+ messages)
` [PATCH 2/8] i2c: img-scb: do dummy writes before fifo access
  ` [PATCH 1/8] i2c: img-scb: enable fencing for all versions of the ip
  ` [PATCH 3/8] i2c: img-scb: use DIV_ROUND_UP to round divisor values
  ` [PATCH 4/8] i2c: img-scb: fix LOW and HIGH period values for the SCL clock
` [PATCH 5/8] i2c: img-scb: reset interrupts in img_i2c_soft_reset
` [PATCH 6/8] i2c: img-scb: remove start bit detected status after handling
` [PATCH 7/8] i2c: img-scb: improve transaction complete handle
` [PATCH 8/8] i2c: img-scb: verify support for requested bit rate

[PATCH] i2c: imx: change dev_info to dev_dbg to reduce dummy log
 2015-07-31 11:04 UTC  (2+ messages)

[PATCH] [trivial] i2c: Fix typo in i2c-bfin-twi.c
 2015-07-31 10:55 UTC  (3+ messages)

[PATCH] i2c: omap: fix bus recovery setup
 2015-07-31 10:51 UTC  (7+ messages)

[PATCH] i2c: core: only use set_scl for bus recovery after calling prepare_recovery
 2015-07-31 10:51 UTC  (2+ messages)

[RFT PATCH 1/2] i2c: tegra: update CONFIG_LOAD for new conifiguration
 2015-07-31 10:43 UTC  (4+ messages)
` [RFT PATCH 2/2] i2c: tegra: add support for fast plus (FM+) mode clock rate

[PATCH] i2c: omap: fix cleanup regression
 2015-07-31 10:39 UTC  (2+ messages)

[PATCH v1 0/10] Fixes and API additions for firmware nodes
 2015-07-31 10:36 UTC  (3+ messages)
` [PATCH v1 02/10] i2c: core: Have clients point to their "

[PATCH v2 0/22] On-demand device probing
 2015-07-31 10:28 UTC  (5+ messages)
` [PATCH v2 13/22] i2c: core: Probe i2c master devices on demand

[PATCH v3 2/3] i2c: i801: Create iTCO device on newer Intel PCHs
 2015-07-30 21:59 UTC 

[PATCH 00/27] Export I2C and OF module aliases in missing drivers
 2015-07-30 17:13 UTC  (6+ messages)
` [PATCH 09/27] i2c: core: Export I2C module alias information in dummy driver
  ` [PATCH 27/27] i2c: (RFC, don't apply) report OF style modalias when probing using DT

[PATCH 0/3] i2c: uniphier: add two I2C controller drivers for UniPhier SoC platform
 2015-07-30  8:12 UTC  (4+ messages)
` [PATCH 1/3] i2c: uniphier: add UniPhier FIFO-less I2C driver
` [PATCH 2/3] i2c: uniphier_f: add UniPhier FIFO-builtin "
  ` [PATCH 3/3] i2c: uniphier: add bindings for UniPhier I2C controllers

Regression in v4.2-rc1 caused by hierarchical irqdomain changes
 2015-07-30  4:08 UTC  (5+ messages)

[PATCH 0/7] i2c: img-scb: enchancements to support i2c on pistachio
 2015-07-29 21:23 UTC  (21+ messages)
  ` [PATCH 1/7] i2c: img-scb: support I2C_M_IGNORE_NAK
  ` [PATCH 2/7] i2c: img-scb: support repeated starts on IP v3.3
  ` [PATCH 3/7] i2c: img-scb: mark transaction as complete when all data is read
  ` [PATCH 4/7] i2c: img-scb: mark transaction as complete when no more data to write
  ` [PATCH 5/7] i2c: img-scb: remove fifo EMPTYING interrupts handle
  ` [PATCH 6/7] i2c: img-scb: add handle for stop detected interrupt
  ` [PATCH 7/7] i2c: img-scb: add handle for Master halt interrupt

[PATCH v2 2/3] i2c: i801: Create iTCO device on newer Intel PCHs
 2015-07-29 17:06 UTC  (2+ messages)

[PATCH v2 0/3] I2C/SMBus: add support for Host Notify (in i2c_i801)
 2015-07-29 16:08 UTC  (8+ messages)
` [PATCH v2 3/3] i2c: i801: add support of Host Notify

[PATCH] of/irq: introduce of_has_named_irqs helper
 2015-07-29  4:33 UTC  (6+ messages)

[PATCH 2/5] i2c: i801: Create iTCO device on newer Intel PCHs
 2015-07-28  9:34 UTC  (2+ messages)

[PATCH 0/8] misc: remove boundary checks from bin attr users
 2015-07-28  6:11 UTC  (3+ messages)
  ` [PATCH 6/8] misc: eeprom: at24: clean up at24_bin_write()

[PATCH] i2c: slave eeprom: clean up sysfs bin attribute read()/write()
 2015-07-28  6:11 UTC  (2+ messages)

Free Gift
 2015-07-25  4:55 UTC 

Re:REGARDS
 2015-07-25  1:05 UTC 

[PATCH v3 0/4] arm: tegra: implement NVEC driver using tegra i2c
 2015-07-24 10:52 UTC  (12+ messages)
` [PATCH v3 1/4] i2c: tegra: implement slave mode
` [PATCH v3 4/4] dt: paz00: define nvec as child of i2c bus

[PATCH v4 0/3] I2C/SMBus: add support for Host Notify (in i2c_i801)
 2015-07-23 18:55 UTC  (4+ messages)
  ` [PATCH v4 1/3] i2c: add a protocol parameter to the alert callback
` [PATCH v4 2/3] i2c-smbus: add SMBus Host Notify support
` [PATCH v4 3/3] i2c: i801: add support of Host Notify

[PATCH v2] hwmon: ads7828: Add devicetree documentation
 2015-07-23 16:07 UTC  (2+ messages)

[PATCH] hwmon: ads7828: Add devicetree documentation
 2015-07-23  9:41 UTC 

[PATCH 1/3] hwmon: lm92: Add devicetree support
 2015-07-23  9:41 UTC  (2+ messages)

[PATCH V4 0/7] i2c: qup: Add support for v2 tags and bam dma
 2015-07-21 11:10 UTC  (13+ messages)
` [PATCH V4 2/7] qup: i2c: factor out common code for reuse
` [PATCH V4 3/7] i2c: qup: Add V2 tags support
` [PATCH V4 4/7] i2c: qup: Transfer each i2c_msg in i2c_msgs without a stop bit
` [PATCH V4 5/7] i2c: qup: Add bam dma capabilities

[PATCH] i2c: cadence: set THIS_MODULE to the owner of the adapter
 2015-07-21  7:14 UTC 

[RFC 0/9] i2c: slave: improve i2c client address spaces and their DT support
 2015-07-21  7:00 UTC  (9+ messages)
` [RFC 9/9] dts: tegra: WIP: hack dts to test new dt flags for i2c


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).