summaryrefslogtreecommitdiffstats
path: root/target
Commit message (Collapse)AuthorAgeFilesLines
* use generic uci defaults functionsFlorian Fainelli2012-06-201-27/+8
| | | | SVN-Revision: 32473
* remove uselss cache invalidationsFlorian Fainelli2012-06-201-22/+0
| | | | SVN-Revision: 32472
* improve ethernet driver debuggingFlorian Fainelli2012-06-201-19/+102
| | | | SVN-Revision: 32471
* do not use MULTI_IRQ_HANDLER it is bogus on our platformFlorian Fainelli2012-06-203-23/+25
| | | | | | | This caused stalls in the Ethernet DMA block, so until properly written and sorted out, fallback to the assembly version instead. SVN-Revision: 32470
* verified to work - remove broken flagMirko Vogt2012-06-201-1/+1
| | | | SVN-Revision: 32469
* Fix sysupgrade for squashfs, jffs2 and ext4 imagesVasilis Tsiligiannis2012-06-192-16/+55
| | | | | | | * use 'fsync' with 'dd' for image writing * save config to boot partition SVN-Revision: 32465
* add Moschip MSC814x supportFlorian Fainelli2012-06-1949-0/+4494
| | | | | | | | | | | | | | | | | | | | | | 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
* ar71xx: create profile and build image for the TL-WDR4300 boardGabor Juhos2012-06-192-0/+17
| | | | SVN-Revision: 32461
* ar71xx: add user space support for the TL-WDR4300Gabor Juhos2012-06-195-0/+15
| | | | SVN-Revision: 32460
* ar71xx: add support for the TL-WDR4300 boardGabor Juhos2012-06-193-0/+244
| | | | SVN-Revision: 32459
* ar71xx: refresh patchesGabor Juhos2012-06-193-7/+7
| | | | SVN-Revision: 32458
* ar71xx: make AR8327 LEDs working on the DB120 boardGabor Juhos2012-06-191-9/+18
| | | | SVN-Revision: 32457
* generic: ar8216: allow to configure AR8327 LEDs via platform dataGabor Juhos2012-06-193-1/+33
| | | | SVN-Revision: 32456
* ar71xx: remove superfluous include of asm/mach-ath79/pci.hGabor Juhos2012-06-195-5/+0
| | | | SVN-Revision: 32455
* ar71xx: add a common function to configure USB power GPIOsGabor Juhos2012-06-199-19/+63
| | | | SVN-Revision: 32454
* ar71xx: correctly detect NETGEAR WNDRMACGabor Juhos2012-06-191-0/+2
| | | | | | | | | This patch helps properly detect a WNDRMAC device. Before this patch the model is detected as "NETGEAR ?????????N". Signed-off-by: Roman A. aka BasicXP <x12ozmouse@ya.ru> SVN-Revision: 32453
* ar71xx: add USB LED support by default for WNDR3700/WNDR3800/WNDRMACGabor Juhos2012-06-191-1/+1
| | | | | | | | | This adds kmod-leds-wndr3700-usb package to a default build for WNDR3700, WNDR3800 and WNDRMAC in order to support the green USB LED. Signed-off-by: Roman A. aka BasicXP <x12ozmouse@ya.ru> SVN-Revision: 32452
* ramips: rt305x: add support for the Petatel PSR-680W Wireless CDMA RouterGabor Juhos2012-06-1912-0/+97
| | | | | | | | | | This patch adds support for the Korean made Petatel PSR-680W Wireless CDMA Router. The platform is based on Ralink RT3052. http://wiki.openwrt.org/toh/petatel/psr-680w Signed-off-by: Dmitry Shmygov <shmygov at rambler.ru> SVN-Revision: 32450
* ar71xx: add support for the embeddedwireless Dorin board (based on patch by ↵Felix Fietkau2012-06-198-0/+185
| | | | | | embeddedwireless.de) SVN-Revision: 32447
* ar71xx: add support for reading the MAC address from OTP ROM on AR933xFelix Fietkau2012-06-191-0/+166
| | | | SVN-Revision: 32446
* optimize kernel config for kvm_guestJo-Philipp Wich2012-06-181-1/+3
| | | | | | | | | | This patch enables few extra kernel options for the kvm_guest subtarget: - Tickless kernel to avoid timer ticks in idle guests, reduces CPU usage - Enable paravirtualization steal time support Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be> SVN-Revision: 32436
* remove inittab overrideJo-Philipp Wich2012-06-181-5/+0
| | | | SVN-Revision: 32422
* fix SPI message control handling for BCM6338/6348Florian Fainelli2012-06-175-5/+133
| | | | | | | | | BCM6338 and BCM6338 have their MSG_CONTROL register width of 8-bits instead of 16-bits. We were previously using a 16-bits write which corrupted the first byte of the TX FIFO. Also the message type was always set to Full-duplex even in the case of half-duplex messages. SVN-Revision: 32409
* kernel: replace the brcm47xx fuse workaround patches with a generic patch ↵Felix Fietkau2012-06-163-74/+32
| | | | | | | | that applies to all mips targets The dcache bug that it works around is a generic issue, not a brcm47xx cache quirk SVN-Revision: 32395
* remove broken flagsFlorian Fainelli2012-06-161-2/+2
| | | | | | Thanks to Nicolas Le Falher for testing on Bifferboard. SVN-Revision: 32389
* use ttyS0 @ 115200 baud as default for KVM guestsJo-Philipp Wich2012-06-151-3/+3
| | | | SVN-Revision: 32384
* kirkwood: fix typo in uci-defaults/ledsLuka Perkov2012-06-131-1/+1
| | | | | | Signed-off-by: Martin Mueller <mm@sig21.net> SVN-Revision: 32343
* ar71xx: swap the PHY address of the ethernet port of TL-MR3040/TL-MR11U ↵Felix Fietkau2012-06-131-0/+3
| | | | | | similar to TL-MR3020 to fix ethernet link detection SVN-Revision: 32336
* bcm63xx: readd accidentially dropped ignore_oc in ehci driverJonas Gorski2012-06-111-2/+3
| | | | | | fixes overcurrent warning spam on 3.3 kernels for bcm63xx again. SVN-Revision: 32221
* package/index: filter out the libc package from the indexFelix Fietkau2012-06-111-0/+1
| | | | SVN-Revision: 32187
* kirkwood: ib62x0 fix rebootLuka Perkov2012-06-081-0/+1
| | | | SVN-Revision: 32131
* xburst: remove an obsolete CompareKernelPatchVer callFelix Fietkau2012-06-071-11/+0
| | | | SVN-Revision: 32115
* fix 553-board_96348w3.patch patch wrt gpio-keys-polledFlorian Fainelli2012-06-061-1/+1
| | | | SVN-Revision: 32096
* ar71xx: fix LZMA loader build regression from r32090 (thx, juhosg)Felix Fietkau2012-06-061-1/+1
| | | | SVN-Revision: 32095
* kernel: add a few more tracing related symbolsFelix Fietkau2012-06-061-0/+2
| | | | SVN-Revision: 32094
* ar71xx: fix PHY setup on TL-MR3020 (fixes #11572)Felix Fietkau2012-06-061-0/+4
| | | | SVN-Revision: 32093
* ar71xx: add a helper function for setting up PHY4 swapping on ar933xFelix Fietkau2012-06-063-15/+21
| | | | SVN-Revision: 32092
* target: do not make target/*/install depend on target/*/compile - removes ↵Felix Fietkau2012-06-061-4/+1
| | | | | | one redundant kernel build dir call on target/install SVN-Revision: 32091
* ar71xx: only build all loader images if the image builder is enabled - saves ↵Felix Fietkau2012-06-061-1/+1
| | | | | | some time on make target/install SVN-Revision: 32090
* fix alarm led color for board 96348A-122Florian Fainelli2012-06-061-1/+1
| | | | SVN-Revision: 32089
* add 96348w3 board (#10764)Florian Fainelli2012-06-063-3/+72
| | | | SVN-Revision: 32088
* update livebox board support (#8677)Florian Fainelli2012-06-061-62/+200
| | | | | | | | | | | | | | Merge most fixes from #8677: - add basic hardware detection of Livebox Blue 5g revisions - register leds and gpio buttons - fix boot address location - properly parse mac addresses Plus some more fixes: - make board_livebox.c more in line with board_bcm963xx.c SVN-Revision: 32087
* fix leds naming for all bcm63xx boardsFlorian Fainelli2012-06-0626-166/+429
| | | | SVN-Revision: 32086
* kernel: make tracing support configurableFelix Fietkau2012-06-061-0/+3
| | | | SVN-Revision: 32085
* backport upstream spi-bcm63xx fixesFlorian Fainelli2012-06-063-0/+381
| | | | | | | | * message pump conversion * not using stopping state * setting spi driver mode bits SVN-Revision: 32078
* backport spi message queue infrastructureFlorian Fainelli2012-06-061-0/+603
| | | | SVN-Revision: 32077
* increase led number in patch 301-led_count.patchFlorian Fainelli2012-06-064-33/+11
| | | | | | So that board patches are only touching board-related code SVN-Revision: 32076
* clean up generic image buildingJohn Crispin2012-06-051-48/+0
| | | | SVN-Revision: 32065
* fix board patches so that new boards are withing appropriate ifdefFlorian Fainelli2012-06-0539-111/+133
| | | | | | | Some new board definitions were added within the #ifdef CONFIG_CPU_6338 section while some other were added within #ifdef CONFIG_CPU_6345, fix this SVN-Revision: 32060
* refresh generic patchesFlorian Fainelli2012-06-055-15/+11
| | | | SVN-Revision: 32059