From: Oleksij Rempel <linux@rempel-privat.de>
To: barebox@lists.infradead.org
Subject: [RFC, PATCH v2 0/3] work on atheros ar2313
Date: Wed, 22 May 2013 09:49:46 +0200 [thread overview]
Message-ID: <1369208989-14369-1-git-send-email-linux@rempel-privat.de> (raw)
Hello all,
here is next version of pachtes for atheros ar2313.
Previous comments was handled and some more work was done
Oleksij Rempel (3):
MIPS: add Atheros ar531x family support
net: add ar231x-eth support
MIPS: ar231x: add netgear-wg102
arch/mips/Kconfig | 10 +
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 | 13 +
arch/mips/mach-ar231x/Kconfig | 17 +
arch/mips/mach-ar231x/Makefile | 3 +
arch/mips/mach-ar231x/ar231x.c | 199 ++++++++++
arch/mips/mach-ar231x/ar231x_reset.c | 64 +++
arch/mips/mach-ar231x/board.c | 184 +++++++++
arch/mips/mach-ar231x/include/mach/ar2312_regs.h | 269 +++++++++++++
.../mach-ar231x/include/mach/ar231x_platform.h | 89 +++++
arch/mips/mach-ar231x/include/mach/debug_ll.h | 35 ++
drivers/net/Kconfig | 7 +
drivers/net/Makefile | 1 +
drivers/net/ar231x.c | 429 +++++++++++++++++++++
drivers/net/ar231x.h | 219 +++++++++++
17 files changed, 1549 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 arch/mips/mach-ar231x/include/mach/debug_ll.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-22 7:50 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-05-22 7:49 Oleksij Rempel [this message]
2013-05-22 7:49 ` [RFC, PATCH v2 1/3] MIPS: add Atheros ar531x family support Oleksij Rempel
2013-05-23 13:35 ` Sascha Hauer
2013-05-23 13:43 ` Oleksij Rempel
2013-05-22 7:49 ` [RFC, PATCH v2 2/3] net: add ar231x-eth support Oleksij Rempel
2013-05-24 7:09 ` Sascha Hauer
2013-05-24 9:14 ` Jean-Christophe PLAGNIOL-VILLARD
2013-05-25 15:57 ` Oleksij Rempel
2013-05-28 6:57 ` Sascha Hauer
2013-05-22 7:49 ` [RFC, PATCH v2 3/3] MIPS: ar231x: add netgear-wg102 Oleksij Rempel
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=1369208989-14369-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