public inbox for linux-i2c@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2015-07-09 03:25:43 to 2015-07-20 22:13:13 UTC [more...]

[RFC 0/9] i2c: slave: improve i2c client address spaces and their DT support
 2015-07-20 22:13 UTC  (21+ messages)
  ` [RFC 1/9] i2c: tegra: implement slave mode
  ` [RFC 2/9] dt-bindings: add header for generic I2C flags in bindings
  ` [RFC 3/9] i2c: add a flag to mark clients as slaves
  ` [RFC 6/9] i2c: make address check indpendent from client struct
  ` [RFC 8/9] i2c: take address space into account when checking for used addresses
  ` [RFC 9/9] dts: tegra: WIP: hack dts to test new dt flags for i2c
` [RFC 4/9] i2c: apply address offset for slaves, too
` [RFC 5/9] i2c: rename address check functions
` [RFC 7/9] i2c: apply DT flags when probing

[PATCH v3 0/4] arm: tegra: implement NVEC driver using tegra i2c
 2015-07-20 20:35 UTC  (5+ messages)
  ` [PATCH v3 1/4] i2c: tegra: implement slave mode
  ` [PATCH v3 2/4] staging/nvec: reimplement on top of tegra i2c driver
  ` [PATCH v3 3/4] staging/nvec: remove old code
  ` [PATCH v3 4/4] dt: paz00: define nvec as child of i2c bus

[PATCH-v4 00/11] i2c: pxa: Fixes, cleanup and support for pxa910 family
 2015-07-20 20:30 UTC  (22+ messages)
` [PATCH-v4 01/11] i2c: pxa: keep i2c irq ON in suspend
` [PATCH-v4 02/11] i2c: pxa: No need to set slave addr for i2c master mode reset
` [PATCH-v4 03/11] i2c: pxa: Return I2C_RETRY when timeout in pio mode
` [PATCH-v4 04/11] i2c: pxa: Fix compile warning in 64bit mode
` [PATCH-v4 06/11] i2c:pxa: Use devm_ variants in probe function
  ` [PATCH-v4 05/11] i2c: pxa: Update debug function to dump more info on error
  ` [PATCH-v4 07/11] i2c: pxa: enable/disable i2c module across msg xfer
  ` [PATCH-v4 08/11] Documentation: binding: add new property 'disable_after_xfer' to i2c-pxa
  ` [PATCH-v4 10/11] i2c: pxa: Add ILCR (tLow & tHigh) configuration support
` [PATCH-v4 09/11] i2c: pxa: Add support for pxa910/988 & new configuration features
` [PATCH-v4 11/11] Documentation: binding: add sclk adjustment properties to i2c-pxa

[Patch v4] driver/clk/clk-si5338: Add common clock framework driver for si5338
 2015-07-20 19:19 UTC  (2+ messages)

[PATCH V4 0/7] i2c: qup: Add support for v2 tags and bam dma
 2015-07-20 14:46 UTC  (12+ messages)
  ` [PATCH V4 1/7] i2c: qup: Change qup_wait_writeready function to use for all timeouts
  ` [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 V4 2/7] qup: i2c: factor out common code for reuse
` [PATCH V4 3/7] i2c: qup: Add V2 tags support
` [PATCH V4 6/7] dts: msm8974: Add blsp2_bam dma node
` [PATCH V4 7/7] dts: msm8974: Add dma channels for blsp2_i2c1 node

[PATCH v2 0/4] arm: tegra: implement NVEC driver using tegra i2c
 2015-07-20  9:50 UTC  (13+ messages)
` [PATCH v2 1/4] i2c: tegra: implement slave mode
  ` [PATCH v2 0/4] arm: tegra: implement NVEC driver using tegrai2c
    ` How to encode being an I2C slave in DT?

[PATCH V2] i2c: s3c2410: remove unused variable
 2015-07-17 20:27 UTC 

Translation Application-(ENG<>CHN)
 2015-07-17 18:14 UTC 

[PATCH] i2c: viperboard: clean up inconsistent indenting
 2015-07-17 12:01 UTC 

[Patch v1] i2c: imx: implement bus recovery
 2015-07-17  9:05 UTC  (6+ messages)

[Patch v2] i2c: imx: implement bus recovery
 2015-07-17  2:36 UTC 

[PATCH] i2c: s3c2410: remove unused variable
 2015-07-16 20:40 UTC  (2+ messages)

[PATCH] i2c-parport: Add VCT-jig adapter
 2015-07-16 12:53 UTC  (2+ messages)

[RFT PATCH 1/2] i2c: tegra: update CONFIG_LOAD for new conifiguration
 2015-07-16 10:16 UTC  (4+ messages)

[PATCH v2 0/5] enable I2C on Renesas EMEV2 and KZM9D board
 2015-07-15  0:12 UTC  (10+ messages)
