summaryrefslogtreecommitdiffstats
path: root/target/linux
Commit message (Collapse)AuthorAgeFilesLines
...
* add generic 2.6.28 patchesImre Kaloz2008-12-0880-0/+36878
| | | | SVN-Revision: 13546
* ag71xx driver: add OOM handlerGabor Juhos2008-12-082-8/+31
| | | | SVN-Revision: 13545
* ag71xx driver: don't refill rx buffers twiceGabor Juhos2008-12-081-2/+0
| | | | SVN-Revision: 13544
* ag71xx driver: interrupt status is masked by hw, don't mask it againGabor Juhos2008-12-081-2/+0
| | | | SVN-Revision: 13543
* ag71xx driver: remove unused codeGabor Juhos2008-12-081-7/+0
| | | | SVN-Revision: 13542
* Add support for bcm96348gw10 (Netgear DG834GT) (#4319)Florian Fainelli2008-12-073-2/+27
| | | | SVN-Revision: 13540
* ag71xx driver: NAPI poll cleanupGabor Juhos2008-12-072-8/+16
| | | | SVN-Revision: 13538
* ag71xx driver: handle TX timoutGabor Juhos2008-12-072-1/+25
| | | | SVN-Revision: 13537
* use mips_machine codeGabor Juhos2008-12-0641-308/+132
| | | | SVN-Revision: 13532
* add dummy code for the TRENDnet TEW-632BRP boardGabor Juhos2008-12-067-0/+30
| | | | SVN-Revision: 13531
* ixp4xx/apex: Limit ram size to 64MBRod Whitby2008-12-062-1/+23
| | | | SVN-Revision: 13530
* ag71xx driver: always use NAPI to transmit packetsGabor Juhos2008-12-062-32/+1
| | | | SVN-Revision: 13529
* update to 2.6.27.8 and refresh patchesGabor Juhos2008-12-0612-60/+38
| | | | SVN-Revision: 13528
* refresh 2.6.26 patchesGabor Juhos2008-12-061-4/+4
| | | | SVN-Revision: 13527
* refresh 2.6.25 patchesGabor Juhos2008-12-062-3/+3
| | | | SVN-Revision: 13526
* ag71xx driver: improve poll routineGabor Juhos2008-12-052-17/+12
| | | | SVN-Revision: 13525
* ag71xx driver: always flush register writesGabor Juhos2008-12-051-7/+19
| | | | SVN-Revision: 13524
* ag71xx driver: don't use dma_cache_wback_invGabor Juhos2008-12-052-4/+9
| | | | SVN-Revision: 13523
* ag71xx driver: don't use CHECKSUM_UNNECCESARY (closes #4161)Gabor Juhos2008-12-052-2/+2
| | | | SVN-Revision: 13522
* EHCI driver: add AR913x supportGabor Juhos2008-12-041-30/+90
| | | | SVN-Revision: 13519
* add SoC specific reset codeGabor Juhos2008-12-041-8/+44
| | | | SVN-Revision: 13518
* add AR913x specific reset register offsetsGabor Juhos2008-12-041-0/+6
| | | | SVN-Revision: 13517
* rename reset register definitionsGabor Juhos2008-12-045-39/+39
| | | | SVN-Revision: 13516
* Add missing GPIO related config symbolsFlorian Fainelli2008-12-041-0/+2
| | | | SVN-Revision: 13514
* refresh patchesGabor Juhos2008-12-046-17/+13
| | | | SVN-Revision: 13513
* fix a typoGabor Juhos2008-12-041-1/+1
| | | | SVN-Revision: 13512
* register GPIO buttons on the AP83 boardGabor Juhos2008-12-041-0/+23
| | | | SVN-Revision: 13510
* make all AR913x GPIO lines usableGabor Juhos2008-12-043-2/+23
| | | | SVN-Revision: 13509
* OHCI driver cleanupGabor Juhos2008-12-041-64/+29
| | | | SVN-Revision: 13508
* register USB device on the AP83 boardGabor Juhos2008-12-041-0/+1
| | | | SVN-Revision: 13507
* add ar913x specific USB setupGabor Juhos2008-12-041-0/+13
| | | | SVN-Revision: 13505
* don't override CONFIG_USB_EHCI_ROOT_TTGabor Juhos2008-12-041-0/+1
| | | | SVN-Revision: 13504
* Finally fix the CONFIG_SSB_SILENT symbolFlorian Fainelli2008-12-034-0/+4
| | | | SVN-Revision: 13500
* create platform data for the EHCI driverGabor Juhos2008-12-033-3/+32
| | | | SVN-Revision: 13499
* rename USB variablesGabor Juhos2008-12-031-10/+10
| | | | SVN-Revision: 13498
* ag71xx driver: minor cleanupGabor Juhos2008-12-031-5/+1
| | | | SVN-Revision: 13496
* oops, i accidentally switched it to 2.6.27.7Gabor Juhos2008-12-031-1/+1
| | | | SVN-Revision: 13495
* make mips_machine stuff available for other MIPS targetsGabor Juhos2008-12-0215-3/+15
| | | | SVN-Revision: 13492
* refresh 2.6.27 patchesGabor Juhos2008-12-021-1/+1
| | | | SVN-Revision: 13490
* refresh 2.6.26 patchesGabor Juhos2008-12-022-3/+3
| | | | SVN-Revision: 13489
* update mips_machine stuffGabor Juhos2008-12-0213-77/+44
| | | | SVN-Revision: 13488
* compile in-cpu rtc into the kernel, clean up configImre Kaloz2008-12-021-33/+25
| | | | SVN-Revision: 13484
* Fix an off-by one printing errorFlorian Fainelli2008-12-021-1/+1
| | | | SVN-Revision: 13469
* fix chaostables patch to have headers installed when using 'make -C $(KDIR) ↵Nicolas Thill2008-12-026-0/+60
| | | | | | headers_install' SVN-Revision: 13465
* ag71xx driver: fix RX_STATUS_OF bitmask, and add DMA status register bit ↵Gabor Juhos2008-12-021-9/+9
| | | | | | descriptions SVN-Revision: 13463
* ag71xx driver: add some debug stuffGabor Juhos2008-12-021-0/+22
| | | | SVN-Revision: 13462
* ag71xx driver: reset DMA registers in hardware initializationGabor Juhos2008-12-012-8/+50
| | | | SVN-Revision: 13459
* backport the new style ds1672 driver and switch to itImre Kaloz2008-12-015-22/+254
| | | | SVN-Revision: 13457
* update .26 USB patch as well (missed from r13455)Gabor Juhos2008-11-301-1/+1
| | | | SVN-Revision: 13456
* update USB patchesGabor Juhos2008-11-301-1/+1
| | | | SVN-Revision: 13455