summaryrefslogtreecommitdiffstats
path: root/target/linux/ar7
Commit message (Collapse)AuthorAgeFilesLines
* 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
* 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 typoNicolas Thill2007-09-111-1/+1
| | | | SVN-Revision: 8747
* Style cleanupEugene Konev2007-09-111-11/+5
| | | | SVN-Revision: 8746
* 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
* adapt profiles for subtarget changesFelix Fietkau2007-09-081-2/+0
| | | | SVN-Revision: 8695
* major target cleanup. it is now possible to have subtargets that can ↵Felix Fietkau2007-09-082-3/+3
| | | | | | override many target settings, including arch - merge adm5120, adm5120eb. target profiles still need to be adapted for subtargets SVN-Revision: 8694
* Use PHYS_OFFSET.Eugene Konev2007-09-081-2/+2
| | | | SVN-Revision: 8685
* Add TNETW1350 to known devices. Style cleanups.Eugene Konev2007-09-081-6/+38
| | | | SVN-Revision: 8684
* cosmetic fixes for ar7: indent, use lowercase hex notation, formatNicolas Thill2007-09-0610-163/+164
| | | | SVN-Revision: 8656
* strip the kernel version suffix from target directories, except for brcm-2.4 ↵Felix Fietkau2007-09-0641-0/+6026
(the -2.4 will be included in the board name here). CONFIG_LINUX_<ver>_<board> becomes CONFIG_TARGET_<board>, same for profiles. SVN-Revision: 8653