mail archive of the barebox mailing list
 help / color / mirror / Atom feed
* [RFC, PATCH v2 0/3] work on atheros ar2313
@ 2013-05-22  7:49 Oleksij Rempel
  2013-05-22  7:49 ` [RFC, PATCH v2 1/3] MIPS: add Atheros ar531x family support Oleksij Rempel
                   ` (2 more replies)
  0 siblings, 3 replies; 10+ messages in thread
From: Oleksij Rempel @ 2013-05-22  7:49 UTC (permalink / raw)
  To: barebox

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

^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2013-05-28  6:57 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-05-22  7:49 [RFC, PATCH v2 0/3] work on atheros ar2313 Oleksij Rempel
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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox