aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/adm5120-2.6/files
Commit message (Expand)AuthorAgeFilesLines
* add special values for GPIO lines in switchGabor Juhos2007-08-062-22/+38
* fix reset function in USB driverGabor Juhos2007-08-031-7/+11
* USB driver fixes * fix compiler warning in adm5120-hcd.c * allocate mem_resou...Gabor Juhos2007-08-032-11/+11
* Some adm5120-hcd cleanupsFlorian Fainelli2007-08-021-59/+103
* add definitions for RouterBOARD 150, no NAND driver yetGabor Juhos2007-08-021-3/+19
* add support for board specific vlan matrix, should fix #2132Gabor Juhos2007-08-0112-53/+123
* add LED definitions for the RB133/133C boards, thanks to Christophe LucasGabor Juhos2007-07-271-0/+7
* protect the adm5120 pci ops with a spinlock - fixes race conditions that happ...Felix Fietkau2007-07-261-0/+9
* uses AMBA PL010 driver for the serial ports from nowGabor Juhos2007-07-257-3/+202
* cosmetic changes in flash driverGabor Juhos2007-07-231-18/+18
* adm5120_mtd.c is no longer in useGabor Juhos2007-07-231-497/+0
* board specific fixes * fix detection of RB-133C, thanks to Christophe Lucas *...Gabor Juhos2007-07-231-1/+3
* fix printk format arguments in memory detection codeGabor Juhos2007-07-221-6/+6
* flash driver fixesGabor Juhos2007-07-211-12/+14
* fix switch driver, force all packets from all the ports are low priorityGabor Juhos2007-07-202-0/+4
* Fixup the hcd driver, add a start/stop/reset/sw_reset functions, should allow...Florian Fainelli2007-07-201-42/+137
* fix switch_driver to avoid segfaultsGabor Juhos2007-07-201-6/+6
* update trxsplit * use generic rootfs_split feature * resync kernel configGabor Juhos2007-07-201-57/+46
* Fix indentation for add_mtd_partitions (#2072)Florian Fainelli2007-07-191-1/+1
* Put the init flag in the structureFlorian Fainelli2007-07-191-3/+4
* Replace hardcoded values with their correct definitionsFlorian Fainelli2007-07-182-2/+2
* Convert the nand driver to a platform_device, should only allow routerboards ...Florian Fainelli2007-07-184-56/+162
* Load the appropriate MTD driver if we were booted from NOR/NAND only, use the...Florian Fainelli2007-07-182-5/+15
* restore support for Infineon's EASY 5120 boardsGabor Juhos2007-07-172-8/+79
* Adm5120 NAPI polling support and fixes by Thomas Langer and Friedrich BeckmannFlorian Fainelli2007-07-172-126/+230
* Fix warningsFlorian Fainelli2007-07-172-6/+7
* fix of the board specific initialization of the GPIO pinsGabor Juhos2007-07-154-1/+13
* flash driver shows the correct chip size from nowGabor Juhos2007-07-131-1/+1
* Fix the section mismatch on the serial driver (#2076), thanks Thomas !Florian Fainelli2007-07-131-1/+1
* fix detection of admboot based boardsGabor Juhos2007-07-111-3/+8
* remove hardware accelerated byte swapping feature, and resync kernel configGabor Juhos2007-07-111-4/+0
* refactor kernel code (part 1), mark it as broken nowGabor Juhos2007-07-1141-1361/+3357
* rewrite of memory detection code, should be fix #1909Gabor Juhos2007-07-014-60/+214
* update to 2.6.22-rc6Gabor Juhos2007-06-281-4/+5
* replace led driver, and resync kernel configGabor Juhos2007-06-274-52/+574
* calling of prom_detect_board is needed only when we still don't know the boardGabor Juhos2007-06-262-4/+7
* from now on, the kernel parses parameters passed by our lzma-loaderGabor Juhos2007-06-253-59/+196
* fix hardware byte swapping to work in little endian mode as wellGabor Juhos2007-06-231-2/+2
* add initial support for hardware accelerated byte swappingGabor Juhos2007-06-222-9/+46
* Resync kernel config, preliminary bandwidth control mgmt for the adm5120 switchFlorian Fainelli2007-06-172-0/+42
* New PCI fixup version, should better assign IRQs for boards, thanks Gabor !Florian Fainelli2007-06-171-22/+109
* Fix memory detection and hcd compilation, thanks Gabor ! (closes #1813)Florian Fainelli2007-06-145-55/+153
* Better macronix bottom boot handling, thanks Gabor !Florian Fainelli2007-06-131-2/+6
* Fix the irq mapping for routerboard devices (#1843)Florian Fainelli2007-06-111-8/+4
* Use the flash0_size from the adm5120_board structure to correctly remap the f...Florian Fainelli2007-06-101-2/+2
* Change the main partition to be named rootfs so that the scripts mount itFlorian Fainelli2007-06-081-1/+1
* USB probe rewrite, really needs testingFlorian Fainelli2007-06-051-46/+49
* Fix endianness issues with adm5120eb, thanks to Gabor !Florian Fainelli2007-06-031-21/+72
* adm5120 timing specific routines, was part of the IRQ handling rewritteFlorian Fainelli2007-06-031-0/+54
* IRQ handler rewrite by Gabor Juhos, uses C no longer assemblyFlorian Fainelli2007-06-0212-375/+496