Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix divisor settings for external devices like wireless devices, thanks sn9 | Florian Fainelli | 2008-08-31 | 1 | -13/+41 |
| | | | | SVN-Revision: 12443 | ||||
* | ar7: remove unneeded packed and array initialization | Matteo Croce | 2008-04-07 | 1 | -1/+1 |
| | | | | SVN-Revision: 10752 | ||||
* | vlynq: small fixes | Matteo Croce | 2008-04-02 | 1 | -1/+2 |
| | | | | SVN-Revision: 10711 | ||||
* | add proper email addresses to the comment headers | Matteo Croce | 2008-04-02 | 1 | -1/+1 |
| | | | | SVN-Revision: 10709 | ||||
* | Let authors holds copyright of the AR7 code (closes #2369) | Matteo Croce | 2008-04-02 | 2 | -4/+2 |
| | | | | SVN-Revision: 10708 | ||||
* | vlynq: probe for an external clock first, needed to enable acx on the ↵ | Matteo Croce | 2008-04-02 | 1 | -9/+8 |
| | | | | | | Leonardo board SVN-Revision: 10707 | ||||
* | Update kernel to 2.6.24 | Matteo Croce | 2008-02-08 | 1 | -1293/+0 |
| | | | | SVN-Revision: 10421 | ||||
* | 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 | ||||
* | Fix tx error handling (#2552). Make rx ring size actually configurable ↵ | Eugene Konev | 2007-10-16 | 1 | -18/+11 |
| | | | | | | through ethtool SVN-Revision: 9333 | ||||
* | fix the case when NETDEVICES_MULTIQUEUE is not enabled (#2506) | Eugene Konev | 2007-10-13 | 1 | -0/+20 |
| | | | | SVN-Revision: 9282 | ||||
* | we are using leds-gpio now | Eugene Konev | 2007-10-11 | 1 | -132/+0 |
| | | | | SVN-Revision: 9252 | ||||
* | locking rework, drop non-napi rx, multiqueue tx, misc cleanups | Eugene Konev | 2007-10-11 | 1 | -153/+157 |
| | | | | SVN-Revision: 9251 | ||||
* | 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 | 3 | -0/+688 |
| | | | | SVN-Revision: 9143 | ||||
* | 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 | ||||
* | make gpio conformant to generic gpio spec. | Eugene Konev | 2007-09-21 | 2 | -2/+2 |
| | | | | SVN-Revision: 8911 | ||||
* | fix silliness in [8886] | Matteo Croce | 2007-09-20 | 1 | -7/+2 |
| | | | | SVN-Revision: 8889 | ||||
* | replace deprecated u_char with u8 | Matteo Croce | 2007-09-20 | 1 | -4/+4 |
| | | | | SVN-Revision: 8887 | ||||
* | Make ar7_part more readable and endianness safe | Matteo Croce | 2007-09-20 | 1 | -10/+19 |
| | | | | SVN-Revision: 8886 | ||||
* | small cpmac fixes | Matteo Croce | 2007-09-20 | 1 | -2/+1 |
| | | | | SVN-Revision: 8881 | ||||
* | style cleanups (make checkpatch.pl happy) | Matteo Croce | 2007-09-19 | 1 | -5/+5 |
| | | | | SVN-Revision: 8851 | ||||
* | cleanup (use dma API, use accessors, debugging/printk cleanup) | Eugene Konev | 2007-09-19 | 1 | -460/+429 |
| | | | | SVN-Revision: 8839 | ||||
* | fix watchdog seek test (#2383) | Eugene Konev | 2007-09-14 | 1 | -1/+1 |
| | | | | SVN-Revision: 8772 | ||||
* | Enabled working ar7_wdt, style cleanups | Matteo Croce | 2007-09-12 | 4 | -17/+18 |
| | | | | SVN-Revision: 8764 | ||||
* | added ar7_wdt fix by Alex | Matteo Croce | 2007-09-12 | 1 | -22/+25 |
| | | | | SVN-Revision: 8762 | ||||
* | Style fixes | Matteo Croce | 2007-09-12 | 1 | -13/+13 |
| | | | | SVN-Revision: 8761 | ||||
* | more AR7 cleanups & fixes | Matteo Croce | 2007-09-11 | 2 | -45/+44 |
| | | | | SVN-Revision: 8758 | ||||
* | AR7: Cleanups (closes: #2323) | Matteo Croce | 2007-09-11 | 5 | -211/+191 |
| | | | | SVN-Revision: 8756 | ||||
* | fix typo | Nicolas Thill | 2007-09-11 | 1 | -1/+1 |
| | | | | SVN-Revision: 8747 | ||||
* | Fix comments to the mtd driver (see ↵ | Florian Fainelli | 2007-09-11 | 1 | -8/+7 |
| | | | | | | http://www.linux-mips.org/archives/linux-mips/2007-09/msg00064.html) SVN-Revision: 8738 | ||||
* | cosmetic fixes for ar7: indent, use lowercase hex notation, format | Nicolas Thill | 2007-09-06 | 2 | -75/+75 |
| | | | | SVN-Revision: 8656 | ||||
* | strip the kernel version suffix from target directories, except for brcm-2.4 ↵ | Felix Fietkau | 2007-09-06 | 5 | -0/+2000 |
(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 |