summaryrefslogtreecommitdiffstats
path: root/target/linux/mcs814x/files-3.3/arch/arm/mach-mcs814x/common.c
Commit message (Collapse)AuthorAgeFilesLines
* mcs814x: remove linux 3.3 supportFelix Fietkau2015-01-241-165/+0
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 44106
* more convertions to {read,write}_relaxed I/O accessorsFlorian Fainelli2012-10-031-2/+2
| | | | SVN-Revision: 33604
* use the recommended ARM I/O accessorsFlorian Fainelli2012-09-081-6/+6
| | | | | | use {read,write}l_relaxed instead of the plain __raw_{read,write}l variants. SVN-Revision: 33330
* 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
* provide an early ioremap cookie of the system configuration registerFlorian Fainelli2012-06-231-8/+15
| | | | SVN-Revision: 32489
* group SYSDBG register defines in mcs814x.hFlorian Fainelli2012-06-231-9/+2
| | | | SVN-Revision: 32488
* 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
* remove platform specific initialization from ethernet driverFlorian Fainelli2012-06-231-3/+74
| | | | | | | | 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
* add Moschip MSC814x supportFlorian Fainelli2012-06-191-0/+92
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