Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | fix silliness in [8886] | Matteo Croce | 2007-09-20 | 1 | -7/+2 | |
| | | | | SVN-Revision: 8889 | |||||
* | replace deprecated u_char with u8 | Matteo Croce | 2007-09-20 | 1 | -4/+4 | |
| | | | | SVN-Revision: 8887 | |||||
* | Make ar7_part more readable and endianness safe | Matteo Croce | 2007-09-20 | 1 | -10/+19 | |
| | | | | SVN-Revision: 8886 | |||||
* | small cpmac fixes | Matteo Croce | 2007-09-20 | 1 | -2/+1 | |
| | | | | SVN-Revision: 8881 | |||||
* | use set_irq_chip_and_handler (#2408) | Eugene Konev | 2007-09-20 | 1 | -1/+3 | |
| | | | | SVN-Revision: 8852 | |||||
* | style cleanups (make checkpatch.pl happy) | Matteo Croce | 2007-09-19 | 1 | -5/+5 | |
| | | | | SVN-Revision: 8851 | |||||
* | cleanup (use dma API, use accessors, debugging/printk cleanup) | Eugene Konev | 2007-09-19 | 1 | -460/+429 | |
| | | | | SVN-Revision: 8839 | |||||
* | fix previous commit | Eugene Konev | 2007-09-14 | 1 | -4/+5 | |
| | | | | SVN-Revision: 8774 | |||||
* | add *dma_mask's to cpmacs | Eugene Konev | 2007-09-14 | 1 | -2/+11 | |
| | | | | SVN-Revision: 8773 | |||||
* | fix watchdog seek test (#2383) | Eugene Konev | 2007-09-14 | 1 | -1/+1 | |
| | | | | SVN-Revision: 8772 | |||||
* | mmzone.h is not needed anymore | Eugene Konev | 2007-09-13 | 1 | -27/+0 | |
| | | | | SVN-Revision: 8769 | |||||
* | 128 irqs is not enough... | Eugene Konev | 2007-09-13 | 1 | -0/+16 | |
| | | | | SVN-Revision: 8768 | |||||
* | copy-paste typo, lost static's | Eugene Konev | 2007-09-13 | 1 | -3/+3 | |
| | | | | SVN-Revision: 8767 | |||||
* | use ebase instead of CAC_BASE, some cosmetic fixes | Matteo Croce | 2007-09-12 | 1 | -21/+15 | |
| | | | | SVN-Revision: 8766 | |||||
* | Enabled working ar7_wdt, style cleanups | Matteo Croce | 2007-09-12 | 7 | -25/+31 | |
| | | | | SVN-Revision: 8764 | |||||
* | added ar7_wdt fix by Alex | Matteo Croce | 2007-09-12 | 1 | -22/+25 | |
| | | | | SVN-Revision: 8762 | |||||
* | Style fixes | Matteo Croce | 2007-09-12 | 1 | -13/+13 | |
| | | | | SVN-Revision: 8761 | |||||
* | there is no need in two identical actions | Eugene Konev | 2007-09-12 | 1 | -7/+1 | |
| | | | | SVN-Revision: 8760 | |||||
* | vlynq cleanups: * drivers can now set a clock divisor * irq handling ↵ | Eugene Konev | 2007-09-12 | 3 | -98/+212 | |
| | | | | | | cleanup, drivers now can handle error irqs themselves * style cleanup SVN-Revision: 8759 | |||||
* | more AR7 cleanups & fixes | Matteo Croce | 2007-09-11 | 4 | -75/+74 | |
| | | | | SVN-Revision: 8758 | |||||
* | no memset after kzalloc | Matteo Croce | 2007-09-11 | 1 | -2/+0 | |
| | | | | SVN-Revision: 8757 | |||||
* | AR7: Cleanups (closes: #2323) | Matteo Croce | 2007-09-11 | 20 | -483/+447 | |
| | | | | SVN-Revision: 8756 | |||||
* | disable dsp freq use for vlynq bus clock init, disable external clocking (it ↵ | Nicolas Thill | 2007-09-11 | 2 | -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 typo | Nicolas Thill | 2007-09-11 | 1 | -1/+1 | |
| | | | | SVN-Revision: 8747 | |||||
* | Style cleanup | Eugene Konev | 2007-09-11 | 1 | -11/+5 | |
| | | | | SVN-Revision: 8746 | |||||
* | Style cleanup | Eugene Konev | 2007-09-11 | 1 | -25/+10 | |
| | | | | SVN-Revision: 8744 | |||||
* | AR7: IRQ handlng cleanup | Eugene Konev | 2007-09-11 | 1 | -94/+78 | |
| | | | | SVN-Revision: 8743 | |||||
* | Remove useless EXTRA_CFLAGS stuff | Florian Fainelli | 2007-09-11 | 1 | -2/+0 | |
| | | | | SVN-Revision: 8740 | |||||
* | Fix comments to the mtd driver (see ↵ | Florian Fainelli | 2007-09-11 | 1 | -8/+7 | |
| | | | | | | http://www.linux-mips.org/archives/linux-mips/2007-09/msg00064.html) SVN-Revision: 8738 | |||||
* | Use PHYS_OFFSET. | Eugene Konev | 2007-09-08 | 1 | -2/+2 | |
| | | | | SVN-Revision: 8685 | |||||
* | Add TNETW1350 to known devices. Style cleanups. | Eugene Konev | 2007-09-08 | 1 | -6/+38 | |
| | | | | SVN-Revision: 8684 | |||||
* | cosmetic fixes for ar7: indent, use lowercase hex notation, format | Nicolas Thill | 2007-09-06 | 9 | -152/+151 | |
| | | | | SVN-Revision: 8656 | |||||
* | strip the kernel version suffix from target directories, except for brcm-2.4 ↵ | Felix Fietkau | 2007-09-06 | 23 | -0/+5162 | |
(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 |