Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Put the init flag in the structure | Florian Fainelli | 2007-07-19 | 1 | -3/+4 |
| | | | | SVN-Revision: 8054 | ||||
* | Replace hardcoded values with their correct definitions | Florian Fainelli | 2007-07-18 | 2 | -2/+2 |
| | | | | SVN-Revision: 8046 | ||||
* | Convert the nand driver to a platform_device, should only allow routerboards ↵ | Florian Fainelli | 2007-07-18 | 4 | -56/+162 |
| | | | | | | to use it SVN-Revision: 8045 | ||||
* | Load the appropriate MTD driver if we were booted from NOR/NAND only, use ↵ | Florian Fainelli | 2007-07-18 | 2 | -5/+15 |
| | | | | | | the TRX mapping by default if bootloader unknown SVN-Revision: 8032 | ||||
* | restore support for Infineon's EASY 5120 boards | Gabor Juhos | 2007-07-17 | 2 | -8/+79 |
| | | | | SVN-Revision: 8021 | ||||
* | Adm5120 NAPI polling support and fixes by Thomas Langer and Friedrich Beckmann | Florian Fainelli | 2007-07-17 | 2 | -126/+230 |
| | | | | SVN-Revision: 8013 | ||||
* | Fix warnings | Florian Fainelli | 2007-07-17 | 2 | -6/+7 |
| | | | | SVN-Revision: 8012 | ||||
* | fix of the board specific initialization of the GPIO pins | Gabor Juhos | 2007-07-15 | 4 | -1/+13 |
| | | | | SVN-Revision: 7979 | ||||
* | flash driver shows the correct chip size from now | Gabor Juhos | 2007-07-13 | 1 | -1/+1 |
| | | | | SVN-Revision: 7971 | ||||
* | Fix the section mismatch on the serial driver (#2076), thanks Thomas ! | Florian Fainelli | 2007-07-13 | 1 | -1/+1 |
| | | | | SVN-Revision: 7967 | ||||
* | fix detection of admboot based boards | Gabor Juhos | 2007-07-11 | 1 | -3/+8 |
| | | | | SVN-Revision: 7926 | ||||
* | remove hardware accelerated byte swapping feature, and resync kernel config | Gabor Juhos | 2007-07-11 | 1 | -4/+0 |
| | | | | SVN-Revision: 7924 | ||||
* | refactor kernel code (part 1), mark it as broken now | Gabor Juhos | 2007-07-11 | 41 | -1361/+3357 |
| | | | | SVN-Revision: 7916 | ||||
* | rewrite of memory detection code, should be fix #1909 | Gabor Juhos | 2007-07-01 | 4 | -60/+214 |
| | | | | SVN-Revision: 7819 | ||||
* | update to 2.6.22-rc6 | Gabor Juhos | 2007-06-28 | 1 | -4/+5 |
| | | | | SVN-Revision: 7758 | ||||
* | replace led driver, and resync kernel config | Gabor Juhos | 2007-06-27 | 4 | -52/+574 |
| | | | | SVN-Revision: 7744 | ||||
* | calling of prom_detect_board is needed only when we still don't know the board | Gabor Juhos | 2007-06-26 | 2 | -4/+7 |
| | | | | SVN-Revision: 7736 | ||||
* | from now on, the kernel parses parameters passed by our lzma-loader | Gabor Juhos | 2007-06-25 | 3 | -59/+196 |
| | | | | SVN-Revision: 7730 | ||||
* | fix hardware byte swapping to work in little endian mode as well | Gabor Juhos | 2007-06-23 | 1 | -2/+2 |
| | | | | SVN-Revision: 7712 | ||||
* | add initial support for hardware accelerated byte swapping | Gabor Juhos | 2007-06-22 | 2 | -9/+46 |
| | | | | SVN-Revision: 7708 | ||||
* | Resync kernel config, preliminary bandwidth control mgmt for the adm5120 switch | Florian Fainelli | 2007-06-17 | 2 | -0/+42 |
| | | | | SVN-Revision: 7655 | ||||
* | New PCI fixup version, should better assign IRQs for boards, thanks Gabor ! | Florian Fainelli | 2007-06-17 | 1 | -22/+109 |
| | | | | SVN-Revision: 7654 | ||||
* | Fix memory detection and hcd compilation, thanks Gabor ! (closes #1813) | Florian Fainelli | 2007-06-14 | 5 | -55/+153 |
| | | | | SVN-Revision: 7631 | ||||
* | Better macronix bottom boot handling, thanks Gabor ! | Florian Fainelli | 2007-06-13 | 1 | -2/+6 |
| | | | | SVN-Revision: 7618 | ||||
* | Fix the irq mapping for routerboard devices (#1843) | Florian Fainelli | 2007-06-11 | 1 | -8/+4 |
| | | | | SVN-Revision: 7560 | ||||
* | Use the flash0_size from the adm5120_board structure to correctly remap the ↵ | Florian Fainelli | 2007-06-10 | 1 | -2/+2 |
| | | | | | | flash (#1855) SVN-Revision: 7547 | ||||
* | Change the main partition to be named rootfs so that the scripts mount it | Florian Fainelli | 2007-06-08 | 1 | -1/+1 |
| | | | | SVN-Revision: 7537 | ||||
* | USB probe rewrite, really needs testing | Florian Fainelli | 2007-06-05 | 1 | -46/+49 |
| | | | | SVN-Revision: 7505 | ||||
* | Fix endianness issues with adm5120eb, thanks to Gabor ! | Florian Fainelli | 2007-06-03 | 1 | -21/+72 |
| | | | | SVN-Revision: 7479 | ||||
* | adm5120 timing specific routines, was part of the IRQ handling rewritte | Florian Fainelli | 2007-06-03 | 1 | -0/+54 |
| | | | | SVN-Revision: 7475 | ||||
* | IRQ handler rewrite by Gabor Juhos, uses C no longer assembly | Florian Fainelli | 2007-06-02 | 12 | -375/+496 |
| | | | | SVN-Revision: 7464 | ||||
* | Use the cmdline hacked's prom.c and disable this patching part accordingly | Florian Fainelli | 2007-05-30 | 1 | -1/+6 |
| | | | | SVN-Revision: 7396 | ||||
* | Minor fixes, do not count interrupts without interrupt source as spurious ↵ | Florian Fainelli | 2007-05-30 | 3 | -6/+10 |
| | | | | | | (#1755) SVN-Revision: 7391 | ||||
* | Add the rbmipsnand fix from #1778 | Florian Fainelli | 2007-05-29 | 1 | -1/+12 |
| | | | | SVN-Revision: 7388 | ||||
* | .21 fixes | Florian Fainelli | 2007-05-29 | 2 | -1/+2 |
| | | | | SVN-Revision: 7387 | ||||
* | Fix .21 compilation on memory.c (#1778) | Florian Fainelli | 2007-05-29 | 1 | -2/+1 |
| | | | | SVN-Revision: 7383 | ||||
* | Fix adm5120hcd compilation error (#1738) | Florian Fainelli | 2007-05-22 | 1 | -1/+1 |
| | | | | SVN-Revision: 7304 | ||||
* | Disable PCMCIA for adm5120, request IRQ for the USB driver, fix duplicate ↵ | Florian Fainelli | 2007-05-20 | 3 | -468/+7 |
| | | | | | | lines in the GPIO code SVN-Revision: 7293 | ||||
* | Add ADM5120 GPIO wrappers | Florian Fainelli | 2007-05-20 | 2 | -0/+932 |
| | | | | SVN-Revision: 7288 | ||||
* | Implement architecture speficic GPIO calls for adm5120, thanks to Gabor Juhos | Florian Fainelli | 2007-05-20 | 3 | -0/+43 |
| | | | | SVN-Revision: 7286 | ||||
* | Backport [7224] to the adm5120 flash map driver | Florian Fainelli | 2007-05-18 | 1 | -4/+2 |
| | | | | SVN-Revision: 7270 | ||||
* | Fix routeboard board detection, add some new ZyXEL boards, thanks to Gabor Juhos | Florian Fainelli | 2007-05-13 | 2 | -42/+131 |
| | | | | SVN-Revision: 7214 | ||||
* | Backport [7172] to adm5120 mtd map driver | Florian Fainelli | 2007-05-11 | 1 | -42/+2 |
| | | | | SVN-Revision: 7184 | ||||
* | Suppress OpenWrt partition, no needed anymore | Florian Fainelli | 2007-05-11 | 1 | -1/+0 |
| | | | | SVN-Revision: 7183 | ||||
* | Fix some \n and kernel logging levels | Florian Fainelli | 2007-05-11 | 1 | -3/+3 |
| | | | | SVN-Revision: 7181 | ||||
* | LED driver update | Florian Fainelli | 2007-05-11 | 1 | -31/+25 |
| | | | | SVN-Revision: 7180 | ||||
* | Fix some HCD driver warnings | Florian Fainelli | 2007-05-07 | 1 | -7/+1 |
| | | | | SVN-Revision: 7120 | ||||
* | Updated support for Zynos/adm5120eb boards, thanks Gabor | Florian Fainelli | 2007-04-27 | 2 | -30/+100 |
| | | | | SVN-Revision: 7061 | ||||
* | Move NAND driver from rb1xx to adm5120, rbmipsnand fixed by David ↵ | Florian Fainelli | 2007-04-17 | 1 | -0/+111 |
| | | | | | | Goodenough, thanks ! SVN-Revision: 6991 | ||||
* | Re-enable PCI subsystem :) | Florian Fainelli | 2007-04-17 | 1 | -1/+1 |
| | | | | SVN-Revision: 6983 |