summaryrefslogtreecommitdiffstats
path: root/target/linux/generic
Commit message (Collapse)AuthorAgeFilesLines
* kernel: increase log buffer sizeFelix Fietkau2012-09-221-1/+1
| | | | SVN-Revision: 33515
* refresh patchesImre Kaloz2012-09-212-9/+2
| | | | SVN-Revision: 33501
* kernel: enable perf events when enabling profiling, fixes oprofile on armFelix Fietkau2012-09-201-0/+1
| | | | SVN-Revision: 33497
* generic: add MTD_NAND_AR934X symbolGabor Juhos2012-09-131-0/+1
| | | | SVN-Revision: 33384
* generic: move GENERIC_PWM symbol into the generic configGabor Juhos2012-09-131-0/+1
| | | | SVN-Revision: 33383
* fix ixp4xx_hss build failure (#12162)Florian Fainelli2012-09-101-0/+44
| | | | SVN-Revision: 33356
* generic add WLAN calibration data ID to routerboot.hGabor Juhos2012-09-091-0/+1
| | | | SVN-Revision: 33346
* adm5120: move common routerboot definitions into a separate header fileGabor Juhos2012-09-091-0/+104
| | | | | | Those will be used on the ar71xx platform as well. SVN-Revision: 33341
* generic: add support for the EON EN25Q64 SPI flash chipGabor Juhos2012-08-261-0/+10
| | | | | | It is used in some TL-WDR4310 devices. Closes #12077. SVN-Revision: 33275
* generic: extend pci_isable_usb_common_quirks patchGabor Juhos2012-08-151-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 balancingJohn Crispin2012-08-141-0/+2
| | | | | | Signed-off-by: SHI Bin <shibin@ctsing.com> SVN-Revision: 33183
* generic: use __meminit annotation for crashlog_init_memblockGabor Juhos2012-08-121-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 resetGabor Juhos2012-08-101-3/+6
| | | | SVN-Revision: 33077
* Codel: avoid a nul rec_inv_sqrtJohn Crispin2012-08-021-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_smiGabor Juhos2012-08-027-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 callsGabor Juhos2012-08-021-2/+1
| | | | SVN-Revision: 32942
* disable crashlog on ARM platforms for the momentFlorian Fainelli2012-07-311-1/+1
| | | | | | It is currently badly broken on ARM, until fixed, disable it SVN-Revision: 32926
* refresh pwm patchJohn Crispin2012-07-291-9/+5
| | | | SVN-Revision: 32905
* clean up pwm patches and driversJohn Crispin2012-07-284-604/+25
| | | | SVN-Revision: 32901
* add config option CONFIG_I2C_MV64XXX to fix kirkwood buildHauke Mehrtens2012-07-281-0/+1
| | | | SVN-Revision: 32898
* add more USB-related config symbolsFlorian Fainelli2012-07-261-0/+20
| | | | SVN-Revision: 32883
* bcma: update to version from wireless-testing tag master-2012-07-16Hauke Mehrtens2012-07-264-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 symbolFlorian Fainelli2012-07-251-0/+1
| | | | SVN-Revision: 32844
* add unset CONFIG_FB_XGI to fix fullbuildsJohn Crispin2012-07-251-0/+1
| | | | SVN-Revision: 32836
* add missing framebuffer related symbolsFlorian Fainelli2012-07-241-0/+3
| | | | SVN-Revision: 32804
* fix tantos patch properlyJohn Crispin2012-07-241-1/+1
| | | | SVN-Revision: 32796
* make tantos switch select ETHERNET_PACKET_MANGLEJohn Crispin2012-07-241-0/+1
| | | | SVN-Revision: 32795
* crashlog: fix dependency, add memblock supportFelix Fietkau2012-07-221-7/+50
| | | | SVN-Revision: 32787
* kernel: fix portability issues on the x86 specific relocs host tool, fixes ↵Felix Fietkau2012-07-201-0/+22
| | | | | | build on mac os x SVN-Revision: 32783
* generic: ocf: restore terminating entry of pci_id_table in hifnHIPPGabor Juhos2012-07-121-0/+1
| | | | SVN-Revision: 32680
* ocf: update to version 20120127Luka Perkov2012-07-1137-275/+4066
| | | | SVN-Revision: 32672
* kernel: bcma: update to version from wireless-testing tag master-2012-07-11Hauke Mehrtens2012-07-111-43/+359
| | | | SVN-Revision: 32670
* generic: ar8216: start aneg on each PHY of the AR8327Gabor Juhos2012-07-051-1/+13
| | | | SVN-Revision: 32604
* kernel: generic: spi: allow empty (un)prepare transferJonas Gorski2012-07-031-0/+39
| | | | SVN-Revision: 32590
* kernel: ssb/bcma: update to version from wireless-testing tag master-2012-07-02Hauke Mehrtens2012-07-022-37/+688
| | | | SVN-Revision: 32580
* kernel: switch openwrt default to TCP cubic from westwood (patch by Dave Täht)Felix Fietkau2012-06-271-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 symbolFelix Fietkau2012-06-241-0/+1
| | | | SVN-Revision: 32498
* generic: ar8216: allow to configure AR8327 LEDs via platform dataGabor Juhos2012-06-193-1/+33
| | | | SVN-Revision: 32456
* kernel: replace the brcm47xx fuse workaround patches with a generic patch ↵Felix Fietkau2012-06-161-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 symbolsFelix Fietkau2012-06-061-0/+2
| | | | SVN-Revision: 32094
* kernel: make tracing support configurableFelix Fietkau2012-06-061-0/+3
| | | | SVN-Revision: 32085
* backport spi message queue infrastructureFlorian Fainelli2012-06-061-0/+603
| | | | SVN-Revision: 32077
* refresh generic patchesFlorian Fainelli2012-06-055-15/+11
| | | | SVN-Revision: 32059
* adds patch to make Tantos (psb6970) switch buildable againJohn Crispin2012-05-302-0/+25
| | | | SVN-Revision: 32006
* generic: ar8216: add revision specific PHY fixups for AR8327Gabor Juhos2012-05-292-8/+41
| | | | SVN-Revision: 32000
* generic: ar8216: replace chip_type field with chip_{ver,rev} in ar8216_privGabor Juhos2012-05-292-31/+25
| | | | SVN-Revision: 31999
* generic: ar8216: add chip_is_ar8{216,236,316,327} helpersGabor Juhos2012-05-291-8/+28
| | | | SVN-Revision: 31998
* kernel: fix suppressing -s for linking modules when profiling is enabledFelix Fietkau2012-05-271-1/+1
| | | | SVN-Revision: 31924
* generic: rtl8367: rename a misnamed variableGabor Juhos2012-05-271-2/+2
| | | | SVN-Revision: 31917
* generic: rtl8366_smi: remove duplicated spinlock initializationGabor Juhos2012-05-271-2/+0
| | | | SVN-Revision: 31916