aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ar7/files/arch
Commit message (Collapse)AuthorAgeFilesLines
* [ar7] move files to file-2.6.30Florian Fainelli2010-02-0410-1803/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19518 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [ar7] add UPF_IOREMAP flag to the uart port definition (#6532)Florian Fainelli2010-01-281-0/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19374 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [ar7] add support for titan variant (WRTP54G) (#6185)Florian Fainelli2010-01-032-2/+16
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19022 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [ar7] add experimental support for 2.6.30Florian Fainelli2009-08-021-0/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17097 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [ar7] remove old 2.6.24 codeFlorian Fainelli2009-06-012-15/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16240 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [ar7] revert part of r16112, the setup.c part needs more testingFlorian Fainelli2009-05-271-37/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16113 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [ar7] include missing atm-tools to setup pppoe/a linksFlorian Fainelli2009-05-271-1/+37
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16112 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [ar7] update to 2.6.27 (#4122)Florian Fainelli2009-05-071-1/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15665 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Fix divisor calculation and configuration from previous commit, thanks sn9Florian Fainelli2008-09-012-3/+3
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12454 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [ar7] use the righ value in the DSP clock calculationGabor Juhos2008-05-121-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11123 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ar7: remove volatiles definitelyMatteo Croce2008-04-071-35/+32
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10762 3c298f89-4303-0410-b956-a3cf2f4a3e73
* vlynq: revert volatiles until we find a good way to remove themMatteo Croce2008-04-071-10/+10
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10760 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ar7: remove useless volatilesMatteo Croce2008-04-072-16/+19
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10757 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ar7: remove unneeded packed and array initializationMatteo Croce2008-04-072-5/+5
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10752 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add proper email addresses to the comment headersMatteo Croce2008-04-024-4/+8
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10709 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Let authors holds copyright of the AR7 code (closes #2369)Matteo Croce2008-04-028-12/+4
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10708 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [AR7] make current AR7 code 2.6.24 aware, for future useMatteo Croce2008-02-082-5/+15
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10415 3c298f89-4303-0410-b956-a3cf2f4a3e73
* DG834G Power LED fixFelix Fietkau2008-02-021-1/+1
| | | | | | | | | | | This patch enables the new "default-on" trigger for the AR7 target and uses it to ensure the "power" LED on the DG834G is initialised in the ON state. Previously this LED would turn off when the driver loaded and stay off until turned back on from userspace. With this patch it remains on throughout the boot process, but can still be controlled from userspace if required. Signed-off-by: Nick Forbes <nick.forbes@incepta.com> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10349 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Add support for european DSL-502t leds (#2880)Florian Fainelli2008-01-161-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10210 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Add dg834 leds support from #2817Florian Fainelli2008-01-041-0/+11
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10105 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Add LEDs definitions for the D-Link DSL-502T (#2746)Florian Fainelli2007-12-161-1/+11
| | | | | | | Signed-off-by: Oliver <oliver@opencloud.com> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9776 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fritzbox leds detection (thanks Axel Gembe)Eugene Konev2007-10-191-4/+27
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9357 3c298f89-4303-0410-b956-a3cf2f4a3e73
* remove version checksEugene Konev2007-10-111-6/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9253 3c298f89-4303-0410-b956-a3cf2f4a3e73
* cleanup vlynq. drop vlynq-pciEugene Konev2007-10-054-1095/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9143 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add usb controller definitionEugene Konev2007-10-011-0/+33
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9087 3c298f89-4303-0410-b956-a3cf2f4a3e73
* revert to vlynq bus clock divisor guessingNicolas Thill2007-10-011-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9086 3c298f89-4303-0410-b956-a3cf2f4a3e73
* don't enable rts/cts by default (thanks nabcore, #2400)Eugene Konev2007-09-301-4/+6
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9078 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add initial generic gpio-leds supportEugene Konev2007-09-211-0/+44
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8918 3c298f89-4303-0410-b956-a3cf2f4a3e73
* make gpio conformant to generic gpio spec.Eugene Konev2007-09-212-4/+3
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8911 3c298f89-4303-0410-b956-a3cf2f4a3e73
* use set_irq_chip_and_handler (#2408)Eugene Konev2007-09-201-1/+3
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8852 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix previous commitEugene Konev2007-09-141-4/+5
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8774 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add *dma_mask's to cpmacsEugene Konev2007-09-141-2/+11
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8773 3c298f89-4303-0410-b956-a3cf2f4a3e73
* copy-paste typo, lost static'sEugene Konev2007-09-131-3/+3
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8767 3c298f89-4303-0410-b956-a3cf2f4a3e73
* use ebase instead of CAC_BASE, some cosmetic fixesMatteo Croce2007-09-121-21/+15
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8766 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Enabled working ar7_wdt, style cleanupsMatteo Croce2007-09-122-5/+10
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8764 3c298f89-4303-0410-b956-a3cf2f4a3e73
* there is no need in two identical actionsEugene Konev2007-09-121-7/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8760 3c298f89-4303-0410-b956-a3cf2f4a3e73
* vlynq cleanups:Eugene Konev2007-09-122-96/+190
| | | | | | | | | * 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-111-30/+30
| | | | 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-1110-192/+177
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8756 3c298f89-4303-0410-b956-a3cf2f4a3e73
* disable dsp freq use for vlynq bus clock init, disable external clocking (it ↵Nicolas Thill2007-09-111-78/+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
* 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
* 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
* 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
* cosmetic fixes for ar7: indent, use lowercase hex notation, formatNicolas Thill2007-09-066-67/+66
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8656 3c298f89-4303-0410-b956-a3cf2f4a3e73
* strip the kernel version suffix from target directories, except for brcm-2.4 ↵Felix Fietkau2007-09-0611-0/+2699
(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