Gabor Juhos
936b0e3cc7
use the righ value in the DSP clock calculation
...
SVN-Revision: 11123
2008-05-12 11:56:21 +00:00
Matteo Croce
4a85d8edac
ar7: remove volatiles definitely
...
SVN-Revision: 10762
2008-04-07 15:22:31 +00:00
Matteo Croce
f9f4afa8ff
vlynq: revert volatiles until we find a good way to remove them
...
SVN-Revision: 10760
2008-04-07 14:30:20 +00:00
Matteo Croce
d84f27f264
ar7: remove useless volatiles
...
SVN-Revision: 10757
2008-04-07 13:49:44 +00:00
Matteo Croce
78e07d75cd
ar7: remove unneeded packed and array initialization
...
SVN-Revision: 10752
2008-04-07 01:30:07 +00:00
Matteo Croce
af4c2c041f
add proper email addresses to the comment headers
...
SVN-Revision: 10709
2008-04-02 11:45:18 +00:00
Matteo Croce
c96a4d1808
Let authors holds copyright of the AR7 code ( closes #2369 )
...
SVN-Revision: 10708
2008-04-02 11:18:00 +00:00
Matteo Croce
fb5be81fe7
make current AR7 code 2.6.24 aware, for future use
...
SVN-Revision: 10415
2008-02-08 00:21:08 +00:00
Felix Fietkau
0ae7379775
DG834G Power LED fix
...
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>
SVN-Revision: 10349
2008-02-02 01:21:57 +00:00
Florian Fainelli
7ef96948af
Add support for european DSL-502t leds ( #2880 )
...
SVN-Revision: 10210
2008-01-16 11:20:03 +00:00
Florian Fainelli
b5ccc2e505
Add dg834 leds support from #2817
...
SVN-Revision: 10105
2008-01-04 02:59:10 +00:00
Florian Fainelli
80c5643c01
Add LEDs definitions for the D-Link DSL-502T ( #2746 )
...
Signed-off-by: Oliver <oliver@opencloud.com>
SVN-Revision: 9776
2007-12-16 13:21:31 +00:00
Eugene Konev
1e5a1f2aa5
fritzbox leds detection (thanks Axel Gembe)
...
SVN-Revision: 9357
2007-10-19 03:02:49 +00:00
Eugene Konev
4b23cd0283
remove version checks
...
SVN-Revision: 9253
2007-10-11 01:44:00 +00:00
Eugene Konev
3c4062a45f
cleanup vlynq. drop vlynq-pci
...
SVN-Revision: 9143
2007-10-05 17:54:36 +00:00
Eugene Konev
822b666935
add usb controller definition
...
SVN-Revision: 9087
2007-10-01 12:35:35 +00:00
Nicolas Thill
05f0755426
revert to vlynq bus clock divisor guessing
...
SVN-Revision: 9086
2007-10-01 10:16:14 +00:00
Eugene Konev
4e6f272ba1
don't enable rts/cts by default (thanks nabcore, #2400 )
...
SVN-Revision: 9078
2007-09-30 03:15:24 +00:00
Eugene Konev
6e7564b640
add initial generic gpio-leds support
...
SVN-Revision: 8918
2007-09-21 14:04:29 +00:00
Eugene Konev
041a03c5bd
make gpio conformant to generic gpio spec.
...
SVN-Revision: 8911
2007-09-21 12:37:50 +00:00
Eugene Konev
1af0f14c44
use set_irq_chip_and_handler ( #2408 )
...
SVN-Revision: 8852
2007-09-20 02:22:03 +00:00
Eugene Konev
5d3031cfb0
fix previous commit
...
SVN-Revision: 8774
2007-09-14 05:30:11 +00:00
Eugene Konev
438d168a98
add *dma_mask's to cpmacs
...
SVN-Revision: 8773
2007-09-14 04:49:47 +00:00
Eugene Konev
4056fefe8a
copy-paste typo, lost static's
...
SVN-Revision: 8767
2007-09-13 06:20:29 +00:00
Matteo Croce
c0c12e278b
use ebase instead of CAC_BASE, some cosmetic fixes
...
SVN-Revision: 8766
2007-09-12 17:48:46 +00:00
Matteo Croce
64f9a22679
Enabled working ar7_wdt, style cleanups
...
SVN-Revision: 8764
2007-09-12 16:15:12 +00:00
Eugene Konev
89333ac8f7
there is no need in two identical actions
...
SVN-Revision: 8760
2007-09-12 12:27:06 +00:00
Eugene Konev
db5e143756
vlynq cleanups: * drivers can now set a clock divisor * irq handling cleanup, drivers now can handle error irqs themselves * style cleanup
...
SVN-Revision: 8759
2007-09-12 12:23:56 +00:00
Matteo Croce
09b45caf09
more AR7 cleanups & fixes
...
SVN-Revision: 8758
2007-09-11 23:50:02 +00:00
Matteo Croce
1349562f8d
no memset after kzalloc
...
SVN-Revision: 8757
2007-09-11 22:40:06 +00:00
Matteo Croce
0efffbaf30
AR7: Cleanups ( closes : #2323 )
...
SVN-Revision: 8756
2007-09-11 21:19:57 +00:00
Nicolas Thill
2ef23a0fd9
disable dsp freq use for vlynq bus clock init, disable external clocking (it 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
2007-09-11 14:50:43 +00:00
Eugene Konev
46dc089d5e
Style cleanup
...
SVN-Revision: 8746
2007-09-11 13:42:23 +00:00
Eugene Konev
7b30c695dd
Style cleanup
...
SVN-Revision: 8744
2007-09-11 13:18:51 +00:00
Eugene Konev
65235a2bb9
AR7: IRQ handlng cleanup
...
SVN-Revision: 8743
2007-09-11 13:07:52 +00:00
Florian Fainelli
58c85a4be7
Remove useless EXTRA_CFLAGS stuff
...
SVN-Revision: 8740
2007-09-11 06:43:27 +00:00
Eugene Konev
538479305e
Use PHYS_OFFSET.
...
SVN-Revision: 8685
2007-09-08 09:16:30 +00:00
Eugene Konev
3520251c21
Add TNETW1350 to known devices. Style cleanups.
...
SVN-Revision: 8684
2007-09-08 09:02:44 +00:00
Nicolas Thill
929f86c30e
cosmetic fixes for ar7: indent, use lowercase hex notation, format
...
SVN-Revision: 8656
2007-09-06 19:35:08 +00:00
Felix Fietkau
56231056ea
strip the kernel version suffix from target directories, except for brcm-2.4 (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
2007-09-06 16:27:37 +00:00