[PULL] bjdooks' i2c tree

2010-10-29 Thread Ben Dooks
The following changes since commit b18cae4224bde7e5a332c19bc99247b2098ea232:
  Linus Torvalds (1):
Merge branch 'for-next' of git://android.git.kernel.org/kernel/tegra

are available in the git repository at:

  git://git.fluff.org/bjdooks/linux.git for-2637/i2c-all

Alan Cox (1):
  i2c-intel-mid: support for Moorestown and Medfield platform

Arnaud Patard (1):
  i2c-s3c2410: Enable i2c clock only when doing some transfert

Ben Dooks (2):
  Merge branch 'for-2637/i2c/i2c-nomadik' into next-i2c
  Merge branch 'for-2637/i2c/samsung' into next-i2c

Linus Walleij (4):
  i2c-nomadik: documentation fixes
  i2c-nomadik: dynamic clocking
  i2c-nomadik: support smbus emulation
  i2c-nomadik: fixup bus delays

Randy Dunlap (1):
  i2c-intel-mid: Driver depends on PCI

 drivers/i2c/busses/Kconfig |   10 +
 drivers/i2c/busses/Makefile|1 +
 drivers/i2c/busses/i2c-intel-mid.c | 1135 
 drivers/i2c/busses/i2c-nomadik.c   |   36 +-
 drivers/i2c/busses/i2c-s3c2410.c   |   10 +-
 5 files changed, 1176 insertions(+), 16 deletions(-)
 create mode 100644 drivers/i2c/busses/i2c-intel-mid.c
--
To unsubscribe from this list: send the line "unsubscribe linux-i2c" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Please pull bjdooks' i2c tree

2009-12-08 Thread Ben Dooks
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(-)
--
To unsubscribe from this list: send the line "unsubscribe linux-i2c" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Please pull bjdooks' i2c tree

2009-09-19 Thread Ben Dooks
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(-)
--
To unsubscribe from this list: send the line "unsubscribe linux-i2c" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Please pull bjdooks' i2c tree

2009-06-21 Thread Ben Dooks
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(-)
--
To unsubscribe from this list: send the line "unsubscribe linux-i2c" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Please pull bjdooks' i2c tree

2009-06-16 Thread Ben Dooks
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
--
To unsubscribe from this list: send the line "unsubscribe linux-i2c" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Please pull bjdooks' i2c tree

2009-06-13 Thread Ben Dooks
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(-)
--
To unsubscribe from this list: send the line "unsubscribe linux-i2c" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: Please pull bjdooks' i2c tree

2009-04-02 Thread Wolfram Sang
On Thu, Apr 02, 2009 at 12:57:19AM +0200, Guennadi Liakhovetski wrote:
> Hi Ben
> 
> On Tue, 31 Mar 2009, Ben Dooks wrote:
> 
> > The following changes since commit 8e0ee43bc2c3e19db56a4adaa9a9b04ce885cd84:
> >   Linus Torvalds (1):
> > Linux 2.6.29
> 
> Are you also intending to push this one:
> 
> http://www.mail-archive.com/linux-i2c@vger.kernel.org/msg00729.html

Adding Darius as CC. His ACK might help (yours wouldn't hurt either ;))
Darius: Can you ACK my original patch?

   Wolfram

-- 
Pengutronix e.K.   | Wolfram Sang|
Industrial Linux Solutions | http://www.pengutronix.de/  |


signature.asc
Description: Digital signature


Re: Please pull bjdooks' i2c tree

2009-04-01 Thread Guennadi Liakhovetski
Hi Ben

On Tue, 31 Mar 2009, Ben Dooks wrote:

> The following changes since commit 8e0ee43bc2c3e19db56a4adaa9a9b04ce885cd84:
>   Linus Torvalds (1):
> Linux 2.6.29

Are you also intending to push this one:

http://www.mail-archive.com/linux-i2c@vger.kernel.org/msg00729.html

Thanks
Guennadi

> 
> are available in the git repository at:
> 
>   git://aeryn.fluff.org.uk/bjdooks/linux.git i2c-for-2630
> 
> Ben Dooks (1):
>   i2c-s3c2410: sda_delay should be in ns, not clock ticks
> 
> Daniel Silverstone (1):
>   i2c-s3c2410: Simplify bus frequency calculation
> 
> Darius Augulis (2):
>   i2c: iMX/MXC support
>   i2c: imx: Add missing request_mem_region in probe()
> 
> Mark Brown (1):
>   i2c: i2c-s3c2410: Initialise Samsung I2C controller early
> 
>  arch/arm/mach-s3c2410/mach-bast.c|3 +-
>  arch/arm/mach-s3c2410/mach-n30.c |3 +-
>  arch/arm/mach-s3c2412/mach-jive.c|3 +-
>  arch/arm/plat-mxc/include/mach/i2c.h |   25 ++
>  arch/arm/plat-s3c/dev-i2c0.c |7 +-
>  arch/arm/plat-s3c/dev-i2c1.c |7 +-
>  arch/arm/plat-s3c/include/plat/iic.h |   33 +-
>  drivers/i2c/busses/Kconfig   |   10 +
>  drivers/i2c/busses/Makefile  |1 +
>  drivers/i2c/busses/i2c-imx.c |  625 
> ++
>  drivers/i2c/busses/i2c-s3c2410.c |   77 ++---
>  11 files changed, 720 insertions(+), 74 deletions(-)
>  create mode 100644 arch/arm/plat-mxc/include/mach/i2c.h
>  create mode 100644 drivers/i2c/busses/i2c-imx.c
> --
> To unsubscribe from this list: send the line "unsubscribe linux-i2c" in
> the body of a message to majord...@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html
> 

---
Guennadi Liakhovetski, Ph.D.
Freelance Open-Source Software Developer
--
To unsubscribe from this list: send the line "unsubscribe linux-i2c" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Please pull bjdooks' i2c tree

2009-03-31 Thread Ben Dooks
The following changes since commit 8e0ee43bc2c3e19db56a4adaa9a9b04ce885cd84:
  Linus Torvalds (1):
Linux 2.6.29

are available in the git repository at:

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

Ben Dooks (1):
  i2c-s3c2410: sda_delay should be in ns, not clock ticks

Daniel Silverstone (1):
  i2c-s3c2410: Simplify bus frequency calculation

Darius Augulis (2):
  i2c: iMX/MXC support
  i2c: imx: Add missing request_mem_region in probe()

Mark Brown (1):
  i2c: i2c-s3c2410: Initialise Samsung I2C controller early

 arch/arm/mach-s3c2410/mach-bast.c|3 +-
 arch/arm/mach-s3c2410/mach-n30.c |3 +-
 arch/arm/mach-s3c2412/mach-jive.c|3 +-
 arch/arm/plat-mxc/include/mach/i2c.h |   25 ++
 arch/arm/plat-s3c/dev-i2c0.c |7 +-
 arch/arm/plat-s3c/dev-i2c1.c |7 +-
 arch/arm/plat-s3c/include/plat/iic.h |   33 +-
 drivers/i2c/busses/Kconfig   |   10 +
 drivers/i2c/busses/Makefile  |1 +
 drivers/i2c/busses/i2c-imx.c |  625 ++
 drivers/i2c/busses/i2c-s3c2410.c |   77 ++---
 11 files changed, 720 insertions(+), 74 deletions(-)
 create mode 100644 arch/arm/plat-mxc/include/mach/i2c.h
 create mode 100644 drivers/i2c/busses/i2c-imx.c
--
To unsubscribe from this list: send the line "unsubscribe linux-i2c" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html