All of lore.kernel.org
 help / color / mirror / Atom feed
* Please pull bjdooks' i2c tree
@ 2009-09-19 22:46 ` Ben Dooks
  0 siblings, 0 replies; 14+ 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] 14+ messages in thread

* Please pull bjdooks' i2c tree
@ 2009-09-19 22:46 ` Ben Dooks
  0 siblings, 0 replies; 14+ messages in thread
From: Ben Dooks @ 2009-09-19 22:46 UTC (permalink / raw)
  To: apkm-LbGehh/F0aFj/JC5u5XAOISLwOllVvif,
	khali-PUYAD+kWke1g9hUCZPvPmw, linux-i2c-u79uwXL29TY76Z2rM5mHXA,
	linux-kernel-u79uwXL29TY76Z2rM5mHXA,
	torvalds-de/tnXTf+JLsfHDXvbKv3WD2FQJk+8+b

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] 14+ messages in thread

* Please pull bjdooks' i2c tree
@ 2009-12-09  0:21 ` Ben Dooks
  0 siblings, 0 replies; 14+ 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] 14+ messages in thread

* Please pull bjdooks' i2c tree
@ 2009-12-09  0:21 ` Ben Dooks
  0 siblings, 0 replies; 14+ messages in thread
From: Ben Dooks @ 2009-12-09  0:21 UTC (permalink / raw)
  To: apkm-de/tnXTf+JLsfHDXvbKv3WD2FQJk+8+b,
	khali-PUYAD+kWke1g9hUCZPvPmw, linux-i2c-u79uwXL29TY76Z2rM5mHXA,
	linux-kernel-u79uwXL29TY76Z2rM5mHXA,
	torvalds-de/tnXTf+JLsfHDXvbKv3WD2FQJk+8+b

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] 14+ messages in thread

* Please pull bjdooks' i2c tree
@ 2009-06-22  0:50 ` Ben Dooks
  0 siblings, 0 replies; 14+ 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] 14+ messages in thread

* Please pull bjdooks' i2c tree
@ 2009-06-22  0:50 ` Ben Dooks
  0 siblings, 0 replies; 14+ messages in thread
From: Ben Dooks @ 2009-06-22  0:50 UTC (permalink / raw)
  To: apkm-de/tnXTf+JLsfHDXvbKv3WD2FQJk+8+b,
	khali-PUYAD+kWke1g9hUCZPvPmw, linux-i2c-u79uwXL29TY76Z2rM5mHXA,
	linux-kernel-u79uwXL29TY76Z2rM5mHXA,
	torvalds-de/tnXTf+JLsfHDXvbKv3WD2FQJk+8+b

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] 14+ messages in thread

* Please pull bjdooks' i2c tree
@ 2009-06-16 21:45 ` Ben Dooks
  0 siblings, 0 replies; 14+ 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] 14+ messages in thread

* Please pull bjdooks' i2c tree
@ 2009-06-16 21:45 ` Ben Dooks
  0 siblings, 0 replies; 14+ messages in thread
From: Ben Dooks @ 2009-06-16 21:45 UTC (permalink / raw)
  To: apkm-de/tnXTf+JLsfHDXvbKv3WD2FQJk+8+b,
	khali-PUYAD+kWke1g9hUCZPvPmw, linux-i2c-u79uwXL29TY76Z2rM5mHXA,
	linux-kernel-u79uwXL29TY76Z2rM5mHXA,
	torvalds-de/tnXTf+JLsfHDXvbKv3WD2FQJk+8+b

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] 14+ messages in thread

* Please pull bjdooks' i2c tree
@ 2009-06-13 10:00 ` Ben Dooks
  0 siblings, 0 replies; 14+ 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] 14+ messages in thread

* Please pull bjdooks' i2c tree
@ 2009-06-13 10:00 ` Ben Dooks
  0 siblings, 0 replies; 14+ messages in thread
From: Ben Dooks @ 2009-06-13 10:00 UTC (permalink / raw)
  To: apkm-de/tnXTf+JLsfHDXvbKv3WD2FQJk+8+b,
	khali-PUYAD+kWke1g9hUCZPvPmw, linux-i2c-u79uwXL29TY76Z2rM5mHXA,
	linux-kernel-u79uwXL29TY76Z2rM5mHXA,
	torvalds-de/tnXTf+JLsfHDXvbKv3WD2FQJk+8+b

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] 14+ messages in thread

* Re: Please pull bjdooks' i2c tree
       [not found]     ` <Pine.LNX.4.64.0904020056550.5389-0199iw4Nj15frtckUFj5Ag@public.gmane.org>
@ 2009-04-02  8:19       ` Wolfram Sang
  0 siblings, 0 replies; 14+ messages in thread
From: Wolfram Sang @ 2009-04-02  8:19 UTC (permalink / raw)
  To: Guennadi Liakhovetski
  Cc: Ben Dooks, khali-PUYAD+kWke1g9hUCZPvPmw,
	linux-i2c-u79uwXL29TY76Z2rM5mHXA,
	torvalds-de/tnXTf+JLsfHDXvbKv3WD2FQJk+8+b, Darius Augulis

