Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | ar71xx: add support for the embeddedwireless Dorin board (based on patch by ↵ | Felix Fietkau | 2012-06-19 | 8 | -0/+185 | |
| | | | | | | embeddedwireless.de) SVN-Revision: 32447 | |||||
* | ar71xx: add support for reading the MAC address from OTP ROM on AR933x | Felix Fietkau | 2012-06-19 | 1 | -0/+166 | |
| | | | | SVN-Revision: 32446 | |||||
* | optimize kernel config for kvm_guest | Jo-Philipp Wich | 2012-06-18 | 1 | -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 override | Jo-Philipp Wich | 2012-06-18 | 1 | -5/+0 | |
| | | | | SVN-Revision: 32422 | |||||
* | fix SPI message control handling for BCM6338/6348 | Florian Fainelli | 2012-06-17 | 5 | -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 Fietkau | 2012-06-16 | 3 | -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 flags | Florian Fainelli | 2012-06-16 | 1 | -2/+2 | |
| | | | | | | Thanks to Nicolas Le Falher for testing on Bifferboard. SVN-Revision: 32389 | |||||
* | use ttyS0 @ 115200 baud as default for KVM guests | Jo-Philipp Wich | 2012-06-15 | 1 | -3/+3 | |
| | | | | SVN-Revision: 32384 | |||||
* | kirkwood: fix typo in uci-defaults/leds | Luka Perkov | 2012-06-13 | 1 | -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 Fietkau | 2012-06-13 | 1 | -0/+3 | |
| | | | | | | similar to TL-MR3020 to fix ethernet link detection SVN-Revision: 32336 | |||||
* | bcm63xx: readd accidentially dropped ignore_oc in ehci driver | Jonas Gorski | 2012-06-11 | 1 | -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 index | Felix Fietkau | 2012-06-11 | 1 | -0/+1 | |
| | | | | SVN-Revision: 32187 | |||||
* | kirkwood: ib62x0 fix reboot | Luka Perkov | 2012-06-08 | 1 | -0/+1 | |
| | | | | SVN-Revision: 32131 | |||||
* | xburst: remove an obsolete CompareKernelPatchVer call | Felix Fietkau | 2012-06-07 | 1 | -11/+0 | |
| | | | | SVN-Revision: 32115 | |||||
* | fix 553-board_96348w3.patch patch wrt gpio-keys-polled | Florian Fainelli | 2012-06-06 | 1 | -1/+1 | |
| | | | | SVN-Revision: 32096 | |||||
* | ar71xx: fix LZMA loader build regression from r32090 (thx, juhosg) | Felix Fietkau | 2012-06-06 | 1 | -1/+1 | |
| | | | | SVN-Revision: 32095 | |||||
* | kernel: add a few more tracing related symbols | Felix Fietkau | 2012-06-06 | 1 | -0/+2 | |
| | | | | SVN-Revision: 32094 | |||||
* | ar71xx: fix PHY setup on TL-MR3020 (fixes #11572) | Felix Fietkau | 2012-06-06 | 1 | -0/+4 | |
| | | | | SVN-Revision: 32093 | |||||
* | ar71xx: add a helper function for setting up PHY4 swapping on ar933x | Felix Fietkau | 2012-06-06 | 3 | -15/+21 | |
| | | | | SVN-Revision: 32092 | |||||
* | target: do not make target/*/install depend on target/*/compile - removes ↵ | Felix Fietkau | 2012-06-06 | 1 | -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 Fietkau | 2012-06-06 | 1 | -1/+1 | |
| | | | | | | some time on make target/install SVN-Revision: 32090 | |||||
* | fix alarm led color for board 96348A-122 | Florian Fainelli | 2012-06-06 | 1 | -1/+1 | |
| | | | | SVN-Revision: 32089 | |||||
* | add 96348w3 board (#10764) | Florian Fainelli | 2012-06-06 | 3 | -3/+72 | |
| | | | | SVN-Revision: 32088 | |||||
* | update livebox board support (#8677) | Florian Fainelli | 2012-06-06 | 1 | -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 boards | Florian Fainelli | 2012-06-06 | 26 | -166/+429 | |
| | | | | SVN-Revision: 32086 | |||||
* | kernel: make tracing support configurable | Felix Fietkau | 2012-06-06 | 1 | -0/+3 | |
| | | | | SVN-Revision: 32085 | |||||
* | backport upstream spi-bcm63xx fixes | Florian Fainelli | 2012-06-06 | 3 | -0/+381 | |
| | | | | | | | | * message pump conversion * not using stopping state * setting spi driver mode bits SVN-Revision: 32078 | |||||
* | backport spi message queue infrastructure | Florian Fainelli | 2012-06-06 | 1 | -0/+603 | |
| | | | | SVN-Revision: 32077 | |||||
* | increase led number in patch 301-led_count.patch | Florian Fainelli | 2012-06-06 | 4 | -33/+11 | |
| | | | | | | So that board patches are only touching board-related code SVN-Revision: 32076 | |||||
* | clean up generic image building | John Crispin | 2012-06-05 | 1 | -48/+0 | |
| | | | | SVN-Revision: 32065 | |||||
* | fix board patches so that new boards are withing appropriate ifdef | Florian Fainelli | 2012-06-05 | 39 | -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 patches | Florian Fainelli | 2012-06-05 | 5 | -15/+11 | |
| | | | | SVN-Revision: 32059 | |||||
* | fix bisectability of patch 303-spi-board-info.patch | Florian Fainelli | 2012-06-05 | 1 | -1/+9 | |
| | | | | | | | It uses spi_register_board_info() from linux/spi/spi.h but does not include it explicitely. SVN-Revision: 32058 | |||||
* | bump to 3.3.8 | John Crispin | 2012-06-05 | 38 | -38/+38 | |
| | | | | SVN-Revision: 32055 | |||||
* | kirkwood: reorganize target | Luka Perkov | 2012-06-05 | 14 | -787/+693 | |
| | | | | SVN-Revision: 32053 | |||||
* | uboot-envtools: update to 2012.04.01 | Luka Perkov | 2012-06-04 | 2 | -69/+0 | |
| | | | | SVN-Revision: 32051 | |||||
* | bcm63xx: fix ethernet on 96328avng and 963281TAN | Jonas Gorski | 2012-06-04 | 7 | -15/+19 | |
| | | | | | | The internal switch did not get registered. SVN-Revision: 32041 | |||||
* | adds unset Kbuild symbol | John Crispin | 2012-06-02 | 1 | -0/+1 | |
| | | | | SVN-Revision: 32026 | |||||
* | malta: remove 3.2 patches | Gabor Juhos | 2012-06-02 | 1 | -14/+0 | |
| | | | | SVN-Revision: 32023 | |||||
* | malta: use common kernel config | Gabor Juhos | 2012-06-02 | 2 | -319/+15 | |
| | | | | SVN-Revision: 32022 | |||||
* | xburst: add missing config symbol | Gabor Juhos | 2012-06-02 | 1 | -0/+1 | |
| | | | | SVN-Revision: 32021 | |||||
* | add $(SUBTARGET) to the filename if available | John Crispin | 2012-05-30 | 1 | -1/+1 | |
| | | | | SVN-Revision: 32007 | |||||
* | adds patch to make Tantos (psb6970) switch buildable again | John Crispin | 2012-05-30 | 3 | -0/+26 | |
| | | | | SVN-Revision: 32006 | |||||
* | bcm63xx: build images for 6328 reference boards with various flash sizes | Jonas Gorski | 2012-05-30 | 11 | -28/+232 | |
| | | | | | | | | | | | Build images for 96328avng and 963281TAN (untested) for three different flash sizes: 4MB, 8MB, and 16MB. Known issues: * Button setup unknown, thus no fail-safe available. * All other BCM6328 and BCM63XX issues SVN-Revision: 32004 | |||||
* | bcm63xx: readd accidentially dropped network config for SPW303V | Jonas Gorski | 2012-05-30 | 1 | -0/+1 | |
| | | | | SVN-Revision: 32003 | |||||
* | generic: ar8216: add revision specific PHY fixups for AR8327 | Gabor Juhos | 2012-05-29 | 2 | -8/+41 | |
| | | | | SVN-Revision: 32000 | |||||
* | generic: ar8216: replace chip_type field with chip_{ver,rev} in ar8216_priv | Gabor Juhos | 2012-05-29 | 2 | -31/+25 | |
| | | | | SVN-Revision: 31999 | |||||
* | generic: ar8216: add chip_is_ar8{216,236,316,327} helpers | Gabor Juhos | 2012-05-29 | 1 | -8/+28 | |
| | | | | SVN-Revision: 31998 | |||||
* | ar71xx: add default LED setup for the DB120 board | Gabor Juhos | 2012-05-29 | 1 | -0/+5 | |
| | | | | SVN-Revision: 31997 | |||||
* | cns21xx: use the generic uci-default functions for initial LED setup | Gabor Juhos | 2012-05-29 | 2 | -42/+21 | |
| | | | | SVN-Revision: 31996 |