* [U-Boot-Users] [PATCH] Added support for TrizepsIV module - PXA270
@ 2007-08-30 21:01 stefano babic
2007-09-06 23:06 ` Wolfgang Denk
2007-10-06 18:59 ` [U-Boot-Users] [PATCH] MMC for PXA 27X stefano babic
0 siblings, 2 replies; 4+ messages in thread
From: stefano babic @ 2007-08-30 21:01 UTC (permalink / raw)
To: u-boot
This patch add support for the Trizeps IV module (520Mhz).
Signed-off-by: Stefano Babic <sbabic@denx.de>
--
=====================================================================
DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: +49-8142-66989-0 Fax: +49-8142-66989-80 Email: office at denx.de
=====================================================================
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: 0006-Added-support-for-TrizepsIV-module.txt
Url: http://lists.denx.de/pipermail/u-boot/attachments/20070830/867276bf/attachment.txt
^ permalink raw reply [flat|nested] 4+ messages in thread
* [U-Boot-Users] [PATCH] Added support for TrizepsIV module - PXA270
2007-08-30 21:01 [U-Boot-Users] [PATCH] Added support for TrizepsIV module - PXA270 stefano babic
@ 2007-09-06 23:06 ` Wolfgang Denk
2007-10-06 18:59 ` [U-Boot-Users] [PATCH] MMC for PXA 27X stefano babic
1 sibling, 0 replies; 4+ messages in thread
From: Wolfgang Denk @ 2007-09-06 23:06 UTC (permalink / raw)
To: u-boot
In message <46D7303D.9060906@denx.de> you wrote:
> This is a multi-part message in MIME format.
> --------------030508080601060307000406
> Content-Type: text/plain; charset=ISO-8859-1; format=flowed
> Content-Transfer-Encoding: 7bit
>
> This patch add support for the Trizeps IV module (520Mhz).
>
> Signed-off-by: Stefano Babic <sbabic@denx.de>
Applied, thanks.
Best regards,
Wolfgang Denk
--
DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd at denx.de
"The first rule of magic is simple. Don't waste your time waving your
hands and hoping when a rock or a club will do."
- McCloctnik the Lucid
^ permalink raw reply [flat|nested] 4+ messages in thread* [U-Boot-Users] [PATCH] MMC for PXA 27X
2007-08-30 21:01 [U-Boot-Users] [PATCH] Added support for TrizepsIV module - PXA270 stefano babic
2007-09-06 23:06 ` Wolfgang Denk
@ 2007-10-06 18:59 ` stefano babic
2007-10-13 22:03 ` Wolfgang Denk
1 sibling, 1 reply; 4+ messages in thread
From: stefano babic @ 2007-10-06 18:59 UTC (permalink / raw)
To: u-boot
MMC support for X_Scale PXA is broken and does not work.
Mainly, the mmc_init() function cannot recognize current SD/MMC cards.
There were already some patches around the world but none of them was
merged into the official u-boot tree.
This patch makes order fixing this issue.
Applied and tested on PXA 270 (TrizepsIV module).
Signed-off-by: Stefano Babic <sbabic@denx.de>
--
=====================================================================
DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: +49-8142-66989-0 Fax: +49-8142-66989-80 Email: office at denx.de
=====================================================================
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: 0004-applied-patch-for-MMC-SD-on-PXA-CPU.txt
Url: http://lists.denx.de/pipermail/u-boot/attachments/20071006/8530b3a1/attachment.txt
^ permalink raw reply [flat|nested] 4+ messages in thread
* [U-Boot-Users] [PATCH] MMC for PXA 27X
2007-10-06 18:59 ` [U-Boot-Users] [PATCH] MMC for PXA 27X stefano babic
@ 2007-10-13 22:03 ` Wolfgang Denk
0 siblings, 0 replies; 4+ messages in thread
From: Wolfgang Denk @ 2007-10-13 22:03 UTC (permalink / raw)
To: u-boot
Dear Stefano,
in message <4707DAFB.8030407@denx.de> you wrote:
>
> MMC support for X_Scale PXA is broken and does not work.
> Mainly, the mmc_init() function cannot recognize current SD/MMC cards.
> There were already some patches around the world but none of them was
> merged into the official u-boot tree.
>
> This patch makes order fixing this issue.
>
> Applied and tested on PXA 270 (TrizepsIV module).
>
> Signed-off-by: Stefano Babic <sbabic@denx.de>
I'm sorry, but this patch violates the coding style and does not
apply:
Space in indent is followed by a tab.
.dotest/patch:76: /* Linux says:
Space in indent is followed by a tab.
.dotest/patch:77: * Did I mention this is Sick. We always need to
Space in indent is followed by a tab.
.dotest/patch:78: * discard the upper 8 bits of the first 16-bit word.
Space in indent is followed by a tab.
.dotest/patch:79: */
Space in indent is followed by a tab.
.dotest/patch:359: udelay(200000);
error: patch failed: cpu/pxa/mmc.c:392
error: cpu/pxa/mmc.c: patch does not apply
Using index info to reconstruct a base tree...
Space in indent is followed by a tab.
<stdin>:76: /* Linux says:
Space in indent is followed by a tab.
<stdin>:77: * Did I mention this is Sick. We always need to
Space in indent is followed by a tab.
<stdin>:78: * discard the upper 8 bits of the first 16-bit word.
Space in indent is followed by a tab.
<stdin>:79: */
Space in indent is followed by a tab.
<stdin>:359: udelay(200000);
warning: squelched 2 whitespace errors
warning: 7 lines add trailing whitespaces.
Falling back to patching base and 3-way merge...
Auto-merged cpu/pxa/mmc.c
CONFLICT (content): Merge conflict in cpu/pxa/mmc.c
Failed to merge in the changes.
Patch failed at 0001.
Please clean up and rebase if needed, then resubmit (ideally *soon*
so it can go into the 1.3.0 release). Thanks in advance.
Ciao,
Wolfgang Denk
--
DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd at denx.de
If you can't beat it or corrupt it, you pretend it was your idea in
the first place. - Terry Pratchett, _Guards! Guards!_
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2007-10-13 22:03 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-08-30 21:01 [U-Boot-Users] [PATCH] Added support for TrizepsIV module - PXA270 stefano babic
2007-09-06 23:06 ` Wolfgang Denk
2007-10-06 18:59 ` [U-Boot-Users] [PATCH] MMC for PXA 27X stefano babic
2007-10-13 22:03 ` Wolfgang Denk
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox