summaryrefslogtreecommitdiffstats
path: root/target/linux/adm5120
Commit message (Collapse)AuthorAgeFilesLines
* use a shadow value for the write-only GPIO_CONF2 registerGabor Juhos2007-12-121-16/+10
| | | | SVN-Revision: 9715
* use the right irq_handler in the CF driverGabor Juhos2007-12-121-2/+2
| | | | SVN-Revision: 9714
* fix mac address setup on RouterBOARDsGabor Juhos2007-12-123-17/+12
| | | | SVN-Revision: 9713
* enable wait state pin for the CF slot on the RB153 boardGabor Juhos2007-12-112-1/+5
| | | | SVN-Revision: 9709
* RB153 CF driver fixesGabor Juhos2007-12-111-11/+18
| | | | SVN-Revision: 9708
* new experimental driver for the CF slot on the RouterBOARD 153Gabor Juhos2007-12-115-20/+350
| | | | SVN-Revision: 9707
* add support for GPIO IRQsGabor Juhos2007-12-105-43/+95
| | | | SVN-Revision: 9700
* Fix missing returnFlorian Fainelli2007-12-091-1/+1
| | | | SVN-Revision: 9683
* Setup MAC addresses for routerboardsFlorian Fainelli2007-12-092-2/+13
| | | | SVN-Revision: 9682
* add copyright header to the USB driver's filesGabor Juhos2007-12-058-47/+63
| | | | SVN-Revision: 9657
* switch to 2.6.23.9Gabor Juhos2007-11-291-1/+1
| | | | SVN-Revision: 9629
* add Edimax BR-61x4WG board support to the LED driver, thanks to scream_ ↵Gabor Juhos2007-11-261-0/+16
| | | | | | (closes: #2756) SVN-Revision: 9600
* more USB driver fixes, now it passes usbtests 1-14Gabor Juhos2007-11-262-9/+30
| | | | SVN-Revision: 9599
* fix USB driver to compile with ADMH_VERBOSE_DEBUG definedGabor Juhos2007-11-233-36/+34
| | | | SVN-Revision: 9593
* USB driver updates, the driver passes usbtests 1-10 nowGabor Juhos2007-11-236-452/+948
| | | | SVN-Revision: 9592
* disable INITRAMFS_EXTRA_FILES, in initramfs it cause errorsGabor Juhos2007-11-231-0/+1
| | | | SVN-Revision: 9591
* more USB driver changesGabor Juhos2007-11-155-215/+142
| | | | SVN-Revision: 9550
* make build of the images a bit quietGabor Juhos2007-11-121-2/+2
| | | | SVN-Revision: 9544
* 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
* make the image filenames a bit shorterFelix Fietkau2007-11-101-2/+2
| | | | SVN-Revision: 9533
* 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
* add usb drivers to the Compex NP28G's profile, thanks to kennyGabor Juhos2007-11-041-1/+1
| | | | SVN-Revision: 9501
* disable unsupported boards in the LED driver by defaultGabor Juhos2007-11-043-3/+3
| | | | 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
* RB153 must use the generic RB1xx's setup codeGabor Juhos2007-11-031-1/+1
| | | | SVN-Revision: 9491
* image generation fixes (closes: #2643, #2644) * rewrite mkcsysimg to use an ↵Gabor Juhos2007-11-033-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 Juhos2007-11-021-3/+18
| | | | SVN-Revision: 9485
* 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-013-10/+32
| | | | SVN-Revision: 9473
* reduce wasted flash space by ~56K on Edimax devices, thanks to Bernhard Held ↵Gabor Juhos2007-10-262-9/+5
| | | | | | (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
* The build system actually changed the routerboard kernel (#2584)Florian Fainelli2007-10-241-1/+5
| | | | SVN-Revision: 9430
* minor cleanupsGabor Juhos2007-10-248-228/+135
| | | | SVN-Revision: 9423
* fix flash driver, it should work on RB150 as wellGabor Juhos2007-10-233-6/+16
| | | | SVN-Revision: 9418
* The RB513 CF driver is now a module, enable it by default for the RB1xx ↵Florian Fainelli2007-10-236-6/+22
| | | | | | profile. Fix the membase of the CF driver. SVN-Revision: 9416
* We are now at .23.1Florian Fainelli2007-10-231-1/+1
| | | | SVN-Revision: 9415
* Add preliminary support for the Routerboard 153 CF slot (#2550)Florian Fainelli2007-10-229-2/+1079
| | | | SVN-Revision: 9403
* reorganize subtargets, sort subtargets below top level targetsFelix Fietkau2007-10-203-4/+4
| | | | SVN-Revision: 9378
* add LEDs trigger for switch port states, thanks to Bernhard Held (closes: #2153)Gabor Juhos2007-10-204-0/+177
| | | | SVN-Revision: 9362
* fix typos in the switch driver, thanks to Bernhard Held (closes: #2573)Gabor Juhos2007-10-201-2/+2
| | | | SVN-Revision: 9361
* add patch for gpio-leds to support special brightness values, thanks to ↵Gabor Juhos2007-10-201-0/+29
| | | | | | Bernhard Held (closes: #2572) SVN-Revision: 9360
* add kernel config option to disabling common PCI quirks, resync kernel configGabor Juhos2007-10-183-15/+52
| | | | SVN-Revision: 9346
* add ids for Edimax BR-6104Wg boardsGabor Juhos2007-10-185-10/+55
| | | | SVN-Revision: 9342
* fix initcall level in i2c-gpio-custom driver if not built as a moduleGabor Juhos2007-10-171-3/+10
| | | | SVN-Revision: 9341