aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/mcs814x/files-3.3/drivers/char
Commit message (Collapse)AuthorAgeFilesLines
* mcs814x: remove linux 3.3 supportFelix Fietkau2015-01-241-121/+0
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 44106
* mcs814x: use devm_request_and_ioremap in mcs814x-rng driverFlorian Fainelli2013-03-171-8/+1
| | | | | | Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 36063
* use the recommended ARM I/O accessorsFlorian Fainelli2012-09-081-1/+1
| | | | | | use {read,write}l_relaxed instead of the plain __raw_{read,write}l variants. SVN-Revision: 33330
* add Moschip MSC814x supportFlorian Fainelli2012-06-191-0/+128
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