summaryrefslogtreecommitdiffstats
path: root/target/linux/generic/patches-2.6.39
Commit message (Collapse)AuthorAgeFilesLines
* fixup mtd refresh and co.Imre Kaloz2011-07-061-5/+5
| | | | SVN-Revision: 27491
* refresh 2.6.39 geode patchesFlorian Fainelli2011-07-062-4/+4
| | | | SVN-Revision: 27483
* sched_connmark depends on NF_CONNTRACK_MARK (#8976, #9423)Florian Fainelli2011-07-051-1/+2
| | | | SVN-Revision: 27457
* target/patches: This has been sent upstream, but might not appear for a ↵Daniel Dickinson2011-07-031-0/+12
| | | | | | | | couple of weeks. Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com> SVN-Revision: 27373
* target/patches: Like the earlier mfgpt patch, the new GPIO drivers also ↵Daniel Dickinson2011-07-031-0/+11
| | | | | | | | require the MFD driver to be present for the BAR's to be mapped. Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com> SVN-Revision: 27371
* Revert "Like the earlier mfgpt patch, the new GPIO drivers also require the ↵Daniel Dickinson2011-07-031-11/+0
| | | | | | | | MFD driver to be present for the BAR's to be mapped." This reverts commit c485487b63d1c1de72a375f1278d8a98546ba3af. SVN-Revision: 27370
* Like the earlier mfgpt patch, the new GPIO drivers also require the MFD ↵Daniel Dickinson2011-07-031-0/+11
| | | | | | | | driver to be present for the BAR's to be mapped. Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com> SVN-Revision: 27369
* fix the gpio_dev driver: remove existing forward port patches, use ↵Felix Fietkau2011-07-011-11/+0
| | | | | | unlocked_ioctl on all platforms and fix the arguments to the ioctl handler (based on patch from #9198) SVN-Revision: 27322
* kernel: update ssb and bcma to linux-next next-20110628Hauke Mehrtens2011-06-282-4/+17
| | | | SVN-Revision: 27299
* kernel: update ssb and bcma to linux-next next-20110627Hauke Mehrtens2011-06-274-126/+3433
| | | | SVN-Revision: 27295
* generic: Remove IPv6 depependency of bridge in 2.6.38+ Since 2.6.38 the ↵Jo-Philipp Wich2011-06-191-0/+101
| | | | | | | | | | | | bridge module has a dependency to IPv6 if IPv6 is enabled. Since the IPv6 module isn't exactly lightweight and bridge also only needs a single function from IPv6, it's rather easy to create a common "lib" module with a RCU pointer to the actual implementation, if the IPv6 module is loaded (although slightly hackish). The codepath seems to be only taken when using IPv6, so there should be no negative side effects when IPv6 isn't loaded. I did not measure how big the performance impact is. Signed-off-by: Jonas Gorski <jonas.gorski+openwrt@gmail.com> SVN-Revision: 27237
* update to 2.6.39.1Florian Fainelli2011-06-042-3/+3
| | | | | | patch from Peter Wagner SVN-Revision: 27104
* fix a crash in mtd_concat when the .sync op is not implementedFelix Fietkau2011-06-011-0/+12
| | | | SVN-Revision: 27074
* m25p80: add the chip id for the winbond w25q128 chipFelix Fietkau2011-06-011-0/+10
| | | | SVN-Revision: 27073
* * backport 2.6.8 patches to .39 / .32.33John Crispin2011-05-291-0/+12
| | | | | | | | | * remove lqtapi * bump tapi/dsl to .39 * migrate to new ltq_ style api * add amazon_se support SVN-Revision: 27026
* kernel: exportfs: reallow building as a moduleHauke Mehrtens2011-05-251-0/+11
| | | | | | | | | | | | | | | It was originally tristate, but was changed to bool to prevent a build breakage in an earlier patch revision (for a new syscall). The actual commit[1] changed it in a way this isn't needed anymore, but accidentially left the EXPORTFS change in. There's no reason for it not being buildable as a module, so changing it back to tristate is fine. see: https://patchwork.kernel.org/patch/812832/ Thank you Jonas Gorski for the patch. SVN-Revision: 27011
* kernel: some updates for kernel 2.6.39Hauke Mehrtens2011-05-2525-79/+205
| | | | | | | | | | * add md5sum for kernel * add some missing config symbols * add some ssb patches to make compat-wireless compile Thank you Peter Wagner for the patch SVN-Revision: 27009
* (respin) 802.1Q VLAN support for ADM6996M/ADM6996FCJohn Crispin2011-05-091-2/+4
| | | | | | | | | | | | | | | | | | | This patch adds 802.1Q VLAN support for the ADM6996M chip. The driver is loaded for both the FC and M model. It will detect which of the two chips is connected. The FC model is initialised, but no further functionality is offered. The PHY driver will always report "100 Mbit/s, link up", for both the M and FC models. This reflects the fact that the link between switch chip and Ethernet MAC is always on[1]. Further documentation can be found in the kernel's Documentation/networking/adm6996.txt Signed-of-By: Peter Lebbing <peter@digitalbrains.com> SVN-Revision: 26865
* linux/generic: port yaffs to 2.6.39Alexandros C. Couloumbis2011-05-041-0/+147
| | | | SVN-Revision: 26818
* rootfs_split: Allow using MTDPART_OFS_APPEND macro for offset of rootfs.Felix Fietkau2011-04-171-3/+5
| | | | | | | | | | Use offset from struct mtd_part instead of struct mtd_partition for defining the new partitions. This enables the usage of MTDPART_OFS_APPEND macro in struct mtd_partition. Signed-off-by: Jochen Friedrich <jochen@scram.de> SVN-Revision: 26705
* kernel: reorganize 2.6.39 patchesFelix Fietkau2011-04-16102-334/+300
| | | | SVN-Revision: 26691
* generic: Add support for 2.6.39Felix Fietkau2011-04-12102-0/+58938
Add support for 2.6.39 based on rc3. Runtime tested on bcm63xx. SVN-Revision: 26615