summaryrefslogtreecommitdiffstats
path: root/target/linux/generic-2.6/patches-2.6.34
Commit message (Collapse)AuthorAgeFilesLines
* rename target/linux/generic-2.6 to genericFelix Fietkau2010-06-26114-39914/+0
| | | | SVN-Revision: 21952
* reinstate netdev LED trigger dependency against CONFIG_NETFlorian Fainelli2010-06-141-1/+1
| | | | SVN-Revision: 21804
* Add the generic PWM api from Bill Gatliff (experimental). Ignore the leds ↵Claudio Mignanti2010-06-141-0/+46
| | | | | | trigger part at the moment SVN-Revision: 21800
* rename 014-samsung_flash -> 014-samsung_flash.patchFlorian Fainelli2010-06-131-0/+0
| | | | SVN-Revision: 21776
* fix samsung flash patch after r21408, thanks to Matthias Buecher (#7348)Florian Fainelli2010-06-132-34/+74
| | | | SVN-Revision: 21775
* add missing dma_dev member to struct ssb_device to make b43/b43legacy ↵Florian Fainelli2010-06-121-0/+59
| | | | | | compile with current mac80211 version SVN-Revision: 21770
* refresh 2.6.34 patchesFlorian Fainelli2010-06-1211-21/+21
| | | | SVN-Revision: 21768
* generic: add aneg_done and update_link functions for the phy_deviceGabor Juhos2010-06-081-0/+45
| | | | SVN-Revision: 21726
* ip17xx: Rename the driver to ip17xx.cGabor Juhos2010-06-081-3/+3
| | | | | | | | | | Following the big internal rename, this is the external rename. Rename the source file to ip17xx.c and adjust Makefile and Kconfig. Signed-off-by: Martin Mares <mj@ucw.cz> Signed-off-by: Patrick Horn <patrick.horn@gmail.com> SVN-Revision: 21724
* generic: update mips multimachine patchGabor Juhos2010-06-051-14/+17
| | | | SVN-Revision: 21681
* generic: merge mips multi machine update to generic patches for 2.6.34Gabor Juhos2010-06-041-68/+100
| | | | SVN-Revision: 21675
* kernel: add lzma support for arm cpu.Hauke Mehrtens2010-05-291-0/+57
| | | | | | | | | | | This patch appears to be lost beetween 2.6.32 and 2.6.33. Thank you Maddes for the patch. This helps making orion work with kernel 2.6.34. closes #7377. SVN-Revision: 21622
* generic-2.6: refresh patchesHauke Mehrtens2010-05-235-16/+14
| | | | SVN-Revision: 21542
* Add checksum for 2.6.34, refresh 2.6.34 patches and update targets from ↵Lars-Peter Clausen2010-05-179-15/+15
| | | | | | 2.6.34-rcX to 2.6.34 SVN-Revision: 21498
* ssb: activate CONFIG_SSB_BLOCKIO in the kernel and not in compat-wireless.Hauke Mehrtens2010-05-151-1/+9
| | | | | | | | Before this patch CONFIG_SSB_BLOCKIO was set to y in compat-wireless but the in kernel ssb system had it set to n, this causes an invalid pointer. b43 now needs CONFIG_SSB_BLOCKIO=y SVN-Revision: 21449
* make etrax samsung flash patch generic (#6552)Florian Fainelli2010-05-091-0/+11
| | | | SVN-Revision: 21408
* update OCF framework to version 20100325Jo-Philipp Wich2010-05-044-223/+28
| | | | SVN-Revision: 21356
* remove a bogus byteswap in the hifn_795x driver, should fix support for the ↵Jo-Philipp Wich2010-05-031-0/+17
| | | | | | VPN1411 crypto accelerator SVN-Revision: 21344
* use AMD standard command-set with winbond flash chips (#6966), patch from obinouFlorian Fainelli2010-05-031-0/+12
| | | | SVN-Revision: 21333
* kernel: bring ssb in sync with upstream (as of current wireless-testing)Felix Fietkau2010-04-301-0/+530
| | | | SVN-Revision: 21269
* refresh kernel patchesAlexandros C. Couloumbis2010-04-2816-57/+57
| | | | SVN-Revision: 21217
* kernel: refresh patches for 2.6.34-rc5 and update md5sumGabor Juhos2010-04-221-1/+1
| | | | SVN-Revision: 21082
* kernel: refresh patches with 2.6.34-rc4Hauke Mehrtens2010-04-1850-204/+204
| | | | SVN-Revision: 20999
* 2.6.34: fix kzalloc errorAlexandros C. Couloumbis2010-04-151-1/+2
| | | | SVN-Revision: 20881
* add lzma/jffs2 patches for 2.6.34Alexandros C. Couloumbis2010-04-131-0/+5142
| | | | SVN-Revision: 20845
* fix kexec for mips, patch from Adrian Byszuk (#7115)Florian Fainelli2010-04-081-0/+11
| | | | SVN-Revision: 20745
* netfilter: fix ABI breakage caused by the netfilter match optimization ↵Felix Fietkau2010-03-281-0/+23
| | | | | | (fixes #5628) SVN-Revision: 20552
* generic-2.6: sync patches to 2.6.34-rc2Alexandros C. Couloumbis2010-03-211-2/+3
| | | | SVN-Revision: 20329
* add 2.6.34 supportFlorian Fainelli2010-03-141-0/+11
| | | | SVN-Revision: 20208
* fix invalid hunks in 060-block2mtd_init.patch fileFlorian Fainelli2010-03-141-8/+0
| | | | SVN-Revision: 20207
* export rescan_partitions to prevent linking failures in block2mtd (#6741)Florian Fainelli2010-03-141-0/+18
| | | | SVN-Revision: 20205
* mips: allow the compiler to optimize memset, memcmp, memcpy for better ↵Felix Fietkau2010-03-111-0/+83
| | | | | | performance and (in some instances) smaller code SVN-Revision: 20151
* ar71xx: fix oprofile supportFelix Fietkau2010-03-111-0/+48
| | | | SVN-Revision: 20150
* the mips -ffreestanding patch has been unnecessary for a long time now, ↵Felix Fietkau2010-03-111-12/+0
| | | | | | remove it SVN-Revision: 20149
* generic-2.6: add 2.6.34 preliminary support (patches)Alexandros C. Couloumbis2010-03-11104-0/+33933
SVN-Revision: 20140