Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | cpmac: reapply [9664] | Matteo Croce | 2008-02-08 | 1 | -17/+169 | |
| | | | | SVN-Revision: 10424 | |||||
* | build cpmac driver | Matteo Croce | 2008-02-08 | 1 | -0/+1 | |
| | | | | SVN-Revision: 10422 | |||||
* | Update kernel to 2.6.24 | Matteo Croce | 2008-02-08 | 4 | -1306/+10 | |
| | | | | SVN-Revision: 10421 | |||||
* | make current AR7 code 2.6.24 aware, for future use | Matteo Croce | 2008-02-08 | 3 | -5/+16 | |
| | | | | SVN-Revision: 10415 | |||||
* | more 2.6.24 patches | Matteo Croce | 2008-02-07 | 2 | -1/+118 | |
| | | | | SVN-Revision: 10410 | |||||
* | DG834G Power LED fix | Felix Fietkau | 2008-02-02 | 2 | -1/+2 | |
| | | | | | | | | | | This patch enables the new "default-on" trigger for the AR7 target and uses it to ensure the "power" LED on the DG834G is initialised in the ON state. Previously this LED would turn off when the driver loaded and stay off until turned back on from userspace. With this patch it remains on throughout the boot process, but can still be controlled from userspace if required. Signed-off-by: Nick Forbes <nick.forbes@incepta.com> SVN-Revision: 10349 | |||||
* | fixed war.h path | Matteo Croce | 2008-01-29 | 1 | -0/+0 | |
| | | | | SVN-Revision: 10316 | |||||
* | added missing war.h | Matteo Croce | 2008-01-29 | 1 | -0/+25 | |
| | | | | SVN-Revision: 10315 | |||||
* | AR7 2.6.24 config file | Matteo Croce | 2008-01-29 | 1 | -0/+195 | |
| | | | | SVN-Revision: 10304 | |||||
* | refresh vlynq patch | Matteo Croce | 2008-01-29 | 1 | -10/+9 | |
| | | | | SVN-Revision: 10301 | |||||
* | Add support for european DSL-502t leds (#2880) | Florian Fainelli | 2008-01-16 | 1 | -1/+1 | |
| | | | | SVN-Revision: 10210 | |||||
* | gpio: revert it back, wrong and useless | Matteo Croce | 2008-01-13 | 1 | -13/+5 | |
| | | | | SVN-Revision: 10181 | |||||
* | GPIO fix | Matteo Croce | 2008-01-12 | 1 | -6/+5 | |
| | | | | SVN-Revision: 10180 | |||||
* | cache GPIO addresses to be more efficent | Matteo Croce | 2008-01-12 | 1 | -5/+14 | |
| | | | | SVN-Revision: 10179 | |||||
* | Add dg834 leds support from #2817 | Florian Fainelli | 2008-01-04 | 1 | -0/+11 | |
| | | | | SVN-Revision: 10105 | |||||
* | Resync ar7 kernel config (#2966) | Florian Fainelli | 2008-01-03 | 1 | -0/+2 | |
| | | | | SVN-Revision: 10098 | |||||
* | fix initramfs | Felix Fietkau | 2008-01-01 | 1 | -1/+0 | |
| | | | | SVN-Revision: 10080 | |||||
* | AR7 2.6.24, removed duplicate patches | Matteo Croce | 2007-12-30 | 2 | -61/+0 | |
| | | | | SVN-Revision: 10053 | |||||
* | AR7 2.6.24 patches | Matteo Croce | 2007-12-30 | 7 | -0/+308 | |
| | | | | SVN-Revision: 10052 | |||||
* | Add LEDs definitions for the D-Link DSL-502T (#2746) | Florian Fainelli | 2007-12-16 | 1 | -1/+11 | |
| | | | | | | Signed-off-by: Oliver <oliver@opencloud.com> SVN-Revision: 9776 | |||||
* | Disable CONFIG_NETDEVICES_MULTIQUEUE for ar7 until we fix the race condition | Florian Fainelli | 2007-12-10 | 1 | -1/+1 | |
| | | | | SVN-Revision: 9698 | |||||
* | Minor patch to the AR7 diag.sh to make the status LED a bit more useful. ↵ | Felix Fietkau | 2007-12-07 | 1 | -13/+20 | |
| | | | | | | | | | | | | | | | From the patch: This setup gives us 3.5 distinguishable states: - Solid OFF: Bootloader running, or kernel hung (timer task stalled) - Solid ON: Kernel hung (timer task stalled) - 5Hz blink: preinit - Heartbeat: normal operation Signed-off-by: oliver@opencloud.com SVN-Revision: 9666 | |||||
* | Reimplement rx ring with EOQ markers to avoid reset storms | Felix Fietkau | 2007-12-07 | 1 | -5/+102 | |
| | | | | | | Signed-off-by: oliver@opencloud.com SVN-Revision: 9665 | |||||
* | Fix race between device reset and start_xmit | Felix Fietkau | 2007-12-07 | 1 | -32/+61 | |
| | | | | | | Signed-off-by: oliver@opencloud.com SVN-Revision: 9664 | |||||
* | Fix VLYNQ device enable for DG834Gv1 | Felix Fietkau | 2007-12-04 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | This patch allows VLYNQ devices on the DG834Gv1 to be successfully enabled. Currently the "__vlynq_enable_device" function attempts to set the VLYNQ device clock divisor to values from 1 through 8 until a link is successfully established. On the DG834Gv1 (but not the DG834Gv2), setting the VLYNQ device clock divisor to 1 (full rate) results in all further VLYNQ operations failing (including software reset), so the device is never enabled. This patches changes the function to only attempt divisors 2 through 8, and hence the device is successfully enabled. Signed-off-by: Nick Forbes <nick.forbes@huntsworth.com> --------- SVN-Revision: 9656 | |||||
* | make the image filenames a bit shorter | Felix Fietkau | 2007-11-10 | 1 | -10/+10 | |
| | | | | SVN-Revision: 9533 | |||||
* | ar7_gpio: remove unneeded checks and volatile | Matteo Croce | 2007-10-23 | 1 | -14/+2 | |
| | | | | SVN-Revision: 9419 | |||||
* | ar7: fix eva image generation | Eugene Konev | 2007-10-23 | 1 | -1/+1 | |
| | | | | SVN-Revision: 9417 | |||||
* | We are now at .23.1 | Florian Fainelli | 2007-10-23 | 1 | -1/+1 | |
| | | | | SVN-Revision: 9415 | |||||
* | ar7: add eva image generation (thanks Axel Gembe) | Eugene Konev | 2007-10-22 | 1 | -0/+7 | |
| | | | | SVN-Revision: 9401 | |||||
* | fritzbox leds detection (thanks Axel Gembe) | Eugene Konev | 2007-10-19 | 1 | -4/+27 | |
| | | | | SVN-Revision: 9357 | |||||
* | Fix tx error handling (#2552). Make rx ring size actually configurable ↵ | Eugene Konev | 2007-10-16 | 1 | -18/+11 | |
| | | | | | | through ethtool SVN-Revision: 9333 | |||||
* | enable NETDEVICES_MULTIQUEUE | Eugene Konev | 2007-10-13 | 1 | -0/+1 | |
| | | | | SVN-Revision: 9283 | |||||
* | fix the case when NETDEVICES_MULTIQUEUE is not enabled (#2506) | Eugene Konev | 2007-10-13 | 1 | -0/+20 | |
| | | | | SVN-Revision: 9282 | |||||
* | use acx-mac80211 in profile | Eugene Konev | 2007-10-11 | 1 | -1/+1 | |
| | | | | SVN-Revision: 9254 | |||||
* | remove version checks | Eugene Konev | 2007-10-11 | 1 | -6/+0 | |
| | | | | SVN-Revision: 9253 | |||||
* | we are using leds-gpio now | Eugene Konev | 2007-10-11 | 2 | -134/+2 | |
| | | | | SVN-Revision: 9252 | |||||
* | locking rework, drop non-napi rx, multiqueue tx, misc cleanups | Eugene Konev | 2007-10-11 | 1 | -153/+157 | |
| | | | | SVN-Revision: 9251 | |||||
* | switch ar7 to 2.6.23 | Eugene Konev | 2007-10-10 | 12 | -606/+8 | |
| | | | | SVN-Revision: 9235 | |||||
* | backport ar7_wdt from linux-2.6-watchdog-mm | Matteo Croce | 2007-10-08 | 1 | -13/+11 | |
| | | | | SVN-Revision: 9182 | |||||
* | cleanup vlynq. drop vlynq-pci | Eugene Konev | 2007-10-05 | 13 | -601/+264 | |
| | | | | SVN-Revision: 9143 | |||||
* | add ar7 2.6.23 patches and config | Eugene Konev | 2007-10-04 | 8 | -0/+577 | |
| | | | | SVN-Revision: 9115 | |||||
* | more cpmac cleanups (#2452): * don't use net_device::mem* * use ↵ | Eugene Konev | 2007-10-02 | 1 | -88/+73 | |
| | | | | | | net_device::stats * use per-device rx ring size configurable through ethtool * use more ethernet generics (get_stats, set_mac_address, change_mtu) SVN-Revision: 9098 | |||||
* | add usb controller definition | Eugene Konev | 2007-10-01 | 2 | -0/+34 | |
| | | | | SVN-Revision: 9087 | |||||
* | revert to vlynq bus clock divisor guessing | Nicolas Thill | 2007-10-01 | 1 | -1/+1 | |
| | | | | SVN-Revision: 9086 | |||||
* | don't enable rts/cts by default (thanks nabcore, #2400) | Eugene Konev | 2007-09-30 | 1 | -4/+6 | |
| | | | | SVN-Revision: 9078 | |||||
* | get rid of per-profile base-files | Gabor Juhos | 2007-09-29 | 3 | -0/+0 | |
| | | | | SVN-Revision: 9069 | |||||
* | add necessary includes | Eugene Konev | 2007-09-23 | 1 | -0/+4 | |
| | | | | SVN-Revision: 8974 | |||||
* | add initial generic gpio-leds support | Eugene Konev | 2007-09-21 | 1 | -0/+44 | |
| | | | | SVN-Revision: 8918 | |||||
* | make gpio conformant to generic gpio spec. | Eugene Konev | 2007-09-21 | 5 | -32/+32 | |
| | | | | SVN-Revision: 8911 |