aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* add 'make prepare' target for building the tools and toolchainFelix Fietkau2007-09-151-1/+4
| | | | SVN-Revision: 8780
* Moved config back to config-default, but left the FSG3 profile config ↵Rod Whitby2007-09-141-0/+0
| | | | | | non-working in the config directory as a reminder that it has to be changed over to the new scheme when that's ready. SVN-Revision: 8779
* don't broke other archs, we're close to mainstream (i hope)Matteo Croce2007-09-141-2/+5
| | | | SVN-Revision: 8778
* Reinstated the kernel configuration for the FSG3 profile.Rod Whitby2007-09-142-0/+21
| | | | SVN-Revision: 8776
* Package support for IP over ATMFlorian Fainelli2007-09-141-0/+16
| | | | SVN-Revision: 8775
* fix previous commitEugene Konev2007-09-141-4/+5
| | | | SVN-Revision: 8774
* add *dma_mask's to cpmacsEugene Konev2007-09-141-2/+11
| | | | SVN-Revision: 8773
* fix watchdog seek test (#2383)Eugene Konev2007-09-141-1/+1
| | | | SVN-Revision: 8772
* image generation fixes, thanks to <berny156 at gmx.de> (#2379)Gabor Juhos2007-09-132-8/+8
| | | | SVN-Revision: 8771
* fix CAC_ADDR/UNCAC_ADDR macrosEugene Konev2007-09-131-0/+16
| | | | SVN-Revision: 8770
* mmzone.h is not needed anymoreEugene Konev2007-09-131-27/+0
| | | | SVN-Revision: 8769
* 128 irqs is not enough...Eugene Konev2007-09-131-0/+16
| | | | SVN-Revision: 8768
* copy-paste typo, lost static'sEugene Konev2007-09-131-3/+3
| | | | SVN-Revision: 8767
* use ebase instead of CAC_BASE, some cosmetic fixesMatteo Croce2007-09-122-26/+20
| | | | SVN-Revision: 8766
* fix a few issues with dynamically assigned interfacesFelix Fietkau2007-09-122-0/+3
| | | | SVN-Revision: 8765
* Enabled working ar7_wdt, style cleanupsMatteo Croce2007-09-1210-30/+38
| | | | SVN-Revision: 8764
* Add macfiltering to broadcom-wlFlorian Fainelli2007-09-121-2/+17
| | | | SVN-Revision: 8763
* added ar7_wdt fix by AlexMatteo Croce2007-09-121-22/+25
| | | | SVN-Revision: 8762
* Style fixesMatteo Croce2007-09-121-13/+13
| | | | SVN-Revision: 8761
* there is no need in two identical actionsEugene Konev2007-09-121-7/+1
| | | | SVN-Revision: 8760
* vlynq cleanups: * drivers can now set a clock divisor * irq handling ↵Eugene Konev2007-09-123-98/+212
| | | | | | cleanup, drivers now can handle error irqs themselves * style cleanup SVN-Revision: 8759
* more AR7 cleanups & fixesMatteo Croce2007-09-116-105/+86
| | | | SVN-Revision: 8758
* no memset after kzallocMatteo Croce2007-09-111-2/+0
| | | | SVN-Revision: 8757
* AR7: Cleanups (closes: #2323)Matteo Croce2007-09-1120-483/+447
| | | | SVN-Revision: 8756
* rewrite image generationGabor Juhos2007-09-1119-293/+588
| | | | SVN-Revision: 8755
* fixes bug that causes mp3 stream to hang is server is not fast enoughJohn Crispin2007-09-111-6/+6
| | | | SVN-Revision: 8754
* fix a possible dead lock in the fonera-mp3 driver, that can happen, when the ↵John Crispin2007-09-111-2/+5
| | | | | | buffer runs dry SVN-Revision: 8753
* disable dsp freq use for vlynq bus clock init, disable external clocking (it ↵Nicolas Thill2007-09-112-79/+78
| | | | | | 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
* fix target names in image options (closes: #2357)Nicolas Thill2007-09-113-8/+7
| | | | SVN-Revision: 8749
* fix target names in DEPENDS (closes: #2341)Nicolas Thill2007-09-114-20/+20
| | | | SVN-Revision: 8748
* fix typoNicolas Thill2007-09-111-1/+1
| | | | SVN-Revision: 8747
* Style cleanupEugene Konev2007-09-111-11/+5
| | | | SVN-Revision: 8746
* move package descriptions to separate definitionsNicolas Thill2007-09-111-2/+8
| | | | SVN-Revision: 8745
* Style cleanupEugene Konev2007-09-111-25/+10
| | | | SVN-Revision: 8744
* AR7: IRQ handlng cleanupEugene Konev2007-09-111-94/+78
| | | | SVN-Revision: 8743
* AR7 will also be running in big-endian on zyxel devicesFlorian Fainelli2007-09-111-1/+2
| | | | SVN-Revision: 8741
* Remove useless EXTRA_CFLAGS stuffFlorian Fainelli2007-09-111-2/+0
| | | | SVN-Revision: 8740
* Fix comments to the mtd driver (see ↵Florian Fainelli2007-09-111-8/+7
| | | | | | http://www.linux-mips.org/archives/linux-mips/2007-09/msg00064.html) SVN-Revision: 8738
* properly clean up after kernel_{old,menu}configFelix Fietkau2007-09-111-1/+1
| | | | SVN-Revision: 8737
* fix custom series files in kernel patch directoriesFelix Fietkau2007-09-101-2/+2
| | | | SVN-Revision: 8736
* added a init.d script to fonera-mp3dJohn Crispin2007-09-102-0/+14
| | | | SVN-Revision: 8734
* fixed fonera mp3 driver sysfs and autoloadJohn Crispin2007-09-102-2/+11
| | | | SVN-Revision: 8733
* add fix from ticket #2290Travis Kemen2007-09-101-4/+10
| | | | SVN-Revision: 8732
* Rearrange patchesFlorian Fainelli2007-09-106-116/+116
| | | | SVN-Revision: 8729
* fix memory size detection (#2244)Gabor Juhos2007-09-102-7/+11
| | | | SVN-Revision: 8728
* fix kernel build with quiltFelix Fietkau2007-09-102-2/+4
| | | | SVN-Revision: 8727
* fix kernel_menuconfigFelix Fietkau2007-09-101-1/+1
| | | | SVN-Revision: 8726
* fix madwifi build on atherosFelix Fietkau2007-09-091-1/+1
| | | | SVN-Revision: 8725
* define extra config symbols for targets containing multiple subtargetsFelix Fietkau2007-09-091-7/+26
| | | | SVN-Revision: 8724
* oops, 2 typos missed from [8721]Nicolas Thill2007-09-092-2/+2
| | | | SVN-Revision: 8722