aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/mcs814x/patches-3.3/001-platform.patch
Commit message (Collapse)AuthorAgeFilesLines
* MCS8140 actually selects CPU_ARM926TFlorian Fainelli2012-08-141-2/+1
| | | | | | Should make inclusion for other MCS814x SoCs easier SVN-Revision: 33188
* disable PCI supportFlorian Fainelli2012-08-111-1/+1
| | | | | | None of the boards we support have PCI connectors SVN-Revision: 33130
* properly advertise OHCI and EHCI capabilitiesFlorian Fainelli2012-08-111-1/+3
| | | | SVN-Revision: 33128
* do not use MULTI_IRQ_HANDLER it is bogus on our platformFlorian Fainelli2012-06-201-2/+1
| | | | | | | 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 supportFlorian Fainelli2012-06-191-0/+43
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