linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Please pull bjdooks' i2c tree
@ 2009-06-13 10:00 Ben Dooks
  0 siblings, 0 replies; 5+ messages in thread
From: Ben Dooks @ 2009-06-13 10:00 UTC (permalink / raw)
  To: apkm, khali, linux-i2c, linux-kernel, torvalds

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain, Size: 1360 bytes --]

The following changes since commit f3ad116588151b3371ae4e092290e4f48e62b8bb:
  Linus Torvalds (1):
        Merge branch 'upstream-linus' of git://git.kernel.org/.../jlbec/configfs

are available in the git repository at:

  git://aeryn.fluff.org.uk/bjdooks/linux.git next-i2c

Aaro Koskinen (2):
      i2c: OMAP2/3: Fix scll/sclh calculations
      i2c: OMAP3: Better noise suppression for fast/standard modes

Ben Dooks (1):
      i2c-s3c2410: move to using platform idtable to match devices

Frank Shew (1):
      i2c: Blackfin TWI: fix transfer errors with repeat start

Michael Hennerich (2):
      i2c: Blackfin TWI: make sure we don't end up with a CLKDIV=0
      i2c: Blackfin TWI: implement I2C_FUNC_SMBUS_I2C_BLOCK functionality

Richard Röjfors (1):
      i2c-ocores: Can add I2C devices to the bus

Sonic Zhang (1):
      i2c: Blackfin TWI: fix REPEAT START mode doesn't repeat

 Documentation/i2c/busses/i2c-ocores |   17 ++++++++++
 drivers/i2c/busses/Kconfig          |    2 +-
 drivers/i2c/busses/i2c-bfin-twi.c   |   59 ++++++++++++++++++++++++----------
 drivers/i2c/busses/i2c-ocores.c     |    5 +++
 drivers/i2c/busses/i2c-omap.c       |   39 ++++++++++++++++++-----
 drivers/i2c/busses/i2c-s3c2410.c    |   48 +++++++++++++---------------
 include/linux/i2c-ocores.h          |    2 +
 7 files changed, 118 insertions(+), 54 deletions(-)

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Please pull bjdooks' i2c tree
@ 2009-12-09  0:21 Ben Dooks
  0 siblings, 0 replies; 5+ messages in thread
From: Ben Dooks @ 2009-12-09  0:21 UTC (permalink / raw)
  To: apkm, khali, linux-i2c, linux-kernel, torvalds

The following changes since commit 6035ccd8e9e40bb654fbfdef325902ab531679a5:
  Linus Torvalds (1):
        Merge branch 'for-2.6.33' of git://git.kernel.dk/linux-2.6-block

are available in the git repository at:

  git://git.fluff.org/bjdooks/linux.git next-i2c

Kevin Wells (1):
      i2c-pnx: Map I2C adapter number to platform ID number

Rajendra Nayak (1):
      i2c-omap: OMAP3: PM: (re)init for every transfer to support off-mode

Shinya Kuribayashi (23):
      i2c-designware: Consolidate to use 32-bit word accesses
      i2c-designware: Don't use the IC_CLR_INTR register to clear interrupts
      i2c-designware: Use platform_get_irq helper
      i2c-designware: i2c_dw_read: Use "struct dw_i2c_dev" pointer
      i2c-designware: i2c_dw_xfer_msg: Use "struct dw_i2c_dev" pointer
      i2c-designware: Remove an useless local variable "num"
      i2c-designware: Improved _HCNT/_LCNT calculation
      i2c-designware: i2c_dw_xfer_msg: Fix i2c_msg search bug
      i2c-designware: Process i2c_msg messages in the interrupt handler
      i2c-designware: Set Tx/Rx FIFO threshold levels
      i2c-designware: Enable RX_FULL interrupt
      i2c-designware: Divide i2c_dw_xfer_msg into two functions
      i2c-designware: i2c_dw_xfer_msg: Introduce a local "buf" pointer
      i2c-designware: Initialize byte count variables just prior to being used
      i2c-designware: i2c_dw_func: Set I2C_FUNC_SMBUS_foo bits
      i2c-designware: i2c_dw_read: Remove redundant target address checker
      i2c-designware: Process all i2c_msg messages in the interrupt handler
      i2c-designware: Disable TX_EMPTY when all i2c_msg msgs has been processed
      i2c-designware: i2c_dw_xfer_msg: Fix error handling procedures
      i2c-designware: Skip RX_FULL and TX_EMPTY bits on tx abort errors
      i2c-designware: Tx abort cleanups
      i2c-designware: Cosmetic cleanups
      i2c-designware: i2c_dw_handle_tx_abort: Use dev_dbg() for NOACK cases

 drivers/i2c/busses/i2c-designware.c |  488 +++++++++++++++++++++++++----------
 drivers/i2c/busses/i2c-omap.c       |   64 +++--
 drivers/i2c/busses/i2c-pnx.c        |    3 +-
 3 files changed, 398 insertions(+), 157 deletions(-)

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Please pull bjdooks' i2c tree
@ 2009-09-19 22:46 Ben Dooks
  0 siblings, 0 replies; 5+ messages in thread
