* [GIT PULL] i.MX patches for eukrea boards
@ 2012-01-03 8:51 Sascha Hauer
2012-01-03 17:37 ` Olof Johansson
0 siblings, 1 reply; 3+ messages in thread
From: Sascha Hauer @ 2012-01-03 8:51 UTC (permalink / raw)
To: linux-arm-kernel
Hi Arnd, Olof,
Please pull the following eukrea board specific patches. They
currently conflict with the patches merging mach-mx5 to mach-imx.
Let me know if I have to rebase them.
Sascha
The following changes since commit 384703b8e6cd4c8ef08512e596024e028c91c339:
Linux 3.2-rc6 (2011-12-16 18:36:26 -0800)
are available in the git repository at:
git://git.pengutronix.de/git/imx/linux-2.6.git imx-features-eukrea
Eric B?nard (9):
mxc_udc: add workaround for ENGcm09152 for i.MX25
eukrea_cpuimx25: enable workaround ENGcm09152
mbimxsd25: add spi controler and spidev support
cpuimx25: add watchdog support
mbimxsd35: add spi controler and spidev support
eukrea-cpuimx51: remove board
cpuimx51sd: add watchdog support
mbimx51sd: add audio codec support
eukrea-cpuimx51sd: support rev2 PCB
arch/arm/configs/mx5_defconfig | 1 -
arch/arm/mach-imx/Kconfig | 3 +
arch/arm/mach-imx/eukrea_mbimxsd25-baseboard.c | 39 +++
arch/arm/mach-imx/eukrea_mbimxsd35-baseboard.c | 39 +++
arch/arm/mach-imx/mach-eukrea_cpuimx25.c | 2 +
arch/arm/mach-mx5/Kconfig | 32 +---
arch/arm/mach-mx5/Makefile | 2 -
arch/arm/mach-mx5/board-cpuimx51.c | 300 ------------------------
arch/arm/mach-mx5/board-cpuimx51sd.c | 49 ++++-
arch/arm/mach-mx5/eukrea_mbimx51-baseboard.c | 206 ----------------
arch/arm/mach-mx5/eukrea_mbimxsd-baseboard.c | 28 +++
drivers/usb/gadget/fsl_mxc_udc.c | 22 +-
12 files changed, 167 insertions(+), 556 deletions(-)
delete mode 100644 arch/arm/mach-mx5/board-cpuimx51.c
delete mode 100644 arch/arm/mach-mx5/eukrea_mbimx51-baseboard.c
--
Pengutronix e.K. | |
Industrial Linux Solutions | http://www.pengutronix.de/ |
Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0 |
Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-5555 |
^ permalink raw reply [flat|nested] 3+ messages in thread* [GIT PULL] i.MX patches for eukrea boards
2012-01-03 8:51 [GIT PULL] i.MX patches for eukrea boards Sascha Hauer
@ 2012-01-03 17:37 ` Olof Johansson
2012-01-03 18:45 ` Eric Bénard
0 siblings, 1 reply; 3+ messages in thread
From: Olof Johansson @ 2012-01-03 17:37 UTC (permalink / raw)
To: linux-arm-kernel
Hi Sascha,
On Tue, Jan 3, 2012 at 12:51 AM, Sascha Hauer <s.hauer@pengutronix.de> wrote:
> Hi Arnd, Olof,
>
> Please pull the following eukrea board specific patches. They
> currently conflict with the patches merging mach-mx5 to mach-imx.
> Let me know if I have to rebase them.
>
> Sascha
>
> The following changes since commit 384703b8e6cd4c8ef08512e596024e028c91c339:
>
> ?Linux 3.2-rc6 (2011-12-16 18:36:26 -0800)
>
> are available in the git repository at:
> ?git://git.pengutronix.de/git/imx/linux-2.6.git imx-features-eukrea
>
> Eric B?nard (9):
> ? ? ?mxc_udc: add workaround for ENGcm09152 for i.MX25
> ? ? ?eukrea_cpuimx25: enable workaround ENGcm09152
> ? ? ?mbimxsd25: add spi controler and spidev support
> ? ? ?cpuimx25: add watchdog support
> ? ? ?mbimxsd35: add spi controler and spidev support
> ? ? ?eukrea-cpuimx51: remove board
> ? ? ?cpuimx51sd: add watchdog support
> ? ? ?mbimx51sd: add audio codec support
> ? ? ?eukrea-cpuimx51sd: support rev2 PCB
Can you please change the patch subjects of these and future patches.
They should generally be on the form:
ARM: <platform>: <subplatform or topic>: <...>
So, in your case:
ARM: imx: ...
Thanks!
-Olof
^ permalink raw reply [flat|nested] 3+ messages in thread
* [GIT PULL] i.MX patches for eukrea boards
2012-01-03 17:37 ` Olof Johansson
@ 2012-01-03 18:45 ` Eric Bénard
0 siblings, 0 replies; 3+ messages in thread
From: Eric Bénard @ 2012-01-03 18:45 UTC (permalink / raw)
To: linux-arm-kernel
Hi Olof, Hi Sascha,
Le Tue, 3 Jan 2012 09:37:52 -0800,
Olof Johansson <olof@lixom.net> a ?crit :
> On Tue, Jan 3, 2012 at 12:51 AM, Sascha Hauer <s.hauer@pengutronix.de> wrote:
> > Hi Arnd, Olof,
> >
> > Please pull the following eukrea board specific patches. They
> > currently conflict with the patches merging mach-mx5 to mach-imx.
> > Let me know if I have to rebase them.
> >
> > Sascha
> >
> > The following changes since commit 384703b8e6cd4c8ef08512e596024e028c91c339:
> >
> > ?Linux 3.2-rc6 (2011-12-16 18:36:26 -0800)
> >
> > are available in the git repository at:
> > ?git://git.pengutronix.de/git/imx/linux-2.6.git imx-features-eukrea
> >
> > Eric B?nard (9):
> > ? ? ?mxc_udc: add workaround for ENGcm09152 for i.MX25
> > ? ? ?eukrea_cpuimx25: enable workaround ENGcm09152
> > ? ? ?mbimxsd25: add spi controler and spidev support
> > ? ? ?cpuimx25: add watchdog support
> > ? ? ?mbimxsd35: add spi controler and spidev support
> > ? ? ?eukrea-cpuimx51: remove board
> > ? ? ?cpuimx51sd: add watchdog support
> > ? ? ?mbimx51sd: add audio codec support
> > ? ? ?eukrea-cpuimx51sd: support rev2 PCB
>
> Can you please change the patch subjects of these and future patches.
> They should generally be on the form:
>
> ARM: <platform>: <subplatform or topic>: <...>
>
> So, in your case:
>
> ARM: imx: ...
>
will send a v2 tomorrow
Eric
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2012-01-03 18:45 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-01-03 8:51 [GIT PULL] i.MX patches for eukrea boards Sascha Hauer
2012-01-03 17:37 ` Olof Johansson
2012-01-03 18:45 ` Eric Bénard
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).