Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | include linux/magic.h instead of hardcoding the squashfs magic number | Florian Fainelli | 2009-06-12 | 1 | -2/+1 |
| | | | | SVN-Revision: 16426 | ||||
* | move files-2.6.28 to files | Florian Fainelli | 2009-06-10 | 3 | -0/+515 |
| | | | | SVN-Revision: 16406 | ||||
* | move files to files-2.6.24, not required with newer kernels | Florian Fainelli | 2009-04-24 | 26 | -4364/+0 |
| | | | | SVN-Revision: 15380 | ||||
* | get rid of $Id$ - it has never helped us and it has broken too many patches ;) | Felix Fietkau | 2009-04-17 | 2 | -2/+0 |
| | | | | SVN-Revision: 15242 | ||||
* | fix wrong logic in MDIO code and second PHY address | Florian Fainelli | 2009-03-25 | 1 | -3/+3 |
| | | | | SVN-Revision: 15034 | ||||
* | Fix small typo in the ethernet driver | Florian Fainelli | 2008-11-16 | 1 | -1/+1 |
| | | | | SVN-Revision: 13230 | ||||
* | Flash mapping fixes from sn9, thanks | Florian Fainelli | 2008-11-01 | 2 | -18/+24 |
| | | | | SVN-Revision: 13090 | ||||
* | Add flashmap support for AMIT and Zyxel boards, thanks sn9 | Florian Fainelli | 2008-10-28 | 2 | -6/+300 |
| | | | | SVN-Revision: 13063 | ||||
* | Remove some configuration files, workarounds are now in the ethernet driver, ↵ | Florian Fainelli | 2008-10-28 | 1 | -22/+30 |
| | | | | | | thanks sn9 SVN-Revision: 13062 | ||||
* | Fix card_idx calculation, thanks sn9 | Florian Fainelli | 2008-08-13 | 1 | -1/+1 |
| | | | | SVN-Revision: 12294 | ||||
* | Reinstate rdc bootability and force it to use init=/etc/preinit, thus the ↵ | Florian Fainelli | 2008-08-05 | 1 | -1/+1 |
| | | | | | | remove the hackish SetInitramfs actions SVN-Revision: 12136 | ||||
* | Put the files created by the lzma decompressor patch in the files/ ↵ | Florian Fainelli | 2008-07-03 | 3 | -0/+1031 |
| | | | | | | 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 | ||||
* | Put back 2.6.24 files as well | Florian Fainelli | 2008-06-28 | 6 | -0/+520 |
| | | | | SVN-Revision: 11593 | ||||
* | Put back 2.6.23 files for rdc, allowing to switch from one kernel version to ↵ | Florian Fainelli | 2008-06-28 | 14 | -0/+686 |
| | | | | | | another for testing SVN-Revision: 11592 | ||||
* | his patch mainly fixes the huge delay when we ping from the RDC device to ↵ | Florian Fainelli | 2008-06-16 | 1 | -151/+165 |
| | | | | | | | | 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 | 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 | ||||
* | Use 2.6.25 for rdc321x | Florian Fainelli | 2008-06-11 | 11 | -674/+0 |
| | | | | SVN-Revision: 11439 | ||||
* | Use an update r6040 driver | Florian Fainelli | 2008-04-07 | 1 | -100/+139 |
| | | | | SVN-Revision: 10754 | ||||
* | Upgrade rdc to 2.6.24 | Florian Fainelli | 2008-02-13 | 11 | -799/+847 |
| | | | | SVN-Revision: 10453 | ||||
* | Add support for the gpio connected reset button | Florian Fainelli | 2008-01-11 | 1 | -1/+27 |
| | | | | SVN-Revision: 10173 | ||||
* | Resync kernel config, do not enable the setup file | Florian Fainelli | 2007-10-15 | 1 | -1/+1 |
| | | | | SVN-Revision: 9329 | ||||
* | Typo on PCI ids | Florian Fainelli | 2007-10-15 | 1 | -2/+1 |
| | | | | SVN-Revision: 9328 | ||||
* | Add the RDC PCI ids for a fancier PCI device table.Return the system name on ↵ | Florian Fainelli | 2007-10-15 | 2 | -1/+15 |
| | | | | | | boot. SVN-Revision: 9327 | ||||
* | Upgrade rdc to 2.6.23, fix the r6040 driver printk's | Florian Fainelli | 2007-10-12 | 2 | -15/+3 |
| | | | | SVN-Revision: 9267 | ||||
* | Clean up the r6040 driver using checkpatch | Florian Fainelli | 2007-10-08 | 1 | -142/+150 |
| | | | | SVN-Revision: 9184 | ||||
* | Led is not active low by default, register the watchdog | Florian Fainelli | 2007-10-05 | 2 | -3/+3 |
| | | | | SVN-Revision: 9138 | ||||
* | Rewrite platform code to be smarter | Florian Fainelli | 2007-10-02 | 1 | -16/+33 |
| | | | | SVN-Revision: 9094 | ||||
* | Add support for the D-Link DIR-450, thanks to Macpaul Lin ! | Florian Fainelli | 2007-09-16 | 1 | -1/+14 |
| | | | | SVN-Revision: 8790 | ||||
* | strip the kernel version suffix from target directories, except for brcm-2.4 ↵ | Felix Fietkau | 2007-09-06 | 13 | -0/+2074 |
(the -2.4 will be included in the board name here). CONFIG_LINUX_<ver>_<board> becomes CONFIG_TARGET_<board>, same for profiles. SVN-Revision: 8653 |