summaryrefslogtreecommitdiffstats
path: root/target/linux/adm8668/files/arch
Commit message (Collapse)AuthorAgeFilesLines
* rename interrupt number constantsFlorian Fainelli2012-12-063-22/+22
| | | | | | Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 34566
* remove the now deprecated /proc/adm8668 interfaceFlorian Fainelli2012-12-063-149/+1
| | | | | | | | Proper gpiolib support is hooked instead. Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 34565
* add a gpiolib driverFlorian Fainelli2012-12-062-0/+136
| | | | | | Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 34564
* do not reset WAN and LAN blocksFlorian Fainelli2012-12-061-14/+0
| | | | | | | | This is taken care of by the tulip driver accordingly. Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 34563
* add support for on-board EHCI controllerFlorian Fainelli2012-12-062-0/+46
| | | | | | Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 34561
* remove the "old" tulip forked driverFlorian Fainelli2012-12-063-1341/+0
| | | | | | | | We can now use the mainline tulip driver. Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 34559
* use the tulip platform driverFlorian Fainelli2012-12-061-2/+47
| | | | | | Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 34558
* patch the tulip driver to accept a platform variantFlorian Fainelli2012-12-061-1/+0
| | | | | | | | | Isolate the PCI specific parts and group them under CONFIG_TULIP_PCI CONFIG_TULIP_PLATFORM can be enabled for a platform style Tulip driver. Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 34557
* move clock frequencies into clock driverFlorian Fainelli2012-12-062-7/+2
| | | | | | Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 34556
* replace the custom mtd driver with a partition parserFlorian Fainelli2012-12-061-0/+27
| | | | | | Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 34554
* cleanup PCI controller codeFlorian Fainelli2012-12-064-174/+203
| | | | | | | | | At some point we should make the ADM5120 PCI controller driver a real platform driver and share that one between the two targets. Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 34553
* cleanup and make interrupt code more robustFlorian Fainelli2012-12-063-19/+39
| | | | | | Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 34552
* remove frequency from /proc/cpuinfoFlorian Fainelli2012-12-061-4/+2
| | | | | | | | | This is not the place to expose it and duplicates code reading the system frequency. Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 34551
* provide a system clock to be used by the MIPS timerFlorian Fainelli2012-12-064-8/+33
| | | | | | Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 34550
* get rid of the UART definesFlorian Fainelli2012-12-062-30/+3
| | | | | | Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 34549
* get rid of the specific UART driver and use AMBA PL010Florian Fainelli2012-12-066-653/+146
| | | | | | Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 34548
* implement early_printk without an early_consoleFlorian Fainelli2012-12-063-43/+17
| | | | | | Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 34547
* simplify IRQ controller codeFlorian Fainelli2012-12-061-23/+3
| | | | | | Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 34546
* use platform_add_devicesFlorian Fainelli2012-12-061-5/+7
| | | | | | Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 34545
* move time related functions to their own fileFlorian Fainelli2012-12-063-13/+18
| | | | | | Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 34544
* move setup-related functions to their own fileFlorian Fainelli2012-12-063-52/+55
| | | | | | Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 34543
* adm8668: merge 3.3 fixesGabor Juhos2012-04-283-48/+33
| | | | SVN-Revision: 31497
* mark variables as might be unusedFlorian Fainelli2012-03-021-1/+1
| | | | SVN-Revision: 30787
* remove unused variables and definesFlorian Fainelli2012-03-021-3/+0
| | | | SVN-Revision: 30786
* clean up mach-adm8668 includesFlorian Fainelli2011-01-276-493/+57
| | | | | | | | | This patch cleans up the include directory, as they were from vendors 2.4 GPL source. Now only what's used is there. Signed-off-by: Scott Nicholas <scott.nicholas@scottn.us> SVN-Revision: 25175
* Merge branch 'adm8668'Florian Fainelli2010-11-0617-0/+3366
SVN-Revision: 23900