Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753547AbZDGKBK (ORCPT ); Tue, 7 Apr 2009 06:01:10 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1751972AbZDGKA4 (ORCPT ); Tue, 7 Apr 2009 06:00:56 -0400 Received: from aeryn.fluff.org.uk ([87.194.8.8]:41870 "EHLO kira.home.fluff.org" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1751657AbZDGKAz (ORCPT ); Tue, 7 Apr 2009 06:00:55 -0400 Date: Tue, 7 Apr 2009 11:00:13 +0100 From: Ben Dooks To: torvalds@linux-foundation.org, linux-i2c@vger.kernel.org, khali@linux-fr.org, linux-kernel@vger.kernel.org Subject: pull request for bjdooks' i2c tree Message-ID: <20090407100012.GA13800@fluff.org.uk> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline X-Disclaimer: These are my own opinions, so there! User-Agent: Mutt/1.5.18 (2008-05-17) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 2566 Lines: 67 Hi, Linus. It seems my previous request for 'i2c-for-2630' has been lost, please consider this new pull request 'i2c-for-2630-v2' which has additional driver and cleanup patches. The following changes since commit d508afb437daee7cf07da085b635c44a4ebf9b38: Trond Myklebust (1): NFS: Fix a double free in nfs_parse_mount_options() are available in the git repository at: git://aeryn.fluff.org.uk/bjdooks/linux.git i2c-for-2630-v2 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 Oskar Schirmer (1): i2c: xtensa s6000 i2c driver Wolfgang Grandegger (4): i2c: i2c-mpc: various coding style fixes i2c: i2c-mpc: use dev based printout function i2c: i2c-mpc: make I2C bus speed configurable powerpc/85xx: i2c-mpc: use new I2C bindings for the Socates board Wolfram Sang (1): i2c: imx: Make disable_delay a per-device variable 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 +- arch/powerpc/boot/dts/socrates.dts | 8 +- drivers/i2c/busses/Kconfig | 20 ++ drivers/i2c/busses/Makefile | 2 + drivers/i2c/busses/i2c-imx.c | 624 ++++++++++++++++++++++++++++++++++ drivers/i2c/busses/i2c-mpc.c | 322 +++++++++++++++--- drivers/i2c/busses/i2c-s3c2410.c | 77 ++--- drivers/i2c/busses/i2c-s6000.c | 407 ++++++++++++++++++++++ drivers/i2c/busses/i2c-s6000.h | 79 +++++ include/linux/i2c/s6000.h | 10 + 16 files changed, 1504 insertions(+), 126 deletions(-) create mode 100644 arch/arm/plat-mxc/include/mach/i2c.h create mode 100644 drivers/i2c/busses/i2c-imx.c create mode 100644 drivers/i2c/busses/i2c-s6000.c create mode 100644 drivers/i2c/busses/i2c-s6000.h create mode 100644 include/linux/i2c/s6000.h -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/