aboutsummaryrefslogtreecommitdiffstats
path: root/target
Commit message (Collapse)AuthorAgeFilesLines
...
* vlynq cleanups:Eugene Konev2007-09-123-98/+212
| | | | | | | | | * drivers can now set a clock divisor * irq handling cleanup, drivers now can handle error irqs themselves * style cleanup git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8759 3c298f89-4303-0410-b956-a3cf2f4a3e73
* more AR7 cleanups & fixesMatteo Croce2007-09-116-105/+86
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8758 3c298f89-4303-0410-b956-a3cf2f4a3e73
* no memset after kzallocMatteo Croce2007-09-111-2/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8757 3c298f89-4303-0410-b956-a3cf2f4a3e73
* AR7: Cleanups (closes: #2323)Matteo Croce2007-09-1120-483/+447
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8756 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [adm5120] rewrite image generationGabor Juhos2007-09-1119-293/+588
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8755 3c298f89-4303-0410-b956-a3cf2f4a3e73
* 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 git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8750 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix target names in image options (closes: #2357)Nicolas Thill2007-09-113-8/+7
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8749 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix typoNicolas Thill2007-09-111-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8747 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Style cleanupEugene Konev2007-09-111-11/+5
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8746 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Style cleanupEugene Konev2007-09-111-25/+10
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8744 3c298f89-4303-0410-b956-a3cf2f4a3e73
* AR7: IRQ handlng cleanupEugene Konev2007-09-111-94/+78
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8743 3c298f89-4303-0410-b956-a3cf2f4a3e73
* AR7 will also be running in big-endian on zyxel devicesFlorian Fainelli2007-09-111-1/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8741 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Remove useless EXTRA_CFLAGS stuffFlorian Fainelli2007-09-111-2/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8740 3c298f89-4303-0410-b956-a3cf2f4a3e73
* 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) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8738 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Rearrange patchesFlorian Fainelli2007-09-106-116/+116
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8729 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [adm5120] fix memory size detection (#2244)Gabor Juhos2007-09-102-7/+11
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8728 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Add preliminary support for sysupgrade on brcmFlorian Fainelli2007-09-091-0/+24
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8718 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Add Merlin XU870 (#1303)Florian Fainelli2007-09-091-0/+13
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8715 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fixes menuconfig selection of grub for x86 targetsJohn Crispin2007-09-091-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8713 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Fix the imagebuilder generation (does not mean it works with the recent changes)Florian Fainelli2007-09-091-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8710 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [adm5120] use the global register access macros in the flash driverGabor Juhos2007-09-091-14/+13
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8707 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [adm5120] remove volatile derefsGabor Juhos2007-09-091-5/+8
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8706 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [adm5120] cleanup memory detection code, fix #2244Gabor Juhos2007-09-092-47/+32
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8705 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [adm5120] define more SWITCH/MPMC constantsGabor Juhos2007-09-092-40/+177
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8704 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [adm5120] remove redundant EXTRA_AFLAGSGabor Juhos2007-09-091-2/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8703 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [adm5120] cleanup IRQ codeGabor Juhos2007-09-091-42/+23
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8701 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [adm5120] cleanup PCI codeGabor Juhos2007-09-094-333/+284
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8700 3c298f89-4303-0410-b956-a3cf2f4a3e73
* more config changesFelix Fietkau2007-09-094-21/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8699 3c298f89-4303-0410-b956-a3cf2f4a3e73
* oops. forgot to move the config around for x86Felix Fietkau2007-09-093-573/+41
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8698 3c298f89-4303-0410-b956-a3cf2f4a3e73
* adapt profiles for subtarget changesFelix Fietkau2007-09-0820-59/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8695 3c298f89-4303-0410-b956-a3cf2f4a3e73
* major target cleanup. it is now possible to have subtargets that can ↵Felix Fietkau2007-09-0861-123/+96
| | | | | | override many target settings, including arch - merge adm5120, adm5120eb. target profiles still need to be adapted for subtargets git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8694 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix pci init for brcm-2.4 with atheros wifi cardsFelix Fietkau2007-09-081-0/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8690 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Add some EHCI related symbols when usb is selectedFlorian Fainelli2007-09-081-0/+3
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8686 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Use PHYS_OFFSET.Eugene Konev2007-09-081-2/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8685 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Add TNETW1350 to known devices. Style cleanups.Eugene Konev2007-09-081-6/+38
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8684 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [adm5120] fix the symlink of the lzma-loaderGabor Juhos2007-09-081-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8683 3c298f89-4303-0410-b956-a3cf2f4a3e73
* cosmetic fixes for ar7: indent, use lowercase hex notation, formatNicolas Thill2007-09-0610-163/+164
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8656 3c298f89-4303-0410-b956-a3cf2f4a3e73
* remove some obsolete filesFelix Fietkau2007-09-062-305/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8654 3c298f89-4303-0410-b956-a3cf2f4a3e73
* strip the kernel version suffix from target directories, except for brcm-2.4 ↵Felix Fietkau2007-09-06674-4/+4
| | | | | | (the -2.4 will be included in the board name here). CONFIG_LINUX_<ver>_<board> becomes CONFIG_TARGET_<board>, same for profiles. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8653 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Disable the USB clock for now, will be used later for the AR7-HCD driver, ↵Florian Fainelli2007-09-061-2/+2
| | | | | | which is not ready (#1858) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8649 3c298f89-4303-0410-b956-a3cf2f4a3e73
* suppress warning in gcd()Nicolas Thill2007-09-041-2/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8609 3c298f89-4303-0410-b956-a3cf2f4a3e73
* use kernel abs(), remove recursion in gcd() (closes: #2307)Nicolas Thill2007-09-041-9/+13
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8608 3c298f89-4303-0410-b956-a3cf2f4a3e73
* use constant for clock values (closes: #2306)Nicolas Thill2007-09-042-17/+18
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8607 3c298f89-4303-0410-b956-a3cf2f4a3e73
* rename 2.6 high-speed usb serial fix to match 2.4 oneNicolas Thill2007-09-021-0/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8574 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add high-speed usb serial fix from Junxion to 2.4 kernel too (closes: #2274)Nicolas Thill2007-09-021-0/+30
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8573 3c298f89-4303-0410-b956-a3cf2f4a3e73
* small rdc-2.6 fixes (from sn9, thanks!)Nicolas Thill2007-09-013-8/+4
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8568 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix a dependency bugFelix Fietkau2007-08-301-5/+3
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8561 3c298f89-4303-0410-b956-a3cf2f4a3e73
* build eeprom_93cx6 as a module, add a KernelPackage for it and for crc-itu-tNicolas Thill2007-08-301-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8559 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add high-speed usb serial fix from Junxion (closes: #2274)Nicolas Thill2007-08-301-0/+25
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8549 3c298f89-4303-0410-b956-a3cf2f4a3e73
* I have new e-mail address. Thanks to Kaloz ;)Gabor Juhos2007-08-2951-55/+55
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8538 3c298f89-4303-0410-b956-a3cf2f4a3e73