summaryrefslogtreecommitdiffstats
path: root/drivers/smc91111.h
Commit message (Collapse)AuthorAgeFilesLines
* Add ADI Blackfin supportWolfgang Denk2006-03-121-0/+4
| | | | | | | - 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-1/+1
|
* Work around for Ethernet problems on Xaeniax boardwdenk2004-11-021-0/+22
|
* Patch by Kurt Stremerch, 28 May 2004:wdenk2004-06-091-1/+25
| | | | | | Add support for Exys XSEngine board Some code cleanup.
* Patch by Yuli Barcohen, 20 May 2004:wdenk2004-06-091-0/+3
| | | | Add support for Interphase iSPAN boards.
* * Patch by Pavel Bartusek, 21 Mar 2004wdenk2004-03-251-1/+2
| | | | | | | | 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
* * Patch by Stephan Linz, 09 Mar 2004wdenk2004-03-141-0/+13
| | | | | | | | | | | - Add support for the SSV ADNP/ESC1 (Nios Softcore) * Patch by George G. Davis, 9 Mar 2004: fix recent build failure for SA1100 target * Patch by Travis Sawyer, 09 Mar 2004: Support native interrupt mode for the IBM440GX. Previously it was running in 440GP compatibility mode.
* Patches by Stephan Linz, 11 Dec 2003:wdenk2004-01-031-1/+1
| | | | | | | | | | | | | | - more documentation for NIOS port - new struct nios_pio_t, struct nios_spi_t - Reconfiguration for NIOS Development Kit DK1C20: o move board related code from board/dk1c20 to board/altera/dk1c20 o create a new common source path board/altera/common and move generic flash access stuff into it o change/expand configuration file DK1C20.h - Add support for NIOS Development Kit DK1S10 - Add status LED support for NIOS systems - Add dual 7-segment LED support for Altera NIOS DevKits
* * Patches by Stephan Linz, 3 Nov 2003:wdenk2003-12-061-1/+11
| | | | | | | | | | | | - 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()
* * Patch by Steven Scholz, 18 Oct 2003:wdenk2003-10-191-0/+25
| | | | | | | | | | | | | | | | | | | | | Fix AT91RM9200 ethernet driver * Patch by Nye Liu, 17 Oct 2003: Fix typo in include/mpc8xx.h * Patch by Richard Woodruff, 16 Oct 03: Fixes for cpu/arm925/interrupt.c - Initialize timestamp & lastdec vars. - fix timestamp overflows. - fix lastdec overflow. - smarter normalization to allow udelay() below 1ms to work. * Patch by Scott McNutt, 16 Oct add networking support for the Altera Nios Development Kit, Cyclone Edition (DK-1C20) * Patch by Jon Diekema, 14 Oct 2003: add hint about doc/README.silent to README file
* * Code cleanup:wdenk2003-06-271-2/+0
| | | | | | | | | - 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 Robert Schwebel, April 02, 2003:wdenk2003-06-061-1/+1
| | | | fix for SMSC91111 driver
* Initial revisionwdenk2002-11-031-0/+619
OpenPOWER on IntegriCloud