* bjdooks' i2c-next
@ 2010-05-11 23:20 Ben Dooks
[not found] ` <20100511232039.GA32733-elnMNo+KYs3pIgCt6eIbzw@public.gmane.org>
0 siblings, 1 reply; 4+ messages in thread
From: Ben Dooks @ 2010-05-11 23:20 UTC (permalink / raw)
To: linux-i2c-u79uwXL29TY76Z2rM5mHXA
Here's the current contents of my i2c-next. All branches are
on http://git.fluff.org/gitweb?p=bjdooks/linux.git;a=summary
Let me know if there is anything that has been missed.
Sorry about the delay, adjusting to +8 timezone hasn't been easy.
The following changes since commit fc2a093e7ad23e935aa29e349bc27173c92f1a95:
Linus Torvalds (1):
Merge branch 'drm-linus' of git://git.kernel.org/.../airlied/drm-2.6
are available in the git repository at:
git://git.fluff.org/bjdooks/linux.git next-i2c
Alexander Shishkin (2):
omap: i2c: make errata 1.153 workaround a separate function
omap: i2c: add a timeout to the busy waiting
Ben Dooks (3):
ARM: Merge for-2635/i2c-nomadik
ARM: Merge for-2635/i2c-omap
ARM: Merge for-2635/i2c-samsung
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
manjugk manjugk (2):
OMAP2/3: I2C: Errata ID i207: Clear wrong RDR interrupt
OMAP3: I2C: Clean up Errata 1p153 handling
arch/arm/plat-omap/i2c.c | 39 ++++--
drivers/i2c/busses/i2c-bfin-twi.c | 168 +++++++++++-------------
drivers/i2c/busses/i2c-nomadik.c | 6 +-
drivers/i2c/busses/i2c-omap.c | 265 +++++++++++++++++++++++++++++--------
drivers/i2c/busses/i2c-s3c2410.c | 19 +++-
include/linux/i2c-omap.h | 9 ++
6 files changed, 346 insertions(+), 160 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'
^ permalink raw reply [flat|nested] 4+ messages in thread[parent not found: <20100511232039.GA32733-elnMNo+KYs3pIgCt6eIbzw@public.gmane.org>]
* Re: bjdooks' i2c-next [not found] ` <20100511232039.GA32733-elnMNo+KYs3pIgCt6eIbzw@public.gmane.org> @ 2010-05-12 0:06 ` Wolfram Sang [not found] ` <20100512000645.GA13984-bIcnvbaLZ9MEGnE8C9+IrQ@public.gmane.org> 0 siblings, 1 reply; 4+ messages in thread From: Wolfram Sang @ 2010-05-12 0:06 UTC (permalink / raw) To: Ben Dooks; +Cc: linux-i2c-u79uwXL29TY76Z2rM5mHXA [-- Attachment #1: Type: text/plain, Size: 1465 bytes --] On Wed, May 12, 2010 at 12:20:39AM +0100, Ben Dooks wrote: > Here's the current contents of my i2c-next. All branches are > on http://git.fluff.org/gitweb?p=bjdooks/linux.git;a=summary > > Let me know if there is anything that has been missed. Yes, my branch of old patches. Can also repost a patch series, whatever you prefer: The following changes since commit b57f95a38233a2e73b679bea4a5453a1cc2a1cc9: Linus Torvalds (1): Linux 2.6.34-rc7 are available in the git repository at: git://git.pengutronix.de/git/wsa/linux-2.6.git for-i2c 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 MAINTAINERS | 1 + 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-pxa.c | 26 ++++++++++++++------------ 6 files changed, 28 insertions(+), 26 deletions(-) -- 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] 4+ messages in thread
[parent not found: <20100512000645.GA13984-bIcnvbaLZ9MEGnE8C9+IrQ@public.gmane.org>]
* Re: bjdooks' i2c-next [not found] ` <20100512000645.GA13984-bIcnvbaLZ9MEGnE8C9+IrQ@public.gmane.org> @ 2010-05-12 2:41 ` Ben Dooks [not found] ` <20100512024117.GN2589-SMNkleLxa3Z6Wcw2j4pizdi2O/JbrIOy@public.gmane.org> 0 siblings, 1 reply; 4+ messages in thread From: Ben Dooks @ 2010-05-12 2:41 UTC (permalink / raw) To: Wolfram Sang; +Cc: Ben Dooks, linux-i2c-u79uwXL29TY76Z2rM5mHXA On Wed, May 12, 2010 at 02:06:45AM +0200, Wolfram Sang wrote: > On Wed, May 12, 2010 at 12:20:39AM +0100, Ben Dooks wrote: > > > Here's the current contents of my i2c-next. All branches are > > on http://git.fluff.org/gitweb?p=bjdooks/linux.git;a=summary > > > > Let me know if there is anything that has been missed. > > Yes, my branch of old patches. Can also repost a patch series, whatever you > prefer: Will pull later, in future, prefer i2c-<drivername> in the headers. I'll fix up as necessary once pulled. > The following changes since commit b57f95a38233a2e73b679bea4a5453a1cc2a1cc9: > Linus Torvalds (1): > Linux 2.6.34-rc7 > > are available in the git repository at: > > git://git.pengutronix.de/git/wsa/linux-2.6.git for-i2c > > 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 > > MAINTAINERS | 1 + > 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-pxa.c | 26 ++++++++++++++------------ > 6 files changed, 28 insertions(+), 26 deletions(-) > > -- > Pengutronix e.K. | Wolfram Sang | > Industrial Linux Solutions | http://www.pengutronix.de/ | -- -- Ben Q: What's a light-year? A: One-third less calories than a regular year. ^ permalink raw reply [flat|nested] 4+ messages in thread
[parent not found: <20100512024117.GN2589-SMNkleLxa3Z6Wcw2j4pizdi2O/JbrIOy@public.gmane.org>]
* Re: bjdooks' i2c-next [not found] ` <20100512024117.GN2589-SMNkleLxa3Z6Wcw2j4pizdi2O/JbrIOy@public.gmane.org> @ 2010-05-12 2:45 ` Wolfram Sang 0 siblings, 0 replies; 4+ messages in thread From: Wolfram Sang @ 2010-05-12 2:45 UTC (permalink / raw) To: Ben Dooks; +Cc: linux-i2c-u79uwXL29TY76Z2rM5mHXA [-- Attachment #1: Type: text/plain, Size: 813 bytes --] On Wed, May 12, 2010 at 03:41:17AM +0100, Ben Dooks wrote: > On Wed, May 12, 2010 at 02:06:45AM +0200, Wolfram Sang wrote: > > On Wed, May 12, 2010 at 12:20:39AM +0100, Ben Dooks wrote: > > > > > Here's the current contents of my i2c-next. All branches are > > > on http://git.fluff.org/gitweb?p=bjdooks/linux.git;a=summary > > > > > > Let me know if there is anything that has been missed. > > > > Yes, my branch of old patches. Can also repost a patch series, whatever you > > prefer: > > Will pull later, in future, prefer i2c-<drivername> in the headers. I'll > fix up as necessary once pulled. Thanks! Will use i2c-* in future. -- 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] 4+ messages in thread
end of thread, other threads:[~2010-05-12 2:45 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-05-11 23:20 bjdooks' i2c-next Ben Dooks
[not found] ` <20100511232039.GA32733-elnMNo+KYs3pIgCt6eIbzw@public.gmane.org>
2010-05-12 0:06 ` Wolfram Sang
[not found] ` <20100512000645.GA13984-bIcnvbaLZ9MEGnE8C9+IrQ@public.gmane.org>
2010-05-12 2:41 ` Ben Dooks
[not found] ` <20100512024117.GN2589-SMNkleLxa3Z6Wcw2j4pizdi2O/JbrIOy@public.gmane.org>
2010-05-12 2:45 ` Wolfram Sang
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).