From: Ben Dooks <ben-linux-elnMNo+KYs3YtjvyW6yDsg@public.gmane.org>
To: torvalds-de/tnXTf+JLsfHDXvbKv3WD2FQJk+8+b@public.gmane.org
Cc: linux-i2c-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
Subject: Please pull bjdooks' for-linus/i2c-2635 tree
Date: Thu, 20 May 2010 00:23:27 +0100 [thread overview]
Message-ID: <20100519232327.GA5024@fluff.org.uk> (raw)
Please pull the following tree:
The following changes since commit 024a6b95181f2df6090975c8a293499d24bf8b28:
Linus Torvalds (1):
Merge branch 'davinci-for-linus' of git://git.kernel.org/.../khilman/linux-davinci
are available in the git repository at:
git://git.fluff.org/bjdooks/linux.git for-linus/i2c-2635
Alexander Shishkin (2):
omap: i2c: make errata 1.153 workaround a separate function
omap: i2c: add a timeout to the busy waiting
Kalle Jokiniemi (1):
i2c-omap: add mpu wake up latency constraint in i2c
Mark Brown (1):
i2c-s3c2410: Remove unconditional 1ms delay on each transfer
Michael Hennerich (1):
i2c-bfin-twi: add debug output for error status
Rabin Vincent (2):
i2c-nomadik: release region when removed
i2c-nomadik: fix operator precedence warning
Santosh Shilimkar (1):
omap: i2c: Add i2c support on omap4 platform
Sonic Zhang (4):
i2c-bfin-twi: integrate timeout timer with completion interface
i2c-bfin-twi: fix lost interrupts at high speeds
i2c-bfin-twi: remove redundant retry
i2c-bfin-twi: return completion in interrupt for smbus quick transfers
Uwe Kleine-König (2):
i2c-pxa: remove unused macro
MAINTAINERS: add i2c tree for embedded platforms
Wolfram Sang (5):
i2c-pxa: only define 'blue_murder'-function if DEBUG is #defined
i2c-mpc: drop NO_IRQ
i2c-cpm: drop NO_IRQ
i2c-ibm-iic: drop NO_IRQ
i2c-highlander: remover superflous variable
manjugk manjugk (2):
OMAP2/3: I2C: Errata ID i207: Clear wrong RDR interrupt
OMAP3: I2C: Clean up Errata 1p153 handling
MAINTAINERS | 1 +
arch/arm/plat-omap/i2c.c | 39 ++++--
drivers/i2c/busses/i2c-bfin-twi.c | 168 ++++++++++------------
drivers/i2c/busses/i2c-cpm.c | 2 +-
drivers/i2c/busses/i2c-highlander.c | 5 +-
drivers/i2c/busses/i2c-ibm_iic.c | 14 +-
drivers/i2c/busses/i2c-mpc.c | 6 +-
drivers/i2c/busses/i2c-nomadik.c | 6 +-
drivers/i2c/busses/i2c-omap.c | 265 +++++++++++++++++++++++++++-------
drivers/i2c/busses/i2c-pxa.c | 26 ++--
drivers/i2c/busses/i2c-s3c2410.c | 19 +++-
include/linux/i2c-omap.h | 9 ++
12 files changed, 374 insertions(+), 186 deletions(-)
create mode 100644 include/linux/i2c-omap.h
--
Ben (ben-elnMNo+KYs3YtjvyW6yDsg@public.gmane.org, http://www.fluff.org/)
'a smiley only costs 4 bytes'
WARNING: multiple messages have this Message-ID (diff)
From: Ben Dooks <ben-linux@fluff.org>
To: torvalds@linux-foundation.org
Cc: linux-i2c@vger.kernel.org, linux-kernel@vger.kernel.org
Subject: Please pull bjdooks' for-linus/i2c-2635 tree
Date: Thu, 20 May 2010 00:23:27 +0100 [thread overview]
Message-ID: <20100519232327.GA5024@fluff.org.uk> (raw)
Please pull the following tree:
The following changes since commit 024a6b95181f2df6090975c8a293499d24bf8b28:
Linus Torvalds (1):
Merge branch 'davinci-for-linus' of git://git.kernel.org/.../khilman/linux-davinci
are available in the git repository at:
git://git.fluff.org/bjdooks/linux.git for-linus/i2c-2635
Alexander Shishkin (2):
omap: i2c: make errata 1.153 workaround a separate function
omap: i2c: add a timeout to the busy waiting
Kalle Jokiniemi (1):
i2c-omap: add mpu wake up latency constraint in i2c
Mark Brown (1):
i2c-s3c2410: Remove unconditional 1ms delay on each transfer
Michael Hennerich (1):
i2c-bfin-twi: add debug output for error status
Rabin Vincent (2):
i2c-nomadik: release region when removed
i2c-nomadik: fix operator precedence warning
Santosh Shilimkar (1):
omap: i2c: Add i2c support on omap4 platform
Sonic Zhang (4):
i2c-bfin-twi: integrate timeout timer with completion interface
i2c-bfin-twi: fix lost interrupts at high speeds
i2c-bfin-twi: remove redundant retry
i2c-bfin-twi: return completion in interrupt for smbus quick transfers
Uwe Kleine-König (2):
i2c-pxa: remove unused macro
MAINTAINERS: add i2c tree for embedded platforms
Wolfram Sang (5):
i2c-pxa: only define 'blue_murder'-function if DEBUG is #defined
i2c-mpc: drop NO_IRQ
i2c-cpm: drop NO_IRQ
i2c-ibm-iic: drop NO_IRQ
i2c-highlander: remover superflous variable
manjugk manjugk (2):
OMAP2/3: I2C: Errata ID i207: Clear wrong RDR interrupt
OMAP3: I2C: Clean up Errata 1p153 handling
MAINTAINERS | 1 +
arch/arm/plat-omap/i2c.c | 39 ++++--
drivers/i2c/busses/i2c-bfin-twi.c | 168 ++++++++++------------
drivers/i2c/busses/i2c-cpm.c | 2 +-
drivers/i2c/busses/i2c-highlander.c | 5 +-
drivers/i2c/busses/i2c-ibm_iic.c | 14 +-
drivers/i2c/busses/i2c-mpc.c | 6 +-
drivers/i2c/busses/i2c-nomadik.c | 6 +-
drivers/i2c/busses/i2c-omap.c | 265 +++++++++++++++++++++++++++-------
drivers/i2c/busses/i2c-pxa.c | 26 ++--
drivers/i2c/busses/i2c-s3c2410.c | 19 +++-
include/linux/i2c-omap.h | 9 ++
12 files changed, 374 insertions(+), 186 deletions(-)
create mode 100644 include/linux/i2c-omap.h
--
Ben (ben@fluff.org, http://www.fluff.org/)
'a smiley only costs 4 bytes'
next reply other threads:[~2010-05-19 23:23 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-05-19 23:23 Ben Dooks [this message]
2010-05-19 23:23 ` Please pull bjdooks' for-linus/i2c-2635 tree Ben Dooks
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20100519232327.GA5024@fluff.org.uk \
--to=ben-linux-elnmno+kys3ytjvyw6ydsg@public.gmane.org \
--cc=linux-i2c-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
--cc=linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
--cc=torvalds-de/tnXTf+JLsfHDXvbKv3WD2FQJk+8+b@public.gmane.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.