* [PULL] pull request for bjdooks' for-linus/i2c tree
@ 2010-03-07 22:36 Ben Dooks
[not found] ` <20100307223636.GA27170-elnMNo+KYs3pIgCt6eIbzw@public.gmane.org>
0 siblings, 1 reply; 4+ messages in thread
From: Ben Dooks @ 2010-03-07 22:36 UTC (permalink / raw)
To: torvalds-de/tnXTf+JLsfHDXvbKv3WD2FQJk+8+b
Cc: linux-i2c-u79uwXL29TY76Z2rM5mHXA
The following changes since commit 08b8499bdd26822df16f962db88215d02e40850a:
Linus Torvalds (1):
Merge branch 'next' of git://git.kernel.org/.../davej/cpufreq
are available in the git repository at:
git://git.fluff.org/bjdooks/linux.git for-linus/i2c
Ben Dooks (3):
Merge branch 'next-i2c-mpc-v8' into next-i2c
Merge branch 'next-i2c-omap' into next-i2c
Merge branch 'next-i2c-xilinx' into next-i2c
Cory Maccarrone (1):
i2c: omap: Add support for 16-bit registers
Luotao Fu (1):
i2c-pnx: fix setting start/stop condition
Richard Röjfors (1):
i2c: Add support for Xilinx XPS IIC Bus Interface
Uwe Kleine-König (1):
i2c/imx: don't add probe function to the driver struct
Wolfgang Grandegger (4):
i2c-mpc: use __devinit[data] for initialization functions and data
i2c-mpc: rename "setclock" initialization functions to "setup"
i2c-mpc: add support for the MPC512x processors from Freescale
powerpc: doc/dts-bindings: update doc of FSL I2C bindings
srinidhi kasagar (1):
i2c: Add support for Ux500/Nomadik I2C controller
Documentation/powerpc/dts-bindings/fsl/i2c.txt | 30 +-
drivers/i2c/busses/Kconfig | 24 +-
drivers/i2c/busses/Makefile | 2 +
drivers/i2c/busses/i2c-imx.c | 1 -
drivers/i2c/busses/i2c-mpc.c | 194 +++--
drivers/i2c/busses/i2c-nomadik.c | 959 ++++++++++++++++++++++++
drivers/i2c/busses/i2c-omap.c | 44 +-
drivers/i2c/busses/i2c-pnx.c | 11 -
drivers/i2c/busses/i2c-xiic.c | 824 ++++++++++++++++++++
9 files changed, 1973 insertions(+), 116 deletions(-)
create mode 100644 drivers/i2c/busses/i2c-nomadik.c
create mode 100644 drivers/i2c/busses/i2c-xiic.c
--
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
* Re: [PULL] pull request for bjdooks' for-linus/i2c tree
[not found] ` <20100307223636.GA27170-elnMNo+KYs3pIgCt6eIbzw@public.gmane.org>
@ 2010-03-08 0:07 ` Wolfram Sang
2010-03-08 3:39 ` Wolfram Sang
1 sibling, 0 replies; 4+ messages in thread
From: Wolfram Sang @ 2010-03-08 0:07 UTC (permalink / raw)
To: Ben Dooks
Cc: torvalds-de/tnXTf+JLsfHDXvbKv3WD2FQJk+8+b,
linux-i2c-u79uwXL29TY76Z2rM5mHXA
[-- Attachment #1: Type: text/plain, Size: 740 bytes --]
On Sun, Mar 07, 2010 at 10:36:36PM +0000, Ben Dooks wrote:
> The following changes since commit 08b8499bdd26822df16f962db88215d02e40850a:
> Linus Torvalds (1):
> Merge branch 'next' of git://git.kernel.org/.../davej/cpufreq
>
> are available in the git repository at:
>
> git://git.fluff.org/bjdooks/linux.git for-linus/i2c
Any reason you didn't pick this one
http://article.gmane.org/gmane.linux.drivers.i2c/5260
(got acks from Jean and Paul) as requested here
http://article.gmane.org/gmane.linux.drivers.i2c/5266
?
Regards,
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] 4+ messages in thread
* Re: [PULL] pull request for bjdooks' for-linus/i2c tree
[not found] ` <20100307223636.GA27170-elnMNo+KYs3pIgCt6eIbzw@public.gmane.org>
2010-03-08 0:07 ` Wolfram Sang
@ 2010-03-08 3:39 ` Wolfram Sang
[not found] ` <20100308033906.GH8548-bIcnvbaLZ9MEGnE8C9+IrQ@public.gmane.org>
1 sibling, 1 reply; 4+ messages in thread
From: Wolfram Sang @ 2010-03-08 3:39 UTC (permalink / raw)
To: Ben Dooks
Cc: torvalds-de/tnXTf+JLsfHDXvbKv3WD2FQJk+8+b,
linux-i2c-u79uwXL29TY76Z2rM5mHXA
[-- Attachment #1: Type: text/plain, Size: 436 bytes --]
Hi Ben,
> Luotao Fu (1):
> i2c-pnx: fix setting start/stop condition
Oops, the patch which is now ad0194e8d624df67a970a36e8ef9e61514e25553 was the
older one and was superseded by
http://article.gmane.org/gmane.linux.drivers.i2c/5441
Regards,
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] 4+ messages in thread
* Re: [PULL] pull request for bjdooks' for-linus/i2c tree
[not found] ` <20100308033906.GH8548-bIcnvbaLZ9MEGnE8C9+IrQ@public.gmane.org>
@ 2010-04-01 13:43 ` Wolfram Sang
0 siblings, 0 replies; 4+ messages in thread
From: Wolfram Sang @ 2010-04-01 13:43 UTC (permalink / raw)
To: Ben Dooks
Cc: torvalds-de/tnXTf+JLsfHDXvbKv3WD2FQJk+8+b,
linux-i2c-u79uwXL29TY76Z2rM5mHXA, Luotao Fu
[-- Attachment #1: Type: text/plain, Size: 653 bytes --]
On Mon, Mar 08, 2010 at 04:39:06AM +0100, Wolfram Sang wrote:
> Hi Ben,
>
> > Luotao Fu (1):
> > i2c-pnx: fix setting start/stop condition
>
> Oops, the patch which is now ad0194e8d624df67a970a36e8ef9e61514e25553 was the
> older one and was superseded by
>
> http://article.gmane.org/gmane.linux.drivers.i2c/5441
Would you pick up an incremental patch? (Then you could maybe finally pick
this one [1], too ;))
[1] http://article.gmane.org/gmane.linux.drivers.i2c/5260
--
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-04-01 13:43 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-03-07 22:36 [PULL] pull request for bjdooks' for-linus/i2c tree Ben Dooks
[not found] ` <20100307223636.GA27170-elnMNo+KYs3pIgCt6eIbzw@public.gmane.org>
2010-03-08 0:07 ` Wolfram Sang
2010-03-08 3:39 ` Wolfram Sang
[not found] ` <20100308033906.GH8548-bIcnvbaLZ9MEGnE8C9+IrQ@public.gmane.org>
2010-04-01 13:43 ` 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).