Commit Graph

111 Commits (ce754ec64482b661b7589427538af66d5dbae597)

Author SHA1 Message Date
Matteo Croce 4a85d8edac ar7: remove volatiles definitely
SVN-Revision: 10762
16 years ago
Matteo Croce f9f4afa8ff vlynq: revert volatiles until we find a good way to remove them
SVN-Revision: 10760
16 years ago
Matteo Croce 9d41b1731d ar7: use SLUB allocator, it gives slighty more TCP throughput
SVN-Revision: 10758
16 years ago
Matteo Croce d84f27f264 ar7: remove useless volatiles
SVN-Revision: 10757
16 years ago
Matteo Croce 78e07d75cd ar7: remove unneeded packed and array initialization
SVN-Revision: 10752
16 years ago
Matteo Croce cc823e6c53 fixed wrong path in diff
SVN-Revision: 10748
16 years ago
Matteo Croce 320c915b13 cpmac: fix race condition (closes #3019)
SVN-Revision: 10747
16 years ago
Matteo Croce 67dc179e05 vlynq: small fixes
SVN-Revision: 10711
17 years ago
Matteo Croce af4c2c041f add proper email addresses to the comment headers
SVN-Revision: 10709
17 years ago
Matteo Croce c96a4d1808 Let authors holds copyright of the AR7 code (closes #2369)
SVN-Revision: 10708
17 years ago
Matteo Croce 9b93a436c7 vlynq: probe for an external clock first, needed to enable acx on the Leonardo board
SVN-Revision: 10707
17 years ago
Matteo Croce 27c0dc833b ar7: fixed cpmac, now it doesn't fails to register the phy. Signed-off-by: beistin@gmail.com
SVN-Revision: 10640
17 years ago
Matteo Croce cfe5ea11d3 cpmac: fixed phy seems to be broken, hack cpmac to always report link up
SVN-Revision: 10627
17 years ago
Matteo Croce c25cc7e6e5 fix serial patch
SVN-Revision: 10602
17 years ago
Matteo Croce 8988d03a8e cpmac: patch to reimplement rx ring with EOQ markers to avoid reset storms (closes #2569)
SVN-Revision: 10585
17 years ago
Matteo Croce 001f82bf2c Add AG241 code pattern (fixes #1089)
SVN-Revision: 10584
17 years ago
Matteo Croce 9c4f6c192f fix cpmac in a more elegant way, thanks Anton Vorontsov
SVN-Revision: 10546
17 years ago
Matteo Croce 321918aa56 fixed_phy seems to be broken, this simple workaround fixes it
SVN-Revision: 10545
17 years ago
Imre Kaloz 3a0e58b2e1 upgrade & standardize kernel versions
SVN-Revision: 10443
17 years ago
Matteo Croce cae0acba53 cpmac: reapply [9664]
SVN-Revision: 10424
17 years ago
Matteo Croce ccb82915f5 build cpmac driver
SVN-Revision: 10422
17 years ago
Matteo Croce b2b102fdcc Update kernel to 2.6.24
SVN-Revision: 10421
17 years ago
Matteo Croce fb5be81fe7 make current AR7 code 2.6.24 aware, for future use
SVN-Revision: 10415
17 years ago
Matteo Croce 55a6c2091f more 2.6.24 patches
SVN-Revision: 10410
17 years ago
Felix Fietkau 0ae7379775 DG834G Power LED fix
This patch enables the new "default-on" trigger for the AR7 target and uses it to ensure the "power" LED on the DG834G is initialised in the ON state.

Previously this LED would turn off when the driver loaded and stay off until turned back on from userspace. With this patch it remains on throughout the boot process, but can still be controlled from userspace if required.

Signed-off-by: Nick Forbes <nick.forbes@incepta.com>

SVN-Revision: 10349
17 years ago
Matteo Croce c4a4fff789 fixed war.h path
SVN-Revision: 10316
17 years ago
Matteo Croce 72506a987f added missing war.h
SVN-Revision: 10315
17 years ago
Matteo Croce 08933608f5 AR7 2.6.24 config file
SVN-Revision: 10304
17 years ago
Matteo Croce 9746531b1c refresh vlynq patch
SVN-Revision: 10301
17 years ago
Florian Fainelli 7ef96948af Add support for european DSL-502t leds (#2880)
SVN-Revision: 10210
17 years ago
Matteo Croce af9cf4a7a8 gpio: revert it back, wrong and useless
SVN-Revision: 10181
17 years ago
Matteo Croce 5d249c898d GPIO fix
SVN-Revision: 10180
17 years ago
Matteo Croce fae9e82aad cache GPIO addresses to be more efficent
SVN-Revision: 10179
17 years ago
Florian Fainelli b5ccc2e505 Add dg834 leds support from #2817
SVN-Revision: 10105
17 years ago
Florian Fainelli 548bf0de30 Resync ar7 kernel config (#2966)
SVN-Revision: 10098
17 years ago
Felix Fietkau 3f7af01bb0 fix initramfs
SVN-Revision: 10080
17 years ago
Matteo Croce 12ac58dd2f AR7 2.6.24, removed duplicate patches
SVN-Revision: 10053
17 years ago
Matteo Croce 807fb4a8f5 AR7 2.6.24 patches
SVN-Revision: 10052
17 years ago
Florian Fainelli 80c5643c01 Add LEDs definitions for the D-Link DSL-502T (#2746)
Signed-off-by: Oliver <oliver@opencloud.com>

SVN-Revision: 9776
17 years ago
Florian Fainelli 0d88baa016 Disable CONFIG_NETDEVICES_MULTIQUEUE for ar7 until we fix the race condition
SVN-Revision: 9698
17 years ago
Felix Fietkau eeebde136d Minor patch to the AR7 diag.sh to make the status LED a bit more useful. 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
17 years ago
Felix Fietkau f648fc7bc0 Reimplement rx ring with EOQ markers to avoid reset storms
Signed-off-by: oliver@opencloud.com

SVN-Revision: 9665
17 years ago
Felix Fietkau 6111ac6f94 Fix race between device reset and start_xmit
Signed-off-by: oliver@opencloud.com

SVN-Revision: 9664
17 years ago
Felix Fietkau 5dc134c542 Fix VLYNQ device enable for DG834Gv1
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
17 years ago
Felix Fietkau 1bca0cc517 make the image filenames a bit shorter
SVN-Revision: 9533
17 years ago
Matteo Croce 788a010131 ar7_gpio: remove unneeded checks and volatile
SVN-Revision: 9419
17 years ago
Eugene Konev ce9584fad9 ar7: fix eva image generation
SVN-Revision: 9417
17 years ago
Florian Fainelli 486492b407 We are now at .23.1
SVN-Revision: 9415
17 years ago
Eugene Konev 6bf1f9a467 ar7: add eva image generation (thanks Axel Gembe)
SVN-Revision: 9401
17 years ago
Eugene Konev 1e5a1f2aa5 fritzbox leds detection (thanks Axel Gembe)
SVN-Revision: 9357
17 years ago