Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | rename generic-2.6/patches to generic-2.6/patches-2.6.21 | Felix Fietkau | 2008-09-21 | 44 | -0/+0 |
| | | | | SVN-Revision: 12636 | ||||
* | atheros: don't try to enable pci on AR2317 (fixes #3533) | Felix Fietkau | 2008-09-19 | 2 | -22/+16 |
| | | | | SVN-Revision: 12633 | ||||
* | remove some debug stuff | Gabor Juhos | 2008-09-18 | 3 | -14/+0 |
| | | | | SVN-Revision: 12631 | ||||
* | create firmware image for the WP543 board | Gabor Juhos | 2008-09-18 | 1 | -9/+38 |
| | | | | SVN-Revision: 12628 | ||||
* | add MyLoader support | Gabor Juhos | 2008-09-18 | 10 | -43/+309 |
| | | | | SVN-Revision: 12627 | ||||
* | remove 2.6.25 config as well | Gabor Juhos | 2008-09-18 | 1 | -243/+0 |
| | | | | SVN-Revision: 12626 | ||||
* | nuke 2.6.25 specific patches | Gabor Juhos | 2008-09-18 | 12 | -506/+0 |
| | | | | SVN-Revision: 12625 | ||||
* | WP543: add static mtd partitions | Gabor Juhos | 2008-09-18 | 1 | -1/+25 |
| | | | | SVN-Revision: 12624 | ||||
* | fix the PCI byte lane enable generation code, based on a patch by Chris Dearman | Gabor Juhos | 2008-09-17 | 1 | -5/+6 |
| | | | | SVN-Revision: 12617 | ||||
* | add missing Kconfig symbol | Nicolas Thill | 2008-09-15 | 1 | -0/+1 |
| | | | | SVN-Revision: 12611 | ||||
* | remove 2.6.25 specific stuff | Gabor Juhos | 2008-09-13 | 84 | -14403/+1 |
| | | | | SVN-Revision: 12598 | ||||
* | remove old atheros kernels and patches | Felix Fietkau | 2008-09-13 | 24 | -1393/+0 |
| | | | | SVN-Revision: 12590 | ||||
* | convert to GPIOLIB | Gabor Juhos | 2008-09-12 | 5 | -241/+210 |
| | | | | SVN-Revision: 12571 | ||||
* | use generic cansleep wrappers for GPIO | Gabor Juhos | 2008-09-11 | 1 | -19/+1 |
| | | | | SVN-Revision: 12567 | ||||
* | 2.6.26: add gpiommc driver | Gabor Juhos | 2008-09-10 | 5 | -297/+1249 |
| | | | | SVN-Revision: 12566 | ||||
* | au1000: fix gpio output | Florian Fainelli | 2008-09-09 | 1 | -0/+20 |
| | | | | | | | | | | | | when setting the output state of one GPIO pin we have to keep the state of the other pins, hence use binary OR. also gpio_direction_output() wants to set an initial value, so add that too. this fixes a problem with the USB power switch on mtx-1 boards. (#3974) Signed-off-by: Bruno Randolf <br1@einfach.org> SVN-Revision: 12561 | ||||
* | bump ifxmips to 2.6.26.2 | John Crispin | 2008-09-09 | 3 | -70/+93 |
| | | | | SVN-Revision: 12557 | ||||
* | build more image types | Gabor Juhos | 2008-09-07 | 1 | -4/+11 |
| | | | | SVN-Revision: 12545 | ||||
* | add gpio-buttons devices | Gabor Juhos | 2008-09-07 | 4 | -0/+100 |
| | | | | SVN-Revision: 12544 | ||||
* | simplify leds-gpio device registration | Gabor Juhos | 2008-09-07 | 4 | -34/+56 |
| | | | | SVN-Revision: 12543 | ||||
* | 2.6.26: fix build error caused by the gpio sysfs stuff | Gabor Juhos | 2008-09-05 | 1 | -1/+3 |
| | | | | SVN-Revision: 12536 | ||||
* | 2.6.26: fix gpio sysfs patch, forgot to refresh it | Gabor Juhos | 2008-09-04 | 1 | -14/+18 |
| | | | | SVN-Revision: 12529 | ||||
* | register gpio-leds on the WP543 board | Gabor Juhos | 2008-09-04 | 1 | -0/+46 |
| | | | | SVN-Revision: 12528 | ||||
* | enable gpio sysfs support | Gabor Juhos | 2008-09-04 | 1 | -0/+1 |
| | | | | SVN-Revision: 12527 | ||||
* | 2.6.26: backport gpio sysfs support form 2.6.27-rcX | Gabor Juhos | 2008-09-04 | 2 | -0/+1021 |
| | | | | SVN-Revision: 12526 | ||||
* | enable USB support, and sync kernel config | Gabor Juhos | 2008-09-03 | 1 | -6/+10 |
| | | | | SVN-Revision: 12521 | ||||
* | make use the USB controller on the WP543 board | Gabor Juhos | 2008-09-03 | 1 | -0/+2 |
| | | | | SVN-Revision: 12520 | ||||
* | fix platform device ids of the USB controllers | Gabor Juhos | 2008-09-03 | 1 | -2/+2 |
| | | | | SVN-Revision: 12519 | ||||
* | fix EHCI driver | Gabor Juhos | 2008-09-03 | 1 | -2/+0 |
| | | | | SVN-Revision: 12518 | ||||
* | fix phy id on the WP543 board | Gabor Juhos | 2008-09-03 | 1 | -2/+2 |
| | | | | SVN-Revision: 12517 | ||||
* | final fix for BCM5354 USB cores, hopefully | Imre Kaloz | 2008-09-02 | 1 | -3/+13 |
| | | | | SVN-Revision: 12499 | ||||
* | Treat vlynq external divisor just like automatic, fix comment about it, ↵ | Florian Fainelli | 2008-09-01 | 1 | -1/+3 |
| | | | | | | thanks sn9 SVN-Revision: 12467 | ||||
* | make openwrt boot on ar9130 (currently no ethernet yet) | Felix Fietkau | 2008-09-01 | 2 | -12/+49 |
| | | | | SVN-Revision: 12463 | ||||
* | Move I2C_PCA Kconfig item to generic-2.6 | Nicolas Thill | 2008-09-01 | 2 | -1/+1 |
| | | | | SVN-Revision: 12459 | ||||
* | Fix divisor calculation and configuration from previous commit, thanks sn9 | Florian Fainelli | 2008-09-01 | 5 | -44/+22 |
| | | | | SVN-Revision: 12454 | ||||
* | add a gzipped uImage for ar71xx | Felix Fietkau | 2008-09-01 | 1 | -0/+5 |
| | | | | SVN-Revision: 12453 | ||||
* | Backport new Sierra Wireless USB IDs from 2.6.27 to .25 & .26 (closes: #3912) | Nicolas Thill | 2008-08-31 | 2 | -0/+32 |
| | | | | | | Signed-off-by: Dirk Nehring <dnehring@gmx.net> SVN-Revision: 12447 | ||||
* | Build images for the AG310, thanks sn9 | Florian Fainelli | 2008-08-31 | 1 | -0/+1 |
| | | | | SVN-Revision: 12446 | ||||
* | Sync ar7 default network configuration with latest firewall and network ↵ | Florian Fainelli | 2008-08-31 | 1 | -2/+2 |
| | | | | | | settings, thanks sn9 SVN-Revision: 12444 | ||||
* | Fix divisor settings for external devices like wireless devices, thanks sn9 | Florian Fainelli | 2008-08-31 | 2 | -14/+42 |
| | | | | SVN-Revision: 12443 | ||||
* | Build images for WAG54GP2v1 and v2, thanks sn9 | Florian Fainelli | 2008-08-30 | 1 | -1/+3 |
| | | | | SVN-Revision: 12438 | ||||
* | Add 2.6.26 kernel configuration file | Florian Fainelli | 2008-08-30 | 1 | -0/+215 |
| | | | | SVN-Revision: 12437 | ||||
* | Switch ar7 to 2.6.26, thanks sn9 | Florian Fainelli | 2008-08-30 | 4 | -48/+111 |
| | | | | SVN-Revision: 12436 | ||||
* | remove bogus ifxmips network config override | Felix Fietkau | 2008-08-28 | 1 | -14/+0 |
| | | | | SVN-Revision: 12423 | ||||
* | ifxmips should not overwrite DEFAULT_PACKAGES | John Crispin | 2008-08-27 | 1 | -1/+1 |
| | | | | SVN-Revision: 12406 | ||||
* | generate images for the EASY 5120P-ATA board | Gabor Juhos | 2008-08-27 | 2 | -0/+15 |
| | | | | SVN-Revision: 12405 | ||||
* | adds several fixes to etrax, make openssl work on etrax | John Crispin | 2008-08-26 | 4 | -101/+142 |
| | | | | SVN-Revision: 12393 | ||||
* | disable fpu emulation on magicbox -- no idea how it got back there | Imre Kaloz | 2008-08-25 | 1 | -1/+1 |
| | | | | SVN-Revision: 12390 | ||||
* | update sibyte config, disable unneeded features | Imre Kaloz | 2008-08-25 | 1 | -36/+22 |
| | | | | SVN-Revision: 12389 | ||||
* | minor cleanups | Gabor Juhos | 2008-08-25 | 16 | -42/+34 |
| | | | | SVN-Revision: 12387 |