Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | fix USB led triggers | Florian Fainelli | 2012-06-20 | 2 | -5/+5 | |
| | | | | SVN-Revision: 32474 | |||||
* | use generic uci defaults functions | Florian Fainelli | 2012-06-20 | 1 | -27/+8 | |
| | | | | SVN-Revision: 32473 | |||||
* | remove uselss cache invalidations | Florian Fainelli | 2012-06-20 | 1 | -22/+0 | |
| | | | | SVN-Revision: 32472 | |||||
* | improve ethernet driver debugging | Florian Fainelli | 2012-06-20 | 1 | -19/+102 | |
| | | | | SVN-Revision: 32471 | |||||
* | do not use MULTI_IRQ_HANDLER it is bogus on our platform | Florian Fainelli | 2012-06-20 | 3 | -23/+25 | |
| | | | | | | | This caused stalls in the Ethernet DMA block, so until properly written and sorted out, fallback to the assembly version instead. SVN-Revision: 32470 | |||||
* | add Moschip MSC814x support | Florian Fainelli | 2012-06-19 | 49 | -0/+4494 | |
This target currently only supports Moschip's MCS8140 SoC, but support for other chips in the same family (MCS8142, MCS8144) will be easy to add. Target support is entirely using Device Tree for probing peripherals. Drivers support include: - PCI - USB 1 & 2 - watchdog - random number generator - UART - timer - internal Ethernet PHY - Ethernet MAC core Support for the following boards is included using Device Tree - Devolo dLAN USB Extender - Tigal RBT-832 SVN-Revision: 32462 |