summaryrefslogtreecommitdiff
path: root/target/linux/rdc
Commit message (Collapse)AuthorAgeFilesLines
* Fix card_idx calculation, thanks sn9Florian Fainelli2008-08-131-1/+1
| | | | SVN-Revision: 12294
* Reinstate rdc bootability and force it to use init=/etc/preinit, thus the ↵Florian Fainelli2008-08-055-28/+39
| | | | | | remove the hackish SetInitramfs actions SVN-Revision: 12136
* Remove 2.6.23 files, we will stick to 2.6.24 for rdcFlorian Fainelli2008-07-269-2645/+0
| | | | SVN-Revision: 11944
* Stick to 2.6.24 on rdc for nowFlorian Fainelli2008-07-082-981/+2
| | | | SVN-Revision: 11747
* update targets to 2.6.25.10Imre Kaloz2008-07-051-1/+1
| | | | SVN-Revision: 11667
* If the *.img file is larger than 0x1e8000 loading it with flash -s 0x100000 ↵Florian Fainelli2008-07-051-0/+1
| | | | | | | | | -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 Fainelli2008-07-035-985/+1039
| | | | | | 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 Fainelli2008-06-283-0/+0
| | | | | | kernel version SVN-Revision: 11595
* Prior to kernel 2.6.23, architecture path was i386, allow that when ↵Florian Fainelli2008-06-281-1/+7
| | | | | | switching kernel version SVN-Revision: 11594
* Put back 2.6.24 files as wellFlorian Fainelli2008-06-2813-0/+1789
| | | | SVN-Revision: 11593
* Put back 2.6.23 files for rdc, allowing to switch from one kernel version to ↵Florian Fainelli2008-06-2822-0/+3022
| | | | | | another for testing SVN-Revision: 11592
* upgrade to 2.6.25.9Imre Kaloz2008-06-261-1/+1
| | | | SVN-Revision: 11584
* sync kernel configGabor Juhos2008-06-171-1/+1
| | | | SVN-Revision: 11525
* upgrade to 2.6.25.7, and refresh patchesGabor Juhos2008-06-174-39/+22
| | | | SVN-Revision: 11523
* his patch mainly fixes the huge delay when we ping from the RDC device to ↵Florian Fainelli2008-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> SVN-Revision: 11508
* This patch applies to the RDC 32xx ethernet driver (svn r10754, first patch ↵Florian Fainelli2008-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> SVN-Revision: 11507
* Hi,Florian Fainelli2008-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> SVN-Revision: 11506
* Use 2.6.25.6 for rdcFlorian Fainelli2008-06-121-1/+1
| | | | SVN-Revision: 11447
* Use 2.6.25 for rdc321xFlorian Fainelli2008-06-1118-849/+394
| | | | SVN-Revision: 11439
* refresh kernel patchesGabor Juhos2008-05-197-79/+95
| | | | 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 Juhos2008-05-181-1/+1
| | | | SVN-Revision: 11184
* enable proper PCI & USB support detection at config-time by disabling ↵Nicolas Thill2008-05-091-0/+2
| | | | | | CONFIG_PCI & CONFIG_USB entries in generic/config and enabling them on targets where appropriate SVN-Revision: 11097
* naming conventionImre Kaloz2008-04-281-1/+1
| | | | SVN-Revision: 10965
* upgrade to 2.6.24.5Imre Kaloz2008-04-281-1/+1
| | | | SVN-Revision: 10959
* properly disable CONFIG_CRYPTO_HWNicolas Thill2008-04-272-2/+0
| | | | SVN-Revision: 10952
* add missing symbolTravis Kemen2008-04-251-0/+1
| | | | SVN-Revision: 10935
* Use an update r6040 driverFlorian Fainelli2008-04-071-100/+139
| | | | SVN-Revision: 10754
* Fix bzImage copy with 2.6.24 kernelsFlorian Fainelli2008-03-091-1/+1
| | | | SVN-Revision: 10574
* Upgrade rdc to 2.6.24Florian Fainelli2008-02-1317-923/+1299
| | | | SVN-Revision: 10453
* upgrade & standardize kernel versionsImre Kaloz2008-02-111-1/+1
| | | | SVN-Revision: 10443
* Also generate http uploadable images for Airlink AR525wFlorian Fainelli2008-01-211-0/+2
| | | | SVN-Revision: 10229
* Upgrade rdc to 2.6.23.14Florian Fainelli2008-01-211-1/+1
| | | | SVN-Revision: 10228
* Add support for the gpio connected reset buttonFlorian Fainelli2008-01-111-1/+27
| | | | SVN-Revision: 10173
* make the image filenames a bit shorterFelix Fietkau2007-11-101-8/+8
| | | | SVN-Revision: 9533
* We are now at .23.1Florian Fainelli2007-10-231-1/+1
| | | | SVN-Revision: 9415
* Resync kernel config, do not enable the setup fileFlorian Fainelli2007-10-152-14/+1
| | | | SVN-Revision: 9329
* Typo on PCI idsFlorian Fainelli2007-10-152-3/+2
| | | | SVN-Revision: 9328
* Add the RDC PCI ids for a fancier PCI device table.Return the system name on ↵Florian Fainelli2007-10-154-2/+34
| | | | | | boot. SVN-Revision: 9327
* Fix profile/image generation for dir450Florian Fainelli2007-10-142-3/+9
| | | | SVN-Revision: 9320
* Upgrade rdc to 2.6.23, fix the r6040 driver printk'sFlorian Fainelli2007-10-127-55/+45
| | | | SVN-Revision: 9267
* Clean up the r6040 driver using checkpatchFlorian Fainelli2007-10-081-142/+150
| | | | SVN-Revision: 9184
* RDC is not broken with trunkFlorian Fainelli2007-10-051-1/+1
| | | | SVN-Revision: 9140
* Led is not active low by default, register the watchdogFlorian Fainelli2007-10-052-3/+3
| | | | SVN-Revision: 9138
* Use PCI for rdcFlorian Fainelli2007-10-021-1/+1
| | | | SVN-Revision: 9097
* RDC vendor id is unknownFlorian Fainelli2007-10-021-1/+1
| | | | SVN-Revision: 9096
* Build all firmware until we put back profilesFlorian Fainelli2007-10-021-1/+2
| | | | SVN-Revision: 9095
* Rewrite platform code to be smarterFlorian Fainelli2007-10-021-16/+33
| | | | SVN-Revision: 9094
* get rid of per-profile base-filesGabor Juhos2007-09-292-0/+0
| | | | SVN-Revision: 9069
* clean up jffs2 config optionsFelix Fietkau2007-09-191-2/+0
| | | | SVN-Revision: 8848
* Add support for the D-Link DIR-450, thanks to Macpaul Lin !Florian Fainelli2007-09-164-1/+569
| | | | SVN-Revision: 8790