summaryrefslogtreecommitdiffstats
path: root/drivers/smc91111.c
Commit message (Collapse)AuthorAgeFilesLines
* [patch] use unsigned char in smc91111 driver for macMike Frysinger2007-05-051-4/+4
| | | | | | | | | the v_mac variable in the smc91111 driver is declared as a signed char ... this causes problems when one of the bytes in the MAC is "signed" like 0xE0 because when it gets printed out, you get a display like: 0xFFFFFFE0 and that's no good Signed-off-by: Mike Frysinger <vapier@gentoo.org>
* Add ADI Blackfin supportWolfgang Denk2006-03-121-0/+9
| | | | | | | - add support for Analog Devices Blackfin BF533 CPU - add support for the ADI BF533 Stamp uClinux board - add support for the ADI BF533 EZKit board Patches by Richard Klingler, June 11th 2005:
* Some code cleanup for GCC 4.xWolfgang Denk2006-03-111-11/+18
|
* Cleanup (get rid of debug code that sneaked in)Wolfgang Denk2006-03-071-1/+1
|
* Merged and added more pxa-regs.h stuff, especially the GPIO ControlMarkus Klotzbücher2006-02-201-1/+1
| | | | Register Definitions.
* Fix smc91111 ethernet driver for Xaeniax board (need to handlewdenk2004-11-221-0/+20
| | | | unaligned tail part specially).
* Work around for Ethernet problems on Xaeniax boardwdenk2004-11-021-3/+30
|
* * Patch by Yuli Barcohen, 16 Jun 2004:wdenk2004-07-091-1/+1
| | | | | | | | Remove obsolete AdderII port which was superseded by unified AdderII/Adder87x port * Patch by Ladislav Michl, 16 Jun 2004: Fix gcc-3.3.3 warnings for smc91111.c
* * Code cleanup (ARM mostly)wdenk2004-07-011-3/+3
| | | | | | * Patch by Curt Brune, 17 May 2004: - Add support for Samsung S3C4510B CPU (ARM7tdmi based SoC) - Add support for ESPD-Inc. EVB4510 Board
* Patch by Yuli Barcohen, 20 May 2004:wdenk2004-06-091-0/+71
| | | | Add support for Interphase iSPAN boards.
* * Patch by Paul Ruhland, 17 May 2004:wdenk2004-06-091-19/+28
| | | | | | | | | | | | - Add support for the Logic Zoom LH7A40x based SDK board(s), specifically the LPD7A400. * Patches by Robert Schwebel, 15 May 2004: - call MAC address reading code also for SMSC91C111; - make SMSC91C111 timeout configurable, remove duplicate code - fix get_timer() for PXA - update doc/README.JFFS2 - use "bootfile" env variable also for jffs2
* Code cleanupwdenk2004-03-251-3/+3
|
* * Patch by Pavel Bartusek, 21 Mar 2004wdenk2004-03-251-4/+38
| | | | | | | | Add Reiserfs support * Patch by Hinko Kocevar, 20 Mar 2004 - Add auto-release for SMSC LAN91c111 driver - Add save/restore of PTR and PNR regs as suggested in datasheet
* Code cleanup; make several boards compile & link.wdenk2004-03-141-37/+37
|
* * Patch by Philippe Robin, 09 Mar 2004:wdenk2004-03-141-12/+8
| | | | | | | | | | | | Added ARM Integrator AP, CP and Versatile PB926EJ-S Reference Platform support. * Patch by Masami Komiya, 08 Mar 2004: Don't overwrite server IP address or boot file name when the boot server does not return values * Patch by listmember@orkun.us, 5 Mar 2004: Removed compile time restriction on CFG_I2C_SPEED for DS1338 RTC
* * Patches by Stephan Linz, 3 Nov 2003:wdenk2003-12-061-6/+7
| | | | | | | | | | | | - more endianess fixes for LAN91C111 driver - CFG_HZ configuration patch for NIOS Cyclone board * Patch by Stephan Linz, 28 Oct 2003: fix PHY_INT_REG vs. PHY_MASK_REG bug in drivers/smc91111.c * Patch by Steven Scholz, 20 Oct 2003: - make "mii info <addr>" show infor for PHY at "addr" only - Endian fix for miiphy_info()
* Code cleanupwdenk2003-09-161-4/+0
|
* Cleanup of code, output formatting, and indentation.wdenk2003-09-151-366/+346
|
* * Code cleanup:wdenk2003-06-271-118/+109
| | | | | | | | | - remove trailing white space, trailing empty lines, C++ comments, etc. - split cmd_boot.c (separate cmd_bdinfo.c and cmd_load.c) * Patches by Kenneth Johansson, 25 Jun 2003: - major rework of command structure (work done mostly by Michal Cendrowski and Joakim Kristiansen)
* * Patch by Richard Woodruff, 19 June 03:wdenk2003-06-191-10/+88
| | | | | - Fixed smc91c111 driver to sync with the u-boot environment (driver/smc91c111.c). - Added eth_init error return check in NetLoop (net/net.c).
* Patch by Robert Schwebel, April 02, 2003:wdenk2003-06-061-0/+14
| | | | fix for SMSC91111 driver
* * Patch by Rick Bronson, 16 Mar 2003:wdenk2003-03-261-0/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Add support for Atmel AT91RM9200DK w/NAND * Patches by Robert Schwebel, 19 Mar 2003: - use arm-linux-gcc as default compiler for ARM - fix i2c fixup code - fix missing baudrate setting - added $loadaddr / CFG_LOAD_ADDR support to loadb - moved "ignoring trailing characters" _before_ u-boot wants to print out diagnostics messages; removes bogus characters at the end of transmission * Patch by John Zhan, 18 Mar 2003: Add support for SinoVee Microsystems SC8xx boards * Patch by Rolf Offermanns, 21 Mar 2003: ported the dnp1110 related changes from the current armboot cvs to current u-boot cvs. smc91111 does not work. problem marked in smc91111.c, grep for "FIXME". * Patch by Brian Auld, 25 Mar 2003: Add support for STM flash chips on ebony board * Add PCI support for MPC8250 Boards (PM825 module) * Patch by Stefan Roese, 25 Mar 2003:
* * Fix mdelay() on TRAB - this was still the debugging version withwdenk2002-11-031-1/+1
| | | | | | | | | seconds instead of ms. * Patch by Robert Schwebel, 1 Nov 2002: XScale related cleanup (affects all ARM boards) * Cleanup of names, warnings and README.
* Initial revisionwdenk2002-11-031-0/+1383
OpenPOWER on IntegriCloud