summaryrefslogtreecommitdiffstats
path: root/target/linux/adm5120/files/drivers
Commit message (Collapse)AuthorAgeFilesLines
...
* USB driver updates, the driver passes usbtests 1-10 nowGabor Juhos2007-11-236-452/+948
| | | | SVN-Revision: 9592
* more USB driver changesGabor Juhos2007-11-154-214/+141
| | | | SVN-Revision: 9550
* USB driver cleanups, no it is still not finishedGabor Juhos2007-11-124-161/+9
| | | | SVN-Revision: 9543
* fix an unbalanced spinlock issueGabor Juhos2007-11-111-1/+1
| | | | SVN-Revision: 9540
* more USB driver fixes [http://openwrt.pastebin.ca/768610 bootlog :)]Gabor Juhos2007-11-106-156/+223
| | | | SVN-Revision: 9530
* USB driver fixesGabor Juhos2007-11-087-556/+477
| | | | SVN-Revision: 9513
* disable unsupported boards in the LED driver by defaultGabor Juhos2007-11-041-1/+1
| | | | SVN-Revision: 9500
* only use trxsplit on NOR flash devicesGabor Juhos2007-11-041-0/+6
| | | | SVN-Revision: 9497
* fix flash driver fixes, call request_mem_region/ioremap_nocache with the ↵Gabor Juhos2007-11-041-2/+3
| | | | | | correct arguments SVN-Revision: 9496
* fix USB driver to compile even if USB_DEBUG is disabledGabor Juhos2007-11-021-2/+4
| | | | SVN-Revision: 9483
* Fix typoFlorian Fainelli2007-11-021-1/+1
| | | | SVN-Revision: 9482
* cleanup USB driver, it's still experimentalGabor Juhos2007-11-015-767/+604
| | | | SVN-Revision: 9480
* CF driver cleanupFlorian Fainelli2007-11-012-9/+13
| | | | SVN-Revision: 9473
* reduce wasted flash space by ~56K on Edimax devices, thanks to Bernhard Held ↵Gabor Juhos2007-10-261-7/+2
| | | | | | (closes: #2549) SVN-Revision: 9450
* Fix another wrong shitfingFlorian Fainelli2007-10-251-1/+1
| | | | SVN-Revision: 9447
* Wrong bit shifting for the cfrdy function, will always return cf-mips busyFlorian Fainelli2007-10-251-1/+1
| | | | SVN-Revision: 9446
* fix flash driver, it should work on RB150 as wellGabor Juhos2007-10-231-6/+12
| | | | SVN-Revision: 9418
* The RB513 CF driver is now a module, enable it by default for the RB1xx ↵Florian Fainelli2007-10-231-1/+2
| | | | | | profile. Fix the membase of the CF driver. SVN-Revision: 9416
* Add preliminary support for the Routerboard 153 CF slot (#2550)Florian Fainelli2007-10-224-0/+990
| | | | SVN-Revision: 9403
* add LEDs trigger for switch port states, thanks to Bernhard Held (closes: #2153)Gabor Juhos2007-10-201-0/+149
| | | | SVN-Revision: 9362
* fix typos in the switch driver, thanks to Bernhard Held (closes: #2573)Gabor Juhos2007-10-201-2/+2
| | | | SVN-Revision: 9361
* fix initcall level in i2c-gpio-custom driver if not built as a moduleGabor Juhos2007-10-171-3/+10
| | | | SVN-Revision: 9341
* switch driver cleanup, 4th phaseGabor Juhos2007-10-172-150/+206
| | | | SVN-Revision: 9340
* switch driver cleanup, 3rd phaseGabor Juhos2007-10-161-160/+214
| | | | SVN-Revision: 9334
* switch driver cleanup, 2nd phaseGabor Juhos2007-10-161-147/+332
| | | | SVN-Revision: 9330
* switch driver cleanup, 1st phaseGabor Juhos2007-10-152-418/+580
| | | | SVN-Revision: 9324
* coding style fixesGabor Juhos2007-10-114-146/+142
| | | | SVN-Revision: 9263
* fix LED driver, update kernel configGabor Juhos2007-10-111-0/+1
| | | | SVN-Revision: 9261
* switch to 2.6.23Gabor Juhos2007-10-112-238/+27
| | | | SVN-Revision: 9260
* enhance the custom i2c-gpio driver (supports 4 buses from now on), update ↵Gabor Juhos2007-10-101-25/+144
| | | | | | kernel configuration SVN-Revision: 9244
* add custom GPIO-based I2C driverGabor Juhos2007-10-091-0/+71
| | | | SVN-Revision: 9218
* prepare trxsplit to support sysupgradeGabor Juhos2007-10-011-0/+227
| | | | SVN-Revision: 9085
* make morse LED trigger available for all platformsGabor Juhos2007-09-281-294/+0
| | | | SVN-Revision: 9055
* morse LED trigger cleanupsGabor Juhos2007-09-281-20/+30
| | | | SVN-Revision: 9054
* add morse LED trigger, will be used for diagnostic, update kernel configGabor Juhos2007-09-281-0/+284
| | | | SVN-Revision: 9053
* rename NAND driverGabor Juhos2007-09-211-0/+0
| | | | SVN-Revision: 8932
* checkin a new, experimental USB driverGabor Juhos2007-09-217-835/+4259
| | | | SVN-Revision: 8905
* use the global register access macros in the flash driverGabor Juhos2007-09-091-14/+13
| | | | SVN-Revision: 8707
* strip the kernel version suffix from target directories, except for brcm-2.4 ↵Felix Fietkau2007-09-069-0/+3787
(the -2.4 will be included in the board name here). CONFIG_LINUX_<ver>_<board> becomes CONFIG_TARGET_<board>, same for profiles. SVN-Revision: 8653