` [PATCH v2 2/5] i2c: emev2: add binding documentation
  ` [PATCH v2 1/5] clk: shmobile: emev2: deassert reset for IIC0/1
  ` [PATCH v2 3/5] i2c: emev2: add driver
  ` [PATCH v2 4/5] ARM: shmobile: emev2: add IIC cores to dtsi
  ` [PATCH v2 5/5] ARM: shmobile: emev2: kzm9d: enable IIC busses

[PATCH v2] HID: cp2112: fix I2C_SMBUS_BYTE write
 2015-07-14 22:54 UTC  (8+ messages)

[PATCH v1] HID: cp2112: fix byte order in SMBUS operations
 2015-07-14 20:43 UTC  (5+ messages)

[PATCH] i2c: omap: fix bus recovery setup
 2015-07-14 12:12 UTC  (5+ messages)

[PATCH] i2c: omap: fix cleanup regression
 2015-07-14 12:10 UTC 

[PATCHv2 0/9] i2c: xiic: cleanups
 2015-07-14 11:59 UTC  (12+ messages)
` [PATCHv2 2/9] i2c: xiic: move the xiic_process to thread context
` [PATCHv2 6/9] i2c: xiic: Add a debug msg in case of timeout

[PATCH 1/3] i2c: omap: switch to dev_get_drvdata()
 2015-07-14 11:02 UTC  (12+ messages)
` [PATCH 2/3] i2c: omap: abolish variable name confusion
              ` [PATCH 3/3] i2c: omap: on ->remove() call pm_runtime_put_sync()

[PATCH v2] HID: cp2112: support i2c write-read transfers in hid-cp2112
 2015-07-14 10:09 UTC  (3+ messages)

[PATCH v3] HID: cp2112: support large i2c transfers in hid-cp2112
 2015-07-14  9:58 UTC  (3+ messages)

Hi Lovely
 2015-07-14  1:44 UTC 

[PATCH v1] HID: cp2112: fix I2C_SMBUS_BYTE write
 2015-07-13 22:28 UTC  (3+ messages)

[PATCH-v3 00/11] i2c: pxa: Fixes, cleanup and support for pxa910 family
 2015-07-13 16:41 UTC  (17+ messages)
` [PATCH-v3 02/11] i2c: pxa: No need to set slave addr for i2c master mode reset
` [PATCH-v3 04/11] i2c: pxa: Remove compile warnning in 64bit mode
` [PATCH-v3 06/11] i2c:pxa: Use devm_ variants in probe function
` [PATCH-v3 07/11] i2c: pxa: enable/disable i2c module across msg xfer

[PATCH 0/2] I2C support for NXP LPC18xx family
 2015-07-12 22:47 UTC  (3+ messages)
  ` [PATCH 1/2] i2c: add i2c-lpc2k driver
  ` [PATCH 2/2] doc: dt: add documentation for i2c-lpc2k

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

[PATCH v3 0/8] Add support for best effort block read emulation
 2015-07-11 17:40 UTC  (9+ messages)
` [PATCH v3 1/8] i2c: core: "
` [PATCH v3 6/8] iio: gyro: bmg160: optimize i2c transfers in trigger handler

[PATCH] HID: cp2112: fix to force single data-report reply
 2015-07-11 11:48 UTC  (6+ messages)

[PULL REQUEST] i2c for 4.2
 2015-07-11 10:06 UTC 

[PATCH v2] HID: cp2112: support large i2c transfers in hid-cp2112
 2015-07-10 20:18 UTC  (5+ messages)

[PATCH] i2c: davinci: Fix bus rate calculation on Keystone SoC
 2015-07-10 18:26 UTC  (6+ messages)

[PATCH v3] i2c: omap: improve duty cycle on SCL
 2015-07-10 17:27 UTC  (5+ messages)

[PATCH v2] i2c: removed work arounds in i2c driver for Zynq Ultrascale+ MPSoC
 2015-07-10 14:40 UTC 

[RFC PATCH] i2c: busses: i2c-omap: Increase timeout for i2c interrupt
 2015-07-10 14:02 UTC  (9+ messages)

[PATCH] i2c: removed work arounds in i2c driver for Zynq Ultrascale+ MPSoC
 2015-07-10  7:29 UTC  (3+ messages)

[PATCH v1] HID: cp2112: support i2c write-read transfers in hid-cp2112
 2015-07-10  7:03 UTC  (6+ messages)

[PATCH] misc: Drop owner assignment from i2c_driver
 2015-07-10  6:23 UTC 

[PATCH] i2c: Drop owner assignment from i2c_driver
 2015-07-10  5:52 UTC 

question about i2c-designware
 2015-07-10  4:11 UTC  (2+ messages)

[PATCH] i2c: Mark instantiated device nodes with OF_POPULATE
 2015-07-09 20:29 UTC  (5+ messages)

[PATCH] i2c: jz4780: Fix return value if probe fails
 2015-07-09 20:17 UTC  (2+ messages)

[PATCH] i2c: xgene-slimpro: Fix missing mbox_free_channel call in probe error path
 2015-07-09 20:17 UTC  (3+ messages)

[PATCH] i2c: I2C_MT65XX should depend on HAS_DMA
 2015-07-09 20:10 UTC  (2+ messages)

[PATCH 1/2] i2c-parport: use dev_*
 2015-07-09 20:04 UTC  (4+ messages)
` [PATCH 2/2] i2c-parport: start using pr_fmt

[PATCH v2 0/3] I2C/SMBus: add support for Host Notify (in i2c_i801)
 2015-07-09 17:59 UTC  (5+ messages)
  ` [PATCH v2 1/3] i2c: add a protocol parameter to the alert callback
    ` [PATCH v3 "
  ` [PATCH v2 3/3] i2c: i801: add support of Host Notify
` [PATCH v2 2/3] i2c-smbus: add SMBus Host Notify support

[PATCH v3 i2c/for-next] i2c: i801: recover from hardware PEC errors
 2015-07-09 16:59 UTC  (2+ messages)

[RFC] i2c-tools: allow linker and compile flags from command line
 2015-07-09 16:50 UTC  (3+ messages)

[PATCH 0/5] enable I2C on Renesas EMEV2 and KZM9D board
 2015-07-09 15:20 UTC  (5+ messages)
` [PATCH 2/5] i2c: emev2: add binding documentation

[Patch v2] i2c: imx: add runtime pm support to improve the performance
 2015-07-09 14:31 UTC  (2+ messages)

your protracted and stalled funds transfer from the U.K
 2015-07-09  9:38 UTC 


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox