summaryrefslogtreecommitdiff
path: root/target/linux/mcs814x/files-3.3/arch/arm/mach-mcs814x/include/mach/entry-macro.S
Commit message (Collapse)AuthorAgeFilesLines
* mcs814x: remove linux 3.3 supportFelix Fietkau2015-01-241-6/+0
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 44106
* mcs814x: implement MULTI_IRQ_HANDLERFlorian Fainelli2013-03-161-23/+0
| | | | | | | | Allows us to get rid of the IRQ entry point assembly Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 36060
* make hardware.h a forward inclusion of mcs814x.hFlorian Fainelli2012-06-231-1/+1
| | | | | | mach/hardware.h is soon to be removed by upstream kernel SVN-Revision: 32487
* regroup interrupt controller register definitions in hardware.hFlorian Fainelli2012-06-231-3/+3
| | | | SVN-Revision: 32485
* do not use MULTI_IRQ_HANDLER it is bogus on our platformFlorian Fainelli2012-06-201-0/+23
| | | | | | | 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/+6
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