Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Revert 8353, can cause more bad than good | Florian Fainelli | 2007-08-07 | 1 | -1/+1 |
| | | | | SVN-Revision: 8364 | ||||
* | Disable NAPI by default (#1671) | Florian Fainelli | 2007-08-06 | 1 | -1/+1 |
| | | | | SVN-Revision: 8353 | ||||
* | Fix the AR7 led driver compilation (#2160) | Florian Fainelli | 2007-08-01 | 1 | -0/+1 |
| | | | | SVN-Revision: 8295 | ||||
* | Register the second uart on tnetd7300 and fix the watchdog register for ↵ | Florian Fainelli | 2007-07-31 | 3 | -56/+90 |
| | | | | | | 7200/7300, thanks to DerAgo (#2149) SVN-Revision: 8280 | ||||
* | Fix the gpio init (#2148) | Florian Fainelli | 2007-07-31 | 1 | -0/+2 |
| | | | | SVN-Revision: 8279 | ||||
* | more cosmetic fixes for ar7 | Nicolas Thill | 2007-07-27 | 3 | -4/+3 |
| | | | | SVN-Revision: 8190 | ||||
* | update ar7 to 2.6.22.1 (thanks to Matteo Croce for his great help) | Nicolas Thill | 2007-07-27 | 7 | -229/+93 |
| | | | | SVN-Revision: 8189 | ||||
* | cosmetic fix (indent and use c-style comments) | Nicolas Thill | 2007-07-27 | 1 | -14/+14 |
| | | | | SVN-Revision: 8188 | ||||
* | Add more ar7 fixes by DerAgo. Fix vlnyq initialistion on fritzbox, add ↵ | Florian Fainelli | 2007-07-24 | 3 | -13/+76 |
| | | | | | | prom_printf required for kgdb, make kgbd finally work, thanks ! SVN-Revision: 8141 | ||||
* | Add an ar7 tnetd7200 fix by DerAgo, thanks ! | Florian Fainelli | 2007-07-18 | 2 | -36/+144 |
| | | | | SVN-Revision: 8036 | ||||
* | Fix the IRQ assignment with vlynq/pci, thanks sw ! (#1865) | Florian Fainelli | 2007-06-21 | 1 | -1/+3 |
| | | | | SVN-Revision: 7689 | ||||
* | Do not try to initialise clocks for now, it is borken on most devices | Florian Fainelli | 2007-06-12 | 1 | -1/+2 |
| | | | | SVN-Revision: 7580 | ||||
* | add ar7-2.6 fixes by Stefan Weil | Felix Fietkau | 2007-06-04 | 6 | -22/+47 |
| | | | | SVN-Revision: 7487 | ||||
* | Include the architecture specific gpio file for now | Florian Fainelli | 2007-05-29 | 1 | -1/+1 |
| | | | | SVN-Revision: 7381 | ||||
* | Restore the gpio.h file, platform.c uses the generic GPIO API | Florian Fainelli | 2007-05-29 | 2 | -1/+117 |
| | | | | SVN-Revision: 7380 | ||||
* | Remove empty gpio.h files | Florian Fainelli | 2007-05-27 | 2 | -116/+0 |
| | | | | SVN-Revision: 7352 | ||||
* | fix ar7 compile | Felix Fietkau | 2007-05-24 | 8 | -17/+10 |
| | | | | SVN-Revision: 7331 | ||||
* | Use the generic GPIO api for bcm947xx and ar7 (for now), thanks to Gabor Juhos | Florian Fainelli | 2007-05-20 | 2 | -31/+0 |
| | | | | SVN-Revision: 7285 | ||||
* | ar7: Fix volatile usage. Thanks Christopher Pascoe. | Eugene Konev | 2007-05-07 | 1 | -11/+11 |
| | | | | SVN-Revision: 7119 | ||||
* | ar7: Add minimal kgdb implementation (#114). | Eugene Konev | 2007-05-06 | 1 | -0/+20 |
| | | | | SVN-Revision: 7109 | ||||
* | Use console config from adam2/pspboot environment (#1623). | Eugene Konev | 2007-05-06 | 1 | -0/+38 |
| | | | | SVN-Revision: 7107 | ||||
* | ar7: cpmac better reset handling and napi implementation. | Eugene Konev | 2007-05-06 | 1 | -141/+216 |
| | | | | SVN-Revision: 7105 | ||||
* | Return -ENODEV, when device is absent. This should fix lockups on boot. | Eugene Konev | 2007-04-22 | 1 | -0/+2 |
| | | | | SVN-Revision: 7031 | ||||
* | remove debug junk | Felix Fietkau | 2007-04-21 | 1 | -1/+0 |
| | | | | SVN-Revision: 7021 | ||||
* | ar7-2.6: make cpmac robust against hardware quirks when the tx or rx dma ↵ | Felix Fietkau | 2007-04-20 | 1 | -28/+77 |
| | | | | | | ring runs over SVN-Revision: 7018 | ||||
* | remove __init from prom_getenv() | Felix Fietkau | 2007-04-20 | 1 | -1/+1 |
| | | | | SVN-Revision: 7012 | ||||
* | ar7: improve search for image start (thanks matteo), add support for avm eva ↵ | Eugene Konev | 2007-04-15 | 1 | -58/+56 |
| | | | | | | image format (thanks unverbraucht, #1566), support jffs2 images. SVN-Revision: 6948 | ||||
* | ar7: cpmac: use fixed-size ringbuffers for rx/tx descriptors, use single ↵ | Eugene Konev | 2007-03-27 | 1 | -212/+252 |
| | | | | | | channel rx, move skb allocation out of interrupt, general cleanup SVN-Revision: 6724 | ||||
* | ar7: speed up irq handlers, fix asm/ar7/ar7.h | Eugene Konev | 2007-03-27 | 2 | -34/+79 |
| | | | | SVN-Revision: 6723 | ||||
* | ar7: clocks setup (prerequisite for dsl/usb) and misc cleanups. | Eugene Konev | 2007-03-25 | 8 | -56/+436 |
| | | | | SVN-Revision: 6693 | ||||
* | ar7 misc fixes: - serial - memory probing | Eugene Konev | 2007-03-22 | 3 | -29/+21 |
| | | | | SVN-Revision: 6635 | ||||
* | Remove initrd code leftovers. Also fixes "Bad page state" on boot (kernel ↵ | Eugene Konev | 2007-03-19 | 1 | -8/+0 |
| | | | | | | tried to free initramfs twice). SVN-Revision: 6613 | ||||
* | Add forgotten part of vlynq irq setup | Eugene Konev | 2007-03-18 | 2 | -1/+5 |
| | | | | SVN-Revision: 6606 | ||||
* | Add ar7-2.6 port (marked as broken for now). | Eugene Konev | 2007-03-18 | 22 | -0/+4465 |
SVN-Revision: 6600 |