| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
SVN-Revision: 29848
|
|
|
|
|
|
| |
Patch from #10035.
SVN-Revision: 29847
|
|
|
|
| |
SVN-Revision: 29846
|
|
|
|
|
|
|
|
|
| |
After issuing a soft reset on the RT8366{S,RB}
switch, waiting for the last acknowlegement fails
in rtl8366_smi_write_reg. Add a _noack version of
the function and use that for issuing a soft reset.
SVN-Revision: 29844
|
|
|
|
|
|
| |
This also adds minimal support for the BCMA43224 pcie wireless card.
SVN-Revision: 29843
|
|
|
|
|
|
|
|
| |
This patch add sysupgrade for Engenius ESR-9753
Signed-off-by: Artur Wronowski <arteqw@gmail.com>
SVN-Revision: 29824
|
|
|
|
|
|
| |
Add skb_frag_page from 3.2 to OCF for 3.1 and earlier and use it.
SVN-Revision: 29818
|
|
|
|
| |
SVN-Revision: 29790
|
|
|
|
|
|
| |
Signed-off-by: Justus Winter <4winter@informatik.uni-hamburg.de>
SVN-Revision: 29786
|
|
|
|
|
|
|
|
| |
The following symbols are missing for x86, in sorted order.
Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
SVN-Revision: 29783
|
|
|
|
| |
SVN-Revision: 29773
|
|
|
|
|
|
|
|
|
|
|
| |
* fixes leds
* adds all leds found on the sx763 board
* removes board_config from flash layout because wireless data is stored in kernel (ath5k)
* fix button handling
Signed-off-by: Luka Perkov <openwrt@lukaperkov.net>
SVN-Revision: 29763
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Previously the tx housekeeping was done in a spin_lock_irqsave critical
section which causes irqs to be disabled during that time. Since the
housekeeping is already prepared to be scheduled as a tasklet process
the housekeeping only in softirq context and revise the locking between
the tx path and the housekeeping tasklet by using a normal spin_lock
which in most situations will be a NOP anyway.
This makes sure that interrupts are only disabled for a short time
since in the worst case the housekeeping might have to free up to 256
skbs.
Signed-off-by: Helmut Schaa <helmut.schaa@googlemail.com>
SVN-Revision: 29762
|
|
|
|
| |
SVN-Revision: 29756
|
|
|
|
| |
SVN-Revision: 29755
|
|
|
|
| |
SVN-Revision: 29753
|
|
|
|
| |
SVN-Revision: 29750
|
|
|
|
| |
SVN-Revision: 29749
|
|
|
|
| |
SVN-Revision: 29747
|
|
|
|
| |
SVN-Revision: 29744
|
|
|
|
| |
SVN-Revision: 29742
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
SVN-Revision: 29732
|
|
|
|
| |
SVN-Revision: 29731
|
|
|
|
| |
SVN-Revision: 29730
|
|
|
|
|
|
| |
Should fix whiteout issues and missing files when using extroot.
SVN-Revision: 29727
|
|
|
|
| |
SVN-Revision: 29726
|
|
|
|
| |
SVN-Revision: 29725
|
|
|
|
|
|
| |
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
|
|
|
|
| |
SVN-Revision: 29718
|
|
|
|
| |
SVN-Revision: 29713
|
|
|
|
|
|
| |
to control ethernet LED (the led behaviour is a side effect) and using the gpio as an led causes kernel panics.
SVN-Revision: 29712
|
|
|
|
| |
SVN-Revision: 29711
|
|
|
|
|
|
| |
This allows to access the flash from a kexec'd kernel.
SVN-Revision: 29710
|
|
|
|
| |
SVN-Revision: 29709
|
|
|
|
| |
SVN-Revision: 29708
|
|
|
|
|
|
| |
This allows to access the flash from a kexec'd kernel.
SVN-Revision: 29707
|
|
|
|
| |
SVN-Revision: 29706
|
|
|
|
| |
SVN-Revision: 29705
|
|
|
|
| |
SVN-Revision: 29683
|
|
|
|
| |
SVN-Revision: 29682
|
|
|
|
|
|
| |
The WLAN LEDs are not working yet.
SVN-Revision: 29680
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
SVN-Revision: 29678
|
|
|
|
|
|
|
|
| |
* make clock delay configurable
* make read,write commands configurable
* use u16 for member and untag fields
SVN-Revision: 29677
|
|
|
|
| |
SVN-Revision: 29676
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
SVN-Revision: 29672
|
|
|
|
|
|
| |
Signed-off-by: Cezary Jackiewicz <cezary.jackiewicz@gmail.com>
SVN-Revision: 29669
|