summaryrefslogtreecommitdiffstats
path: root/target/linux/ar7
Commit message (Collapse)AuthorAgeFilesLines
* Add LEDs definitions for the D-Link DSL-502T (#2746)Florian Fainelli2007-12-161-1/+11
| | | | | | Signed-off-by: Oliver <oliver@opencloud.com> SVN-Revision: 9776
* Disable CONFIG_NETDEVICES_MULTIQUEUE for ar7 until we fix the race conditionFlorian Fainelli2007-12-101-1/+1
| | | | SVN-Revision: 9698
* Minor patch to the AR7 diag.sh to make the status LED a bit more useful. ↵Felix Fietkau2007-12-071-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 stormsFelix Fietkau2007-12-071-5/+102
| | | | | | Signed-off-by: oliver@opencloud.com SVN-Revision: 9665
* Fix race between device reset and start_xmitFelix Fietkau2007-12-071-32/+61
| | | | | | Signed-off-by: oliver@opencloud.com SVN-Revision: 9664
* Fix VLYNQ device enable for DG834Gv1Felix Fietkau2007-12-041-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 shorterFelix Fietkau2007-11-101-10/+10
| | | | SVN-Revision: 9533
* ar7_gpio: remove unneeded checks and volatileMatteo Croce2007-10-231-14/+2
| | | | SVN-Revision: 9419
* ar7: fix eva image generationEugene Konev2007-10-231-1/+1
| | | | SVN-Revision: 9417
* We are now at .23.1Florian Fainelli2007-10-231-1/+1
| | | | SVN-Revision: 9415
* ar7: add eva image generation (thanks Axel Gembe)Eugene Konev2007-10-221-0/+7
| | | | SVN-Revision: 9401
* fritzbox leds detection (thanks Axel Gembe)Eugene Konev2007-10-191-4/+27
| | | | SVN-Revision: 9357
* Fix tx error handling (#2552). Make rx ring size actually configurable ↵Eugene Konev2007-10-161-18/+11
| | | | | | through ethtool SVN-Revision: 9333
* enable NETDEVICES_MULTIQUEUEEugene Konev2007-10-131-0/+1
| | | | SVN-Revision: 9283
* fix the case when NETDEVICES_MULTIQUEUE is not enabled (#2506)Eugene Konev2007-10-131-0/+20
| | | | SVN-Revision: 9282
* use acx-mac80211 in profileEugene Konev2007-10-111-1/+1
| | | | SVN-Revision: 9254
* remove version checksEugene Konev2007-10-111-6/+0
| | | | SVN-Revision: 9253
* we are using leds-gpio nowEugene Konev2007-10-112-134/+2
| | | | SVN-Revision: 9252
* locking rework, drop non-napi rx, multiqueue tx, misc cleanupsEugene Konev2007-10-111-153/+157
| | | | SVN-Revision: 9251
* switch ar7 to 2.6.23Eugene Konev2007-10-1012-606/+8
| | | | SVN-Revision: 9235
* backport ar7_wdt from linux-2.6-watchdog-mmMatteo Croce2007-10-081-13/+11
| | | | SVN-Revision: 9182
* cleanup vlynq. drop vlynq-pciEugene Konev2007-10-0513-601/+264
| | | | SVN-Revision: 9143
* add ar7 2.6.23 patches and configEugene Konev2007-10-048-0/+577
| | | | SVN-Revision: 9115
* more cpmac cleanups (#2452): * don't use net_device::mem* * use ↵Eugene Konev2007-10-021-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 definitionEugene Konev2007-10-012-0/+34
| | | | SVN-Revision: 9087
* revert to vlynq bus clock divisor guessingNicolas Thill2007-10-011-1/+1
| | | | SVN-Revision: 9086
* don't enable rts/cts by default (thanks nabcore, #2400)Eugene Konev2007-09-301-4/+6
| | | | SVN-Revision: 9078
* get rid of per-profile base-filesGabor Juhos2007-09-293-0/+0
| | | | SVN-Revision: 9069
* add necessary includesEugene Konev2007-09-231-0/+4
| | | | SVN-Revision: 8974
* add initial generic gpio-leds supportEugene Konev2007-09-211-0/+44
| | | | SVN-Revision: 8918
* make gpio conformant to generic gpio spec.Eugene Konev2007-09-215-32/+32
| | | | SVN-Revision: 8911
* fix silliness in [8886]Matteo Croce2007-09-201-7/+2
| | | | SVN-Revision: 8889
* replace deprecated u_char with u8Matteo Croce2007-09-201-4/+4
| | | | SVN-Revision: 8887
* Make ar7_part more readable and endianness safeMatteo Croce2007-09-201-10/+19
| | | | SVN-Revision: 8886
* small cpmac fixesMatteo Croce2007-09-201-2/+1
| | | | SVN-Revision: 8881
* remove useless dependencyMatteo Croce2007-09-201-1/+1
| | | | SVN-Revision: 8880
* use set_irq_chip_and_handler (#2408)Eugene Konev2007-09-201-1/+3
| | | | SVN-Revision: 8852
* style cleanups (make checkpatch.pl happy)Matteo Croce2007-09-191-5/+5
| | | | SVN-Revision: 8851
* clean up jffs2 config optionsFelix Fietkau2007-09-191-2/+0
| | | | SVN-Revision: 8848
* cleanup (use dma API, use accessors, debugging/printk cleanup)Eugene Konev2007-09-191-460/+429
| | | | SVN-Revision: 8839
* We have generic irqs now.Eugene Konev2007-09-191-1/+2
| | | | SVN-Revision: 8835
* detect ar7 at runtime in set_except_vector and remove useless volatileMatteo Croce2007-09-171-21/+25
| | | | SVN-Revision: 8824
* don't broke other archs, we're close to mainstream (i hope)Matteo Croce2007-09-141-2/+5
| | | | SVN-Revision: 8778
* fix previous commitEugene Konev2007-09-141-4/+5
| | | | SVN-Revision: 8774
* add *dma_mask's to cpmacsEugene Konev2007-09-141-2/+11
| | | | SVN-Revision: 8773
* fix watchdog seek test (#2383)Eugene Konev2007-09-141-1/+1
| | | | SVN-Revision: 8772
* fix CAC_ADDR/UNCAC_ADDR macrosEugene Konev2007-09-131-0/+16
| | | | SVN-Revision: 8770
* mmzone.h is not needed anymoreEugene Konev2007-09-131-27/+0
| | | | SVN-Revision: 8769
* 128 irqs is not enough...Eugene Konev2007-09-131-0/+16
| | | | SVN-Revision: 8768
* copy-paste typo, lost static'sEugene Konev2007-09-131-3/+3
| | | | SVN-Revision: 8767