| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix divisor calculation and configuration from previous commit, thanks sn9 | Florian Fainelli | 2008-09-01 | 4 | -42/+21 |
* | Fix divisor settings for external devices like wireless devices, thanks sn9 | Florian Fainelli | 2008-08-31 | 2 | -14/+42 |
* | use the righ value in the DSP clock calculation | Gabor Juhos | 2008-05-12 | 1 | -1/+1 |
* | ar7: remove volatiles definitely | Matteo Croce | 2008-04-07 | 1 | -35/+32 |
* | vlynq: revert volatiles until we find a good way to remove them | Matteo Croce | 2008-04-07 | 1 | -10/+10 |
* | ar7: remove useless volatiles | Matteo Croce | 2008-04-07 | 2 | -16/+19 |
* | ar7: remove unneeded packed and array initialization | Matteo Croce | 2008-04-07 | 3 | -6/+6 |
* | vlynq: small fixes | Matteo Croce | 2008-04-02 | 1 | -1/+2 |
* | add proper email addresses to the comment headers | Matteo Croce | 2008-04-02 | 7 | -7/+12 |
* | Let authors holds copyright of the AR7 code (closes #2369) | Matteo Croce | 2008-04-02 | 14 | -20/+10 |
* | vlynq: probe for an external clock first, needed to enable acx on the Leonard... | Matteo Croce | 2008-04-02 | 1 | -9/+8 |
* | Update kernel to 2.6.24 | Matteo Croce | 2008-02-08 | 1 | -1293/+0 |
* | make current AR7 code 2.6.24 aware, for future use | Matteo Croce | 2008-02-08 | 3 | -5/+16 |
* | DG834G Power LED fix | Felix Fietkau | 2008-02-02 | 1 | -1/+1 |
* | fixed war.h path | Matteo Croce | 2008-01-29 | 1 | -0/+0 |
* | added missing war.h | Matteo Croce | 2008-01-29 | 1 | -0/+25 |
* | Add support for european DSL-502t leds (#2880) | Florian Fainelli | 2008-01-16 | 1 | -1/+1 |
* | gpio: revert it back, wrong and useless | Matteo Croce | 2008-01-13 | 1 | -13/+5 |
* | GPIO fix | Matteo Croce | 2008-01-12 | 1 | -6/+5 |
* | cache GPIO addresses to be more efficent | Matteo Croce | 2008-01-12 | 1 | -5/+14 |
* | Add dg834 leds support from #2817 | Florian Fainelli | 2008-01-04 | 1 | -0/+11 |
* | Add LEDs definitions for the D-Link DSL-502T (#2746) | Florian Fainelli | 2007-12-16 | 1 | -1/+11 |
* | Reimplement rx ring with EOQ markers to avoid reset storms | Felix Fietkau | 2007-12-07 | 1 | -5/+102 |
* | Fix race between device reset and start_xmit | Felix Fietkau | 2007-12-07 | 1 | -32/+61 |
* | Fix VLYNQ device enable for DG834Gv1 | Felix Fietkau | 2007-12-04 | 1 | -1/+1 |
* | ar7_gpio: remove unneeded checks and volatile | Matteo Croce | 2007-10-23 | 1 | -14/+2 |
* | fritzbox leds detection (thanks Axel Gembe) | Eugene Konev | 2007-10-19 | 1 | -4/+27 |
* | Fix tx error handling (#2552). Make rx ring size actually configurable throug... | Eugene Konev | 2007-10-16 | 1 | -18/+11 |
* | fix the case when NETDEVICES_MULTIQUEUE is not enabled (#2506) | Eugene Konev | 2007-10-13 | 1 | -0/+20 |
* | remove version checks | Eugene Konev | 2007-10-11 | 1 | -6/+0 |
* | we are using leds-gpio now | Eugene Konev | 2007-10-11 | 1 | -132/+0 |
* | locking rework, drop non-napi rx, multiqueue tx, misc cleanups | Eugene Konev | 2007-10-11 | 1 | -153/+157 |
* | backport ar7_wdt from linux-2.6-watchdog-mm | Matteo Croce | 2007-10-08 | 1 | -13/+11 |
* | cleanup vlynq. drop vlynq-pci | Eugene Konev | 2007-10-05 | 7 | -563/+206 |
* | more cpmac cleanups (#2452): * don't use net_device::mem* * use net_device::s... | Eugene Konev | 2007-10-02 | 1 | -88/+73 |
* | add usb controller definition | Eugene Konev | 2007-10-01 | 2 | -0/+34 |
* | revert to vlynq bus clock divisor guessing | Nicolas Thill | 2007-10-01 | 1 | -1/+1 |
* | don't enable rts/cts by default (thanks nabcore, #2400) | Eugene Konev | 2007-09-30 | 1 | -4/+6 |
* | add necessary includes | Eugene Konev | 2007-09-23 | 1 | -0/+4 |
* | add initial generic gpio-leds support | Eugene Konev | 2007-09-21 | 1 | -0/+44 |
* | make gpio conformant to generic gpio spec. | Eugene Konev | 2007-09-21 | 5 | -32/+32 |
* | fix silliness in [8886] | Matteo Croce | 2007-09-20 | 1 | -7/+2 |
* | replace deprecated u_char with u8 | Matteo Croce | 2007-09-20 | 1 | -4/+4 |
* | Make ar7_part more readable and endianness safe | Matteo Croce | 2007-09-20 | 1 | -10/+19 |
* | small cpmac fixes | Matteo Croce | 2007-09-20 | 1 | -2/+1 |
* | use set_irq_chip_and_handler (#2408) | Eugene Konev | 2007-09-20 | 1 | -1/+3 |
* | style cleanups (make checkpatch.pl happy) | Matteo Croce | 2007-09-19 | 1 | -5/+5 |
* | cleanup (use dma API, use accessors, debugging/printk cleanup) | Eugene Konev | 2007-09-19 | 1 | -460/+429 |
* | fix previous commit | Eugene Konev | 2007-09-14 | 1 | -4/+5 |
* | add *dma_mask's to cpmacs | Eugene Konev | 2007-09-14 | 1 | -2/+11 |