* [PULL REQUEST] arm omap patches for -next merge window
@ 2009-12-29 23:01 Felipe Balbi
2009-12-29 23:50 ` Tony Lindgren
0 siblings, 1 reply; 3+ messages in thread
From: Felipe Balbi @ 2009-12-29 23:01 UTC (permalink / raw)
To: tony; +Cc: linux-omap
After these, all the patches I have for you are
done, besides the CBUS stuff which I want to test
further. DSME is turning off my device right after
boot so I can't really test anything. If you have
some hint, I'd be glad to hear ;-)
The following changes since commit
bb65718ad7ed3c4231f67cf3f8b4a9a071bdfd53:
Felipe Balbi (1):
arm: omap: perseus: kill compile warning on board-perseus2.c
are available in the git repository at:
git://gitorious.org/usb/usb.git for-tony-next
Felipe Balbi (9):
arm: omap: musb: remove unused data
arm: omap: musb: we can use clk framework
arm: omap: musb: remove unused soft_con field
arm: omap: musb: remove unused dma data
arm: omap: musb: remove unnecessary return
arm: omap: gpmc: avoid section definitions on headers
usb: musb: use only clk framework for clk handling
arm: omap: musb: do not pass clock name to driver
arm: omap: musb: get rid of dyn_fifo
arch/arm/mach-omap2/usb-musb.c | 71
+-------------------------------
arch/arm/plat-omap/include/plat/gpmc.h | 2 +-
drivers/usb/musb/musb_core.c | 48 +++++++--------------
drivers/usb/musb/musb_core.h | 2 -
drivers/usb/musb/omap2430.c | 10 +----
drivers/usb/musb/tusb6010.c | 16 +++----
include/linux/usb/musb.h | 4 +-
7 files changed, 28 insertions(+), 125 deletions(-)
--
balbi
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PULL REQUEST] arm omap patches for -next merge window
2009-12-29 23:01 [PULL REQUEST] arm omap patches for -next merge window Felipe Balbi
@ 2009-12-29 23:50 ` Tony Lindgren
2009-12-30 0:00 ` Felipe Balbi
0 siblings, 1 reply; 3+ messages in thread
From: Tony Lindgren @ 2009-12-29 23:50 UTC (permalink / raw)
To: Felipe Balbi; +Cc: linux-omap
* Felipe Balbi <me@felipebalbi.com> [091229 14:59]:
> After these, all the patches I have for you are
> done, besides the CBUS stuff which I want to test
> further. DSME is turning off my device right after
> boot so I can't really test anything. If you have
> some hint, I'd be glad to hear ;-)
>
> The following changes since commit
> bb65718ad7ed3c4231f67cf3f8b4a9a071bdfd53:
> Felipe Balbi (1):
> arm: omap: perseus: kill compile warning on board-perseus2.c
>
> are available in the git repository at:
>
> git://gitorious.org/usb/usb.git for-tony-next
This too should be against Linus' -rc2. Also, please
leave out the changes to drivers/usb/musb, I don't want
to pull those into for-next as they'll go through Greg.
We can add any patches like that to omap-testing branch
temporarily. That way people using linux-omap tree can
test them.
Regards,
Tony
> Felipe Balbi (9):
> arm: omap: musb: remove unused data
> arm: omap: musb: we can use clk framework
> arm: omap: musb: remove unused soft_con field
> arm: omap: musb: remove unused dma data
> arm: omap: musb: remove unnecessary return
> arm: omap: gpmc: avoid section definitions on headers
> usb: musb: use only clk framework for clk handling
> arm: omap: musb: do not pass clock name to driver
> arm: omap: musb: get rid of dyn_fifo
>
> arch/arm/mach-omap2/usb-musb.c | 71
> +-------------------------------
> arch/arm/plat-omap/include/plat/gpmc.h | 2 +-
> drivers/usb/musb/musb_core.c | 48 +++++++--------------
> drivers/usb/musb/musb_core.h | 2 -
> drivers/usb/musb/omap2430.c | 10 +----
> drivers/usb/musb/tusb6010.c | 16 +++----
> include/linux/usb/musb.h | 4 +-
> 7 files changed, 28 insertions(+), 125 deletions(-)
>
> --
> balbi
>
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PULL REQUEST] arm omap patches for -next merge window
2009-12-29 23:50 ` Tony Lindgren
@ 2009-12-30 0:00 ` Felipe Balbi
0 siblings, 0 replies; 3+ messages in thread
From: Felipe Balbi @ 2009-12-30 0:00 UTC (permalink / raw)
To: Tony Lindgren; +Cc: linux-omap
On Tue, 2009-12-29 at 15:50 -0800, Tony Lindgren wrote:
> * Felipe Balbi <me@felipebalbi.com> [091229 14:59]:
> > After these, all the patches I have for you are
> > done, besides the CBUS stuff which I want to test
> > further. DSME is turning off my device right after
> > boot so I can't really test anything. If you have
> > some hint, I'd be glad to hear ;-)
> >
> > The following changes since commit
> > bb65718ad7ed3c4231f67cf3f8b4a9a071bdfd53:
> > Felipe Balbi (1):
> > arm: omap: perseus: kill compile warning on board-perseus2.c
> >
> > are available in the git repository at:
> >
> > git://gitorious.org/usb/usb.git for-tony-next
>
> This too should be against Linus' -rc2. Also, please
> leave out the changes to drivers/usb/musb, I don't want
> to pull those into for-next as they'll go through Greg.
> We can add any patches like that to omap-testing branch
> temporarily. That way people using linux-omap tree can
> test them.
Ok all fixed now, here's a new pull request:
The following changes since commit
6b7b284958d47b77d06745b36bc7f36dab769d9b:
Linus Torvalds (1):
Linux 2.6.33-rc2
are available in the git repository at:
git://gitorious.org/usb/usb.git for-tony-next
Felipe Balbi (8):
arm: omap: musb: remove unused data
arm: omap: musb: we can use clk framework
arm: omap: musb: remove unused soft_con field
arm: omap: musb: remove unused dma data
arm: omap: musb: remove unnecessary return
arm: omap: gpmc: avoid section definitions on headers
arm: omap: musb: do not pass clock name to driver
arm: omap: musb: get rid of dyn_fifo
arch/arm/mach-omap2/usb-musb.c | 71
+-------------------------------
arch/arm/plat-omap/include/plat/gpmc.h | 2 +-
2 files changed, 2 insertions(+), 71 deletions(-)
--
balbi
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2009-12-30 0:00 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-12-29 23:01 [PULL REQUEST] arm omap patches for -next merge window Felipe Balbi
2009-12-29 23:50 ` Tony Lindgren
2009-12-30 0:00 ` Felipe Balbi
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.