linux-i2c.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2012-10-16 15:23:20 to 2012-10-28 10:54:02 UTC [more...]

[PATCH 00/16] treewide: Convert dev_printk(KERN_<LEVEL> to dev_<level>(
 2012-10-28 10:54 UTC  (3+ messages)
` [PATCH 08/16] i2c: "

[PATCH] i2c: omap: ensure writes to dev->buf_len are ordered
 2012-10-28  4:11 UTC  (8+ messages)

[PATCH 0/8] I2C patches for v3.8 merge window
 2012-10-27 19:03 UTC  (58+ messages)
` [PATCH 1/8] i2c: omap: no need to access platform_device
` [PATCH 2/8] i2c: omap: reorder exit path of omap_i2c_xfer_msg()
` [PATCH 5/8] i2c: omap: introduce and use OMAP_I2C_IP_VERSION_3
    ` [PATCH v2 5/8] i2c: omap: in case of VERSION_2 read IRQSTATUS_RAW but write to IRQSTATUS
  ` [PATCH 3/8] i2c: omap: fix error checking
  ` [PATCH 4/8] i2c: omap: also complete() when stat becomes zero
  ` [PATCH 6/8] i2c: omap: wait for transfer completion before sending STP bit
  ` [PATCH 7/8] i2c: add 'transferred' field to struct i2c_msg
  ` [PATCH 8/8] i2c: omap: implement handling for 'transferred' bytes
` [PATCH v2 0/7] I2C patches for v3.8 merge window
    ` [PATCH v2 1/7] i2c: omap: no need to access platform_device
    ` [PATCH v2 2/7] i2c: omap: reorder exit path of omap_i2c_xfer_msg()
    ` [PATCH v2 3/7] i2c: omap: also complete() when stat becomes zero
    ` [PATCH v2 4/7] i2c: omap: in case of VERSION_2 read IRQSTATUS_RAW but write to IRQSTATUS
    ` [PATCH v2 5/7] i2c: omap: wait for transfer completion before sending STP bit
      ` [PATCH v3 "
    ` [PATCH v2 7/7] i2c: omap: implement handling for 'transferred' bytes
  ` [PATCH v2 6/7] i2c: add 'transferred' field to struct i2c_msg

Q: i2c block write emulation / handling of i2c message size constraints of a bus ?
 2012-10-27 15:50 UTC  (3+ messages)

[PATCHv7 0/2] ARM: I2C: Add device tree bindings to i2c-mux-gpio
 2012-10-25 16:23 UTC  (3+ messages)
  ` [PATCH 1/2] i2c: mux: Add dt support to i2c-mux-gpio driver
  ` [PATCH 2/2] ARM: dts: cfa10049: Add the i2c muxer buses to the CFA-10049

[PATCHv4 0/2] i2c: omap: cleanups
 2012-10-25 14:43 UTC  (3+ messages)
` [PATCHv4 1/2] i2c: omap: re-factor omap_i2c_init function
  ` [PATCHv4 2/2] i2c: omap: make reset a seperate function

[PATCHv4 0/2] i2c: omap: cleanups
 2012-10-25 14:39 UTC  (3+ messages)
` [PATCHv4 1/2] i2c: omap: re-factor omap_i2c_init function
` [PATCHv4 2/2] i2c: omap: make reset a seperate function

[PATCH 0/2] i2c: omap: cleanups
 2012-10-25 13:47 UTC  (6+ messages)
` [PATCH 1/2] i2c: omap: re-factor omap_i2c_init function
` [PATCH 2/2] i2c: omap: make reset a seperate function

[PATCH v2] i2c: omap: re-factor omap_i2c_init function
 2012-10-25 10:09 UTC  (6+ messages)

[PATCH v2] upport Elan Touchscreen eKTF product
 2012-10-25  7:44 UTC  (2+ messages)

[PATCH v2] Support Elan Touchscreen eKTF product
 2012-10-25  7:10 UTC  (4+ messages)

[PATCH] i2c: omap: re-factor omap_i2c_init function
 2012-10-25  5:57 UTC  (8+ messages)

[PATCHv6 0/2] ARM: I2C: Add device tree bindings to i2c-mux-gpio
 2012-10-24 14:56 UTC  (4+ messages)
  ` [PATCH 1/2] i2c: mux: Add dt support to i2c-mux-gpio driver
  ` [PATCH 2/2] ARM: dts: cfa10049: Add the i2c muxer buses to the CFA-10049

[PATCH] i2c: at91: add a sanity check on i2c message length
 2012-10-24 14:34 UTC  (2+ messages)

[PATCH 0/2] i2c: i2c-ocores: Add support for sparc, custom set and get functions, and the GRLIB port of the controller
 2012-10-24 11:48 UTC  (8+ messages)
  ` [PATCH 1/2] i2c: i2c-ocores: Add irq support for sparc
  ` [PATCH 2/2] i2c: i2c-ocores: Add support for the GRLIB port of the controller and custom getreg and setreg functions

[PATCHv5 0/2] ARM: I2C: Add device tree bindings to i2c-mux-gpio
 2012-10-24 11:45 UTC  (7+ messages)
  ` [PATCH 1/2] i2c: mux: Add dt support to i2c-mux-gpio driver
  ` [PATCH 2/2] ARM: dts: cfa10049: Add the i2c muxer buses to the CFA-10049

[PATCH 0/5] i2c-sh_mobile non-urgent changes
 2012-10-24 10:58 UTC  (6+ messages)
  ` [PATCH 1/5] i2c: i2c-sh_mobile: calculate clock parameters at driver probing time
` [PATCH 2/5] i2c: i2c-sh_mobile: optimize ICCH/ICCL values according to I2C bus speed
` [PATCH 3/5] i2c: i2c-sh_mobile: fix ICCH to avoid violation of the tHD;STA timing spec
` [PATCH 4/5] i2c: i2c-sh_mobile: support I2C hardware block with a faster operating clock
` [PATCH 5/5] i2c: i2c-sh_mobile: fix spurious transfer request timed out

[PATCH] i2c: omap: revert "i2c: omap: switch to threaded IRQ support"
 2012-10-23  9:19 UTC  (15+ messages)
    ` RT throttling and suspend/resume (was Re: [PATCH] i2c: omap: revert "i2c: omap: switch to threaded IRQ support")

[PATCH v1] Support Elan Touchscreen eKTF product
 2012-10-23  8:30 UTC  (8+ messages)

[PATCH 1/2 RESEND] i2c-nomadik: Fixup clock handling
 2012-10-22 13:12 UTC  (2+ messages)

[PATCH 1/3] decode-dimms: Print DDR2 equivalent speed of tCK max
 2012-10-22 11:39 UTC 

[PATCH 3/3] decode-dimms: Print DDR2 core timings for all supported CAS values
 2012-10-22 11:03 UTC 

[PATCH 2/3] decode-dimms: Print only the DDR2 timings which were properly defined
 2012-10-22 10:56 UTC 

[PATCH] decode-dimms: Default to merging cells in side-by-side output mode
 2012-10-22 10:39 UTC 

[PATCH 0/11] introduce macros for i2c_msg initialization
 2012-10-22  9:18 UTC  (3+ messages)

[PATCH] i2c: omap: adopt pinctrl support
 2012-10-22  7:42 UTC  (3+ messages)

[PATCH 2/2] decode-dimms: Print DDR core timings for all supported CAS values
 2012-10-21 19:10 UTC 

[PATCH 1/2] decode-dimms: Print extra timing values for DDR SDRAM
 2012-10-21 19:08 UTC 

[PATCH V6 1/2] i2c/adapter: Add bus recovery infrastructure
 2012-10-19 13:33 UTC  (2+ messages)

[PATCHv4 0/2] ARM: I2C: Add device tree bindings to i2c-mux-gpio
 2012-10-19  8:55 UTC  (5+ messages)
  ` [PATCH 1/2] i2c: mux: Add dt support to i2c-mux-gpio driver
  ` [PATCH 2/2] ARM: dts: cfa10049: Add the i2c muxer buses to the CFA-10049

[PATCH] dma: add new DMA control commands
 2012-10-18 15:25 UTC  (17+ messages)

[PATCH v2] i2c-hid: introduce HID over i2c specification implementation
 2012-10-18 10:16 UTC  (6+ messages)

[PATCH v3] ARM: OMAP: i2c: fix interrupt flood during resume
 2012-10-18  7:11 UTC  (5+ messages)

i2cset question
 2012-10-17 12:43 UTC  (4+ messages)

[PATCH] i2c: at91: add dma support
 2012-10-17  8:38 UTC  (3+ messages)

[PATCH v3 0/2] i2c: change id to let i2c-gpio work
 2012-10-17  2:19 UTC  (8+ messages)
` [PATCH v3 2/2] i2c: change id to let i2c-at91 work

[PATCH 1/1] twl4030: Fix chained irq handling on resume from suspend
 2012-10-16 23:52 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).