All of lore.kernel.org
 help / color / mirror / Atom feed
From: Heiko Schocher <hs@denx.de>
To: linuxppc-dev@lists.ozlabs.org
Cc: Heiko Schocher <hs@denx.de>, Wolfgang Denk <wd@denx.de>
Subject: [PATCH 0/4] powerpc, mpc5200: add support for a4m072 board
Date: Wed, 22 Jun 2011 09:55:07 +0200	[thread overview]
Message-ID: <1308729311-15375-1-git-send-email-hs@denx.de> (raw)

- Add PHY support (AMD am79c874)
- Add DTS to support a4m072 board
- Update mpc5200_defconfig
- Add config options needed for a4m072 board support
  to mpc5200_defconfig 

cc: Wolfgang Denk <wd@denx.de>

Heiko Schocher (4):
  net, phy: am79c874 support
  powerpc, mpc5200: add a4m072 board support
  powerpc, mpc5200: update mpc5200_defconfig
  powerpc, mpc5200: add options to mpc5200_defconfig

 arch/powerpc/boot/dts/a4m072.dts             |  273 ++++++++++++++++++++++++++
 arch/powerpc/configs/mpc5200_defconfig       |   15 +-
 arch/powerpc/platforms/52xx/mpc5200_simple.c |    1 +
 drivers/net/phy/Kconfig                      |    5 +
 drivers/net/phy/Makefile                     |    1 +
 drivers/net/phy/amd79.c                      |  109 ++++++++++
 6 files changed, 395 insertions(+), 9 deletions(-)
 create mode 100644 arch/powerpc/boot/dts/a4m072.dts
 create mode 100644 drivers/net/phy/amd79.c

-- 
1.7.5.4

             reply	other threads:[~2011-06-22  7:55 UTC|newest]

Thread overview: 21+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-06-22  7:55 Heiko Schocher [this message]
2011-06-22  7:55 ` [PATCH 1/4] net, phy: am79c874 support Heiko Schocher
2011-07-26  4:55   ` Heiko Schocher
2012-03-18 21:13     ` Anatolij Gustschin
2012-03-18 21:22   ` Anatolij Gustschin
     [not found] ` <1308729311-15375-1-git-send-email-hs-ynQEQJNshbs@public.gmane.org>
2011-06-22  7:55   ` [PATCH 2/4] powerpc, mpc52xx: add a4m072 board support Heiko Schocher
2011-06-22  7:55     ` Heiko Schocher
     [not found]     ` <1308729311-15375-3-git-send-email-hs-ynQEQJNshbs@public.gmane.org>
2011-06-22  8:09       ` Wolfram Sang
2011-06-22  8:09         ` Wolfram Sang
2011-06-22  8:13         ` Heiko Schocher
2011-06-22  8:25           ` Wolfram Sang
2011-06-22  8:25             ` Wolfram Sang
2011-06-22 10:39     ` [PATCH v2 " Heiko Schocher
2011-07-26  4:52       ` Heiko Schocher
2011-07-31  4:08       ` Grant Likely
2011-08-01  5:30         ` Heiko Schocher
2012-03-18 23:38       ` Anatolij Gustschin
2011-07-31  4:05     ` [PATCH " Grant Likely
2011-06-22  7:55 ` [PATCH 3/4] powerpc, mpc5200: update mpc5200_defconfig Heiko Schocher
2011-06-22  7:55 ` [PATCH 4/4] powerpc, mpc5200: add options to mpc5200_defconfig Heiko Schocher
2012-03-18 23:44   ` Anatolij Gustschin

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=1308729311-15375-1-git-send-email-hs@denx.de \
    --to=hs@denx.de \
    --cc=linuxppc-dev@lists.ozlabs.org \
    --cc=wd@denx.de \
    /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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.