Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | This patch applies to the RDC 32xx ethernet driver (svn r10754, first patch ↵ | Florian Fainelli | 2008-06-16 | 1 | -106/+135 |
| | | | | | | | | | | applied) and fixes the following issues: - re-added the parent parameter to specify a netdevice to steal the MAC address from (optional). - fixed null pointer access in r6040_rx() (lp->dev init. was missing) - fixed "scheduling while atomic" endless loop if tx_timeout() was called (caused by the re-allocs of the buffers) - fixed tx timeouts (tx irq weren't re-enabled on rx irq) It adds some defines and cleans the code a bit (IMHO). Signed-Off by Joerg Albert <jal2@gmx.de> SVN-Revision: 11507 | ||||
* | Hi, | Florian Fainelli | 2008-06-16 | 1 | -39/+265 |
| | | | | | | | | | | this is the first of three patches to fix the ethernet driver of RDC R32xx applied to svn r10754. It adds debugs and make some procedures (r6040_*) global symbols in order to help with debugging kernel oops. Version is increased from 0.16 to 0.18 to avoid conflicts with the driver variant metioned in the X-WRT forum (call 0.17.3) Tested on a Sitecom WL-153. Signed-Off-By: Joerg Albert <jal2@gmx.de> SVN-Revision: 11506 | ||||
* | backport mv643xx ethernet changes from the Marvell git repo | Imre Kaloz | 2008-06-16 | 1 | -0/+5345 |
| | | | | SVN-Revision: 11504 | ||||
* | enable AMD flash support and physmap on orion | Imre Kaloz | 2008-06-16 | 1 | -2/+5 |
| | | | | SVN-Revision: 11503 | ||||
* | generic-2.6: oops, forgot to refresh the 2.6.25 IMQ patch | Gabor Juhos | 2008-06-16 | 1 | -45/+9 |
| | | | | SVN-Revision: 11502 | ||||
* | generic-2.6: even newer IMQ patch for 2.6.25 and 2.6.26 | Gabor Juhos | 2008-06-16 | 2 | -574/+686 |
| | | | | SVN-Revision: 11501 | ||||
* | refresh generic 2.6.22 patches | Imre Kaloz | 2008-06-16 | 48 | -1192/+652 |
| | | | | SVN-Revision: 11498 | ||||
* | fixup machid workaround, generate uImage manually | Imre Kaloz | 2008-06-16 | 2 | -4/+5 |
| | | | | SVN-Revision: 11497 | ||||
* | (5/6) bcm57xx: bcm4785 incomplete reboot | Felix Fietkau | 2008-06-15 | 1 | -0/+13 |
| | | | | | | | | | | | I noticed my wrt350n would not reliably reboot after entering the reboot command. I found this code in the source for the wrt600n. It corrects the problem, and the wrt350n reboots reliably now. Signed-off-by: Ben Pfountz <netprince (at) vt (dot) edu> SVN-Revision: 11470 | ||||
* | (3/6) bcm57xx: preinit | Felix Fietkau | 2008-06-15 | 1 | -3/+14 |
| | | | | | | | | | | | | | | | | | | This patch allows the bcm57xx module to work correctly with failsafe mode. insmod doesn't return an error when a module loads but doesn't detect a switch. I added the check_module function to load the module, then make sure it doesn't just exit immediately. This allows preinit to only attempt to load the bcm57xx module when switch-robo and switch-adm dont detect a switch. The activate_gpio parameter to bcm57xx simply instructs the module to attempt to activate the switch via gpio before probing for the switch. Tested on wrt350n. Signed-off-by: Ben Pfountz <netprince (at) vt (dot) edu> SVN-Revision: 11468 | ||||
* | (2/6) bcm57xx: netconfig | Felix Fietkau | 2008-06-15 | 1 | -0/+5 |
| | | | | | | | | | Update the netconfig script to support boardtype 0x478. I've tested this on the wrt350n, hopefully it will match the 600n as well. Signed-off-by: Ben Pfountz <netprince (at) vt (dot) edu> SVN-Revision: 11467 | ||||
* | temporary hack to fixup the mach id for the wrt350nv2 | Imre Kaloz | 2008-06-13 | 1 | -6/+6 |
| | | | | SVN-Revision: 11459 | ||||
* | openwrt partition map for the wrt350nv2 | Imre Kaloz | 2008-06-13 | 1 | -0/+25 |
| | | | | SVN-Revision: 11458 | ||||
* | workaround bogus CFI version for the wrt350nv2 | Imre Kaloz | 2008-06-13 | 1 | -0/+14 |
| | | | | SVN-Revision: 11457 | ||||
* | upgrade orion and sync to 2.6.26-rc6 | Imre Kaloz | 2008-06-13 | 2 | -2/+2 |
| | | | | SVN-Revision: 11456 | ||||
* | ar7: refresh patches | Matteo Croce | 2008-06-12 | 12 | -122/+80 |
| | | | | SVN-Revision: 11452 | ||||
* | avr32: clean and refresh patch | Matteo Croce | 2008-06-12 | 1 | -34782/+235 |
| | | | | SVN-Revision: 11451 | ||||
* | avr32: upgrade to 2.6.25.6 | Matteo Croce | 2008-06-12 | 4 | -10876/+39979 |
| | | | | SVN-Revision: 11450 | ||||
* | Use 2.6.25.6 for rdc | Florian Fainelli | 2008-06-12 | 1 | -1/+1 |
| | | | | SVN-Revision: 11447 | ||||
* | Use 2.6.25 for rdc321x | Florian Fainelli | 2008-06-11 | 18 | -849/+394 |
| | | | | SVN-Revision: 11439 | ||||
* | upgrade orion to 2.6.26-rc5 | Imre Kaloz | 2008-06-11 | 4 | -14/+14 |
| | | | | SVN-Revision: 11436 | ||||
* | upgrade to 2.6.25.6 | Imre Kaloz | 2008-06-11 | 9 | -9/+9 |
| | | | | SVN-Revision: 11435 | ||||
* | refresh patch | Imre Kaloz | 2008-06-11 | 1 | -5/+5 |
| | | | | SVN-Revision: 11434 | ||||
* | add newer, fixed IMQ patch for 2.6.25 and 2.6.26 | Imre Kaloz | 2008-06-11 | 2 | -163/+261 |
| | | | | SVN-Revision: 11433 | ||||
* | generic-2.6: revert yaffs changes [11378], the new code is not working ↵ | Gabor Juhos | 2008-06-10 | 70 | -2306/+2967 |
| | | | | | | correctly on RouterBoards SVN-Revision: 11427 | ||||
* | large improvement for parallel builds. works without V=99 now and without ↵ | Felix Fietkau | 2008-06-09 | 2 | -2/+4 |
| | | | | | | warnings. tested with -j on an 2x dual core opteron machine SVN-Revision: 11414 | ||||
* | add missing fix for etrax compile without axis toolchain | Felix Fietkau | 2008-06-09 | 1 | -10/+20 |
| | | | | SVN-Revision: 11413 | ||||
* | set marvell switch ATU ageing time to minimum instead of maximum - hopefully ↵ | Felix Fietkau | 2008-06-09 | 6 | -3/+9 |
| | | | | | | fixes some fonera 2.0 ethernet issues SVN-Revision: 11410 | ||||
* | remove proc and char dev from ifxmips gpio driver | John Crispin | 2008-06-08 | 1 | -191/+4 |
| | | | | SVN-Revision: 11406 | ||||
* | adds gpiodev support to ifxmips | John Crispin | 2008-06-08 | 3 | -4/+30 |
| | | | | SVN-Revision: 11405 | ||||
* | add packages required by failsafe support to defaults | Gabor Juhos | 2008-06-08 | 1 | -0/+5 |
| | | | | SVN-Revision: 11404 | ||||
* | add initial failsafe support | Gabor Juhos | 2008-06-08 | 1 | -0/+16 |
| | | | | SVN-Revision: 11403 | ||||
* | add button devices to several boards | Gabor Juhos | 2008-06-08 | 5 | -17/+76 |
| | | | | SVN-Revision: 11402 | ||||
* | fix image names in the wget2nand script | Gabor Juhos | 2008-06-07 | 1 | -3/+3 |
| | | | | SVN-Revision: 11400 | ||||
* | fix image names in the whet2nand script | Gabor Juhos | 2008-06-07 | 1 | -2/+2 |
| | | | | SVN-Revision: 11399 | ||||
* | generic-2.6: refresh yaffs patches | Gabor Juhos | 2008-06-07 | 5 | -22/+22 |
| | | | | SVN-Revision: 11397 | ||||
* | fixes ifxmips pci support and adds GENERIC_GPIO | John Crispin | 2008-06-07 | 21 | -306/+405 |
| | | | | SVN-Revision: 11396 | ||||
* | rename ifmips images | John Crispin | 2008-06-07 | 1 | -4/+4 |
| | | | | SVN-Revision: 11394 | ||||
* | several uboot fixes | John Crispin | 2008-06-07 | 2 | -7/+7 |
| | | | | SVN-Revision: 11393 | ||||
* | fixes ifxmips danube flashing using uboot, 2nd try | John Crispin | 2008-06-07 | 1 | -1/+1 |
| | | | | SVN-Revision: 11392 | ||||
* | fixes ifxmips danube flashing using uboot | John Crispin | 2008-06-07 | 1 | -1/+1 |
| | | | | SVN-Revision: 11391 | ||||
* | clean up etehrnet driver | John Crispin | 2008-06-07 | 2 | -29/+26 |
| | | | | SVN-Revision: 11389 | ||||
* | missing file in ifxmips driver support patch | John Crispin | 2008-06-07 | 1 | -18/+27 |
| | | | | SVN-Revision: 11388 | ||||
* | fix spurious ifxmips u-boot build errors | Felix Fietkau | 2008-06-07 | 1 | -0/+1 |
| | | | | SVN-Revision: 11387 | ||||
* | add a chip_fixup function to the plat_nand driver on 2.6.23 as well (closes ↵ | Gabor Juhos | 2008-06-07 | 1 | -0/+32 |
| | | | | | | #3513) SVN-Revision: 11386 | ||||
* | remove axis toolchain dependency for etrax | John Crispin | 2008-06-06 | 1 | -3/+0 |
| | | | | SVN-Revision: 11384 | ||||
* | finally fixes etrax toolchain problems, thanks nbd | John Crispin | 2008-06-06 | 2 | -49/+203 |
| | | | | SVN-Revision: 11383 | ||||
* | fixes au1000 ethernet support, signed off: Bruno Randolf | John Crispin | 2008-06-06 | 1 | -0/+12 |
| | | | | SVN-Revision: 11382 | ||||
* | generic-2.6: yaffs cleanup * reduce compiler warnings, * renumber/rename patches | Gabor Juhos | 2008-06-06 | 14 | -0/+480 |
| | | | | SVN-Revision: 11379 | ||||
* | generic-2.6: sync yaffs code with the official CVS tree | Gabor Juhos | 2008-06-06 | 66 | -2967/+1986 |
| | | | | SVN-Revision: 11378 |