Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ar71xx: populate LED3 on the JA76PF board | Gabor Juhos | 2011-05-08 | 1 | -0/+5 |
| | | | | | | Patch-by: Cezary Jackiewicz <cezary@eko.one.pl> SVN-Revision: 26862 | ||||
* | ar71xx: add uci config for the WLAN LED on the WRT160NL | Gabor Juhos | 2011-05-08 | 1 | -0/+11 |
| | | | | | | Based on a patch by Magyar Szabolcs <mszabi@freemail.hu> SVN-Revision: 26861 | ||||
* | ar71xx: use phy0tpt trigger for the WLAN LEDs | Gabor Juhos | 2011-05-08 | 2 | -2/+2 |
| | | | | SVN-Revision: 26860 | ||||
* | ar71xx: remove superfluous fifo_cfg overrides | Gabor Juhos | 2011-05-08 | 1 | -6/+0 |
| | | | | SVN-Revision: 26859 | ||||
* | ipv6: restore correct ECN handling on TCP xmit Thanks Dave Taht | Travis Kemen | 2011-05-08 | 2 | -0/+50 |
| | | | | SVN-Revision: 26858 | ||||
* | ar71xx: ag71xx: make switch register access atomic | Gabor Juhos | 2011-05-08 | 1 | -6/+8 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Reading of the PHY registers occasionally returns with bogus values under heavy load. This misleads the PHY driver and thus causes false link/speed change notifications which leads to performance loss. This is easily noticable during an iperf session: ... [ 3] 52.0-53.0 sec 11.3 MBytes 94.4 Mbits/sec [ 3] 53.0-54.0 sec 11.4 MBytes 95.4 Mbits/sec eth1: link down br-lan: port 2(eth1) entering forwarding state eth1: link up (100Mbps/Full duplex) br-lan: port 2(eth1) entering forwarding state br-lan: port 2(eth1) entering forwarding state [ 3] 54.0-55.0 sec 6.75 MBytes 56.6 Mbits/sec [ 3] 55.0-56.0 sec 0.00 Bytes 0.00 bits/sec [ 3] 56.0-57.0 sec 10.5 MBytes 88.1 Mbits/sec ... [ 3] 169.0-170.0 sec 11.4 MBytes 95.4 Mbits/sec [ 3] 170.0-171.0 sec 11.4 MBytes 95.4 Mbits/sec eth1: link up (10Mbps/Half duplex) [ 3] 171.0-172.0 sec 7.63 MBytes 64.0 Mbits/sec [ 3] 172.0-173.0 sec 9.38 MBytes 78.6 Mbits/sec eth1: link up (100Mbps/Full duplex) [ 3] 173.0-174.0 sec 11.3 MBytes 94.4 Mbits/sec [ 3] 174.0-175.0 sec 11.4 MBytes 95.4 Mbits/sec SVN-Revision: 26856 | ||||
* | ar71xx: ag71xx: fix section mismatch warnings | Gabor Juhos | 2011-05-08 | 2 | -2/+2 |
| | | | | | | | | | | | | | | | | | | The function __devinit ag71xx_probe() references a function __devexit ag71xx_phy_disconnect(). This is often seen when error handling in the init function uses functionality in the exit path. The fix is often to remove the __devexit annotation of ag71xx_phy_disconnect() so it may be used outside an exit section. The function ag71xx_phy_disconnect() references a function in an exit section. Often the function ag71xx_ar7240_cleanup() has valid usage outside the exit section and the fix is to remove the __devexit annotation of ag71xx_ar7240_cleanup. SVN-Revision: 26855 | ||||
* | ar71xx: ag71xx: fix build error if debugfs is enabled | Gabor Juhos | 2011-05-08 | 1 | -2/+3 |
| | | | | SVN-Revision: 26854 | ||||
* | brcm47xx: update patches | Hauke Mehrtens | 2011-05-07 | 14 | -36/+74 |
| | | | | SVN-Revision: 26846 | ||||
* | ar71xx: ag71xx: add debugfs entry for [rt]x_ring | Gabor Juhos | 2011-05-07 | 1 | -0/+92 |
| | | | | SVN-Revision: 26845 | ||||
* | ar71xx: ag71xx: add timestamps to ag71xx_buf | Gabor Juhos | 2011-05-07 | 2 | -1/+2 |
| | | | | SVN-Revision: 26844 | ||||
* | ar71xx: ag71xx: use dynamically allocated buffer for napi_stats | Gabor Juhos | 2011-05-07 | 1 | -9/+19 |
| | | | | SVN-Revision: 26843 | ||||
* | ar71xx: ag71xx: use debugfs_remove_recursive | Gabor Juhos | 2011-05-07 | 2 | -28/+7 |
| | | | | SVN-Revision: 26842 | ||||
* | ar71xx: override wmac device name for the AR934x SoCs | Gabor Juhos | 2011-05-07 | 1 | -0/+1 |
| | | | | SVN-Revision: 26840 | ||||
* | remove useless patches | Florian Fainelli | 2011-05-06 | 2 | -29/+0 |
| | | | | SVN-Revision: 26837 | ||||
* | fill maintainer infos for a couple of targets | Florian Fainelli | 2011-05-06 | 11 | -0/+11 |
| | | | | SVN-Revision: 26836 | ||||
* | update to 2.6.38.2 | Florian Fainelli | 2011-05-05 | 3 | -193/+47 |
| | | | | SVN-Revision: 26833 | ||||
* | add missing 2.6.38 symbols | Florian Fainelli | 2011-05-05 | 1 | -0/+4 |
| | | | | SVN-Revision: 26832 | ||||
* | brcm47xx: when detecting a ssb pci device without an own sprom write the ↵ | Hauke Mehrtens | 2011-05-05 | 6 | -50/+38 |
| | | | | | | sprom data from the platform device to the correct pointer. SVN-Revision: 26829 | ||||
* | brcm47xx: fix typo in patch | Hauke Mehrtens | 2011-05-05 | 2 | -2/+2 |
| | | | | SVN-Revision: 26828 | ||||
* | linux/ar71xx: add some missing symbols for nand/yaffs targets | Alexandros C. Couloumbis | 2011-05-05 | 1 | -0/+5 |
| | | | | SVN-Revision: 26827 | ||||
* | linux/generic: port yaffs to 2.6.39 | Alexandros C. Couloumbis | 2011-05-04 | 1 | -0/+147 |
| | | | | SVN-Revision: 26818 | ||||
* | linux/rb532: use kernel and initramfs tags on image generation | Alexandros C. Couloumbis | 2011-05-04 | 1 | -4/+6 |
| | | | | SVN-Revision: 26817 | ||||
* | geos: remove unneeded modules The via-sata and gpio-nsc modules are both ↵ | Jo-Philipp Wich | 2011-05-03 | 1 | -2/+2 |
| | | | | | | unneeded on the Geos platform. SVN-Revision: 26811 | ||||
* | update to 2.6.38 | Florian Fainelli | 2011-05-02 | 8 | -1/+74 |
| | | | | SVN-Revision: 26803 | ||||
* | cns3xxx: remove one of the dma cache patches, it causes a regression in the ↵ | Felix Fietkau | 2011-05-02 | 1 | -67/+0 |
| | | | | | | ethernet driver SVN-Revision: 26802 | ||||
* | brcm47xx: add fallback sprom for pci devices without an own sprom. | Hauke Mehrtens | 2011-05-01 | 24 | -72/+976 |
| | | | | | | | | | | | | | If there is no sprom on an ssb based pci device on the brcm47xx architecture ssb now asks the architecture code to look into the nvram to get some sprom data for this device. Now we are able to read out pci/1/1/ foo or pci/1/3/ foo config options. This will fix some problems where the wireless devices does not got an mac address and the following message was show: ssb: WARNING: Invalid SPROM CRC (corrupt SPROM) SVN-Revision: 26801 | ||||
* | cns3xxx: fix missing and incomplete cache flushes on DMA cache sync for cpu ↵ | Felix Fietkau | 2011-05-01 | 2 | -0/+88 |
| | | | | | | - fixes some issues with ath9k SVN-Revision: 26797 | ||||
* | ar71xx: use the ar8316 switch driver on the PB92 board and add a matching ↵ | Felix Fietkau | 2011-04-28 | 3 | -8/+37 |
| | | | | | | default network config SVN-Revision: 26779 | ||||
* | ar8316: automatically detect whether port4 is used as PHY or as a switch port | Felix Fietkau | 2011-04-28 | 1 | -32/+61 |
| | | | | SVN-Revision: 26778 | ||||
* | ar71xx: fix MDIO access on ar7242 (based on a patch by Jess Zhu) | Felix Fietkau | 2011-04-28 | 2 | -25/+63 |
| | | | | SVN-Revision: 26777 | ||||
* | ar8216: support AR8316 rev 0 devices | Felix Fietkau | 2011-04-28 | 1 | -0/+1 |
| | | | | SVN-Revision: 26776 | ||||
* | linux/atheros: add 2.6.38 preliminary support | Alexandros C. Couloumbis | 2011-04-27 | 14 | -0/+6616 |
| | | | | SVN-Revision: 26772 | ||||
* | swconfig: Replace SPIN_LOCK_UNLOCKED with DEFINE_SPINLOCK | Felix Fietkau | 2011-04-26 | 1 | -1/+1 |
| | | | | | | | | | SPIN_LOCK_UNLOCKED has been deprecated since 2.6.19 and will get removed in 2.6.39, so replace it with DEFINE_SPINLOCK(). Signed-off-by: Jonas Gorski <jonas.gorski+openwrt@gmail.com> SVN-Revision: 26770 | ||||
* | linux/adm5120: update wget2nand script | Alexandros C. Couloumbis | 2011-04-21 | 1 | -2/+2 |
| | | | | SVN-Revision: 26748 | ||||
* | linux/ar71xx: update wget2nand script | Alexandros C. Couloumbis | 2011-04-21 | 1 | -2/+2 |
| | | | | SVN-Revision: 26747 | ||||
* | linux/ar71xx: add 2.6.38 preliminary support | Alexandros C. Couloumbis | 2011-04-21 | 34 | -0/+1141 |
| | | | | SVN-Revision: 26746 | ||||
* | uml: fix the kernel config name override | Felix Fietkau | 2011-04-17 | 1 | -1/+2 |
| | | | | SVN-Revision: 26715 | ||||
* | x86: remove 2.6.35 patches | Felix Fietkau | 2011-04-17 | 3 | -123/+0 |
| | | | | SVN-Revision: 26710 | ||||
* | brcm63xx: remove patches/configs for 2.6.35 | Felix Fietkau | 2011-04-17 | 36 | -5855/+0 |
| | | | | SVN-Revision: 26709 | ||||
* | au1000: remove patches/configs for 2.6.35 | Felix Fietkau | 2011-04-17 | 4 | -248/+0 |
| | | | | SVN-Revision: 26708 | ||||
* | ar7: remove patches/configs for old kernel versions | Felix Fietkau | 2011-04-17 | 26 | -3303/+0 |
| | | | | SVN-Revision: 26707 | ||||
* | adm5120: remove patches/configs for unused kernel versions | Felix Fietkau | 2011-04-17 | 62 | -4726/+0 |
| | | | | SVN-Revision: 26706 | ||||
* | rootfs_split: Allow using MTDPART_OFS_APPEND macro for offset of rootfs. | Felix Fietkau | 2011-04-17 | 7 | -29/+43 |
| | | | | | | | | | | 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 | ||||
* | Remove 2.6.35. It's not used anymore. | Felix Fietkau | 2011-04-17 | 123 | -43410/+0 |
| | | | | | | Signed-off-by: Jochen Friedrich <jochen@scram.de> SVN-Revision: 26704 | ||||
* | Fixed directory error: added ra1320 patches to trunk/target... subdir ↵ | Daniel Dickinson | 2011-04-17 | 2 | -0/+108 |
| | | | | | | instead if target.... in trunk branch. SVN-Revision: 26699 | ||||
* | ixp4xx: backport an upstream commit to fix gspca compile errors triggered by ↵ | Felix Fietkau | 2011-04-16 | 1 | -0/+70 |
| | | | | | | the buildbot SVN-Revision: 26698 | ||||
* | fix a typo in the kernel patch description | Felix Fietkau | 2011-04-16 | 1 | -1/+1 |
| | | | | SVN-Revision: 26693 | ||||
* | kernel: reorganize 2.6.37 patches | Felix Fietkau | 2011-04-16 | 121 | -376/+366 |
| | | | | SVN-Revision: 26692 | ||||
* | kernel: reorganize 2.6.39 patches | Felix Fietkau | 2011-04-16 | 102 | -334/+300 |
| | | | | SVN-Revision: 26691 |