From: Sascha Hauer <s.hauer@pengutronix.de>
To: barebox@lists.infradead.org
Subject: [PATCH] OMAP3 updates
Date: Mon, 4 Mar 2013 20:37:44 +0100 [thread overview]
Message-ID: <1362425866-1356-1-git-send-email-s.hauer@pengutronix.de> (raw)
Two patches for OMAP3. One calls the internal ROM to invalidate
the L2 cache and removes the previously used omap3_invalidate_dcache
function. I don't know exactly what'S going on here, but it makes
the beagle board much more stable. In earlier days this was not
needed, maybe because we didn't enable the MMU.
The other one adds the iomux setup for MMC cards on the beagle board.
My hope was that with this the MMC slot would work even when not
booting from it. Unfortunately this was not the case. I also tried
and enabled VMMC in the twl4030, but this didn't help either.
So if anyone has an idea what needs to be done to make the MMC
slot work I'd be glad to hear.
Sascha
----------------------------------------------------------------
Sascha Hauer (2):
ARM: OMAP3: invalidate L2 cache using ROM API
ARM: OMAP: beagle: Add missing MMC iomux setup
arch/arm/boards/beagle/lowlevel.c | 13 +++-
arch/arm/boards/omap343xdsp/lowlevel.c | 2 -
arch/arm/mach-omap/Makefile | 4 +-
arch/arm/mach-omap/auxcr.S | 12 ++++
arch/arm/mach-omap/include/mach/omap3-silicon.h | 8 ++-
arch/arm/mach-omap/omap3_core.S | 87 -------------------------
arch/arm/mach-omap/omap3_generic.c | 4 +-
7 files changed, 35 insertions(+), 95 deletions(-)
delete mode 100644 arch/arm/mach-omap/omap3_core.S
_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox
next reply other threads:[~2013-03-04 19:37 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-03-04 19:37 Sascha Hauer [this message]
2013-03-04 19:37 ` [PATCH 1/2] ARM: OMAP3: invalidate L2 cache using ROM API Sascha Hauer
2013-03-04 19:37 ` [PATCH 2/2] ARM: OMAP: beagle: Add missing MMC iomux setup Sascha Hauer
2013-03-06 23:45 ` [PATCH 1/1] beagle: add missing mmc twl and control init Jean-Christophe PLAGNIOL-VILLARD
2013-03-07 2:06 ` Alexander Aring
2013-03-08 7:41 ` Sascha Hauer
2013-03-08 12:21 ` Jean-Christophe PLAGNIOL-VILLARD
2013-03-08 12:45 ` Sascha Hauer
2013-03-08 12:42 ` Jean-Christophe PLAGNIOL-VILLARD
2013-03-08 13:00 ` Sascha Hauer
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1362425866-1356-1-git-send-email-s.hauer@pengutronix.de \
--to=s.hauer@pengutronix.de \
--cc=barebox@lists.infradead.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox