* what is in bjdooks' i2c-for-2630 tree
@ 2009-03-27 11:02 Ben Dooks
[not found] ` <E1Ln9pC-00037e-Qn-fIsYBodh/r28n8r38hOLvmD2FQJk+8+b@public.gmane.org>
0 siblings, 1 reply; 10+ messages in thread
From: Ben Dooks @ 2009-03-27 11:02 UTC (permalink / raw)
To: linux-i2c-u79uwXL29TY76Z2rM5mHXA; +Cc: dsilvers-Y5A6D6n0/KfQXOPxS62xeg
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: Simplify i2c-s3c2410 frequency calculator.
Darius Augulis (1):
i2c: iMX/MXC support
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 | 617 ++++++++++++++++++++++++++++++++++
drivers/i2c/busses/i2c-s3c2410.c | 74 ++---
11 files changed, 710 insertions(+), 73 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] 10+ messages in thread[parent not found: <E1Ln9pC-00037e-Qn-fIsYBodh/r28n8r38hOLvmD2FQJk+8+b@public.gmane.org>]
* Re: what is in bjdooks' i2c-for-2630 tree [not found] ` <E1Ln9pC-00037e-Qn-fIsYBodh/r28n8r38hOLvmD2FQJk+8+b@public.gmane.org> @ 2009-03-27 11:06 ` Ben Dooks [not found] ` <20090327110634.GJ19758-elnMNo+KYs3pIgCt6eIbzw@public.gmane.org> 2009-03-27 18:25 ` Mark Brown 1 sibling, 1 reply; 10+ messages in thread From: Ben Dooks @ 2009-03-27 11:06 UTC (permalink / raw) To: linux-i2c-u79uwXL29TY76Z2rM5mHXA; +Cc: dsilvers-Y5A6D6n0/KfQXOPxS62xeg On Fri, Mar 27, 2009 at 11:02:10AM +0000, Ben Dooks wrote: > 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: Simplify i2c-s3c2410 frequency calculator. > > Darius Augulis (1): > i2c: iMX/MXC support If anyone thinks there's more stuff that should be in here, let me know ASAP, will be pushing this to linus in the next day or so. -- Ben (ben-elnMNo+KYs3YtjvyW6yDsg@public.gmane.org, http://www.fluff.org/) 'a smiley only costs 4 bytes' ^ permalink raw reply [flat|nested] 10+ messages in thread
[parent not found: <20090327110634.GJ19758-elnMNo+KYs3pIgCt6eIbzw@public.gmane.org>]
* Re: what is in bjdooks' i2c-for-2630 tree [not found] ` <20090327110634.GJ19758-elnMNo+KYs3pIgCt6eIbzw@public.gmane.org> @ 2009-03-27 11:48 ` Daniel Silverstone 0 siblings, 0 replies; 10+ messages in thread From: Daniel Silverstone @ 2009-03-27 11:48 UTC (permalink / raw) To: Ben Dooks; +Cc: linux-i2c-u79uwXL29TY76Z2rM5mHXA On Fri, 2009-03-27 at 11:06 +0000, Ben Dooks wrote: > If anyone thinks there's more stuff that should be in here, > let me know ASAP, will be pushing this to linus in the next > day or so. I take it there still hasn't been a decision about the renaming of the platform_i2c structure? Or is it too late to get that kind of patch in for 2.6.30 ? Thanks, Daniel. -- Daniel Silverstone http://www.simtec.co.uk/ PGP mail accepted and encouraged. Key Id: 2BC8 4016 2068 7895 ^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: what is in bjdooks' i2c-for-2630 tree [not found] ` <E1Ln9pC-00037e-Qn-fIsYBodh/r28n8r38hOLvmD2FQJk+8+b@public.gmane.org> 2009-03-27 11:06 ` Ben Dooks @ 2009-03-27 18:25 ` Mark Brown [not found] ` <20090327182522.GA13372-GFdadSzt00ze9xe1eoZjHA@public.gmane.org> 1 sibling, 1 reply; 10+ messages in thread From: Mark Brown @ 2009-03-27 18:25 UTC (permalink / raw) To: Ben Dooks Cc: linux-i2c-u79uwXL29TY76Z2rM5mHXA, dsilvers-Y5A6D6n0/KfQXOPxS62xeg On Fri, Mar 27, 2009 at 11:02:10AM +0000, Ben Dooks wrote: > 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 There was also a change I posted a while ago to initialise the S3C I2C driver earlier in order to allow I2C devices to be used earlier in init - this is useful for things like regulators which are expected to be configured very early on. Were there any problems with it? ^ permalink raw reply [flat|nested] 10+ messages in thread
[parent not found: <20090327182522.GA13372-GFdadSzt00ze9xe1eoZjHA@public.gmane.org>]
* Re: what is in bjdooks' i2c-for-2630 tree [not found] ` <20090327182522.GA13372-GFdadSzt00ze9xe1eoZjHA@public.gmane.org> @ 2009-03-27 22:33 ` Ben Dooks 2009-03-30 0:28 ` Ben Dooks 1 sibling, 0 replies; 10+ messages in thread From: Ben Dooks @ 2009-03-27 22:33 UTC (permalink / raw) To: Mark Brown Cc: linux-i2c-u79uwXL29TY76Z2rM5mHXA, dsilvers-Y5A6D6n0/KfQXOPxS62xeg On Fri, Mar 27, 2009 at 06:25:22PM +0000, Mark Brown wrote: > On Fri, Mar 27, 2009 at 11:02:10AM +0000, Ben Dooks wrote: > > 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 > > There was also a change I posted a while ago to initialise the S3C I2C > driver earlier in order to allow I2C devices to be used earlier in init > - this is useful for things like regulators which are expected to be > configured very early on. Were there any problems with it? I'll go and fish it out and do a quick test tommorow -- Ben (ben-elnMNo+KYs3YtjvyW6yDsg@public.gmane.org, http://www.fluff.org/) 'a smiley only costs 4 bytes' ^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: what is in bjdooks' i2c-for-2630 tree [not found] ` <20090327182522.GA13372-GFdadSzt00ze9xe1eoZjHA@public.gmane.org> 2009-03-27 22:33 ` Ben Dooks @ 2009-03-30 0:28 ` Ben Dooks 1 sibling, 0 replies; 10+ messages in thread From: Ben Dooks @ 2009-03-30 0:28 UTC (permalink / raw) To: Mark Brown Cc: linux-i2c-u79uwXL29TY76Z2rM5mHXA, dsilvers-Y5A6D6n0/KfQXOPxS62xeg On Fri, Mar 27, 2009 at 06:25:22PM +0000, Mark Brown wrote: > On Fri, Mar 27, 2009 at 11:02:10AM +0000, Ben Dooks wrote: > > 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 > > There was also a change I posted a while ago to initialise the S3C I2C > driver earlier in order to allow I2C devices to be used earlier in init > - this is useful for things like regulators which are expected to be > configured very early on. Were there any problems with it? ok, this has been checked and added. will review git and push tommorow evening. -- Ben (ben-elnMNo+KYs3YtjvyW6yDsg@public.gmane.org, http://www.fluff.org/) 'a smiley only costs 4 bytes' ^ permalink raw reply [flat|nested] 10+ messages in thread
* what is in bjdooks' i2c-for-2630 tree
@ 2009-03-27 10:56 Ben Dooks
[not found] ` <E1Ln9js-00030o-8s-fIsYBodh/r28n8r38hOLvmD2FQJk+8+b@public.gmane.org>
0 siblings, 1 reply; 10+ messages in thread
From: Ben Dooks @ 2009-03-27 10:56 UTC (permalink / raw)
To: linux-i2c-u79uwXL29TY76Z2rM5mHXA
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
Darius Augulis (1):
[I2C] iMX/MXC support
arch/arm/plat-mxc/include/mach/i2c.h | 25 ++
drivers/i2c/busses/Kconfig | 10 +
drivers/i2c/busses/Makefile | 1 +
drivers/i2c/busses/i2c-imx.c | 617 ++++++++++++++++++++++++++++++++++
4 files changed, 653 insertions(+), 0 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] 10+ messages in thread[parent not found: <E1Ln9js-00030o-8s-fIsYBodh/r28n8r38hOLvmD2FQJk+8+b@public.gmane.org>]
* Re: what is in bjdooks' i2c-for-2630 tree [not found] ` <E1Ln9js-00030o-8s-fIsYBodh/r28n8r38hOLvmD2FQJk+8+b@public.gmane.org> @ 2009-03-27 11:03 ` Ben Dooks [not found] ` <20090327110331.GH19758-elnMNo+KYs3pIgCt6eIbzw@public.gmane.org> 0 siblings, 1 reply; 10+ messages in thread From: Ben Dooks @ 2009-03-27 11:03 UTC (permalink / raw) To: linux-i2c-u79uwXL29TY76Z2rM5mHXA On Fri, Mar 27, 2009 at 10:56:40AM +0000, Ben Dooks wrote: > 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 There's something very weird, either I get all the commits and a 'BRANCH NOT VERIFIED' or I get the correct branchname and just the one commit... Any ideas anyone? > Darius Augulis (1): > [I2C] iMX/MXC support > > arch/arm/plat-mxc/include/mach/i2c.h | 25 ++ > drivers/i2c/busses/Kconfig | 10 + > drivers/i2c/busses/Makefile | 1 + > drivers/i2c/busses/i2c-imx.c | 617 ++++++++++++++++++++++++++++++++++ > 4 files changed, 653 insertions(+), 0 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 -- Ben (ben-elnMNo+KYs3YtjvyW6yDsg@public.gmane.org, http://www.fluff.org/) 'a smiley only costs 4 bytes' ^ permalink raw reply [flat|nested] 10+ messages in thread
[parent not found: <20090327110331.GH19758-elnMNo+KYs3pIgCt6eIbzw@public.gmane.org>]
* Re: what is in bjdooks' i2c-for-2630 tree [not found] ` <20090327110331.GH19758-elnMNo+KYs3pIgCt6eIbzw@public.gmane.org> @ 2009-03-27 11:05 ` Ben Dooks 0 siblings, 0 replies; 10+ messages in thread From: Ben Dooks @ 2009-03-27 11:05 UTC (permalink / raw) To: Ben Dooks; +Cc: linux-i2c-u79uwXL29TY76Z2rM5mHXA On Fri, Mar 27, 2009 at 11:03:31AM +0000, Ben Dooks wrote: > On Fri, Mar 27, 2009 at 10:56:40AM +0000, Ben Dooks wrote: > > 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 > > There's something very weird, either I get all the commits and a > 'BRANCH NOT VERIFIED' or I get the correct branchname and just the > one commit... Any ideas anyone? The answer, of course, is push after finishing the 'git rebase' command that you where doing to tidy the tree... > > Darius Augulis (1): > > [I2C] iMX/MXC support > > > > arch/arm/plat-mxc/include/mach/i2c.h | 25 ++ > > drivers/i2c/busses/Kconfig | 10 + > > drivers/i2c/busses/Makefile | 1 + > > drivers/i2c/busses/i2c-imx.c | 617 ++++++++++++++++++++++++++++++++++ > > 4 files changed, 653 insertions(+), 0 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 > > -- > Ben (ben-elnMNo+KYs3YtjvyW6yDsg@public.gmane.org, http://www.fluff.org/) > > 'a smiley only costs 4 bytes' > -- > 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 -- Ben (ben-elnMNo+KYs3YtjvyW6yDsg@public.gmane.org, http://www.fluff.org/) 'a smiley only costs 4 bytes' ^ permalink raw reply [flat|nested] 10+ messages in thread
* what is in bjdooks' i2c-for-2630 tree
@ 2009-03-27 10:56 Ben Dooks
0 siblings, 0 replies; 10+ messages in thread
From: Ben Dooks @ 2009-03-27 10:56 UTC (permalink / raw)
To: linux-i2c-u79uwXL29TY76Z2rM5mHXA
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 ..BRANCH.NOT.VERIFIED..
Ben Dooks (1):
i2c-s3c2410: sda_delay should be in ns, not clock ticks
Daniel Silverstone (1):
i2c: Simplify i2c-s3c2410 frequency calculator.
Darius Augulis (1):
i2c: iMX/MXC support
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 | 617 ++++++++++++++++++++++++++++++++++
drivers/i2c/busses/i2c-s3c2410.c | 74 ++---
11 files changed, 710 insertions(+), 73 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] 10+ messages in threadend of thread, other threads:[~2009-03-30 0:28 UTC | newest]
Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-03-27 11:02 what is in bjdooks' i2c-for-2630 tree Ben Dooks
[not found] ` <E1Ln9pC-00037e-Qn-fIsYBodh/r28n8r38hOLvmD2FQJk+8+b@public.gmane.org>
2009-03-27 11:06 ` Ben Dooks
[not found] ` <20090327110634.GJ19758-elnMNo+KYs3pIgCt6eIbzw@public.gmane.org>
2009-03-27 11:48 ` Daniel Silverstone
2009-03-27 18:25 ` Mark Brown
[not found] ` <20090327182522.GA13372-GFdadSzt00ze9xe1eoZjHA@public.gmane.org>
2009-03-27 22:33 ` Ben Dooks
2009-03-30 0:28 ` Ben Dooks
-- strict thread matches above, loose matches on Subject: below --
2009-03-27 10:56 Ben Dooks
[not found] ` <E1Ln9js-00030o-8s-fIsYBodh/r28n8r38hOLvmD2FQJk+8+b@public.gmane.org>
2009-03-27 11:03 ` Ben Dooks
[not found] ` <20090327110331.GH19758-elnMNo+KYs3pIgCt6eIbzw@public.gmane.org>
2009-03-27 11:05 ` Ben Dooks
2009-03-27 10:56 Ben Dooks
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox