summaryrefslogtreecommitdiffstats
path: root/target/linux/mcs814x/files-3.3/arch
Commit message (Collapse)AuthorAgeFilesLines
* add compatible property to pci nodeFlorian Fainelli2012-07-151-0/+1
| | | | SVN-Revision: 32730
* fix typo on of_node_put()Florian Fainelli2012-07-091-1/+1
| | | | SVN-Revision: 32653
* call of_node_put() on ethernet nodeFlorian Fainelli2012-07-051-0/+2
| | | | SVN-Revision: 32628
* fix EPHY clock bit definition after r32489Florian Fainelli2012-07-051-1/+1
| | | | SVN-Revision: 32627
* give an unique partition identifier for dLAN USB Extender Combined partitionFlorian Fainelli2012-07-051-1/+1
| | | | SVN-Revision: 32626
* add missing interrupts properties to some device nodesFlorian Fainelli2012-07-041-0/+7
| | | | SVN-Revision: 32603
* provide an early ioremap cookie of the system configuration registerFlorian Fainelli2012-06-236-29/+38
| | | | SVN-Revision: 32489
* group SYSDBG register defines in mcs814x.hFlorian Fainelli2012-06-233-20/+22
| | | | SVN-Revision: 32488
* make hardware.h a forward inclusion of mcs814x.hFlorian Fainelli2012-06-2311-28/+43
| | | | | | mach/hardware.h is soon to be removed by upstream kernel SVN-Revision: 32487
* remove platform specific initialization from ethernet driverFlorian Fainelli2012-06-233-4/+79
| | | | | | | | Hardware filtering must always be enabled as long as there is an Ethernet device registered, and use device tree for setting the link activity and buffer shifting enable/disable bit. SVN-Revision: 32486
* regroup interrupt controller register definitions in hardware.hFlorian Fainelli2012-06-233-8/+10
| | | | SVN-Revision: 32485
* remove handle_irq callback in board-mcs8140-dt.cFlorian Fainelli2012-06-211-1/+0
| | | | | | This should have been removed in r32470. SVN-Revision: 32481
* do not use MULTI_IRQ_HANDLER it is bogus on our platformFlorian Fainelli2012-06-202-21/+24
| | | | | | | 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-1925-0/+1737
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