mail archive of the barebox mailing list
 help / color / mirror / Atom feed
From: Sascha Hauer <s.hauer@pengutronix.de>
To: barebox@lists.infradead.org
Subject: [PATCH] Add am33xx/beaglebone network support
Date: Wed,  9 Jan 2013 12:02:42 +0100	[thread overview]
Message-ID: <1357729366-2686-1-git-send-email-s.hauer@pengutronix.de> (raw)

The following adds a cpsw network driver and also support for it
on the beaglebone board.

Sascha

----------------------------------------------------------------
Jan Luebbe (1):
      drivers: net: add driver for TI CPSW

Sascha Hauer (3):
      ARM am33xx: Add cpws convenience functions
      ARM beaglebone: Add network support
      ARM beaglebone: update defconfig for networking

 arch/arm/boards/beaglebone/board.c               |   28 +
 arch/arm/configs/am335x_beaglebone_defconfig     |   17 +
 arch/arm/mach-omap/am33xx_generic.c              |   27 +
 arch/arm/mach-omap/include/mach/am33xx-devices.h |    7 +
 arch/arm/mach-omap/include/mach/cpsw.h           |   29 +
 drivers/net/Kconfig                              |    4 +
 drivers/net/Makefile                             |    1 +
 drivers/net/cpsw.c                               | 1070 ++++++++++++++++++++++
 8 files changed, 1183 insertions(+)
 create mode 100644 arch/arm/mach-omap/include/mach/cpsw.h
 create mode 100644 drivers/net/cpsw.c

_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox

             reply	other threads:[~2013-01-09 11:02 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-01-09 11:02 Sascha Hauer [this message]
2013-01-09 11:02 ` [PATCH 1/4] drivers: net: add driver for TI CPSW Sascha Hauer
2013-01-09 11:02 ` [PATCH 2/4] ARM am33xx: Add cpws convenience functions Sascha Hauer
2013-01-09 11:02 ` [PATCH 3/4] ARM beaglebone: Add network support Sascha Hauer
2013-01-09 11:02 ` [PATCH 4/4] ARM beaglebone: update defconfig for networking 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=1357729366-2686-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