summaryrefslogtreecommitdiffstats
path: root/target/linux/rdc/files
Commit message (Collapse)AuthorAgeFilesLines
* [rdc] fix wrong logic in MDIO code and second PHY addressflorian2009-03-251-3/+3
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15034 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Fix small typo in the ethernet driverflorian2008-11-161-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@13230 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Flash mapping fixes from sn9, thanksflorian2008-11-012-18/+24
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@13090 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Add flashmap support for AMIT and Zyxel boards, thanks sn9florian2008-10-282-6/+300
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@13063 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Remove some configuration files, workarounds are now in the ethernet driver, ↵florian2008-10-281-22/+30
| | | | | | thanks sn9 git-svn-id: svn://svn.openwrt.org/openwrt/trunk@13062 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Fix card_idx calculation, thanks sn9florian2008-08-131-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12294 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Reinstate rdc bootability and force it to use init=/etc/preinit, thus the ↵florian2008-08-051-1/+1
| | | | | | remove the hackish SetInitramfs actions git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12136 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Put the files created by the lzma decompressor patch in the files/florian2008-07-033-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 git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11627 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Put back 2.6.24 files as wellflorian2008-06-286-0/+520
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11593 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Put back 2.6.23 files for rdc, allowing to switch from one kernel version to ↵florian2008-06-2814-0/+686
| | | | | | another for testing git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11592 3c298f89-4303-0410-b956-a3cf2f4a3e73
* his patch mainly fixes the huge delay when we ping from the RDC device to ↵florian2008-06-161-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> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11508 3c298f89-4303-0410-b956-a3cf2f4a3e73
* This patch applies to the RDC 32xx ethernet driver (svn r10754, first patch ↵florian2008-06-161-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> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11507 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Hi,florian2008-06-161-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> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11506 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Use 2.6.25 for rdc321xflorian2008-06-1111-674/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11439 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Use an update r6040 driverflorian2008-04-071-100/+139
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10754 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Upgrade rdc to 2.6.24florian2008-02-1311-799/+847
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10453 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Add support for the gpio connected reset buttonflorian2008-01-111-1/+27
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10173 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Resync kernel config, do not enable the setup fileflorian2007-10-151-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9329 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Typo on PCI idsflorian2007-10-151-2/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9328 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Add the RDC PCI ids for a fancier PCI device table.Return the system name on ↵florian2007-10-152-1/+15
| | | | | | boot. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9327 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Upgrade rdc to 2.6.23, fix the r6040 driver printk'sflorian2007-10-122-15/+3
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9267 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Clean up the r6040 driver using checkpatchflorian2007-10-081-142/+150
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9184 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Led is not active low by default, register the watchdogflorian2007-10-052-3/+3
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9138 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Rewrite platform code to be smarterflorian2007-10-021-16/+33
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9094 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Add support for the D-Link DIR-450, thanks to Macpaul Lin !florian2007-09-161-1/+14
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8790 3c298f89-4303-0410-b956-a3cf2f4a3e73
* strip the kernel version suffix from target directories, except for brcm-2.4 ↵nbd2007-09-0613-0/+2074
(the -2.4 will be included in the board name here). CONFIG_LINUX_<ver>_<board> becomes CONFIG_TARGET_<board>, same for profiles. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8653 3c298f89-4303-0410-b956-a3cf2f4a3e73