Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | generic: add MTD_NAND_AR934X symbol | Gabor Juhos | 2012-09-13 | 1 | -0/+1 |
| | | | | SVN-Revision: 33384 | ||||
* | generic: move GENERIC_PWM symbol into the generic config | Gabor Juhos | 2012-09-13 | 1 | -0/+1 |
| | | | | SVN-Revision: 33383 | ||||
* | fix ixp4xx_hss build failure (#12162) | Florian Fainelli | 2012-09-10 | 1 | -0/+44 |
| | | | | SVN-Revision: 33356 | ||||
* | generic add WLAN calibration data ID to routerboot.h | Gabor Juhos | 2012-09-09 | 1 | -0/+1 |
| | | | | SVN-Revision: 33346 | ||||
* | adm5120: move common routerboot definitions into a separate header file | Gabor Juhos | 2012-09-09 | 1 | -0/+104 |
| | | | | | | Those will be used on the ar71xx platform as well. SVN-Revision: 33341 | ||||
* | generic: add support for the EON EN25Q64 SPI flash chip | Gabor Juhos | 2012-08-26 | 1 | -0/+10 |
| | | | | | | It is used in some TL-WDR4310 devices. Closes #12077. SVN-Revision: 33275 | ||||
* | generic: extend pci_isable_usb_common_quirks patch | Gabor Juhos | 2012-08-15 | 1 | -0/+20 |
| | | | | | | | | | | | | | Fixes the following build error: SYSMAP System.map Building modules, stage 2. MODPOST 48 modules ERROR: "usb_enable_xhci_ports" [drivers/usb/host/ehci-hcd.ko] undefined! ERROR: "usb_is_intel_switchable_xhci" [drivers/usb/host/ehci-hcd.ko] undefined! make[6]: *** [__modpost] Error 1 make[5]: *** [modules] Error 2 SVN-Revision: 33193 | ||||
* | fixes gpio_dev un/reload balancing | John Crispin | 2012-08-14 | 1 | -0/+2 |
| | | | | | | Signed-off-by: SHI Bin <shibin@ctsing.com> SVN-Revision: 33183 | ||||
* | generic: use __meminit annotation for crashlog_init_memblock | Gabor Juhos | 2012-08-12 | 1 | -3/+3 |
| | | | | | | | | | | | | | | | Fixes this section mismatch warning: WARNING: vmlinux.o(.meminit.text+0xb14): Section mismatch in reference from the function memblock_insert_region() to the function .init.text:crashlog_init_memblock() The function __meminit memblock_insert_region() references a function __init crashlog_init_memblock(). If crashlog_init_memblock is only used by memblock_insert_region then annotate crashlog_init_memblock with a matching annotation. Also, remove the __init annotations from 'include/linux/crashlog.h' SVN-Revision: 33137 | ||||
* | generic: rtl8366_smi: increase delay after switch hw reset | Gabor Juhos | 2012-08-10 | 1 | -3/+6 |
| | | | | SVN-Revision: 33077 | ||||
* | Codel: avoid a nul rec_inv_sqrt | John Crispin | 2012-08-02 | 1 | -0/+68 |
| | | | | | | | | | | | | | | | One condition before codel_Newton_step() was not good if we never left the dropping state for a flow. As a result rec_inv_sqrt was 0, instead of the ~0 initial value. codel control law was then set to a very aggressive mode, dropping many packets before reaching 'target' and recovering from this problem. Brought over from 3.5-stable Signed-off-by: Dave Taht <dave.taht@bufferbloat.net> SVN-Revision: 32950 | ||||
* | generic: rtl836x: add hw_reset field to struct rtl8366_smi | Gabor Juhos | 2012-08-02 | 7 | -2/+35 |
| | | | | | | | It will be used to start/stop the switch if that is supported by the given board. SVN-Revision: 32943 | ||||
* | generic: rtl8366_smi: use __rtl8366_smi_cleanup instead of gpio_free calls | Gabor Juhos | 2012-08-02 | 1 | -2/+1 |
| | | | | SVN-Revision: 32942 | ||||
* | disable crashlog on ARM platforms for the moment | Florian Fainelli | 2012-07-31 | 1 | -1/+1 |
| | | | | | | It is currently badly broken on ARM, until fixed, disable it SVN-Revision: 32926 | ||||
* | refresh pwm patch | John Crispin | 2012-07-29 | 1 | -9/+5 |
| | | | | SVN-Revision: 32905 | ||||
* | clean up pwm patches and drivers | John Crispin | 2012-07-28 | 4 | -604/+25 |
| | | | | SVN-Revision: 32901 | ||||
* | add config option CONFIG_I2C_MV64XXX to fix kirkwood build | Hauke Mehrtens | 2012-07-28 | 1 | -0/+1 |
| | | | | SVN-Revision: 32898 | ||||
* | add more USB-related config symbols | Florian Fainelli | 2012-07-26 | 1 | -0/+20 |
| | | | | SVN-Revision: 32883 | ||||
* | bcma: update to version from wireless-testing tag master-2012-07-16 | Hauke Mehrtens | 2012-07-26 | 4 | -26/+394 |
| | | | | | | | | I did not add the last patch, because it add some stubs for the flash drivers and our patches have to be changed for that, if the flash support in bcma is able to do something I will integrate it. This also contains 3 additional patches fixing some bugs in bcma. SVN-Revision: 32880 | ||||
* | add yet another framebuffer symbol | Florian Fainelli | 2012-07-25 | 1 | -0/+1 |
| | | | | SVN-Revision: 32844 | ||||
* | add unset CONFIG_FB_XGI to fix fullbuilds | John Crispin | 2012-07-25 | 1 | -0/+1 |
| | | | | SVN-Revision: 32836 | ||||
* | add missing framebuffer related symbols | Florian Fainelli | 2012-07-24 | 1 | -0/+3 |
| | | | | SVN-Revision: 32804 | ||||
* | fix tantos patch properly | John Crispin | 2012-07-24 | 1 | -1/+1 |
| | | | | SVN-Revision: 32796 | ||||
* | make tantos switch select ETHERNET_PACKET_MANGLE | John Crispin | 2012-07-24 | 1 | -0/+1 |
| | | | | SVN-Revision: 32795 | ||||
* | crashlog: fix dependency, add memblock support | Felix Fietkau | 2012-07-22 | 1 | -7/+50 |
| | | | | SVN-Revision: 32787 | ||||
* | kernel: fix portability issues on the x86 specific relocs host tool, fixes ↵ | Felix Fietkau | 2012-07-20 | 1 | -0/+22 |
| | | | | | | build on mac os x SVN-Revision: 32783 | ||||
* | generic: ocf: restore terminating entry of pci_id_table in hifnHIPP | Gabor Juhos | 2012-07-12 | 1 | -0/+1 |
| | | | | SVN-Revision: 32680 | ||||
* | ocf: update to version 20120127 | Luka Perkov | 2012-07-11 | 37 | -275/+4066 |
| | | | | SVN-Revision: 32672 | ||||
* | kernel: bcma: update to version from wireless-testing tag master-2012-07-11 | Hauke Mehrtens | 2012-07-11 | 1 | -43/+359 |
| | | | | SVN-Revision: 32670 | ||||
* | generic: ar8216: start aneg on each PHY of the AR8327 | Gabor Juhos | 2012-07-05 | 1 | -1/+13 |
| | | | | SVN-Revision: 32604 | ||||
* | kernel: generic: spi: allow empty (un)prepare transfer | Jonas Gorski | 2012-07-03 | 1 | -0/+39 |
| | | | | SVN-Revision: 32590 | ||||
* | kernel: ssb/bcma: update to version from wireless-testing tag master-2012-07-02 | Hauke Mehrtens | 2012-07-02 | 2 | -37/+688 |
| | | | | SVN-Revision: 32580 | ||||
* | kernel: switch openwrt default to TCP cubic from westwood (patch by Dave Täht) | Felix Fietkau | 2012-06-27 | 1 | -4/+4 |
| | | | | | | | | | | | | | | | | | | | | | | Despite Westwood's theoretical advantages, in nearly every benchmark we ran last year, TCP cubic won, whether it be on correct RTT estimates, amount of buffering, responsiveness, etc. on current hardware and software designs. (both need timestamps on to work well, besides) TCP cubic is better maintained and understood than westwood, also. While a scenario where westwood would win possibly exists, there is too much buffering in the wifi stack in particular at present, to see any improvement. If you wish to exercise various TCPs under contention, the current svn head of netperf (2.6) has options to switch congestion control agorithms on the fly, as does iperf. SVN-Revision: 32514 | ||||
* | kernel: add missing config symbol | Felix Fietkau | 2012-06-24 | 1 | -0/+1 |
| | | | | SVN-Revision: 32498 | ||||
* | generic: ar8216: allow to configure AR8327 LEDs via platform data | Gabor Juhos | 2012-06-19 | 3 | -1/+33 |
| | | | | SVN-Revision: 32456 | ||||
* | kernel: replace the brcm47xx fuse workaround patches with a generic patch ↵ | Felix Fietkau | 2012-06-16 | 1 | -0/+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 | ||||
* | kernel: add a few more tracing related symbols | Felix Fietkau | 2012-06-06 | 1 | -0/+2 |
| | | | | SVN-Revision: 32094 | ||||
* | kernel: make tracing support configurable | Felix Fietkau | 2012-06-06 | 1 | -0/+3 |
| | | | | SVN-Revision: 32085 | ||||
* | backport spi message queue infrastructure | Florian Fainelli | 2012-06-06 | 1 | -0/+603 |
| | | | | SVN-Revision: 32077 | ||||
* | refresh generic patches | Florian Fainelli | 2012-06-05 | 5 | -15/+11 |
| | | | | SVN-Revision: 32059 | ||||
* | adds patch to make Tantos (psb6970) switch buildable again | John Crispin | 2012-05-30 | 2 | -0/+25 |
| | | | | SVN-Revision: 32006 | ||||
* | 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 | ||||
* | kernel: fix suppressing -s for linking modules when profiling is enabled | Felix Fietkau | 2012-05-27 | 1 | -1/+1 |
| | | | | SVN-Revision: 31924 | ||||
* | generic: rtl8367: rename a misnamed variable | Gabor Juhos | 2012-05-27 | 1 | -2/+2 |
| | | | | SVN-Revision: 31917 | ||||
* | generic: rtl8366_smi: remove duplicated spinlock initialization | Gabor Juhos | 2012-05-27 | 1 | -2/+0 |
| | | | | SVN-Revision: 31916 | ||||
* | generic: rtl8366_smi: rename debugfs Kconfig symbol | Gabor Juhos | 2012-05-27 | 5 | -17/+16 |
| | | | | SVN-Revision: 31915 | ||||
* | generic: rtl8367: allow to use VLANs > 31 | Gabor Juhos | 2012-05-27 | 1 | -0/+3 |
| | | | | SVN-Revision: 31914 | ||||
* | kernel: properly pad the allocated headroom in skb_cow to NET_SKB_PAD | Felix Fietkau | 2012-05-27 | 1 | -1/+2 |
| | | | | SVN-Revision: 31906 |