From: Ben Dooks @ 2009-09-19 22:46 UTC (permalink / raw)
  To: apkm, khali, linux-i2c, linux-kernel, torvalds

The following changes since commit 78f28b7c555359c67c2a0d23f7436e915329421e:
  Linus Torvalds (1):
        Merge branch 'x86-platform-for-linus' of git://git.kernel.org/.../tip/linux-2.6-tip

are available in the git repository at:

  git://aeryn.fluff.org.uk/bjdooks/linux.git next-i2c

Mikael Pettersson (1):
      i2c-mv64xxx: correct mv64xxx_i2c_intr() return type

Wolfram Sang (1):
      i2c-imx: make bus available early

 drivers/i2c/busses/i2c-imx.c     |    3 +--
 drivers/i2c/busses/i2c-mv64xxx.c |    4 ++--
 2 files changed, 3 insertions(+), 4 deletions(-)

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Please pull bjdooks' i2c tree
@ 2009-06-22  0:50 Ben Dooks
  0 siblings, 0 replies; 5+ messages in thread
From: Ben Dooks @ 2009-06-22  0:50 UTC (permalink / raw)
  To: apkm, khali, linux-i2c, linux-kernel, torvalds

The following changes since commit f234012f52a37e48f2330e1ca2df69800e797c3b:
  Linus Torvalds (1):
        Merge branch 'for-linus' of git://git.kernel.org/.../drzeus/mmc

are available in the git repository at:

  git://aeryn.fluff.org.uk/bjdooks/linux.git next-i2c

Michael Trimarchi (1):
      i2c: Fix stuck transaction on cpm-i2c driver

Tony Lindgren (1):
      i2c-omap: Fix build breaking typo cpu_is_omap_2430

 drivers/i2c/busses/i2c-cpm.c  |    6 +++---
 drivers/i2c/busses/i2c-omap.c |    2 +-
 2 files changed, 4 insertions(+), 4 deletions(-)

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Please pull bjdooks' i2c tree
@ 2009-06-16 21:45 Ben Dooks
  0 siblings, 0 replies; 5+ messages in thread
From: Ben Dooks @ 2009-06-16 21:45 UTC (permalink / raw)
  To: apkm, khali, linux-i2c, linux-kernel, torvalds

The following changes since commit 300df7dc89cc276377fc020704e34875d5c473b6:
  Linus Torvalds (1):
        Merge branch 'upstream-linus' of git://git.kernel.org/.../jlbec/ocfs2

are available in the git repository at:

  git://aeryn.fluff.org.uk/bjdooks/linux.git next-i2c

Ben Dooks (1):
      i2c-s3c2410: use resource_size()

Linus Walleij (3):
      i2c: ST DDC I2C U300 bus driver v3
      i2c: Use resource_size macro
      i2c-stu300: Make driver depend on MACH_U300

Mike Frysinger (1):
      i2c-bfin-twi: pull in io.h for ioremap()

 drivers/i2c/busses/Kconfig            |   13 +
 drivers/i2c/busses/Makefile           |    1 +
 drivers/i2c/busses/i2c-at91.c         |    8 +-
 drivers/i2c/busses/i2c-au1550.c       |    2 +-
 drivers/i2c/busses/i2c-bfin-twi.c     |    3 +-
 drivers/i2c/busses/i2c-highlander.c   |    2 +-
 drivers/i2c/busses/i2c-mv64xxx.c      |    2 +-
 drivers/i2c/busses/i2c-ocores.c       |    8 +-
 drivers/i2c/busses/i2c-omap.c         |    2 +-
 drivers/i2c/busses/i2c-pca-platform.c |   10 +-
 drivers/i2c/busses/i2c-pmcmsp.c       |    8 +-
 drivers/i2c/busses/i2c-pxa.c          |    9 +-
 drivers/i2c/busses/i2c-s3c2410.c      |    4 +-
 drivers/i2c/busses/i2c-stu300.c       | 1029 +++++++++++++++++++++++++++++++++
 drivers/i2c/busses/i2c-versatile.c    |    6 +-
 15 files changed, 1074 insertions(+), 33 deletions(-)
 create mode 100644 drivers/i2c/busses/i2c-stu300.c

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2009-12-09  0:19 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-06-13 10:00 Please pull bjdooks' i2c tree Ben Dooks
2009-06-16 21:45 Ben Dooks
2009-06-22  0:50 Ben Dooks
2009-09-19 22:46 Ben Dooks
2009-12-09  0:21 Ben Dooks

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