Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | rename RouterStation stuff, and add machine type for the LSX board | Gabor Juhos | 2008-12-19 | 8 | -9/+12 |
| | | | | SVN-Revision: 13694 | ||||
* | add support for Macronix mx25lxxx flash chips, based on a patch by Jonas ↵ | Gabor Juhos | 2008-12-17 | 3 | -0/+42 |
| | | | | | | <jmajau at gmail.com> SVN-Revision: 13676 | ||||
* | generate firmware image for the TEW-652BRP board | Gabor Juhos | 2008-12-17 | 1 | -0/+5 |
| | | | | SVN-Revision: 13672 | ||||
* | sync kernel configs | Gabor Juhos | 2008-12-15 | 3 | -15/+10 |
| | | | | SVN-Revision: 13658 | ||||
* | prepare for RouterStation support | Gabor Juhos | 2008-12-15 | 8 | -0/+47 |
| | | | | SVN-Revision: 13657 | ||||
* | move machine setup code | Gabor Juhos | 2008-12-15 | 4 | -18/+32 |
| | | | | SVN-Revision: 13656 | ||||
* | refresh 2.6.28 patches | Gabor Juhos | 2008-12-15 | 6 | -10/+10 |
| | | | | SVN-Revision: 13655 | ||||
* | add simple prom emulator to 2.6.2{7,8} as well | Gabor Juhos | 2008-12-15 | 2 | -0/+20 |
| | | | | SVN-Revision: 13653 | ||||
* | tew-632brp: add status LED | Gabor Juhos | 2008-12-15 | 1 | -0/+5 |
| | | | | SVN-Revision: 13648 | ||||
* | tew-632brp: register GPIO buttons | Gabor Juhos | 2008-12-15 | 1 | -0/+18 |
| | | | | SVN-Revision: 13647 | ||||
* | tew-632brp: register GPIO LEDs | Gabor Juhos | 2008-12-15 | 1 | -0/+18 |
| | | | | SVN-Revision: 13646 | ||||
* | tew-632brp: use LZMA compressed uImage | Gabor Juhos | 2008-12-15 | 2 | -12/+12 |
| | | | | SVN-Revision: 13645 | ||||
* | generate firmware image for the TEW-632BRP board | Gabor Juhos | 2008-12-14 | 1 | -5/+36 |
| | | | | SVN-Revision: 13634 | ||||
* | enable simple prom emulator | Gabor Juhos | 2008-12-14 | 1 | -0/+10 |
| | | | | SVN-Revision: 13633 | ||||
* | tew-632brp: register flash device | Gabor Juhos | 2008-12-14 | 1 | -0/+58 |
| | | | | SVN-Revision: 13631 | ||||
* | Disable CONFIG_NF_CT_ACCT | Florian Fainelli | 2008-12-10 | 1 | -1/+0 |
| | | | | SVN-Revision: 13577 | ||||
* | register eth0 device on the TEW-632BRP board | Gabor Juhos | 2008-12-09 | 1 | -0/+10 |
| | | | | SVN-Revision: 13566 | ||||
* | ag71xx driver: increase size of dma descriptors | Gabor Juhos | 2008-12-09 | 1 | -1/+2 |
| | | | | SVN-Revision: 13561 | ||||
* | ag71xx driver: use same FIFO configuration for all SOC | Gabor Juhos | 2008-12-09 | 2 | -19/+26 |
| | | | | SVN-Revision: 13560 | ||||
* | preliminary 2.6.28 support | Gabor Juhos | 2008-12-09 | 29 | -0/+1595 |
| | | | | SVN-Revision: 13559 | ||||
* | rename a patch | Gabor Juhos | 2008-12-09 | 1 | -0/+0 |
| | | | | SVN-Revision: 13558 | ||||
* | ag71xx driver: add OOM handler | Gabor Juhos | 2008-12-08 | 2 | -8/+31 |
| | | | | SVN-Revision: 13545 | ||||
* | ag71xx driver: don't refill rx buffers twice | Gabor Juhos | 2008-12-08 | 1 | -2/+0 |
| | | | | SVN-Revision: 13544 | ||||
* | ag71xx driver: interrupt status is masked by hw, don't mask it again | Gabor Juhos | 2008-12-08 | 1 | -2/+0 |
| | | | | SVN-Revision: 13543 | ||||
* | ag71xx driver: remove unused code | Gabor Juhos | 2008-12-08 | 1 | -7/+0 |
| | | | | SVN-Revision: 13542 | ||||
* | ag71xx driver: NAPI poll cleanup | Gabor Juhos | 2008-12-07 | 2 | -8/+16 |
| | | | | SVN-Revision: 13538 | ||||
* | ag71xx driver: handle TX timout | Gabor Juhos | 2008-12-07 | 2 | -1/+25 |
| | | | | SVN-Revision: 13537 | ||||
* | add dummy code for the TRENDnet TEW-632BRP board | Gabor Juhos | 2008-12-06 | 7 | -0/+30 |
| | | | | SVN-Revision: 13531 | ||||
* | ag71xx driver: always use NAPI to transmit packets | Gabor Juhos | 2008-12-06 | 2 | -32/+1 |
| | | | | SVN-Revision: 13529 | ||||
* | ag71xx driver: improve poll routine | Gabor Juhos | 2008-12-05 | 2 | -17/+12 |
| | | | | SVN-Revision: 13525 | ||||
* | ag71xx driver: always flush register writes | Gabor Juhos | 2008-12-05 | 1 | -7/+19 |
| | | | | SVN-Revision: 13524 | ||||
* | ag71xx driver: don't use dma_cache_wback_inv | Gabor Juhos | 2008-12-05 | 2 | -4/+9 |
| | | | | SVN-Revision: 13523 | ||||
* | ag71xx driver: don't use CHECKSUM_UNNECCESARY (closes #4161) | Gabor Juhos | 2008-12-05 | 2 | -2/+2 |
| | | | | SVN-Revision: 13522 | ||||
* | EHCI driver: add AR913x support | Gabor Juhos | 2008-12-04 | 1 | -30/+90 |
| | | | | SVN-Revision: 13519 | ||||
* | add SoC specific reset code | Gabor Juhos | 2008-12-04 | 1 | -8/+44 |
| | | | | SVN-Revision: 13518 | ||||
* | add AR913x specific reset register offsets | Gabor Juhos | 2008-12-04 | 1 | -0/+6 |
| | | | | SVN-Revision: 13517 | ||||
* | rename reset register definitions | Gabor Juhos | 2008-12-04 | 5 | -39/+39 |
| | | | | SVN-Revision: 13516 | ||||
* | fix a typo | Gabor Juhos | 2008-12-04 | 1 | -1/+1 |
| | | | | SVN-Revision: 13512 | ||||
* | register GPIO buttons on the AP83 board | Gabor Juhos | 2008-12-04 | 1 | -0/+23 |
| | | | | SVN-Revision: 13510 | ||||
* | make all AR913x GPIO lines usable | Gabor Juhos | 2008-12-04 | 3 | -2/+23 |
| | | | | SVN-Revision: 13509 | ||||
* | OHCI driver cleanup | Gabor Juhos | 2008-12-04 | 1 | -64/+29 |
| | | | | SVN-Revision: 13508 | ||||
* | register USB device on the AP83 board | Gabor Juhos | 2008-12-04 | 1 | -0/+1 |
| | | | | SVN-Revision: 13507 | ||||
* | add ar913x specific USB setup | Gabor Juhos | 2008-12-04 | 1 | -0/+13 |
| | | | | SVN-Revision: 13505 | ||||
* | don't override CONFIG_USB_EHCI_ROOT_TT | Gabor Juhos | 2008-12-04 | 1 | -0/+1 |
| | | | | SVN-Revision: 13504 | ||||
* | create platform data for the EHCI driver | Gabor Juhos | 2008-12-03 | 3 | -3/+32 |
| | | | | SVN-Revision: 13499 | ||||
* | rename USB variables | Gabor Juhos | 2008-12-03 | 1 | -10/+10 |
| | | | | SVN-Revision: 13498 | ||||
* | ag71xx driver: minor cleanup | Gabor Juhos | 2008-12-03 | 1 | -5/+1 |
| | | | | SVN-Revision: 13496 | ||||
* | oops, i accidentally switched it to 2.6.27.7 | Gabor Juhos | 2008-12-03 | 1 | -1/+1 |
| | | | | SVN-Revision: 13495 | ||||
* | make mips_machine stuff available for other MIPS targets | Gabor Juhos | 2008-12-02 | 3 | -267/+1 |
| | | | | SVN-Revision: 13492 | ||||
* | update mips_machine stuff | Gabor Juhos | 2008-12-02 | 13 | -77/+44 |
| | | | | SVN-Revision: 13488 |