Commit Graph

62 Commits (d529f387c4a7f0a479790afe270e66f414e97877)

Author SHA1 Message Date
Eugene Konev 1e5a1f2aa5 fritzbox leds detection (thanks Axel Gembe)
SVN-Revision: 9357
17 years ago
Eugene Konev 53f219cc2b Fix tx error handling (#2552). Make rx ring size actually configurable through ethtool
SVN-Revision: 9333
17 years ago
Eugene Konev a40dd0b5cc enable NETDEVICES_MULTIQUEUE
SVN-Revision: 9283
17 years ago
Eugene Konev 1a3f45fa87 fix the case when NETDEVICES_MULTIQUEUE is not enabled (#2506)
SVN-Revision: 9282
17 years ago
Eugene Konev 4f430b08cc use acx-mac80211 in profile
SVN-Revision: 9254
17 years ago
Eugene Konev 4b23cd0283 remove version checks
SVN-Revision: 9253
17 years ago
Eugene Konev 76fdf7d7b0 we are using leds-gpio now
SVN-Revision: 9252
17 years ago
Eugene Konev 982d054c27 locking rework, drop non-napi rx, multiqueue tx, misc cleanups
SVN-Revision: 9251
17 years ago
Eugene Konev c18f441ebe switch ar7 to 2.6.23
SVN-Revision: 9235
17 years ago
Matteo Croce 92378640d2 backport ar7_wdt from linux-2.6-watchdog-mm
SVN-Revision: 9182
17 years ago
Eugene Konev 3c4062a45f cleanup vlynq. drop vlynq-pci
SVN-Revision: 9143
17 years ago
Eugene Konev 3120f8a5c0 add ar7 2.6.23 patches and config
SVN-Revision: 9115
17 years ago
Eugene Konev e10dfa5129 more cpmac cleanups (#2452): * 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)
SVN-Revision: 9098
17 years ago
Eugene Konev 822b666935 add usb controller definition
SVN-Revision: 9087
17 years ago
Nicolas Thill 05f0755426 revert to vlynq bus clock divisor guessing
SVN-Revision: 9086
17 years ago
Eugene Konev 4e6f272ba1 don't enable rts/cts by default (thanks nabcore, #2400)
SVN-Revision: 9078
17 years ago
Gabor Juhos 438dfe5c6f get rid of per-profile base-files
SVN-Revision: 9069
17 years ago
Eugene Konev bb8c985261 add necessary includes
SVN-Revision: 8974
17 years ago
Eugene Konev 6e7564b640 add initial generic gpio-leds support
SVN-Revision: 8918
17 years ago
Eugene Konev 041a03c5bd make gpio conformant to generic gpio spec.
SVN-Revision: 8911
17 years ago
Matteo Croce 951550023b fix silliness in [8886]
SVN-Revision: 8889
17 years ago
Matteo Croce e2148dbae1 replace deprecated u_char with u8
SVN-Revision: 8887
17 years ago
Matteo Croce 8d162264af Make ar7_part more readable and endianness safe
SVN-Revision: 8886
17 years ago
Matteo Croce f0f0047aec small cpmac fixes
SVN-Revision: 8881
17 years ago
Matteo Croce 2bdbb3915b remove useless dependency
SVN-Revision: 8880
17 years ago
Eugene Konev 1af0f14c44 use set_irq_chip_and_handler (#2408)
SVN-Revision: 8852
17 years ago
Matteo Croce 5fac6f67f1 style cleanups (make checkpatch.pl happy)
SVN-Revision: 8851
17 years ago
Felix Fietkau 236d7e62ca clean up jffs2 config options
SVN-Revision: 8848
17 years ago
Eugene Konev c4cd598161 cleanup (use dma API, use accessors, debugging/printk cleanup)
SVN-Revision: 8839
17 years ago
Eugene Konev 79c783309b We have generic irqs now.
SVN-Revision: 8835
17 years ago
Matteo Croce aa1144ff37 detect ar7 at runtime in set_except_vector and remove useless volatile
SVN-Revision: 8824
17 years ago
Matteo Croce 495ab00a60 don't broke other archs, we're close to mainstream (i hope)
SVN-Revision: 8778
17 years ago
Eugene Konev 5d3031cfb0 fix previous commit
SVN-Revision: 8774
17 years ago
Eugene Konev 438d168a98 add *dma_mask's to cpmacs
SVN-Revision: 8773
17 years ago
Eugene Konev fbd19377fa fix watchdog seek test (#2383)
SVN-Revision: 8772
17 years ago
Eugene Konev a5472471a0 fix CAC_ADDR/UNCAC_ADDR macros
SVN-Revision: 8770
17 years ago
Eugene Konev 2f0762749d mmzone.h is not needed anymore
SVN-Revision: 8769
17 years ago
Eugene Konev b972859fec 128 irqs is not enough...
SVN-Revision: 8768
17 years ago
Eugene Konev 4056fefe8a copy-paste typo, lost static's
SVN-Revision: 8767
17 years ago
Matteo Croce c0c12e278b use ebase instead of CAC_BASE, some cosmetic fixes
SVN-Revision: 8766
17 years ago
Matteo Croce 64f9a22679 Enabled working ar7_wdt, style cleanups
SVN-Revision: 8764
17 years ago
Matteo Croce 87cef9d9a2 added ar7_wdt fix by Alex
SVN-Revision: 8762
17 years ago
Matteo Croce 339eba5fbd Style fixes
SVN-Revision: 8761
17 years ago
Eugene Konev 89333ac8f7 there is no need in two identical actions
SVN-Revision: 8760
17 years ago
Eugene Konev db5e143756 vlynq cleanups: * drivers can now set a clock divisor * irq handling cleanup, drivers now can handle error irqs themselves * style cleanup
SVN-Revision: 8759
17 years ago
Matteo Croce 09b45caf09 more AR7 cleanups & fixes
SVN-Revision: 8758
17 years ago
Matteo Croce 1349562f8d no memset after kzalloc
SVN-Revision: 8757
17 years ago
Matteo Croce 0efffbaf30 AR7: Cleanups (closes: #2323)
SVN-Revision: 8756
17 years ago
Nicolas Thill 2ef23a0fd9 disable dsp freq use for vlynq bus clock init, disable external clocking (it locks up on c54apra2+) and revert to internal clocking trying various clock divisors. cleanup: * remove volative and use readl & writel accessors instead * use set_irq_chip & friends for irq setup * use kzalloc instead of kmalloc * secure VINT_VECTOR macro argument * remove unused vlynq_local_id function
SVN-Revision: 8750
17 years ago
Nicolas Thill 6fcca3ff7e fix typo
SVN-Revision: 8747
17 years ago