summaryrefslogtreecommitdiffstats
path: root/target/linux
Commit message (Collapse)AuthorAgeFilesLines
* [x86] Fix sysupgrade for squashfs, jffs2 and ext4 imagesacinonyx2012-06-192-16/+55
| | | | | | | * use 'fsync' with 'dd' for image writing * save config to boot partition git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32465 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [mcs814x] add Moschip MSC814x supportflorian2012-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 git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32462 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ar71xx: create profile and build image for the TL-WDR4300 boardjuhosg2012-06-192-0/+17
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32461 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ar71xx: add user space support for the TL-WDR4300juhosg2012-06-195-0/+15
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32460 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ar71xx: add support for the TL-WDR4300 boardjuhosg2012-06-193-0/+244
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32459 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ar71xx: refresh patchesjuhosg2012-06-193-7/+7
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32458 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ar71xx: make AR8327 LEDs working on the DB120 boardjuhosg2012-06-191-9/+18
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32457 3c298f89-4303-0410-b956-a3cf2f4a3e73
* generic: ar8216: allow to configure AR8327 LEDs via platform datajuhosg2012-06-193-1/+33
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32456 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ar71xx: remove superfluous include of asm/mach-ath79/pci.hjuhosg2012-06-195-5/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32455 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ar71xx: add a common function to configure USB power GPIOsjuhosg2012-06-199-19/+63
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32454 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ar71xx: correctly detect NETGEAR WNDRMACjuhosg2012-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> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32453 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ar71xx: add USB LED support by default for WNDR3700/WNDR3800/WNDRMACjuhosg2012-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> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32452 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ramips: rt305x: add support for the Petatel PSR-680W Wireless CDMA Routerjuhosg2012-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> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32450 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ar71xx: add support for the embeddedwireless Dorin board (based on patch by ↵nbd2012-06-198-0/+185
| | | | | | embeddedwireless.de) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32447 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ar71xx: add support for reading the MAC address from OTP ROM on AR933xnbd2012-06-191-0/+166
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32446 3c298f89-4303-0410-b956-a3cf2f4a3e73
* optimize kernel config for kvm_guestjow2012-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> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32436 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [kvm_guest] remove inittab overridejow2012-06-181-5/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32422 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [brcm63xx] fix SPI message control handling for BCM6338/6348florian2012-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. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32409 3c298f89-4303-0410-b956-a3cf2f4a3e73
* kernel: replace the brcm47xx fuse workaround patches with a generic patch ↵nbd2012-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 git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32395 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [rdc] remove broken flagsflorian2012-06-161-2/+2
| | | | | | Thanks to Nicolas Le Falher for testing on Bifferboard. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32389 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [x86] use ttyS0 @ 115200 baud as default for KVM guestsjow2012-06-151-3/+3
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32384 3c298f89-4303-0410-b956-a3cf2f4a3e73
* kirkwood: fix typo in uci-defaults/ledsluka2012-06-131-1/+1
| | | | | | Signed-off-by: Martin Mueller <mm@sig21.net> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32343 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ar71xx: swap the PHY address of the ethernet port of TL-MR3040/TL-MR11U ↵nbd2012-06-131-0/+3
| | | | | | similar to TL-MR3020 to fix ethernet link detection git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32336 3c298f89-4303-0410-b956-a3cf2f4a3e73
* bcm63xx: readd accidentially dropped ignore_oc in ehci driverjogo2012-06-111-2/+3
| | | | | | fixes overcurrent warning spam on 3.3 kernels for bcm63xx again. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32221 3c298f89-4303-0410-b956-a3cf2f4a3e73
* kirkwood: ib62x0 fix rebootluka2012-06-081-0/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32131 3c298f89-4303-0410-b956-a3cf2f4a3e73
* xburst: remove an obsolete CompareKernelPatchVer callnbd2012-06-071-11/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32115 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [brcm63xx] fix 553-board_96348w3.patch patch wrt gpio-keys-polledflorian2012-06-061-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32096 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ar71xx: fix LZMA loader build regression from r32090 (thx, juhosg)nbd2012-06-061-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32095 3c298f89-4303-0410-b956-a3cf2f4a3e73
* kernel: add a few more tracing related symbolsnbd2012-06-061-0/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32094 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ar71xx: fix PHY setup on TL-MR3020 (fixes #11572)nbd2012-06-061-0/+4
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32093 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ar71xx: add a helper function for setting up PHY4 swapping on ar933xnbd2012-06-063-15/+21
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32092 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ar71xx: only build all loader images if the image builder is enabled - saves ↵nbd2012-06-061-1/+1
| | | | | | some time on make target/install git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32090 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [brcm63xx] fix alarm led color for board 96348A-122florian2012-06-061-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32089 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [brcm63xx] add 96348w3 board (#10764)florian2012-06-063-3/+72
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32088 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [brcm63xx] update livebox board support (#8677)florian2012-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 git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32087 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [brcm63xx] fix leds naming for all bcm63xx boardsflorian2012-06-0626-166/+429
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32086 3c298f89-4303-0410-b956-a3cf2f4a3e73
* kernel: make tracing support configurablenbd2012-06-061-0/+3
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32085 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [brcm63xx] backport upstream spi-bcm63xx fixesflorian2012-06-063-0/+381
| | | | | | | | * message pump conversion * not using stopping state * setting spi driver mode bits git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32078 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [generic/3.3] backport spi message queue infrastructureflorian2012-06-061-0/+603
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32077 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [brcm63xx] increase led number in patch 301-led_count.patchflorian2012-06-064-33/+11
| | | | | | So that board patches are only touching board-related code git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32076 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [lantiq] clean up generic image buildingblogic2012-06-051-48/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32065 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [brcm63xx] fix board patches so that new boards are withing appropriate ifdefflorian2012-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 git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32060 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [kernel/3.3] refresh generic patchesflorian2012-06-055-15/+11
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32059 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [brcm63xx] fix bisectability of patch 303-spi-board-info.patchflorian2012-06-051-1/+9
| | | | | | | It uses spi_register_board_info() from linux/spi/spi.h but does not include it explicitely. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32058 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [kernel] bump to 3.3.8blogic2012-06-0538-38/+38
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32055 3c298f89-4303-0410-b956-a3cf2f4a3e73
* kirkwood: reorganize targetluka2012-06-0514-787/+693
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32053 3c298f89-4303-0410-b956-a3cf2f4a3e73
* uboot-envtools: update to 2012.04.01luka2012-06-042-69/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32051 3c298f89-4303-0410-b956-a3cf2f4a3e73
* bcm63xx: fix ethernet on 96328avng and 963281TANjogo2012-06-047-15/+19
| | | | | | The internal switch did not get registered. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32041 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [lantiq] adds unset Kbuild symbolblogic2012-06-021-0/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32026 3c298f89-4303-0410-b956-a3cf2f4a3e73
* malta: remove 3.2 patchesjuhosg2012-06-021-14/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32023 3c298f89-4303-0410-b956-a3cf2f4a3e73