* [GIT PULL] omap board updates for v3.1 merge window
@ 2011-07-07 16:29 Tony Lindgren
2011-07-07 20:40 ` Arnd Bergmann
0 siblings, 1 reply; 8+ messages in thread
From: Tony Lindgren @ 2011-07-07 16:29 UTC (permalink / raw)
To: linux-arm-kernel
Hi Arnd,
Please pull omap board updates from:
git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap-2.6.git devel-board
These are currently on top of the fixes you pulled earlier but
could be also rebased on the earlier cleanup if you prefer that.
Please note that the board-cm-t35.c change will need a minor fix
when merging with the atag_offset patch series. In MACHINE_START
the .boot_params needs to be replaced with .atag_offset = 0x100.
Also note that this series is missing the Nook Color board
support as that one is waiting on the machine_id patch.
Regards,
Tony
The following changes since commit fdcc205fb9ba006bcd37f72e1b1b904704257351:
Tony Lindgren (1):
Merge branch 'iommu-for-tony' of git://github.com/ohadbc/omap-iommu into devel-fixes
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap-2.6.git devel-board
Ameya Palande (1):
omap: rx51: Platform support for lp5523 led chip
Igor Grinberg (1):
arm: omap3: cm-t35: add support for cm-t3730
Joel A Fernandes (1):
OMAP3: beagle: add support for beagleboard xM revision C
Kalle Jokiniemi (1):
OMAP3: rx-51: Add full regulator definitions
Shubhrajyoti Datta (1):
OMAP4: Keyboard: Mux changes in the board file
Silesh C V (1):
omap: 4430SDP: Register the card detect GPIO properly
Vishal Mahaveer (1):
omap: blaze: add mmc5/wl1283 device support
arch/arm/mach-omap2/Kconfig | 6 +-
arch/arm/mach-omap2/board-4430sdp.c | 149 +++++++++++++++++++++++-
arch/arm/mach-omap2/board-cm-t35.c | 77 ++++++++++---
arch/arm/mach-omap2/board-omap3beagle.c | 78 ++++++++-----
arch/arm/mach-omap2/board-rx51-peripherals.c | 135 +++++++++++++++++++++
arch/arm/mach-omap2/devices.c | 3 +-
arch/arm/plat-omap/include/plat/omap4-keypad.h | 3 +-
arch/arm/plat-omap/include/plat/uncompress.h | 1 +
8 files changed, 405 insertions(+), 47 deletions(-)
^ permalink raw reply [flat|nested] 8+ messages in thread
* [GIT PULL] omap board updates for v3.1 merge window
2011-07-07 16:29 [GIT PULL] omap board updates for v3.1 merge window Tony Lindgren
@ 2011-07-07 20:40 ` Arnd Bergmann
2011-07-07 22:10 ` [PATCH] ARM: omap2: cm-t3730: convert boot_params to atag_offset Igor Grinberg
2011-07-08 8:30 ` [GIT PULL] omap board updates for v3.1 merge window Tony Lindgren
0 siblings, 2 replies; 8+ messages in thread
From: Arnd Bergmann @ 2011-07-07 20:40 UTC (permalink / raw)
To: linux-arm-kernel
On Thursday 07 July 2011 18:29:11 Tony Lindgren wrote:
> Please pull omap board updates from:
>
> git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap-2.6.git devel-board
>
> These are currently on top of the fixes you pulled earlier but
> could be also rebased on the earlier cleanup if you prefer that.
I would generally prefer them to be independent, even if that causes
minor conflicts. If some branches are built on top of others, that
mainly means I have to remember the order in which to send them
upstream, and my memory for these things is limited.
> Please note that the board-cm-t35.c change will need a minor fix
> when merging with the atag_offset patch series. In MACHINE_START
> the .boot_params needs to be replaced with .atag_offset = 0x100.
>
> Also note that this series is missing the Nook Color board
> support as that one is waiting on the machine_id patch.
Ok
Thanks,
Arnd
^ permalink raw reply [flat|nested] 8+ messages in thread
* [PATCH] ARM: omap2: cm-t3730: convert boot_params to atag_offset
2011-07-07 20:40 ` Arnd Bergmann
@ 2011-07-07 22:10 ` Igor Grinberg
2011-07-08 8:30 ` [GIT PULL] omap board updates for v3.1 merge window Tony Lindgren
1 sibling, 0 replies; 8+ messages in thread
From: Igor Grinberg @ 2011-07-07 22:10 UTC (permalink / raw)
To: linux-arm-kernel
Signed-off-by: Igor Grinberg <grinberg@compulab.co.il>
---
Hi Arnd,
This one should apply cleanly on top of Nicolas' series
and does the missing change for cm-t3730.
If it somehow helps/saves you an effort, here it is.
arch/arm/mach-omap2/board-cm-t35.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/arch/arm/mach-omap2/board-cm-t35.c b/arch/arm/mach-omap2/board-cm-t35.c
index fcd4032..e7d48e8 100644
--- a/arch/arm/mach-omap2/board-cm-t35.c
+++ b/arch/arm/mach-omap2/board-cm-t35.c
@@ -679,7 +679,7 @@ MACHINE_START(CM_T35, "Compulab CM-T35")
MACHINE_END
MACHINE_START(CM_T3730, "Compulab CM-T3730")
- .boot_params = 0x80000100,
+ .atag_offset = 0x100,
.reserve = omap_reserve,
.map_io = omap3_map_io,
.init_early = cm_t35_init_early,
--
1.7.3.4
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [GIT PULL] omap board updates for v3.1 merge window
2011-07-07 20:40 ` Arnd Bergmann
2011-07-07 22:10 ` [PATCH] ARM: omap2: cm-t3730: convert boot_params to atag_offset Igor Grinberg
@ 2011-07-08 8:30 ` Tony Lindgren
2011-07-08 8:54 ` Arnd Bergmann
1 sibling, 1 reply; 8+ messages in thread
From: Tony Lindgren @ 2011-07-08 8:30 UTC (permalink / raw)
To: linux-arm-kernel
* Arnd Bergmann <arnd@arndb.de> [110707 13:36]:
> On Thursday 07 July 2011 18:29:11 Tony Lindgren wrote:
> > Please pull omap board updates from:
> >
> > git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap-2.6.git devel-board
> >
> > These are currently on top of the fixes you pulled earlier but
> > could be also rebased on the earlier cleanup if you prefer that.
>
> I would generally prefer them to be independent, even if that causes
> minor conflicts. If some branches are built on top of others, that
> mainly means I have to remember the order in which to send them
> upstream, and my memory for these things is limited.
Sure. So let's wait on this one a bit. I'll send you some more cleanup
first as I just noticed that the TWL cleanup series will conflict with
these patches.
I need to base these board files on all the cleanup though, otherwise
things will get messy with merge and build conflicts.
Unfortunately there will be dependencies between branches until we
have the driver probe and bus (hwmod) code initializing things
using device tree data..
Regards,
Tony
^ permalink raw reply [flat|nested] 8+ messages in thread
* [GIT PULL] omap board updates for v3.1 merge window
2011-07-08 8:30 ` [GIT PULL] omap board updates for v3.1 merge window Tony Lindgren
@ 2011-07-08 8:54 ` Arnd Bergmann
2011-07-08 10:25 ` Tony Lindgren
0 siblings, 1 reply; 8+ messages in thread
From: Arnd Bergmann @ 2011-07-08 8:54 UTC (permalink / raw)
To: linux-arm-kernel
On Friday 08 July 2011 10:30:42 Tony Lindgren wrote:
>
> * Arnd Bergmann <arnd@arndb.de> [110707 13:36]:
> > On Thursday 07 July 2011 18:29:11 Tony Lindgren wrote:
> > > Please pull omap board updates from:
> > >
> > > git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap-2.6.git devel-board
> > >
> > > These are currently on top of the fixes you pulled earlier but
> > > could be also rebased on the earlier cleanup if you prefer that.
> >
> > I would generally prefer them to be independent, even if that causes
> > minor conflicts. If some branches are built on top of others, that
> > mainly means I have to remember the order in which to send them
> > upstream, and my memory for these things is limited.
>
> Sure. So let's wait on this one a bit. I'll send you some more cleanup
> first as I just noticed that the TWL cleanup series will conflict with
> these patches.
Sorry for being unclear, I forgot to say that I did in fact pull your tree
already.
> I need to base these board files on all the cleanup though, otherwise
> things will get messy with merge and build conflicts.
>
> Unfortunately there will be dependencies between branches until we
> have the driver probe and bus (hwmod) code initializing things
> using device tree data..
I already need to stage things out a bit, because the omap fixes
depend on the omap cleanups, while the imx cleanups depend on the
pxa fixes. So it's likely going to be something like
* fixes
* cleanup
* more fixes
* more cleanup
* new subarchitectures
* new boards
* wait for devicetree to get pulled in
* more cleanups based on device tree
* other new features
Arnd
^ permalink raw reply [flat|nested] 8+ messages in thread
* [GIT PULL] omap board updates for v3.1 merge window
2011-07-08 8:54 ` Arnd Bergmann
@ 2011-07-08 10:25 ` Tony Lindgren
2011-07-08 11:11 ` Arnd Bergmann
0 siblings, 1 reply; 8+ messages in thread
From: Tony Lindgren @ 2011-07-08 10:25 UTC (permalink / raw)
To: linux-arm-kernel
* Arnd Bergmann <arnd@arndb.de> [110708 01:49]:
> On Friday 08 July 2011 10:30:42 Tony Lindgren wrote:
> >
> > * Arnd Bergmann <arnd@arndb.de> [110707 13:36]:
> > > On Thursday 07 July 2011 18:29:11 Tony Lindgren wrote:
> > > > Please pull omap board updates from:
> > > >
> > > > git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap-2.6.git devel-board
> > > >
> > > > These are currently on top of the fixes you pulled earlier but
> > > > could be also rebased on the earlier cleanup if you prefer that.
> > >
> > > I would generally prefer them to be independent, even if that causes
> > > minor conflicts. If some branches are built on top of others, that
> > > mainly means I have to remember the order in which to send them
> > > upstream, and my memory for these things is limited.
> >
> > Sure. So let's wait on this one a bit. I'll send you some more cleanup
> > first as I just noticed that the TWL cleanup series will conflict with
> > these patches.
>
> Sorry for being unclear, I forgot to say that I did in fact pull your tree
> already.
OK no problem that's fine with me.
BTW, looks like your tree is no longer showing up on kernel.org?
> > I need to base these board files on all the cleanup though, otherwise
> > things will get messy with merge and build conflicts.
> >
> > Unfortunately there will be dependencies between branches until we
> > have the driver probe and bus (hwmod) code initializing things
> > using device tree data..
>
> I already need to stage things out a bit, because the omap fixes
> depend on the omap cleanups, while the imx cleanups depend on the
> pxa fixes. So it's likely going to be something like
>
> * fixes
> * cleanup
> * more fixes
> * more cleanup
> * new subarchitectures
> * new boards
> * wait for devicetree to get pulled in
> * more cleanups based on device tree
> * other new features
It's getting messy :)
Tony
^ permalink raw reply [flat|nested] 8+ messages in thread
* [GIT PULL] omap board updates for v3.1 merge window
2011-07-08 10:25 ` Tony Lindgren
@ 2011-07-08 11:11 ` Arnd Bergmann
2011-07-08 11:33 ` Tony Lindgren
0 siblings, 1 reply; 8+ messages in thread
From: Arnd Bergmann @ 2011-07-08 11:11 UTC (permalink / raw)
To: linux-arm-kernel
On Friday 08 July 2011, Tony Lindgren wrote:
> * Arnd Bergmann <arnd@arndb.de> [110708 01:49]:
> > On Friday 08 July 2011 10:30:42 Tony Lindgren wrote:
> >
> > Sorry for being unclear, I forgot to say that I did in fact pull your tree
> > already.
>
> OK no problem that's fine with me.
>
> BTW, looks like your tree is no longer showing up on kernel.org?
>
The URL has changed (from linux-2.6-arm-soc.git), it's now
git://git.kernel.org/pub/scm/linux/kernel/git/arm/linux-arm-soc.git
We figured that there would never be a 2.6 release in there, so the
original name was a bit silly. It won't change again, and if you
just change the URL in your remotes list, it should still fast-forward.
Arnd
^ permalink raw reply [flat|nested] 8+ messages in thread
* [GIT PULL] omap board updates for v3.1 merge window
2011-07-08 11:11 ` Arnd Bergmann
@ 2011-07-08 11:33 ` Tony Lindgren
0 siblings, 0 replies; 8+ messages in thread
From: Tony Lindgren @ 2011-07-08 11:33 UTC (permalink / raw)
To: linux-arm-kernel
* Arnd Bergmann <arnd@arndb.de> [110708 04:06]:
> On Friday 08 July 2011, Tony Lindgren wrote:
> > * Arnd Bergmann <arnd@arndb.de> [110708 01:49]:
> > > On Friday 08 July 2011 10:30:42 Tony Lindgren wrote:
> > >
> > > Sorry for being unclear, I forgot to say that I did in fact pull your tree
> > > already.
> >
> > OK no problem that's fine with me.
> >
> > BTW, looks like your tree is no longer showing up on kernel.org?
> >
>
> The URL has changed (from linux-2.6-arm-soc.git), it's now
> git://git.kernel.org/pub/scm/linux/kernel/git/arm/linux-arm-soc.git
>
> We figured that there would never be a 2.6 release in there, so the
> original name was a bit silly. It won't change again, and if you
> just change the URL in your remotes list, it should still fast-forward.
OK thanks seems to work now.
Tony
^ permalink raw reply [flat|nested] 8+ messages in thread
end of thread, other threads:[~2011-07-08 11:33 UTC | newest]
Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-07-07 16:29 [GIT PULL] omap board updates for v3.1 merge window Tony Lindgren
2011-07-07 20:40 ` Arnd Bergmann
2011-07-07 22:10 ` [PATCH] ARM: omap2: cm-t3730: convert boot_params to atag_offset Igor Grinberg
2011-07-08 8:30 ` [GIT PULL] omap board updates for v3.1 merge window Tony Lindgren
2011-07-08 8:54 ` Arnd Bergmann
2011-07-08 10:25 ` Tony Lindgren
2011-07-08 11:11 ` Arnd Bergmann
2011-07-08 11:33 ` Tony Lindgren
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).