From: Ben Warren <biggerbadderben@gmail.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH 24/35] Blackfin: bf518f-ezbrd: handle different PHYs dynamically
Date: Sun, 11 Jul 2010 23:55:36 -0700 [thread overview]
Message-ID: <4C3ABC68.9000003@gmail.com> (raw)
In-Reply-To: <4C3ABBDC.1070004@gmail.com>
On 7/11/2010 11:53 PM, Ben Warren wrote:
> Hi Mike,
>
> On 7/5/2010 2:30 AM, Mike Frysinger wrote:
>> The original BF518F-EZBRD's have a Micrel KSZ8893 DSA on them, but newer
>> ones only have a National PHY (which lack a RX Error interrupt
>> line). So
>> in the board eth init code, dynamically detect what is hooked up to
>> the MAC
>> and handle each accordingly.
>>
>> Signed-off-by: Mike Frysinger<vapier@gentoo.org>
>> ---
>> board/bf518f-ezbrd/bf518f-ezbrd.c | 23 +++++++++++++----------
>> include/configs/bf518f-ezbrd.h | 20 ++++++++++++++++++++
>> 2 files changed, 33 insertions(+), 10 deletions(-)
> Applied to net repo.
>
> thanks,
> Ben
On second thought, it probably makes more sense to keep this as part of
your patchset. I shouldn't have pulled it in the first place since it's
really board code.
regards,
Ben
next prev parent reply other threads:[~2010-07-12 6:55 UTC|newest]
Thread overview: 44+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-07-05 9:30 [U-Boot] [PATCH 00/35] Blackfin updates for 2010.09 Mike Frysinger
2010-07-05 9:30 ` [U-Boot] [PATCH 01/35] Blackfin: clean up trace buffer handling when crashing Mike Frysinger
2010-07-05 9:30 ` [U-Boot] [PATCH 02/35] Blackfin: implement bootcount support Mike Frysinger
2010-07-05 9:30 ` [U-Boot] [PATCH 03/35] Blackfin: expand EVT1 usage documentation a bit more Mike Frysinger
2010-07-06 21:04 ` Aldo Cedillo
2010-07-05 9:30 ` [U-Boot] [PATCH 04/35] Blackfin: bf537-stamp: drop old spi_flash driver Mike Frysinger
2010-07-05 9:30 ` [U-Boot] [PATCH 05/35] Blackfin: update anomaly lists to latest sheets Mike Frysinger
2010-07-05 9:30 ` [U-Boot] [PATCH 06/35] Blackfin: set up simple NMI handlers for anomaly 05000219 Mike Frysinger
2010-07-05 9:30 ` [U-Boot] [PATCH 07/35] Blackfin: ibf-dsp561: enable AX88180 net driver Mike Frysinger
2010-07-05 9:30 ` [U-Boot] [PATCH 08/35] Blackfin: import gpio/portmux layer from Linux Mike Frysinger
2010-07-05 9:30 ` [U-Boot] [PATCH 09/35] Blackfin: unify custom gpio commands Mike Frysinger
2010-07-05 9:30 ` [U-Boot] [PATCH 10/35] Blackfin: back out status_led.h stubs Mike Frysinger
2010-07-05 9:30 ` [U-Boot] [PATCH 11/35] Blackfin: switch to common GPIO LED driver Mike Frysinger
2010-07-05 9:30 ` [U-Boot] [PATCH 12/35] Blackfin: bf537-stamp: use common spi boot workaround code Mike Frysinger
2010-07-05 9:30 ` [U-Boot] [PATCH 13/35] Blackfin: convert gpio flash logic to common gpio layer Mike Frysinger
2010-07-05 9:30 ` [U-Boot] [PATCH 14/35] Blackfin: bfin_mac: convert to portmux framework Mike Frysinger
2010-07-12 6:52 ` Ben Warren
2010-07-12 6:56 ` Ben Warren
2010-07-13 21:49 ` Mike Frysinger
2010-07-05 9:30 ` [U-Boot] [PATCH 15/35] Blackfin: bfin_nand: " Mike Frysinger
2010-07-06 18:33 ` Scott Wood
2010-07-05 9:30 ` [U-Boot] [PATCH 16/35] Blackfin: bfin_sdh: " Mike Frysinger
2010-07-05 9:30 ` [U-Boot] [PATCH 17/35] Blackfin: pata_bfin: " Mike Frysinger
2010-07-05 9:30 ` [U-Boot] [PATCH 18/35] Blackfin: serial: " Mike Frysinger
2010-07-05 9:30 ` [U-Boot] [PATCH 19/35] Blackfin: bfin_spi: " Mike Frysinger
2010-07-05 9:30 ` [U-Boot] [PATCH 20/35] Blackfin: bfin_spi: support gpios as chip selects Mike Frysinger
2010-07-05 9:30 ` [U-Boot] [PATCH 21/35] Blackfin: bf533-stamp: convert eth/flash swap logic to gpio framework Mike Frysinger
2010-07-05 9:30 ` [U-Boot] [PATCH 22/35] Blackfin: blackstamp: " Mike Frysinger
2010-07-05 9:30 ` [U-Boot] [PATCH 23/35] Blackfin: bf533-stamp: scrub unused code Mike Frysinger
2010-07-05 9:30 ` [U-Boot] [PATCH 24/35] Blackfin: bf518f-ezbrd: handle different PHYs dynamically Mike Frysinger
2010-07-12 6:53 ` Ben Warren
2010-07-12 6:55 ` Ben Warren [this message]
2010-07-05 9:30 ` [U-Boot] [PATCH 25/35] Blackfin: bf518f-ezbrd: convert to portmux framework Mike Frysinger
2010-07-05 9:30 ` [U-Boot] [PATCH 26/35] Blackfin: bf548-ezkit: " Mike Frysinger
2010-07-05 9:30 ` [U-Boot] [PATCH 27/35] Blackfin: bf527-ezkit: " Mike Frysinger
2010-07-05 9:30 ` [U-Boot] [PATCH 28/35] Blackfin: cm-bf548: " Mike Frysinger
2010-07-05 9:30 ` [U-Boot] [PATCH 29/35] Blackfin: bf561: use DMA for Core B L1 regions Mike Frysinger
2010-07-05 9:30 ` [U-Boot] [PATCH 30/35] Blackfin: unify default I2C settings for ADI boards Mike Frysinger
2010-07-06 4:47 ` Heiko Schocher
2010-07-05 9:30 ` [U-Boot] [PATCH 31/35] Blackfin: bfin_mac: remove space from name Mike Frysinger
2010-07-05 9:30 ` [U-Boot] [PATCH 32/35] Blackfin: enable IP defrag for ADI boards Mike Frysinger
2010-07-05 9:30 ` [U-Boot] [PATCH 33/35] Blackfin: bf527-ad7160-eval: new board support Mike Frysinger
2010-07-05 9:30 ` [U-Boot] [PATCH 34/35] Blackfin: drop old u-boot.lds clean target Mike Frysinger
2010-07-05 9:30 ` [U-Boot] [PATCH 35/35] Blackfin: bf561-acvilon: drop unused env redund define Mike Frysinger
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=4C3ABC68.9000003@gmail.com \
--to=biggerbadderben@gmail.com \
--cc=u-boot@lists.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.