Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
* | Add flashmap support for AMIT and Zyxel boards, thanks sn9 | Florian Fainelli | 2008-10-28 | |
| | | | | SVN-Revision: 13063 | |||
* | Remove some configuration files, workarounds are now in the ethernet driver, ↵ | Florian Fainelli | 2008-10-28 | |
| | | | | | | thanks sn9 SVN-Revision: 13062 | |||
* | Add amit boards specific fixups | Florian Fainelli | 2008-10-28 | |
| | | | | SVN-Revision: 13061 | |||
* | Prepare image Makefile to generate valid images for amit and g570s boards, ↵ | Florian Fainelli | 2008-10-28 | |
| | | | | | | thanks sn9 SVN-Revision: 13059 | |||
* | Fix target description and features available for rdc | Florian Fainelli | 2008-10-28 | |
| | | | | SVN-Revision: 13058 | |||
* | disable CONFIG_USB_SUPPORT in generic config for 2.6.25 & 2.6.26 and enable ↵ | Nicolas Thill | 2008-09-24 | |
| | | | | | | it on targets where USB is supported SVN-Revision: 12690 | |||
* | Fix card_idx calculation, thanks sn9 | Florian Fainelli | 2008-08-13 | |
| | | | | SVN-Revision: 12294 | |||
* | Reinstate rdc bootability and force it to use init=/etc/preinit, thus the ↵ | Florian Fainelli | 2008-08-05 | |
| | | | | | | remove the hackish SetInitramfs actions SVN-Revision: 12136 | |||
* | Remove 2.6.23 files, we will stick to 2.6.24 for rdc | Florian Fainelli | 2008-07-26 | |
| | | | | SVN-Revision: 11944 | |||
* | Stick to 2.6.24 on rdc for now | Florian Fainelli | 2008-07-08 | |
| | | | | SVN-Revision: 11747 | |||
* | update targets to 2.6.25.10 | Imre Kaloz | 2008-07-05 | |
| | | | | SVN-Revision: 11667 | |||
* | If the *.img file is larger than 0x1e8000 loading it with flash -s 0x100000 ↵ | Florian Fainelli | 2008-07-05 | |
| | | | | | | | | | -d 0xffe08000 -l <length> on the bootloader prompt will destroy the bootloader and brick the device. The attached patch tries to implement a size check and renames the image into *.img.too_big. It applies to svn r11401. Signed-off-by: Joerg Albert <jal2@gmx.de> SVN-Revision: 11662 | |||
* | Put the files created by the lzma decompressor patch in the files/ ↵ | Florian Fainelli | 2008-07-03 | |
| | | | | | | directory. Add some early_printk debugging to the lzma decompressor to help track down problems when upgrading from one kernel version to another SVN-Revision: 11627 | |||
* | Finally move 2.6.25 patches to patch-2.6.25 for compatibility with other ↵ | Florian Fainelli | 2008-06-28 | |
| | | | | | | kernel version SVN-Revision: 11595 | |||
* | Prior to kernel 2.6.23, architecture path was i386, allow that when ↵ | Florian Fainelli | 2008-06-28 | |
| | | | | | | switching kernel version SVN-Revision: 11594 | |||
* | Put back 2.6.24 files as well | Florian Fainelli | 2008-06-28 | |
| | | | | SVN-Revision: 11593 | |||
* | Put back 2.6.23 files for rdc, allowing to switch from one kernel version to ↵ | Florian Fainelli | 2008-06-28 | |
| | | | | | | another for testing SVN-Revision: 11592 | |||
* | upgrade to 2.6.25.9 | Imre Kaloz | 2008-06-26 | |
| | | | | SVN-Revision: 11584 | |||
* | sync kernel config | Gabor Juhos | 2008-06-17 | |
| | | | | SVN-Revision: 11525 | |||
* | upgrade to 2.6.25.7, and refresh patches | Gabor Juhos | 2008-06-17 | |
| | | | | SVN-Revision: 11523 | |||
* | his patch mainly fixes the huge delay when we ping from the RDC device to ↵ | Florian Fainelli | 2008-06-16 | |
| | | | | | | | | another host (160-230 ms). r6040_rx() was rewritten. Further changes: - fix a bug in hex2str(), which overwrote the source with a zero - removed rx_free_desc counter; allocate skb inside r6040_rx() on the fly - r6040_rx: don't take the error from the MLSR register (may be too late) but from the descriptor (we may have to allow these errors (via MCR0) there - r6040_alloc_rxbufs() may fail due to lack of skb, added a return value - changed some debugs - more defines - version: 0.18 -> 0.19 Signed-Off by Joerg Albert <jal2@gmx.de> SVN-Revision: 11508 | |||
* | This patch applies to the RDC 32xx ethernet driver (svn r10754, first patch ↵ | Florian Fainelli | 2008-06-16 | |
| | | | | | | | | | | 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 | |
| | | | | | | | | | | 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 | |||
* | Use 2.6.25.6 for rdc | Florian Fainelli | 2008-06-12 | |
| | | | | SVN-Revision: 11447 | |||
* | Use 2.6.25 for rdc321x | Florian Fainelli | 2008-06-11 | |
| | | | | SVN-Revision: 11439 | |||
* | refresh kernel patches | Gabor Juhos | 2008-05-19 | |
| | | | | SVN-Revision: 11210 | |||
* | upgrade to latest kernel versions (2.6.25.4; 2.6.24.7; 2.6.23.17; 2.6.22.19) | Gabor Juhos | 2008-05-18 | |
| | | | | SVN-Revision: 11184 | |||
* | enable proper PCI & USB support detection at config-time by disabling ↵ | Nicolas Thill | 2008-05-09 | |
| | | | | | | CONFIG_PCI & CONFIG_USB entries in generic/config and enabling them on targets where appropriate SVN-Revision: 11097 | |||
* | naming convention | Imre Kaloz | 2008-04-28 | |
| | | | | SVN-Revision: 10965 | |||
* | upgrade to 2.6.24.5 | Imre Kaloz | 2008-04-28 | |
| | | | | SVN-Revision: 10959 | |||
* | properly disable CONFIG_CRYPTO_HW | Nicolas Thill | 2008-04-27 | |
| | | | | SVN-Revision: 10952 | |||
* | add missing symbol | Travis Kemen | 2008-04-25 | |
| | | | | SVN-Revision: 10935 | |||
* | Use an update r6040 driver | Florian Fainelli | 2008-04-07 | |
| | | | | SVN-Revision: 10754 | |||
* | Fix bzImage copy with 2.6.24 kernels | Florian Fainelli | 2008-03-09 | |
| | | | | SVN-Revision: 10574 | |||
* | Upgrade rdc to 2.6.24 | Florian Fainelli | 2008-02-13 | |
| | | | | SVN-Revision: 10453 | |||
* | upgrade & standardize kernel versions | Imre Kaloz | 2008-02-11 | |
| | | | | SVN-Revision: 10443 | |||
* | Also generate http uploadable images for Airlink AR525w | Florian Fainelli | 2008-01-21 | |
| | | | | SVN-Revision: 10229 | |||
* | Upgrade rdc to 2.6.23.14 | Florian Fainelli | 2008-01-21 | |
| | | | | SVN-Revision: 10228 | |||
* | Add support for the gpio connected reset button | Florian Fainelli | 2008-01-11 | |
| | | | | SVN-Revision: 10173 | |||
* | make the image filenames a bit shorter | Felix Fietkau | 2007-11-10 | |
| | | | | SVN-Revision: 9533 | |||
* | We are now at .23.1 | Florian Fainelli | 2007-10-23 | |
| | | | | SVN-Revision: 9415 | |||
* | Resync kernel config, do not enable the setup file | Florian Fainelli | 2007-10-15 | |
| | | | | SVN-Revision: 9329 | |||
* | Typo on PCI ids | Florian Fainelli | 2007-10-15 | |
| | | | | SVN-Revision: 9328 | |||
* | Add the RDC PCI ids for a fancier PCI device table.Return the system name on ↵ | Florian Fainelli | 2007-10-15 | |
| | | | | | | boot. SVN-Revision: 9327 | |||
* | Fix profile/image generation for dir450 | Florian Fainelli | 2007-10-14 | |
| | | | | SVN-Revision: 9320 | |||
* | Upgrade rdc to 2.6.23, fix the r6040 driver printk's | Florian Fainelli | 2007-10-12 | |
| | | | | SVN-Revision: 9267 | |||
* | Clean up the r6040 driver using checkpatch | Florian Fainelli | 2007-10-08 | |
| | | | | SVN-Revision: 9184 | |||
* | RDC is not broken with trunk | Florian Fainelli | 2007-10-05 | |
| | | | | SVN-Revision: 9140 | |||
* | Led is not active low by default, register the watchdog | Florian Fainelli | 2007-10-05 | |
| | | | | SVN-Revision: 9138 | |||
* | Use PCI for rdc | Florian Fainelli | 2007-10-02 | |
| | | | | SVN-Revision: 9097 |