From: Oleksij Rempel <linux@rempel-privat.de>
To: barebox@lists.infradead.org
Subject: [PATCH v3 0/3] work on atheros ar2313
Date: Thu, 30 May 2013 20:18:39 +0200 [thread overview]
Message-ID: <1369937922-1557-1-git-send-email-linux@rempel-privat.de> (raw)
here is next version of pachtes for atheros ar2313.
All previous comments and style fixes was handled here.
Oleksij Rempel (3):
MIPS: add Atheros ar531x family support
net: add ar231x-eth support
MIPS: ar231x: add netgear-wg102
arch/mips/Kconfig | 9 +
arch/mips/Makefile | 3 +
arch/mips/boards/netgear-wg102/Kconfig | 6 +
arch/mips/boards/netgear-wg102/Makefile | 1 +
arch/mips/boards/netgear-wg102/ram.c | 11 +
arch/mips/mach-ar231x/Kconfig | 17 +
arch/mips/mach-ar231x/Makefile | 3 +
arch/mips/mach-ar231x/ar231x.c | 195 +++++++++
arch/mips/mach-ar231x/ar231x_reset.c | 73 ++++
arch/mips/mach-ar231x/board.c | 188 +++++++++
arch/mips/mach-ar231x/include/mach/ar2312_regs.h | 302 ++++++++++++++
.../mach-ar231x/include/mach/ar231x_platform.h | 104 +++++
drivers/net/Kconfig | 7 +
drivers/net/Makefile | 1 +
drivers/net/ar231x.c | 437 +++++++++++++++++++++
drivers/net/ar231x.h | 219 +++++++++++
16 files changed, 1576 insertions(+)
create mode 100644 arch/mips/boards/netgear-wg102/Kconfig
create mode 100644 arch/mips/boards/netgear-wg102/Makefile
create mode 100644 arch/mips/boards/netgear-wg102/ram.c
create mode 100644 arch/mips/mach-ar231x/Kconfig
create mode 100644 arch/mips/mach-ar231x/Makefile
create mode 100644 arch/mips/mach-ar231x/ar231x.c
create mode 100644 arch/mips/mach-ar231x/ar231x_reset.c
create mode 100644 arch/mips/mach-ar231x/board.c
create mode 100644 arch/mips/mach-ar231x/include/mach/ar2312_regs.h
create mode 100644 arch/mips/mach-ar231x/include/mach/ar231x_platform.h
create mode 100644 drivers/net/ar231x.c
create mode 100644 drivers/net/ar231x.h
--
1.8.1.2
_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox
next reply other threads:[~2013-05-30 18:19 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-05-30 18:18 Oleksij Rempel [this message]
2013-05-30 18:18 ` [PATCH v3 1/3] MIPS: add Atheros ar531x family support Oleksij Rempel
2013-05-30 18:18 ` [PATCH v3 2/3] net: add ar231x-eth support Oleksij Rempel
2013-05-30 18:18 ` [PATCH v3 3/3] MIPS: ar231x: add netgear-wg102 Oleksij Rempel
2013-05-31 14:35 ` [PATCH v3 0/3] work on atheros ar2313 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=1369937922-1557-1-git-send-email-linux@rempel-privat.de \
--to=linux@rempel-privat.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