Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | We have generic irqs now. | Eugene Konev | 2007-09-19 | 1 | -1/+2 |
| | | | | SVN-Revision: 8835 | ||||
* | merge 3G usb serial card patches and move it at 802 | Nicolas Thill | 2007-09-17 | 2 | -24/+15 |
| | | | | SVN-Revision: 8827 | ||||
* | detect ar7 at runtime in set_except_vector and remove useless volatile | Matteo Croce | 2007-09-17 | 1 | -21/+25 |
| | | | | SVN-Revision: 8824 | ||||
* | changed the timeout for grub to load the menu from 10 secs to 2 secs | John Crispin | 2007-09-16 | 1 | -1/+1 |
| | | | | SVN-Revision: 8815 | ||||
* | rename packages dependecies missed from [8806] | Nicolas Thill | 2007-09-16 | 1 | -2/+2 |
| | | | | SVN-Revision: 8813 | ||||
* | rename kmod-libata to kmod-ata-core, add some missing descriptions, sort and ↵ | Nicolas Thill | 2007-09-16 | 2 | -2/+4 |
| | | | | | | cleanup SVN-Revision: 8811 | ||||
* | Add support for the D-Link DIR-450, thanks to Macpaul Lin ! | Florian Fainelli | 2007-09-16 | 4 | -1/+569 |
| | | | | SVN-Revision: 8790 | ||||
* | Moved config back to config-default, but left the FSG3 profile config ↵ | Rod Whitby | 2007-09-14 | 1 | -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 Croce | 2007-09-14 | 1 | -2/+5 |
| | | | | SVN-Revision: 8778 | ||||
* | Reinstated the kernel configuration for the FSG3 profile. | Rod Whitby | 2007-09-14 | 2 | -0/+21 |
| | | | | SVN-Revision: 8776 | ||||
* | fix previous commit | Eugene Konev | 2007-09-14 | 1 | -4/+5 |
| | | | | SVN-Revision: 8774 | ||||
* | add *dma_mask's to cpmacs | Eugene Konev | 2007-09-14 | 1 | -2/+11 |
| | | | | SVN-Revision: 8773 | ||||
* | fix watchdog seek test (#2383) | Eugene Konev | 2007-09-14 | 1 | -1/+1 |
| | | | | SVN-Revision: 8772 | ||||
* | image generation fixes, thanks to <berny156 at gmx.de> (#2379) | Gabor Juhos | 2007-09-13 | 2 | -8/+8 |
| | | | | SVN-Revision: 8771 | ||||
* | fix CAC_ADDR/UNCAC_ADDR macros | Eugene Konev | 2007-09-13 | 1 | -0/+16 |
| | | | | SVN-Revision: 8770 | ||||
* | mmzone.h is not needed anymore | Eugene Konev | 2007-09-13 | 1 | -27/+0 |
| | | | | SVN-Revision: 8769 | ||||
* | 128 irqs is not enough... | Eugene Konev | 2007-09-13 | 1 | -0/+16 |
| | | | | SVN-Revision: 8768 | ||||
* | copy-paste typo, lost static's | Eugene Konev | 2007-09-13 | 1 | -3/+3 |
| | | | | SVN-Revision: 8767 | ||||
* | use ebase instead of CAC_BASE, some cosmetic fixes | Matteo Croce | 2007-09-12 | 2 | -26/+20 |
| | | | | SVN-Revision: 8766 | ||||
* | Enabled working ar7_wdt, style cleanups | Matteo Croce | 2007-09-12 | 10 | -30/+38 |
| | | | | SVN-Revision: 8764 | ||||
* | added ar7_wdt fix by Alex | Matteo Croce | 2007-09-12 | 1 | -22/+25 |
| | | | | SVN-Revision: 8762 | ||||
* | Style fixes | Matteo Croce | 2007-09-12 | 1 | -13/+13 |
| | | | | SVN-Revision: 8761 | ||||
* | there is no need in two identical actions | Eugene Konev | 2007-09-12 | 1 | -7/+1 |
| | | | | SVN-Revision: 8760 | ||||
* | vlynq cleanups: * drivers can now set a clock divisor * irq handling ↵ | Eugene Konev | 2007-09-12 | 3 | -98/+212 |
| | | | | | | cleanup, drivers now can handle error irqs themselves * style cleanup SVN-Revision: 8759 | ||||
* | more AR7 cleanups & fixes | Matteo Croce | 2007-09-11 | 6 | -105/+86 |
| | | | | SVN-Revision: 8758 | ||||
* | no memset after kzalloc | Matteo Croce | 2007-09-11 | 1 | -2/+0 |
| | | | | SVN-Revision: 8757 | ||||
* | AR7: Cleanups (closes: #2323) | Matteo Croce | 2007-09-11 | 20 | -483/+447 |
| | | | | SVN-Revision: 8756 | ||||
* | rewrite image generation | Gabor Juhos | 2007-09-11 | 19 | -293/+588 |
| | | | | SVN-Revision: 8755 | ||||
* | disable dsp freq use for vlynq bus clock init, disable external clocking (it ↵ | Nicolas Thill | 2007-09-11 | 2 | -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 Thill | 2007-09-11 | 3 | -8/+7 |
| | | | | SVN-Revision: 8749 | ||||
* | fix typo | Nicolas Thill | 2007-09-11 | 1 | -1/+1 |
| | | | | SVN-Revision: 8747 | ||||
* | Style cleanup | Eugene Konev | 2007-09-11 | 1 | -11/+5 |
| | | | | SVN-Revision: 8746 | ||||
* | Style cleanup | Eugene Konev | 2007-09-11 | 1 | -25/+10 |
| | | | | SVN-Revision: 8744 | ||||
* | AR7: IRQ handlng cleanup | Eugene Konev | 2007-09-11 | 1 | -94/+78 |
| | | | | SVN-Revision: 8743 | ||||
* | AR7 will also be running in big-endian on zyxel devices | Florian Fainelli | 2007-09-11 | 1 | -1/+2 |
| | | | | SVN-Revision: 8741 | ||||
* | Remove useless EXTRA_CFLAGS stuff | Florian Fainelli | 2007-09-11 | 1 | -2/+0 |
| | | | | SVN-Revision: 8740 | ||||
* | Fix comments to the mtd driver (see ↵ | Florian Fainelli | 2007-09-11 | 1 | -8/+7 |
| | | | | | | http://www.linux-mips.org/archives/linux-mips/2007-09/msg00064.html) SVN-Revision: 8738 | ||||
* | Rearrange patches | Florian Fainelli | 2007-09-10 | 6 | -116/+116 |
| | | | | SVN-Revision: 8729 | ||||
* | fix memory size detection (#2244) | Gabor Juhos | 2007-09-10 | 2 | -7/+11 |
| | | | | SVN-Revision: 8728 | ||||
* | Add preliminary support for sysupgrade on brcm | Florian Fainelli | 2007-09-09 | 1 | -0/+24 |
| | | | | SVN-Revision: 8718 | ||||
* | Add Merlin XU870 (#1303) | Florian Fainelli | 2007-09-09 | 1 | -0/+13 |
| | | | | SVN-Revision: 8715 | ||||
* | fixes menuconfig selection of grub for x86 targets | John Crispin | 2007-09-09 | 1 | -1/+1 |
| | | | | SVN-Revision: 8713 | ||||
* | Fix the imagebuilder generation (does not mean it works with the recent changes) | Florian Fainelli | 2007-09-09 | 1 | -1/+1 |
| | | | | SVN-Revision: 8710 | ||||
* | use the global register access macros in the flash driver | Gabor Juhos | 2007-09-09 | 1 | -14/+13 |
| | | | | SVN-Revision: 8707 | ||||
* | remove volatile derefs | Gabor Juhos | 2007-09-09 | 1 | -5/+8 |
| | | | | SVN-Revision: 8706 | ||||
* | cleanup memory detection code, fix #2244 | Gabor Juhos | 2007-09-09 | 2 | -47/+32 |
| | | | | SVN-Revision: 8705 | ||||
* | define more SWITCH/MPMC constants | Gabor Juhos | 2007-09-09 | 2 | -40/+177 |
| | | | | SVN-Revision: 8704 | ||||
* | remove redundant EXTRA_AFLAGS | Gabor Juhos | 2007-09-09 | 1 | -2/+0 |
| | | | | SVN-Revision: 8703 | ||||
* | cleanup IRQ code | Gabor Juhos | 2007-09-09 | 1 | -42/+23 |
| | | | | SVN-Revision: 8701 | ||||
* | cleanup PCI code | Gabor Juhos | 2007-09-09 | 4 | -333/+284 |
| | | | | SVN-Revision: 8700 |