From: Wolfram Sang <w.sang@pengutronix.de>
To: barebox@lists.infradead.org
Subject: [PATCH 0/3] arm: mxs: ocotp read support
Date: Thu, 5 Apr 2012 11:05:38 +0200 [thread overview]
Message-ID: <1333616741-14273-1-git-send-email-w.sang@pengutronix.de> (raw)
Add read support for the OCOTP so we can get MAC addresses. Also fix the
printout once we got it since it doesn't come from an eeprom.
Wolfram Sang (3):
arm: mxs: add ocotp driver
arm: mxs: tx28: get MAC from OCOTP
net: eth: don't say that MAC comes from EEPROM
arch/arm/boards/karo-tx28/tx28-stk5.c | 23 +++++
arch/arm/mach-mxs/Kconfig | 14 +++
arch/arm/mach-mxs/Makefile | 1 +
arch/arm/mach-mxs/include/mach/imx23-regs.h | 1 +
arch/arm/mach-mxs/include/mach/imx28-regs.h | 1 +
arch/arm/mach-mxs/include/mach/ocotp.h | 12 +++
arch/arm/mach-mxs/ocotp.c | 139 +++++++++++++++++++++++++++
net/eth.c | 2 +-
8 files changed, 192 insertions(+), 1 deletion(-)
create mode 100644 arch/arm/mach-mxs/include/mach/ocotp.h
create mode 100644 arch/arm/mach-mxs/ocotp.c
--
1.7.9.5
_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox
next reply other threads:[~2012-04-05 9:05 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-04-05 9:05 Wolfram Sang [this message]
2012-04-05 9:05 ` [PATCH 1/3] arm: mxs: add ocotp driver Wolfram Sang
2012-04-05 9:05 ` [PATCH 2/3] arm: mxs: tx28: get MAC from OCOTP Wolfram Sang
2012-04-05 9:05 ` [PATCH 3/3] net: eth: don't say that MAC comes from EEPROM Wolfram Sang
2012-04-05 16:26 ` [PATCH 0/3] arm: mxs: ocotp read support 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=1333616741-14273-1-git-send-email-w.sang@pengutronix.de \
--to=w.sang@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