Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix compiler warning | Gabor Juhos | 2007-12-26 | 1 | -2/+0 |
| | | | | SVN-Revision: 9933 | ||||
* | No need to keep the old driver now | Florian Fainelli | 2007-12-22 | 5 | -1038/+0 |
| | | | | SVN-Revision: 9824 | ||||
* | Compact flash driver is now working | Florian Fainelli | 2007-12-22 | 1 | -2/+2 |
| | | | | SVN-Revision: 9823 | ||||
* | We need to set the gpio line number | Florian Fainelli | 2007-12-21 | 1 | -0/+1 |
| | | | | SVN-Revision: 9819 | ||||
* | bump to 2.6.23.11 as well | Gabor Juhos | 2007-12-18 | 1 | -1/+1 |
| | | | | SVN-Revision: 9800 | ||||
* | revert [9788], the ADM5120 datasheet v1.16 contains bad values | Gabor Juhos | 2007-12-17 | 1 | -4/+2 |
| | | | | SVN-Revision: 9790 | ||||
* | remove invalid GPIO definitions for the RB153 | Gabor Juhos | 2007-12-17 | 1 | -18/+5 |
| | | | | SVN-Revision: 9789 | ||||
* | fix level setup code for GPIO IRQs | Gabor Juhos | 2007-12-17 | 1 | -2/+2 |
| | | | | SVN-Revision: 9788 | ||||
* | minor fixes in the RB153 CF driver | Gabor Juhos | 2007-12-16 | 1 | -9/+8 |
| | | | | SVN-Revision: 9782 | ||||
* | add support for LEDs on the NP28G board, thanks to kenny (closes: #2825) | Gabor Juhos | 2007-12-16 | 2 | -20/+38 |
| | | | | SVN-Revision: 9781 | ||||
* | update LZMA code | Gabor Juhos | 2007-12-14 | 5 | -215/+272 |
| | | | | SVN-Revision: 9756 | ||||
* | use a shadow value for the write-only GPIO_CONF2 register | Gabor Juhos | 2007-12-12 | 1 | -16/+10 |
| | | | | SVN-Revision: 9715 | ||||
* | use the right irq_handler in the CF driver | Gabor Juhos | 2007-12-12 | 1 | -2/+2 |
| | | | | SVN-Revision: 9714 | ||||
* | fix mac address setup on RouterBOARDs | Gabor Juhos | 2007-12-12 | 3 | -17/+12 |
| | | | | SVN-Revision: 9713 | ||||
* | enable wait state pin for the CF slot on the RB153 board | Gabor Juhos | 2007-12-11 | 2 | -1/+5 |
| | | | | SVN-Revision: 9709 | ||||
* | RB153 CF driver fixes | Gabor Juhos | 2007-12-11 | 1 | -11/+18 |
| | | | | SVN-Revision: 9708 | ||||
* | new experimental driver for the CF slot on the RouterBOARD 153 | Gabor Juhos | 2007-12-11 | 5 | -20/+350 |
| | | | | SVN-Revision: 9707 | ||||
* | add support for GPIO IRQs | Gabor Juhos | 2007-12-10 | 5 | -43/+95 |
| | | | | SVN-Revision: 9700 | ||||
* | Fix missing return | Florian Fainelli | 2007-12-09 | 1 | -1/+1 |
| | | | | SVN-Revision: 9683 | ||||
* | Setup MAC addresses for routerboards | Florian Fainelli | 2007-12-09 | 2 | -2/+13 |
| | | | | SVN-Revision: 9682 | ||||
* | add copyright header to the USB driver's files | Gabor Juhos | 2007-12-05 | 8 | -47/+63 |
| | | | | SVN-Revision: 9657 | ||||
* | switch to 2.6.23.9 | Gabor Juhos | 2007-11-29 | 1 | -1/+1 |
| | | | | SVN-Revision: 9629 | ||||
* | add Edimax BR-61x4WG board support to the LED driver, thanks to scream_ ↵ | Gabor Juhos | 2007-11-26 | 1 | -0/+16 |
| | | | | | | (closes: #2756) SVN-Revision: 9600 | ||||
* | more USB driver fixes, now it passes usbtests 1-14 | Gabor Juhos | 2007-11-26 | 2 | -9/+30 |
| | | | | SVN-Revision: 9599 | ||||
* | fix USB driver to compile with ADMH_VERBOSE_DEBUG defined | Gabor Juhos | 2007-11-23 | 3 | -36/+34 |
| | | | | SVN-Revision: 9593 | ||||
* | USB driver updates, the driver passes usbtests 1-10 now | Gabor Juhos | 2007-11-23 | 6 | -452/+948 |
| | | | | SVN-Revision: 9592 | ||||
* | disable INITRAMFS_EXTRA_FILES, in initramfs it cause errors | Gabor Juhos | 2007-11-23 | 1 | -0/+1 |
| | | | | SVN-Revision: 9591 | ||||
* | more USB driver changes | Gabor Juhos | 2007-11-15 | 5 | -215/+142 |
| | | | | SVN-Revision: 9550 | ||||
* | make build of the images a bit quiet | Gabor Juhos | 2007-11-12 | 1 | -2/+2 |
| | | | | SVN-Revision: 9544 | ||||
* | USB driver cleanups, no it is still not finished | Gabor Juhos | 2007-11-12 | 4 | -161/+9 |
| | | | | SVN-Revision: 9543 | ||||
* | fix an unbalanced spinlock issue | Gabor Juhos | 2007-11-11 | 1 | -1/+1 |
| | | | | SVN-Revision: 9540 | ||||
* | make the image filenames a bit shorter | Felix Fietkau | 2007-11-10 | 1 | -2/+2 |
| | | | | SVN-Revision: 9533 | ||||
* | more USB driver fixes [http://openwrt.pastebin.ca/768610 bootlog :)] | Gabor Juhos | 2007-11-10 | 6 | -156/+223 |
| | | | | SVN-Revision: 9530 | ||||
* | USB driver fixes | Gabor Juhos | 2007-11-08 | 7 | -556/+477 |
| | | | | SVN-Revision: 9513 | ||||
* | add usb drivers to the Compex NP28G's profile, thanks to kenny | Gabor Juhos | 2007-11-04 | 1 | -1/+1 |
| | | | | SVN-Revision: 9501 | ||||
* | disable unsupported boards in the LED driver by default | Gabor Juhos | 2007-11-04 | 3 | -3/+3 |
| | | | | SVN-Revision: 9500 | ||||
* | only use trxsplit on NOR flash devices | Gabor Juhos | 2007-11-04 | 1 | -0/+6 |
| | | | | SVN-Revision: 9497 | ||||
* | fix flash driver fixes, call request_mem_region/ioremap_nocache with the ↵ | Gabor Juhos | 2007-11-04 | 1 | -2/+3 |
| | | | | | | correct arguments SVN-Revision: 9496 | ||||
* | RB153 must use the generic RB1xx's setup code | Gabor Juhos | 2007-11-03 | 1 | -1/+1 |
| | | | | SVN-Revision: 9491 | ||||
* | image generation fixes (closes: #2643, #2644) * rewrite mkcsysimg to use an ↵ | Gabor Juhos | 2007-11-03 | 3 | -13/+49 |
| | | | | | | align parameter instead of a fixed size * Edimax images contains the jffs2 end-of-filesystem marker at the right position from now on SVN-Revision: 9490 | ||||
* | generate valid image for the BR-6104KP's web-interface (closes: 2641) | Gabor Juhos | 2007-11-02 | 1 | -3/+18 |
| | | | | SVN-Revision: 9485 | ||||
* | fix USB driver to compile even if USB_DEBUG is disabled | Gabor Juhos | 2007-11-02 | 1 | -2/+4 |
| | | | | SVN-Revision: 9483 | ||||
* | Fix typo | Florian Fainelli | 2007-11-02 | 1 | -1/+1 |
| | | | | SVN-Revision: 9482 | ||||
* | cleanup USB driver, it's still experimental | Gabor Juhos | 2007-11-01 | 5 | -767/+604 |
| | | | | SVN-Revision: 9480 | ||||
* | CF driver cleanup | Florian Fainelli | 2007-11-01 | 3 | -10/+32 |
| | | | | SVN-Revision: 9473 | ||||
* | reduce wasted flash space by ~56K on Edimax devices, thanks to Bernhard Held ↵ | Gabor Juhos | 2007-10-26 | 2 | -9/+5 |
| | | | | | | (closes: #2549) SVN-Revision: 9450 | ||||
* | Fix another wrong shitfing | Florian Fainelli | 2007-10-25 | 1 | -1/+1 |
| | | | | SVN-Revision: 9447 | ||||
* | Wrong bit shifting for the cfrdy function, will always return cf-mips busy | Florian Fainelli | 2007-10-25 | 1 | -1/+1 |
| | | | | SVN-Revision: 9446 | ||||
* | The build system actually changed the routerboard kernel (#2584) | Florian Fainelli | 2007-10-24 | 1 | -1/+5 |
| | | | | SVN-Revision: 9430 | ||||
* | minor cleanups | Gabor Juhos | 2007-10-24 | 8 | -228/+135 |
| | | | | SVN-Revision: 9423 |