summaryrefslogtreecommitdiffstats
path: root/target/linux/generic/patches-3.3
Commit message (Collapse)AuthorAgeFilesLines
...
* generic: fold yaffs_cvs_2009_04_24 patch to generic/filesGabor Juhos2012-10-301-12344/+0
| | | | | | Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 34012
* instead of updating the whole file, just add the additional boardsImre Kaloz2012-10-272-3618/+33
| | | | SVN-Revision: 33966
* generic: swconfig: use led_set_brightness in LED control codeGabor Juhos2012-10-261-0/+11
| | | | | | | | | | | The 'led_brightness_set' function has been renamed to 'led_set_brightness' in recent ernels. Use the new name and add a compatibility patch for 3.3. Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 33946
* kernel: add PCI id 14e4:4350 to ssbHauke Mehrtens2012-10-252-0/+29
| | | | | | | * 14e4:4350 is found on a Broadcom BCM43222. * remove some warnings when using a BCM43222. SVN-Revision: 33929
* kernel: update bcma and ssb to master-2012-10-18 from wireless-testingHauke Mehrtens2012-10-256-298/+1161
| | | | | | | * update the flash driver for bcm47xx to use the stubs already in bcma * do some misc enhancements to the flash drivers for bcm47xx SVN-Revision: 33920
* kernel: move the bcma fallback sprom fix to genericJonas Gorski2012-10-231-0/+15
| | | | | | bcm63xx needs the bcma fallback sprom fix, too. SVN-Revision: 33896
* refresh 3.3 patchesFlorian Fainelli2012-10-213-13/+6
| | | | SVN-Revision: 33887
* generic: add driver for the the RTL8367R{B,-VB} switchesGabor Juhos2012-10-181-0/+23
| | | | | | Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 33839
* add support for new Option modules (GTM66xxWFS/GTM67xxWFS)Imre Kaloz2012-10-131-0/+36
| | | | | | | | Add new device ID's for the hso driver as well as usb storage Signed-off-by: Tim Harvey <tharvey@gateworks.com> SVN-Revision: 33743
* gpiodev/gpioctl RIPJohn Crispin2012-10-111-27/+0
| | | | SVN-Revision: 33725
* The Gateworks System Controller (GSC) is an i2c device that provides system ↵Imre Kaloz2012-10-111-0/+339
| | | | | | | | level monitoring and control of Gateworks boards. It is used on several product families spanning several different target architectures (ixp4xx, cns3xxx, davinci). Signed-off-by: Tim Harvey <tharvey@gateworks.com> SVN-Revision: 33720
* kernel: fq_codel: dont reinit flow stateFelix Fietkau2012-10-101-0/+41
| | | | | | Keep fq_codel flow state around after queue empty. SVN-Revision: 33687
* kernel: dont delay acks after ECN CEFelix Fietkau2012-10-101-0/+63
| | | | | | | Bugfix from linux head - don't delay acks from ECN congestion experienced in some situations. SVN-Revision: 33686
* mtd: allow partial block unlockFelix Fietkau2012-10-101-0/+18
| | | | | | | | | | | | | | | | This allows sysupgrade for devices such as the Gateworks Avila/Cambria product families based on the ixp4xx using the redboot bootloader with combined FIS directory and RedBoot config partitions on larger FLASH devices with larger eraseblocks. This second iteration of this patch addresses previous issues: - whitespace breakage fixed - unlock in all scenarios - simplification and fix logic bug Signed-off-by: Tim Harvey <tharvey@gateworks.com> SVN-Revision: 33681
* refresh patchesHauke Mehrtens2012-09-301-2/+2
| | | | SVN-Revision: 33602
* generic: add upstream commit id to codel patches and refresh thoseGabor Juhos2012-09-268-34/+37
| | | | SVN-Revision: 33560
* backport the upstream entropy changes (#11951)Florian Fainelli2012-09-263-8/+1334
| | | | SVN-Revision: 33559
* refresh patchesImre Kaloz2012-09-212-9/+2
| | | | SVN-Revision: 33501
* fix ixp4xx_hss build failure (#12162)Florian Fainelli2012-09-101-0/+44
| | | | SVN-Revision: 33356
* 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
* 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
* 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
* 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-281-0/+25
| | | | SVN-Revision: 32901
* 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
* 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
* ocf: update to version 20120127Luka Perkov2012-07-111-11/+42
| | | | SVN-Revision: 32672
* kernel: bcma: update to version from wireless-testing tag master-2012-07-11Hauke Mehrtens2012-07-111-43/+359
| | | | SVN-Revision: 32670
* 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: 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
* 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-301-0/+24
| | | | SVN-Revision: 32006
* kernel: fix suppressing -s for linking modules when profiling is enabledFelix Fietkau2012-05-271-1/+1
| | | | SVN-Revision: 31924
* generic: rtl8366_smi: rename debugfs Kconfig symbolGabor Juhos2012-05-272-11/+10
| | | | SVN-Revision: 31915
* kernel: properly pad the allocated headroom in skb_cow to NET_SKB_PADFelix Fietkau2012-05-271-1/+2
| | | | SVN-Revision: 31906
* kernel: add a few patches for avoiding unnecessary skb reallocations - ↵Felix Fietkau2012-05-273-0/+59
| | | | | | significantly improves ethernet<->wireless performance with mac80211 based drivers SVN-Revision: 31886
* kernel: fix a warning in the connmark moduleFelix Fietkau2012-05-241-1/+1
| | | | SVN-Revision: 31856
* kernel: update linux 3.3 to 3.3.7Gabor Juhos2012-05-232-16/+9
| | | | SVN-Revision: 31848
* linux/3.3: avoid recursive calling of mtd_writev in the block2mtd driverGabor Juhos2012-05-231-0/+10
| | | | | | Should fix #11513. Tested with the x86/generic squashfs image within a VM. SVN-Revision: 31841
* kernel: merge a net-next fq_codel backlog handling fixFelix Fietkau2012-05-181-0/+133
| | | | SVN-Revision: 31813
* kernel: ssb/bcma: update to version from wireless-testing tag ↵Hauke Mehrtens2012-05-173-51/+680
| | | | | | master-2012-05-16-2 SVN-Revision: 31772
* kernel: add codel and fq_codel to generic 3.3 patch set (based on patch by ↵Felix Fietkau2012-05-167-1/+1941
| | | | | | | | | | | | | | | | | | | | | | | | | | Dave Täht) Codel is a new AQM algorithm and RED replacement designed by Kathie Nichols and Van Jacobson, and published in ACM queue: http://queue.acm.org/detail.cfm?id=2209336 Codel stands for "Controlled Delay", and needs no knobs in the general case, twiddled, for optimum results. It aims for 5ms of delay, at most, when in use. Additionally, fq_codel (by eric dumazet) builds on codel to provide fair queuing superior to what could be had with SFQ, and drop behavior saner than RED, BLUE, or choke. These patches are backported from net-next and are known to work on Linux 3.3.4 and later. Includes updates to codel for better portability and speed SVN-Revision: 31756
* kernel: update linux 3.3 to 3.3.6Gabor Juhos2012-05-141-2/+2
| | | | SVN-Revision: 31709