summaryrefslogtreecommitdiffstats
path: root/target/linux/ar7/files
Commit message (Expand)AuthorAgeFilesLines
* Let authors holds copyright of the AR7 code (closes #2369)Matteo Croce2008-04-0214-20/+10
* vlynq: probe for an external clock first, needed to enable acx on the Leonard...Matteo Croce2008-04-021-9/+8
* Update kernel to 2.6.24Matteo Croce2008-02-081-1293/+0
* make current AR7 code 2.6.24 aware, for future useMatteo Croce2008-02-083-5/+16
* DG834G Power LED fixFelix Fietkau2008-02-021-1/+1
* fixed war.h pathMatteo Croce2008-01-291-0/+0
* added missing war.hMatteo Croce2008-01-291-0/+25
* Add support for european DSL-502t leds (#2880)Florian Fainelli2008-01-161-1/+1
* gpio: revert it back, wrong and uselessMatteo Croce2008-01-131-13/+5
* GPIO fixMatteo Croce2008-01-121-6/+5
* cache GPIO addresses to be more efficentMatteo Croce2008-01-121-5/+14
* Add dg834 leds support from #2817Florian Fainelli2008-01-041-0/+11
* Add LEDs definitions for the D-Link DSL-502T (#2746)Florian Fainelli2007-12-161-1/+11
* Reimplement rx ring with EOQ markers to avoid reset stormsFelix Fietkau2007-12-071-5/+102
* Fix race between device reset and start_xmitFelix Fietkau2007-12-071-32/+61
* Fix VLYNQ device enable for DG834Gv1Felix Fietkau2007-12-041-1/+1
* ar7_gpio: remove unneeded checks and volatileMatteo Croce2007-10-231-14/+2
* fritzbox leds detection (thanks Axel Gembe)Eugene Konev2007-10-191-4/+27
* Fix tx error handling (#2552). Make rx ring size actually configurable throug...Eugene Konev2007-10-161-18/+11
* fix the case when NETDEVICES_MULTIQUEUE is not enabled (#2506)Eugene Konev2007-10-131-0/+20
* remove version checksEugene Konev2007-10-111-6/+0
* we are using leds-gpio nowEugene Konev2007-10-111-132/+0
* locking rework, drop non-napi rx, multiqueue tx, misc cleanupsEugene Konev2007-10-111-153/+157
* backport ar7_wdt from linux-2.6-watchdog-mmMatteo Croce2007-10-081-13/+11
* cleanup vlynq. drop vlynq-pciEugene Konev2007-10-057-563/+206
* more cpmac cleanups (#2452): * don't use net_device::mem* * use net_device::s...Eugene Konev2007-10-021-88/+73
* add usb controller definitionEugene Konev2007-10-012-0/+34
* revert to vlynq bus clock divisor guessingNicolas Thill2007-10-011-1/+1
* don't enable rts/cts by default (thanks nabcore, #2400)Eugene Konev2007-09-301-4/+6
* add necessary includesEugene Konev2007-09-231-0/+4
* add initial generic gpio-leds supportEugene Konev2007-09-211-0/+44
* make gpio conformant to generic gpio spec.Eugene Konev2007-09-215-32/+32
* fix silliness in [8886]Matteo Croce2007-09-201-7/+2
* replace deprecated u_char with u8Matteo Croce2007-09-201-4/+4
* Make ar7_part more readable and endianness safeMatteo Croce2007-09-201-10/+19
* small cpmac fixesMatteo Croce2007-09-201-2/+1
* use set_irq_chip_and_handler (#2408)Eugene Konev2007-09-201-1/+3
* style cleanups (make checkpatch.pl happy)Matteo Croce2007-09-191-5/+5
* cleanup (use dma API, use accessors, debugging/printk cleanup)Eugene Konev2007-09-191-460/+429
* fix previous commitEugene Konev2007-09-141-4/+5
* add *dma_mask's to cpmacsEugene Konev2007-09-141-2/+11
* fix watchdog seek test (#2383)Eugene Konev2007-09-141-1/+1
* mmzone.h is not needed anymoreEugene Konev2007-09-131-27/+0
* 128 irqs is not enough...Eugene Konev2007-09-131-0/+16
* copy-paste typo, lost static'sEugene Konev2007-09-131-3/+3
* use ebase instead of CAC_BASE, some cosmetic fixesMatteo Croce2007-09-121-21/+15
* Enabled working ar7_wdt, style cleanupsMatteo Croce2007-09-127-25/+31
* added ar7_wdt fix by AlexMatteo Croce2007-09-121-22/+25
* Style fixesMatteo Croce2007-09-121-13/+13
* there is no need in two identical actionsEugene Konev2007-09-121-7/+1