388 Commits (9a0cc49089e38896391a1003892aba3aa684f868)

Author SHA1 Message Date
Matteo Croce 2bdbb3915b remove useless dependency 17 years ago
Eugene Konev 1af0f14c44 use set_irq_chip_and_handler (#2408) 17 years ago
Matteo Croce 5fac6f67f1 style cleanups (make checkpatch.pl happy) 17 years ago
Felix Fietkau 236d7e62ca clean up jffs2 config options 17 years ago
Eugene Konev c4cd598161 cleanup (use dma API, use accessors, debugging/printk cleanup) 17 years ago
Eugene Konev 79c783309b We have generic irqs now. 17 years ago
Matteo Croce aa1144ff37 detect ar7 at runtime in set_except_vector and remove useless volatile 17 years ago
Matteo Croce 495ab00a60 don't broke other archs, we're close to mainstream (i hope) 17 years ago
Eugene Konev 5d3031cfb0 fix previous commit 17 years ago
Eugene Konev 438d168a98 add *dma_mask's to cpmacs 17 years ago
Eugene Konev fbd19377fa fix watchdog seek test (#2383) 17 years ago
Eugene Konev a5472471a0 fix CAC_ADDR/UNCAC_ADDR macros 17 years ago
Eugene Konev 2f0762749d mmzone.h is not needed anymore 17 years ago
Eugene Konev b972859fec 128 irqs is not enough... 17 years ago
Eugene Konev 4056fefe8a copy-paste typo, lost static's 17 years ago
Matteo Croce c0c12e278b use ebase instead of CAC_BASE, some cosmetic fixes 17 years ago
Matteo Croce 64f9a22679 Enabled working ar7_wdt, style cleanups 17 years ago
Matteo Croce 87cef9d9a2 added ar7_wdt fix by Alex 17 years ago
Matteo Croce 339eba5fbd Style fixes 17 years ago
Eugene Konev 89333ac8f7 there is no need in two identical actions 17 years ago
Eugene Konev db5e143756 vlynq cleanups: * drivers can now set a clock divisor * irq handling cleanup, drivers now can handle error irqs themselves * style cleanup 17 years ago
Matteo Croce 09b45caf09 more AR7 cleanups & fixes 17 years ago
Matteo Croce 1349562f8d no memset after kzalloc 17 years ago
Matteo Croce 0efffbaf30 AR7: Cleanups (closes: #2323) 17 years ago
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 17 years ago
Nicolas Thill 6fcca3ff7e fix typo 17 years ago
Eugene Konev 46dc089d5e Style cleanup 17 years ago
Eugene Konev 7b30c695dd Style cleanup 17 years ago
Eugene Konev 65235a2bb9 AR7: IRQ handlng cleanup 17 years ago
Florian Fainelli 042186d5ab AR7 will also be running in big-endian on zyxel devices 17 years ago
Florian Fainelli 58c85a4be7 Remove useless EXTRA_CFLAGS stuff 17 years ago
Florian Fainelli ba9fafe6eb Fix comments to the mtd driver (see http://www.linux-mips.org/archives/linux-mips/2007-09/msg00064.html) 17 years ago
Felix Fietkau 87a88cebc7 adapt profiles for subtarget changes 17 years ago
Felix Fietkau a9d683ca91 major target cleanup. it is now possible to have subtargets that can override many target settings, including arch - merge adm5120, adm5120eb. target profiles still need to be adapted for subtargets 17 years ago
Eugene Konev 538479305e Use PHYS_OFFSET. 17 years ago
Eugene Konev 3520251c21 Add TNETW1350 to known devices. Style cleanups. 17 years ago
Nicolas Thill 929f86c30e cosmetic fixes for ar7: indent, use lowercase hex notation, format 17 years ago
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. 17 years ago