| Commit message (Expand) | Author | Age | Files | Lines |
* | fix RB-133/133C led definitions | Gabor Juhos | 2008-08-04 | 1 | -5/+5 |
* | fix a bug in the USB driver debug code | Gabor Juhos | 2008-07-27 | 1 | -4/+4 |
* | switch to 2.6.25.7 | Gabor Juhos | 2008-06-17 | 4 | -32/+218 |
* | Add leds support for the RB-150, thanks to Evangelos Arkalis | Gabor Juhos | 2008-05-07 | 1 | -4/+21 |
* | improve support of the Infineon EASY 5120-RT Reference Board | Gabor Juhos | 2008-05-01 | 1 | -11/+29 |
* | remove the i2c-gpio-custom driver from adm5120, and make it available on all ... | Gabor Juhos | 2008-04-29 | 1 | -197/+0 |
* | Add leds support for the CAS-771/771w | Florian Fainelli | 2008-04-06 | 1 | -0/+14 |
* | fix RB153 CompactFlash driver for .24 | Gabor Juhos | 2008-02-09 | 1 | -21/+24 |
* | switch to 2.6.24 | Gabor Juhos | 2008-02-09 | 7 | -830/+99 |
* | fix a switch driver bug | Gabor Juhos | 2008-01-31 | 1 | -3/+3 |
* | add preliminary support for 2.6.24 | Gabor Juhos | 2008-01-30 | 1 | -0/+206 |
* | don't use mips_machgroup | Gabor Juhos | 2008-01-30 | 4 | -13/+1 |
* | remove some unused files | Gabor Juhos | 2008-01-29 | 1 | -207/+0 |
* | license cleanup | Gabor Juhos | 2008-01-29 | 7 | -65/+23 |
* | USB driver: fix a bug in isochronous transfers | Gabor Juhos | 2008-01-17 | 2 | -2/+5 |
* | fix led driver (closes: #2972) | Gabor Juhos | 2008-01-04 | 1 | -25/+36 |
* | Leds have been tested on rb111/112 and rb153 | Florian Fainelli | 2008-01-04 | 1 | -6/+22 |
* | usb-driver: add preliminary support of ISOCHRONOUS transfer | Gabor Juhos | 2008-01-01 | 8 | -32/+57 |
* | fix a bug in the switch driver, thanks to Thomas Langer for reporting | Gabor Juhos | 2008-01-01 | 1 | -2/+2 |
* | disable queue of all interfaces when tx ring is full | Gabor Juhos | 2008-01-01 | 1 | -2/+6 |
* | change switch register access macros | Gabor Juhos | 2007-12-27 | 3 | -28/+28 |
* | add watchdog driver | Gabor Juhos | 2007-12-27 | 1 | -0/+210 |
* | No need to keep the old driver now | Florian Fainelli | 2007-12-22 | 4 | -995/+0 |
* | Compact flash driver is now working | Florian Fainelli | 2007-12-22 | 1 | -2/+2 |
* | We need to set the gpio line number | Florian Fainelli | 2007-12-21 | 1 | -0/+1 |
* | minor fixes in the RB153 CF driver | Gabor Juhos | 2007-12-16 | 1 | -9/+8 |
* | add support for LEDs on the NP28G board, thanks to kenny (closes: #2825) | Gabor Juhos | 2007-12-16 | 1 | -16/+15 |
* | use the right irq_handler in the CF driver | Gabor Juhos | 2007-12-12 | 1 | -2/+2 |
* | RB153 CF driver fixes | Gabor Juhos | 2007-12-11 | 1 | -11/+18 |
* | new experimental driver for the CF slot on the RouterBOARD 153 | Gabor Juhos | 2007-12-11 | 1 | -0/+303 |
* | Fix missing return | Florian Fainelli | 2007-12-09 | 1 | -1/+1 |
* | add copyright header to the USB driver's files | Gabor Juhos | 2007-12-05 | 8 | -47/+63 |
* | add Edimax BR-61x4WG board support to the LED driver, thanks to scream_ (clos... | Gabor Juhos | 2007-11-26 | 1 | -0/+16 |
* | more USB driver fixes, now it passes usbtests 1-14 | Gabor Juhos | 2007-11-26 | 2 | -9/+30 |
* | fix USB driver to compile with ADMH_VERBOSE_DEBUG defined | Gabor Juhos | 2007-11-23 | 3 | -36/+34 |
* | USB driver updates, the driver passes usbtests 1-10 now | Gabor Juhos | 2007-11-23 | 6 | -452/+948 |
* | more USB driver changes | Gabor Juhos | 2007-11-15 | 4 | -214/+141 |
* | USB driver cleanups, no it is still not finished | Gabor Juhos | 2007-11-12 | 4 | -161/+9 |
* | fix an unbalanced spinlock issue | Gabor Juhos | 2007-11-11 | 1 | -1/+1 |
* | more USB driver fixes [http://openwrt.pastebin.ca/768610 bootlog :)] | Gabor Juhos | 2007-11-10 | 6 | -156/+223 |
* | USB driver fixes | Gabor Juhos | 2007-11-08 | 7 | -556/+477 |
* | disable unsupported boards in the LED driver by default | Gabor Juhos | 2007-11-04 | 1 | -1/+1 |
* | only use trxsplit on NOR flash devices | Gabor Juhos | 2007-11-04 | 1 | -0/+6 |
* | fix flash driver fixes, call request_mem_region/ioremap_nocache with the corr... | Gabor Juhos | 2007-11-04 | 1 | -2/+3 |
* | fix USB driver to compile even if USB_DEBUG is disabled | Gabor Juhos | 2007-11-02 | 1 | -2/+4 |
* | Fix typo | Florian Fainelli | 2007-11-02 | 1 | -1/+1 |
* | cleanup USB driver, it's still experimental | Gabor Juhos | 2007-11-01 | 5 | -767/+604 |
* | CF driver cleanup | Florian Fainelli | 2007-11-01 | 2 | -9/+13 |
* | reduce wasted flash space by ~56K on Edimax devices, thanks to Bernhard Held ... | Gabor Juhos | 2007-10-26 | 1 | -7/+2 |
* | Fix another wrong shitfing | Florian Fainelli | 2007-10-25 | 1 | -1/+1 |