summaryrefslogtreecommitdiff
path: root/target/linux/adm5120-2.6/files/drivers
Commit message (Collapse)AuthorAgeFilesLines
* strip the kernel version suffix from target directories, except for brcm-2.4 ↵Felix Fietkau2007-09-069-3787/+0
| | | | | | (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
* I have new e-mail address. Thanks to Kaloz ;)Gabor Juhos2007-08-294-8/+8
| | | | SVN-Revision: 8538
* Fix typo (#2210)Florian Fainelli2007-08-121-6/+3
| | | | SVN-Revision: 8402
* USB driver fixes * fix allocation of the ED/TD descriptors * remove some ↵Gabor Juhos2007-08-101-10/+8
| | | | | | unused fields from admhcd struct SVN-Revision: 8391
* minor usb driver cleanupGabor Juhos2007-08-101-137/+138
| | | | SVN-Revision: 8385
* LED driver fixes * add LED definitions for the BR-6104K boards from #2153 * ↵Gabor Juhos2007-08-071-56/+82
| | | | | | sort board definitions alphabetically SVN-Revision: 8377
* add support for special LED brightness valuesGabor Juhos2007-08-071-1/+4
| | | | SVN-Revision: 8376
* fix reset function in USB driverGabor Juhos2007-08-031-7/+11
| | | | SVN-Revision: 8332
* USB driver fixes * fix compiler warning in adm5120-hcd.c * allocate ↵Gabor Juhos2007-08-031-10/+10
| | | | | | mem_resource with the correct size * fix driver name in the platform device structure SVN-Revision: 8331
* Some adm5120-hcd cleanupsFlorian Fainelli2007-08-021-59/+103
| | | | SVN-Revision: 8320
* add support for board specific vlan matrix, should fix #2132Gabor Juhos2007-08-011-23/+10
| | | | SVN-Revision: 8309
* add LED definitions for the RB133/133C boards, thanks to Christophe LucasGabor Juhos2007-07-271-0/+7
| | | | SVN-Revision: 8199
* cosmetic changes in flash driverGabor Juhos2007-07-231-18/+18
| | | | SVN-Revision: 8135
* adm5120_mtd.c is no longer in useGabor Juhos2007-07-231-497/+0
| | | | SVN-Revision: 8129
* flash driver fixesGabor Juhos2007-07-211-12/+14
| | | | SVN-Revision: 8091
* fix switch driver, force all packets from all the ports are low priorityGabor Juhos2007-07-202-0/+4
| | | | SVN-Revision: 8083
* Fixup the hcd driver, add a start/stop/reset/sw_reset functions, should ↵Florian Fainelli2007-07-201-42/+137
| | | | | | allow it to basically run SVN-Revision: 8078
* fix switch_driver to avoid segfaultsGabor Juhos2007-07-201-6/+6
| | | | SVN-Revision: 8071
* Fix indentation for add_mtd_partitions (#2072)Florian Fainelli2007-07-191-1/+1
| | | | SVN-Revision: 8068
* Put the init flag in the structureFlorian Fainelli2007-07-191-3/+4
| | | | SVN-Revision: 8054
* Replace hardcoded values with their correct definitionsFlorian Fainelli2007-07-181-1/+1
| | | | SVN-Revision: 8046
* Convert the nand driver to a platform_device, should only allow routerboards ↵Florian Fainelli2007-07-181-56/+134
| | | | | | to use it SVN-Revision: 8045
* Load the appropriate MTD driver if we were booted from NOR/NAND only, use ↵Florian Fainelli2007-07-182-5/+15
| | | | | | the TRX mapping by default if bootloader unknown SVN-Revision: 8032
* Adm5120 NAPI polling support and fixes by Thomas Langer and Friedrich BeckmannFlorian Fainelli2007-07-172-126/+230
| | | | SVN-Revision: 8013
* flash driver shows the correct chip size from nowGabor Juhos2007-07-131-1/+1
| | | | SVN-Revision: 7971
* Fix the section mismatch on the serial driver (#2076), thanks Thomas !Florian Fainelli2007-07-131-1/+1
| | | | SVN-Revision: 7967
* refactor kernel code (part 1), mark it as broken nowGabor Juhos2007-07-115-36/+613
| | | | SVN-Revision: 7916
* replace led driver, and resync kernel configGabor Juhos2007-06-273-52/+537
| | | | SVN-Revision: 7744
* Resync kernel config, preliminary bandwidth control mgmt for the adm5120 switchFlorian Fainelli2007-06-172-0/+42
| | | | SVN-Revision: 7655
* Fix memory detection and hcd compilation, thanks Gabor ! (closes #1813)Florian Fainelli2007-06-141-0/+1
| | | | SVN-Revision: 7631
* Better macronix bottom boot handling, thanks Gabor !Florian Fainelli2007-06-131-2/+6
| | | | SVN-Revision: 7618
* Use the flash0_size from the adm5120_board structure to correctly remap the ↵Florian Fainelli2007-06-101-2/+2
| | | | | | flash (#1855) SVN-Revision: 7547
* Change the main partition to be named rootfs so that the scripts mount itFlorian Fainelli2007-06-081-1/+1
| | | | SVN-Revision: 7537
* USB probe rewrite, really needs testingFlorian Fainelli2007-06-051-46/+49
| | | | SVN-Revision: 7505
* IRQ handler rewrite by Gabor Juhos, uses C no longer assemblyFlorian Fainelli2007-06-023-21/+17
| | | | SVN-Revision: 7464
* Add the rbmipsnand fix from #1778Florian Fainelli2007-05-291-1/+12
| | | | SVN-Revision: 7388
* .21 fixesFlorian Fainelli2007-05-292-1/+2
| | | | SVN-Revision: 7387
* Fix adm5120hcd compilation error (#1738)Florian Fainelli2007-05-221-1/+1
| | | | SVN-Revision: 7304
* Disable PCMCIA for adm5120, request IRQ for the USB driver, fix duplicate ↵Florian Fainelli2007-05-201-1/+6
| | | | | | lines in the GPIO code SVN-Revision: 7293
* Backport [7224] to the adm5120 flash map driverFlorian Fainelli2007-05-181-4/+2
| | | | SVN-Revision: 7270
* Backport [7172] to adm5120 mtd map driverFlorian Fainelli2007-05-111-42/+2
| | | | SVN-Revision: 7184
* Suppress OpenWrt partition, no needed anymoreFlorian Fainelli2007-05-111-1/+0
| | | | SVN-Revision: 7183
* Fix some \n and kernel logging levelsFlorian Fainelli2007-05-111-3/+3
| | | | SVN-Revision: 7181
* LED driver updateFlorian Fainelli2007-05-111-31/+25
| | | | SVN-Revision: 7180
* Fix some HCD driver warningsFlorian Fainelli2007-05-071-7/+1
| | | | SVN-Revision: 7120
* Move NAND driver from rb1xx to adm5120, rbmipsnand fixed by David ↵Florian Fainelli2007-04-171-0/+111
| | | | | | Goodenough, thanks ! SVN-Revision: 6991
* Fresh fixes from Gabor Juhos : detects RouterBoot, Bootbase, improve board ↵Florian Fainelli2007-04-163-61/+56
| | | | | | specification SVN-Revision: 6963
* Rename mipsIRQ.S to int-handler to match the kernel naming convention, ↵Florian Fainelli2007-04-081-50/+101
| | | | | | implement basic board detection, rewrite usb HCD driver (to be tested) SVN-Revision: 6893
* Fixes from Compex to make OpenWrt run on WP54AG, thanks !Florian Fainelli2007-04-022-1/+59
| | | | SVN-Revision: 6817
* Fix myloader partition table parserFlorian Fainelli2007-03-291-2/+2
| | | | SVN-Revision: 6757