Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | brcm47xx: add support for kernel 3.2 | Hauke Mehrtens | 2012-01-15 | 47 | -0/+7484 |
| | | | | SVN-Revision: 29756 | ||||
* | brcm47xx: run kernel_oldconfig | Hauke Mehrtens | 2012-01-15 | 1 | -2/+3 |
| | | | | SVN-Revision: 29755 | ||||
* | add support for OMAP4 based boards, starting with the PandaBoard | Imre Kaloz | 2012-01-14 | 8 | -0/+658 |
| | | | | SVN-Revision: 29753 | ||||
* | fixup arm xz support with recent changes | Imre Kaloz | 2012-01-14 | 1 | -1/+3 |
| | | | | SVN-Revision: 29750 | ||||
* | add missing symbols | Imre Kaloz | 2012-01-14 | 1 | -1/+14 |
| | | | | SVN-Revision: 29749 | ||||
* | kernel: disable bridge igmp snooping in 3.2 as well | Felix Fietkau | 2012-01-14 | 1 | -1/+1 |
| | | | | SVN-Revision: 29747 | ||||
* | kernel: disable bridge igmp snooping by default to avoid multicast issues | Felix Fietkau | 2012-01-14 | 6 | -6/+6 |
| | | | | SVN-Revision: 29744 | ||||
* | kernel: ppc40x: ppc44x: add missing kernel config symbol | Jonas Gorski | 2012-01-14 | 3 | -0/+3 |
| | | | | SVN-Revision: 29742 | ||||
* | brcm47xx: update usb driver | Hauke Mehrtens | 2012-01-13 | 2 | -99/+113 |
| | | | | | | | | | | | | | | | | Add workarround for BCM5357 and BCM4749. This patch contains the following fixes from George Kashperko: * separate subroutines for controller initialization workarounds - following CodingStyle recommendations; * __devinit __devexit __devinitconst annotations for CONFIG_HOTPLUG; * fix leak in ssb_hcd_create_pdev/bcma_hcd_create_pdev - as hci_res being kmalloc'ed is never freed anywhere while platform_device_add_resources will kmemdup resources right away; * fix compilation error in ssb_hcd_resume - it will fail as soon as CONFIG_PM is selected. SVN-Revision: 29734 | ||||
* | rtl8366: fix rtl8366_smi_detect() after r29677 | Jo-Philipp Wich | 2012-01-13 | 1 | -0/+3 |
| | | | | SVN-Revision: 29732 | ||||
* | brcm63xx: add support for linux 3.2 | Jonas Gorski | 2012-01-13 | 39 | -0/+5195 |
| | | | | SVN-Revision: 29731 | ||||
* | kernel: add support for linux 3.2.1 | Jonas Gorski | 2012-01-13 | 125 | -0/+66387 |
| | | | | SVN-Revision: 29730 | ||||
* | kernel: backport overlayfs v11 to 3.0 and 2.6.39 | Jonas Gorski | 2012-01-13 | 2 | -1868/+2307 |
| | | | | | | Should fix whiteout issues and missing files when using extroot. SVN-Revision: 29727 | ||||
* | kernel: update linux 3.1 to 3.1.9 | Jonas Gorski | 2012-01-13 | 23 | -60/+41 |
| | | | | SVN-Revision: 29726 | ||||
* | kernel: update linux 3.0 to 3.0.17 | Jonas Gorski | 2012-01-13 | 28 | -68/+48 |
| | | | | SVN-Revision: 29725 | ||||
* | ar8216: use vlan configuration for connecting ports (forced to be untagged) ↵ | Felix Fietkau | 2012-01-12 | 1 | -1/+7 |
| | | | | | | even with vlan_enable=0, but keep them isolated before the switch has been configured this makes enable_vlan=0 practical for vlan passthrough SVN-Revision: 29719 | ||||
* | ar8216: do not strip vlan tags when running with vlan_enable=0 | Felix Fietkau | 2012-01-12 | 1 | -3/+6 |
| | | | | SVN-Revision: 29718 | ||||
* | ar71xx: move irq_to_gpio and gpio_to_irq into gpio.c | Gabor Juhos | 2012-01-11 | 2 | -12/+14 |
| | | | | SVN-Revision: 29713 | ||||
* | Remove invalid LED GPIO from GW6200 board definition. GPIO 35 isn't intended ↵ | Daniel Dickinson | 2012-01-11 | 13 | -40/+25 |
| | | | | | | to control ethernet LED (the led behaviour is a side effect) and using the gpio as an led causes kernel panics. SVN-Revision: 29712 | ||||
* | ar71xx: disable ath79 in order to get rid of Kconfig warnings | Gabor Juhos | 2012-01-11 | 1 | -0/+11 |
| | | | | SVN-Revision: 29711 | ||||
* | ar71xx: pb44_spi: add shutdown handler | Gabor Juhos | 2012-01-11 | 1 | -0/+10 |
| | | | | | | This allows to access the flash from a kexec'd kernel. SVN-Revision: 29710 | ||||
* | ar71xx: pb44_spi: call pb44_spi_{en,dis}able from probe/remove | Gabor Juhos | 2012-01-11 | 1 | -6/+4 |
| | | | | SVN-Revision: 29709 | ||||
* | ar71xx: pb44_spi: introduce pb44_spi_{en,dis}able helpers | Gabor Juhos | 2012-01-11 | 1 | -8/+17 |
| | | | | SVN-Revision: 29708 | ||||
* | ar71xx: ar71xx_spi: add shutdown handler | Gabor Juhos | 2012-01-11 | 1 | -0/+10 |
| | | | | | | This allows to access the flash from a kexec'd kernel. SVN-Revision: 29707 | ||||
* | ar71xx: ar71xx_spi: save and restore regs from probe/remove | Gabor Juhos | 2012-01-11 | 1 | -17/+7 |
| | | | | SVN-Revision: 29706 | ||||
* | ar71xx: ar71xx_wdt: add shutdown handler | Gabor Juhos | 2012-01-11 | 1 | -0/+6 |
| | | | | SVN-Revision: 29705 | ||||
* | ar71xx: refresh patches | Gabor Juhos | 2012-01-07 | 2 | -4/+4 |
| | | | | SVN-Revision: 29683 | ||||
* | ar71xx: add a profile and build images for the TL-WR2543N/ND | Gabor Juhos | 2012-01-07 | 2 | -0/+17 |
| | | | | SVN-Revision: 29682 | ||||
* | ar71xx: add initial support for the TL-WR2543N/ND board | Gabor Juhos | 2012-01-07 | 10 | -1/+164 |
| | | | | | | The WLAN LEDs are not working yet. SVN-Revision: 29680 | ||||
* | ar71xx: allow to specify max read size for m25p80 | Gabor Juhos | 2012-01-07 | 1 | -0/+112 |
| | | | | | | | | | | | | | | | Reading from the flash chip on the TL-WR2543ND seems buggy. If the SPI flash driver tries to read too much data in one SPI transfer, the flash chip returns bogus values. This can be caused by a buggy flash chip on my board, or it can be a bug in our SPI driver. Add a workaround to the m25p80 driver until I find out the root cause of the problem. The patch allows to specify the maximum numner of bytes which can be read safely withint one SPI transfer. SVN-Revision: 29679 | ||||
* | generic: add driver for the RTL8367R/M switches | Gabor Juhos | 2012-01-07 | 8 | -0/+1955 |
| | | | | SVN-Revision: 29678 | ||||
* | generic: rtl8366: preparing for RTL8367 support | Gabor Juhos | 2012-01-07 | 4 | -9/+17 |
| | | | | | | | | * make clock delay configurable * make read,write commands configurable * use u16 for member and untag fields SVN-Revision: 29677 | ||||
* | generic: rtl8366_smi: add timeout message | Gabor Juhos | 2012-01-07 | 1 | -2/+4 |
| | | | | SVN-Revision: 29676 | ||||
* | ar71xx: local mac support on the wndr3700 | Gabor Juhos | 2012-01-07 | 1 | -2/+13 |
| | | | | | | | | | | | | | | The wndr3700 at least has no eth0 mac address and usually leverages the first wireless device's mac when in a bridged scenario. If, however, you want to route, and not bridge the interfaces, you need a unique mac address for it. This patch sets the local bit on the mac address pulled from the wireless chip and uses the resulting address for eth0. Patch-by: Dave Taht <dave.taht@gmail.com> SVN-Revision: 29675 | ||||
* | generic: improve MIPS kexec support | Gabor Juhos | 2012-01-07 | 19 | -1/+3553 |
| | | | | | | | | | | | | | It is based on patches from the linux-longsoon-community git tree: http://dev.lemote.com/cgit/linux-loongson-community.git/ Now the kernel can use the command line parameter from kexec-tools. Runtime tested on ar71xx with 2.6.39.4 (the wathdog must be stopped before executing the new kernel). Compile tested with lantiq (3.1.4) and brcm47xx (3.0.12). SVN-Revision: 29674 | ||||
* | ar71xx: fix sysupgrade on the TL-WR841N/ND v7 boards | Gabor Juhos | 2012-01-06 | 1 | -0/+1 |
| | | | | SVN-Revision: 29672 | ||||
* | ar71xx: add support for Redwave RW2458N | Gabor Juhos | 2012-01-06 | 10 | -0/+143 |
| | | | | | | Signed-off-by: Cezary Jackiewicz <cezary.jackiewicz@gmail.com> SVN-Revision: 29669 | ||||
* | ar71xx: fix RB-750 network configuration | Gabor Juhos | 2012-01-06 | 1 | -1/+1 |
| | | | | SVN-Revision: 29668 | ||||
* | ar71xx: fix sections mismatch warnings in the nand drivers | Gabor Juhos | 2012-01-05 | 2 | -2/+2 |
| | | | | SVN-Revision: 29667 | ||||
* | ar71xx: fix LED configuration on the RB-750 | Gabor Juhos | 2012-01-05 | 1 | -1/+5 |
| | | | | SVN-Revision: 29666 | ||||
* | ar71xx: create profile and build image for the ALFA AP96 board | Gabor Juhos | 2012-01-04 | 2 | -0/+18 |
| | | | | SVN-Revision: 29663 | ||||
* | ar71xx: add inital support for the ALFA Network AP96 board | Gabor Juhos | 2012-01-04 | 8 | -1/+172 |
| | | | | | | | | The microSD slot and the Real Time Clock is not working yet. The miniPCIe interface is not tested due to the lack of a suitable card. SVN-Revision: 29662 | ||||
* | ar71xx: specify console kernel parameter for the Compex boards | Gabor Juhos | 2012-01-04 | 1 | -7/+9 |
| | | | | SVN-Revision: 29660 | ||||
* | ar71xx: allow to use the command line hack on compex devices | Gabor Juhos | 2012-01-04 | 1 | -29/+31 |
| | | | | SVN-Revision: 29659 | ||||
* | ar71xx: use the TL-MR3x20 code for the TL-WR841N/ND v7 | Gabor Juhos | 2012-01-04 | 6 | -13/+40 |
| | | | | | | | These models are based on the AP99 reference board, and uses the AR7241 SoC. SVN-Revision: 29658 | ||||
* | ar71xx: show correct model name on TL-WA701N/ND boards | Gabor Juhos | 2012-01-04 | 1 | -0/+3 |
| | | | | SVN-Revision: 29657 | ||||
* | ar71xx: add profile and build image for the TL-WA701N/ND boards | Gabor Juhos | 2012-01-04 | 2 | -0/+17 |
| | | | | SVN-Revision: 29656 | ||||
* | ar71xx: fix network configuration for the TL-WA901N/ND boards | Gabor Juhos | 2012-01-04 | 1 | -5/+1 |
| | | | | SVN-Revision: 29654 | ||||
* | ar71xx: allow to use LAN LED on the TL-WA901N/ND boards | Gabor Juhos | 2012-01-04 | 2 | -0/+15 |
| | | | | SVN-Revision: 29653 | ||||
* | ar71xx: add default LED configuration for the TL-MR3020 | Gabor Juhos | 2012-01-04 | 2 | -0/+6 |
| | | | | | | Also use the system LED for diagnostic. SVN-Revision: 29652 |