summaryrefslogtreecommitdiffstats
path: root/target/linux
Commit message (Collapse)AuthorAgeFilesLines
* 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-064-2/+143
| | | | | | 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
* enable and advertise USB supportFlorian Fainelli2012-12-062-1/+5
| | | | | | Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 34562
* 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-064-1/+869
| | | | | | | | | 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
* add CONFIG_GPIO_PL061 config symbolFlorian Fainelli2012-12-062-0/+2
| | | | | | Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 34555
* replace the custom mtd driver with a partition parserFlorian Fainelli2012-12-064-207/+164
| | | | | | Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 34554
* cleanup PCI controller codeFlorian Fainelli2012-12-066-175/+226
| | | | | | | | | 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-0613-712/+566
| | | | | | Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 34548
* implement early_printk without an early_consoleFlorian Fainelli2012-12-065-44/+24
| | | | | | 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
* kernel: add missing config symbolsFelix Fietkau2012-12-062-0/+6
| | | | SVN-Revision: 34532
* kernel 3.6+: nuke obsolete patches that are messing up oprofile buildsFelix Fietkau2012-12-052-70/+0
| | | | SVN-Revision: 34506
* kernel/3.3: move OHCI and EHCI platform drivers to genericFlorian Fainelli2012-12-053-0/+0
| | | | | | | | | These patches are not specific to bcm47xx and will be used on other platforms as well. Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 34501
* cns3xxx: fix dwc_otg driver compat with udc-coreFlorian Fainelli2012-12-042-94/+0
| | | | | | | | | | | function. This removes those from the dwc_otg driver and removes the patch that comments out the linkage of udc-core so that the dwc_otg driver can co-exist happily with other USB Device Controllers. Signed-off-by: Tim Harvey <tharvey@gateworks.com> Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 34475
* cns3xxx: advertise pcie usb usbgadget featuresFlorian Fainelli2012-12-041-1/+1
| | | | | | | Signed-off-by: Tim Harvey <tharvey@gateworks.com> Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 34474
* Fix Comtrend AR-5381u Power LEDFlorian Fainelli2012-12-042-2/+2
| | | | | | | Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com> Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 34471
* do no longer rename amba-pl010 serial devices namesFlorian Fainelli2012-12-035-58/+39
| | | | | | | | | | | Back in the days when we could not override /etc/inittab, it made a lot of sense to rename ttyAM to ttyS since this was the only supported serial device(s), we can now just put in an appropriate /etc/inittab file now. Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 34469
* kernel: disable more pci quirks to save space on platforms that don't need themFelix Fietkau2012-12-034-30/+158
| | | | SVN-Revision: 34467
* kernel 3.6+: switch to a crc32 implementation that is more suitable for ↵Felix Fietkau2012-12-022-4/+4
| | | | | | small caches. reduces kernel image size by ~22 KiB on mips SVN-Revision: 34461
* kernel: fix stripping symbol exportsFelix Fietkau2012-12-023-51/+57
| | | | SVN-Revision: 34458
* brcm47xx: read sprom vars without prefix for boardrev and boardtype if the ↵Hauke Mehrtens2012-12-021-0/+17
| | | | | | prefixed one is not available. SVN-Revision: 34454
* kernel: patch in a working copy of elf.h instead of using relative path ↵Felix Fietkau2012-12-023-6/+9036
| | | | | | based hackery in #include statements SVN-Revision: 34449
* ramips: fix serial console for Belkin F5D8235 v1/v2Gabor Juhos2012-12-021-1/+1
| | | | | | | | Based on a patch from #12533. Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 34445
* Update linux-atm fixes to reflect the final upstream pull requestGabor Juhos2012-12-023-260/+833
| | | | | | | | | [juhosg: refresh the patches with quilt] Signed-off-by: David Woodhouse <David.Woodhouse@intel.com> Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 34443
* remove targetFlorian Fainelli2012-11-30292-61353/+0
| | | | | | | | | This target is unused, does not support any off the shelf hardware and has been a maintenance burden for quite some time now. Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 34430
* remove Linux 3.3 supportFlorian Fainelli2012-11-292-305/+0
| | | | | | Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 34426
* use a default kernel command-line to mount squashfs and jffs2Florian Fainelli2012-11-292-0/+6
| | | | | | | | This fixes bug #9055. Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 34424
* kernel: Fix 8139cp ring buffer initialisation, tx timeout recovery, add BQLGabor Juhos2012-11-293-0/+554
| | | | | | | | | Patches queued upstream in net-next.git Signed-off-by: David Woodhouse <David.Woodhouse@intel.com> Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 34415
* ar71xx: switch to 3.6.8Gabor Juhos2012-11-291-1/+1
| | | | | | Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 34414
* kernel: Update Geos to 3.6.8Gabor Juhos2012-11-293-1/+412
| | | | | | | Signed-off-by: David Woodhouse <David.Woodhouse@intel.com> Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 34411
* kernel: Add ATM fixes pending upstream merge (queue reduction, race fixes)Gabor Juhos2012-11-294-0/+2154
| | | | | | | | | Patches about to go into net-next.git Signed-off-by: David Woodhouse <David.Woodhouse@intel.com> Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 34410
* kernel: Add missing CONFIG_BATTERY_DS2781 option to generic 3.6 configGabor Juhos2012-11-291-0/+1
| | | | | | | Signed-off-by: David Woodhouse <David.Woodhouse@intel.com> Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 34409
* ramips: rt305x: add profile and build image for the Asus RT-N13UGabor Juhos2012-11-292-0/+26
| | | | | | | Signed-off-by: Amit Mendapara <mendapara.amit@gmail.com> Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 34407
* ramips: rt305x: add user-space support for the Asus RT-N13UGabor Juhos2012-11-296-0/+10
| | | | | | | Signed-off-by: Amit Mendapara <mendapara.amit@gmail.com> Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 34406
* ramips: rt305x: add kernel support for the Asus RT-N13U Wireless-N300 RouterGabor Juhos2012-11-296-0/+92
| | | | | | | | | | | | | | | | | | The work has been backported from openwrt-dreambox with some modifications & code cleanup. * updated config-3.3 * updated config-3.6 * renamed rt-n13 to rt-n13u * fixed mach-rt-n13u.c [juhosg: move user-space support and image generation into separate patches] Signed-off-by: Amit Mendapara <mendapara.amit@gmail.com> Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 34405
* remove common symbols from 3.6 configsGabor Juhos2012-11-2911-51/+0
| | | | | | | | The removed symbols are present in the generic configuration. Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 34404
* remove common symbols from 3.3 configsGabor Juhos2012-11-2937-101/+0
| | | | | | | | The removed symbols are present in the generic configuration. Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 34403
* kernel: update linux 3.6 to 3.6.8Gabor Juhos2012-11-2911-40/+40
| | | | | | | | Also refresh the affected patches. Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 34402