summaryrefslogtreecommitdiffstats
path: root/target/linux/ar7
Commit message (Collapse)AuthorAgeFilesLines
* Add LEDs definitions for the D-Link DSL-502T (#2746)florian2007-12-161-1/+11
| | | | | | | Signed-off-by: Oliver <oliver@opencloud.com> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9776 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Disable CONFIG_NETDEVICES_MULTIQUEUE for ar7 until we fix the race conditionflorian2007-12-101-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9698 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Minor patch to the AR7 diag.sh to make the status LED a bit more useful. ↵nbd2007-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 git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9666 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [PATCH 2/2] Reimplement rx ring with EOQ markers to avoid reset stormsnbd2007-12-071-5/+102
| | | | | | | Signed-off-by: oliver@opencloud.com git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9665 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [PATCH 1/2] Fix race between device reset and start_xmitnbd2007-12-071-32/+61
| | | | | | | Signed-off-by: oliver@opencloud.com git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9664 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Fix VLYNQ device enable for DG834Gv1nbd2007-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> --------- git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9656 3c298f89-4303-0410-b956-a3cf2f4a3e73
* make the image filenames a bit shorternbd2007-11-101-10/+10
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9533 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ar7_gpio: remove unneeded checks and volatilematteo2007-10-231-14/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9419 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ar7: fix eva image generationejka2007-10-231-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9417 3c298f89-4303-0410-b956-a3cf2f4a3e73
* We are now at .23.1florian2007-10-231-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9415 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ar7: add eva image generation (thanks Axel Gembe)ejka2007-10-221-0/+7
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9401 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fritzbox leds detection (thanks Axel Gembe)ejka2007-10-191-4/+27
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9357 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Fix tx error handling (#2552). Make rx ring size actually configurable throughejka2007-10-161-18/+11
| | | | | | | ethtool git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9333 3c298f89-4303-0410-b956-a3cf2f4a3e73
* enable NETDEVICES_MULTIQUEUEejka2007-10-131-0/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9283 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix the case when NETDEVICES_MULTIQUEUE is not enabled (#2506)ejka2007-10-131-0/+20
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9282 3c298f89-4303-0410-b956-a3cf2f4a3e73
* use acx-mac80211 in profileejka2007-10-111-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9254 3c298f89-4303-0410-b956-a3cf2f4a3e73
* remove version checksejka2007-10-111-6/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9253 3c298f89-4303-0410-b956-a3cf2f4a3e73
* we are using leds-gpio nowejka2007-10-112-134/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9252 3c298f89-4303-0410-b956-a3cf2f4a3e73
* locking rework, drop non-napi rx, multiqueue tx, misc cleanupsejka2007-10-111-153/+157
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9251 3c298f89-4303-0410-b956-a3cf2f4a3e73
* switch ar7 to 2.6.23ejka2007-10-1012-606/+8
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9235 3c298f89-4303-0410-b956-a3cf2f4a3e73
* backport ar7_wdt from linux-2.6-watchdog-mmmatteo2007-10-081-13/+11
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9182 3c298f89-4303-0410-b956-a3cf2f4a3e73
* cleanup vlynq. drop vlynq-pciejka2007-10-0513-601/+264
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9143 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add ar7 2.6.23 patches and configejka2007-10-048-0/+577
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9115 3c298f89-4303-0410-b956-a3cf2f4a3e73
* more cpmac cleanups (#2452):ejka2007-10-021-88/+73
| | | | | | | | | | * don't use net_device::mem* * use net_device::stats * use per-device rx ring size configurable through ethtool * use more ethernet generics (get_stats, set_mac_address, change_mtu) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9098 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add usb controller definitionejka2007-10-012-0/+34
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9087 3c298f89-4303-0410-b956-a3cf2f4a3e73
* revert to vlynq bus clock divisor guessingnico2007-10-011-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9086 3c298f89-4303-0410-b956-a3cf2f4a3e73
* don't enable rts/cts by default (thanks nabcore, #2400)ejka2007-09-301-4/+6
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9078 3c298f89-4303-0410-b956-a3cf2f4a3e73
* get rid of per-profile base-filesjuhosg2007-09-293-0/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9069 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add necessary includesejka2007-09-231-0/+4
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8974 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add initial generic gpio-leds supportejka2007-09-211-0/+44
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8918 3c298f89-4303-0410-b956-a3cf2f4a3e73
* make gpio conformant to generic gpio spec.ejka2007-09-215-32/+32
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8911 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix silliness in [8886]matteo2007-09-201-7/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8889 3c298f89-4303-0410-b956-a3cf2f4a3e73
* replace deprecated u_char with u8matteo2007-09-201-4/+4
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8887 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Make ar7_part more readable and endianness safematteo2007-09-201-10/+19
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8886 3c298f89-4303-0410-b956-a3cf2f4a3e73
* small cpmac fixesmatteo2007-09-201-2/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8881 3c298f89-4303-0410-b956-a3cf2f4a3e73
* remove useless dependencymatteo2007-09-201-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8880 3c298f89-4303-0410-b956-a3cf2f4a3e73
* use set_irq_chip_and_handler (#2408)ejka2007-09-201-1/+3
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8852 3c298f89-4303-0410-b956-a3cf2f4a3e73
* style cleanups (make checkpatch.pl happy)matteo2007-09-191-5/+5
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8851 3c298f89-4303-0410-b956-a3cf2f4a3e73
* clean up jffs2 config optionsnbd2007-09-191-2/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8848 3c298f89-4303-0410-b956-a3cf2f4a3e73
* cleanup (use dma API, use accessors, debugging/printk cleanup)ejka2007-09-191-460/+429
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8839 3c298f89-4303-0410-b956-a3cf2f4a3e73
* We have generic irqs now.ejka2007-09-191-1/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8835 3c298f89-4303-0410-b956-a3cf2f4a3e73
* detect ar7 at runtime in set_except_vector and remove useless volatilematteo2007-09-171-21/+25
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8824 3c298f89-4303-0410-b956-a3cf2f4a3e73
* don't broke other archs, we're close to mainstream (i hope)matteo2007-09-141-2/+5
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8778 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix previous commitejka2007-09-141-4/+5
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8774 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add *dma_mask's to cpmacsejka2007-09-141-2/+11
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8773 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix watchdog seek test (#2383)ejka2007-09-141-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8772 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix CAC_ADDR/UNCAC_ADDR macrosejka2007-09-131-0/+16
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8770 3c298f89-4303-0410-b956-a3cf2f4a3e73
* mmzone.h is not needed anymoreejka2007-09-131-27/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8769 3c298f89-4303-0410-b956-a3cf2f4a3e73
* 128 irqs is not enough...ejka2007-09-131-0/+16
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8768 3c298f89-4303-0410-b956-a3cf2f4a3e73
* copy-paste typo, lost static'sejka2007-09-131-3/+3
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8767 3c298f89-4303-0410-b956-a3cf2f4a3e73