summaryrefslogtreecommitdiff
path: root/target/linux/ar7
AgeCommit message (Collapse)Author
2007-12-10Disable CONFIG_NETDEVICES_MULTIQUEUE for ar7 until we fix the race conditionflorian
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9698 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-12-07Minor patch to the AR7 diag.sh to make the status LED a bit more useful. ↵nbd
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
2007-12-07[PATCH 2/2] Reimplement rx ring with EOQ markers to avoid reset stormsnbd
Signed-off-by: oliver@opencloud.com git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9665 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-12-07[PATCH 1/2] Fix race between device reset and start_xmitnbd
Signed-off-by: oliver@opencloud.com git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9664 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-12-04Fix VLYNQ device enable for DG834Gv1nbd
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
2007-11-10make the image filenames a bit shorternbd
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9533 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-10-23ar7_gpio: remove unneeded checks and volatilematteo
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9419 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-10-23ar7: fix eva image generationejka
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9417 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-10-23We are now at .23.1florian
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9415 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-10-22ar7: add eva image generation (thanks Axel Gembe)ejka
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9401 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-10-19fritzbox leds detection (thanks Axel Gembe)ejka
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9357 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-10-16Fix tx error handling (#2552). Make rx ring size actually configurable throughejka
ethtool git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9333 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-10-13enable NETDEVICES_MULTIQUEUEejka
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9283 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-10-13fix the case when NETDEVICES_MULTIQUEUE is not enabled (#2506)ejka
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9282 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-10-11use acx-mac80211 in profileejka
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9254 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-10-11remove version checksejka
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9253 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-10-11we are using leds-gpio nowejka
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9252 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-10-11locking rework, drop non-napi rx, multiqueue tx, misc cleanupsejka
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9251 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-10-10switch ar7 to 2.6.23ejka
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9235 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-10-08backport ar7_wdt from linux-2.6-watchdog-mmmatteo
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9182 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-10-05cleanup vlynq. drop vlynq-pciejka
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9143 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-10-04add ar7 2.6.23 patches and configejka
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9115 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-10-02more cpmac cleanups (#2452):ejka
* 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
2007-10-01add usb controller definitionejka
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9087 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-10-01revert to vlynq bus clock divisor guessingnico
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9086 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-09-30don't enable rts/cts by default (thanks nabcore, #2400)ejka
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9078 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-09-29get rid of per-profile base-filesjuhosg
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9069 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-09-23add necessary includesejka
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8974 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-09-21add initial generic gpio-leds supportejka
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8918 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-09-21make gpio conformant to generic gpio spec.ejka
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8911 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-09-20fix silliness in [8886]matteo
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8889 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-09-20replace deprecated u_char with u8matteo
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8887 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-09-20Make ar7_part more readable and endianness safematteo
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8886 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-09-20small cpmac fixesmatteo
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8881 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-09-20remove useless dependencymatteo
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8880 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-09-20use set_irq_chip_and_handler (#2408)ejka
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8852 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-09-19style cleanups (make checkpatch.pl happy)matteo
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8851 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-09-19clean up jffs2 config optionsnbd
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8848 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-09-19cleanup (use dma API, use accessors, debugging/printk cleanup)ejka
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8839 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-09-19We have generic irqs now.ejka
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8835 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-09-17detect ar7 at runtime in set_except_vector and remove useless volatilematteo
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8824 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-09-14don't broke other archs, we're close to mainstream (i hope)matteo
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8778 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-09-14fix previous commitejka
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8774 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-09-14add *dma_mask's to cpmacsejka
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8773 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-09-14fix watchdog seek test (#2383)ejka
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8772 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-09-13fix CAC_ADDR/UNCAC_ADDR macrosejka
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8770 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-09-13mmzone.h is not needed anymoreejka
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8769 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-09-13128 irqs is not enough...ejka
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8768 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-09-13copy-paste typo, lost static'sejka
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8767 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-09-12use ebase instead of CAC_BASE, some cosmetic fixesmatteo
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8766 3c298f89-4303-0410-b956-a3cf2f4a3e73