[-- Attachment #1: Type: text/plain, Size: 701 bytes --]

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-u79uwXL29TY76Z2rM5mHXA@public.gmane.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/  |

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 197 bytes --]

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

* Re: Please pull bjdooks' i2c tree
       [not found] ` <E1Lomn2-0002o8-Vo-fIsYBodh/r28n8r38hOLvmD2FQJk+8+b@public.gmane.org>
@ 2009-04-01 22:57   ` Guennadi Liakhovetski
       [not found]     ` <Pine.LNX.4.64.0904020056550.5389-0199iw4Nj15frtckUFj5Ag@public.gmane.org>
  0 siblings, 1 reply; 14+ messages in thread
From: Guennadi Liakhovetski @ 2009-04-01 22:57 UTC (permalink / raw)
  To: Ben Dooks
  Cc: khali-PUYAD+kWke1g9hUCZPvPmw, linux-i2c-u79uwXL29TY76Z2rM5mHXA,
	torvalds-de/tnXTf+JLsfHDXvbKv3WD2FQJk+8+b

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-u79uwXL29TY76Z2rM5mHXA@public.gmane.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 majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html
> 

---
Guennadi Liakhovetski, Ph.D.
Freelance Open-Source Software Developer

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

* Please pull bjdooks' i2c tree
@ 2009-03-31 22:50 Ben Dooks
       [not found] ` <E1Lomn2-0002o8-Vo-fIsYBodh/r28n8r38hOLvmD2FQJk+8+b@public.gmane.org>
  0 siblings, 1 reply; 14+ messages in thread
From: Ben Dooks @ 2009-03-31 22:50 UTC (permalink / raw)
  To: khali-PUYAD+kWke1g9hUCZPvPmw, linux-i2c-u79uwXL29TY76Z2rM5mHXA,
	torvalds-de/tnXTf+JLsfHDXvbKv3WD2FQJk+8+b

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

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

* Please pull bjdooks' i2c tree
@ 2008-07-28 15:05 Ben Dooks
  0 siblings, 0 replies; 14+ messages in thread
From: Ben Dooks @ 2008-07-28 15:05 UTC (permalink / raw)
  To: i2c-GZX6beZjE8VD60Wz+7aTrA, khali-PUYAD+kWke1g9hUCZPvPmw,
	torvalds-de/tnXTf+JLsfHDXvbKv3WD2FQJk+8+b

The following changes since commit c9272c4f9fbe2087beb3392f526dc5b19efaa56b:
  Linus Torvalds (1):
        Merge branch 'hotfixes' of git://git.linux-nfs.org/projects/trondmy/nfs-2.6

are available in the git repository at:

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

Ben Dooks (4):
      i2c: S3C2410: Pass the I2C bus number via drivers platform data
      i2c: i2c_gpio: keep probe resident for hotplugged devices.
      i2c: S3C24XX I2C frequency scaling support.
      i2c: Documentation: upgrading clients HOWTO

Michael Hennerich (1):
      i2c: Blackfin I2C Driver: Functional power management support

 Documentation/i2c/upgrading-clients |  281 +++++++++++++++++++++++++++++++++++
 drivers/i2c/busses/i2c-bfin-twi.c   |   35 +++--
 drivers/i2c/busses/i2c-gpio.c       |    9 +-
 drivers/i2c/busses/i2c-s3c2410.c    |  129 ++++++++++++++--
 include/asm-arm/plat-s3c/iic.h      |    1 +
 5 files changed, 426 insertions(+), 29 deletions(-)
 create mode 100644 Documentation/i2c/upgrading-clients

_______________________________________________
i2c mailing list
i2c-GZX6beZjE8VD60Wz+7aTrA@public.gmane.org
http://lists.lm-sensors.org/mailman/listinfo/i2c

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

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

Thread overview: 14+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-09-19 22:46 Please pull bjdooks' i2c tree Ben Dooks
2009-09-19 22:46 ` Ben Dooks
  -- strict thread matches above, loose matches on Subject: below --
2009-12-09  0:21 Ben Dooks
2009-12-09  0:21 ` Ben Dooks
2009-06-22  0:50 Ben Dooks
2009-06-22  0:50 ` Ben Dooks
2009-06-16 21:45 Ben Dooks
2009-06-16 21:45 ` Ben Dooks
2009-06-13 10:00 Ben Dooks
2009-06-13 10:00 ` Ben Dooks
2009-03-31 22:50 Ben Dooks
     [not found] ` <E1Lomn2-0002o8-Vo-fIsYBodh/r28n8r38hOLvmD2FQJk+8+b@public.gmane.org>
2009-04-01 22:57   ` Guennadi Liakhovetski
     [not found]     ` <Pine.LNX.4.64.0904020056550.5389-0199iw4Nj15frtckUFj5Ag@public.gmane.org>
2009-04-02  8:19       ` Wolfram Sang
2008-07-28 15:05 Ben Dooks

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.