Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | bump kernel to 3.2.12 | John Crispin | 2012-03-25 | 42 | -40382/+0 |
| | | | | SVN-Revision: 31060 | ||||
* | fixes etop locking issue | John Crispin | 2012-02-23 | 1 | -6/+5 |
| | | | | SVN-Revision: 30689 | ||||
* | fix compile error in previous commit | John Crispin | 2012-02-14 | 1 | -10/+10 |
| | | | | SVN-Revision: 30534 | ||||
* | Support booting the Speedport W502V using BRN-BOOT. | John Crispin | 2012-02-14 | 1 | -0/+93 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | While the disadvantage is less available flash space, it's easy and safe to flash without opening the device. Going back to the original firmware is also possible. This patch add two firmware utilities, mkbrncmdline and mkbrnboot. mkbrncmdline patches the uncompressed kernel so the registeres a0 to a3 are initialized and the memory size is passed in. mkbrnboot takes the lzma compressed kernel and squashfs images and creates a firmware image that can be flashed using the BRN-BOOT recovery kernel, which is booted by holding both buttons when powering up the device and will listen on http://192.168.2.1. The firmware file from bin/lantiq/ to use is openwrt-lantiq-danube-ARV4525PW-BRNDTW502-brnImage The BRN-BOOT recovery kernel does size-check the image, so if it's too big to fit into flash it will complain accordingly. A second patch is needed to make the wired network interface work since there is no u-boot to pre-initialise it. Signed-off-by: Tobias Diedrich <ranma+openwrt@tdiedrich.de> SVN-Revision: 30532 | ||||
* | fixes irq locking in ethernet driver | John Crispin | 2012-02-14 | 1 | -0/+71 |
| | | | | SVN-Revision: 30522 | ||||
* | fixes gpio_export patch | John Crispin | 2012-02-14 | 1 | -8/+8 |
| | | | | SVN-Revision: 30521 | ||||
* | linux: update 3.1 to 3.1.4 | Jonas Gorski | 2011-12-06 | 2 | -28/+16 |
| | | | | SVN-Revision: 29470 | ||||
* | lantiq: drop 009-MIPS-make-oprofile-use-cp0_perfcount_irq-if-it-is-se.patch | John Crispin | 2011-11-23 | 1 | -51/+0 |
| | | | | | | This patch is/was a duplicate of generic/patches-3.1/307-mips_oprofile_fix.patch SVN-Revision: 29294 | ||||
* | lantiq: * fixes ath5k eeprom handling * fixes sx76x * adds sx76x to userland ↵ | John Crispin | 2011-11-22 | 1 | -1/+1 |
| | | | | | | | | api * minor style cleanups Signed-of-by: Andrej Vlašić <andrej.vlasic0@gmail.com> SVN-Revision: 29292 | ||||
* | lantiq: fix falcon build breakage | John Crispin | 2011-11-14 | 1 | -17/+29 |
| | | | | | | dev-wifi-rt2x00 fails to build on falcon due to missing pci SVN-Revision: 29129 | ||||
* | linux: update 3.1 to 3.1.1 | Jonas Gorski | 2011-11-13 | 6 | -66/+40 |
| | | | | SVN-Revision: 29007 | ||||
* | lantiq: split compat headers out of bsp header patch | John Crispin | 2011-11-12 | 2 | -71/+31 |
| | | | | SVN-Revision: 29001 | ||||
* | lantiq: w303v has its rt2860 eep on the nor flash. tell compat-wireless how ↵ | John Crispin | 2011-11-12 | 1 | -16/+28 |
| | | | | | | to use it SVN-Revision: 28994 | ||||
* | lantiq: fix breakage introduced in 3.1 bump | John Crispin | 2011-11-11 | 6 | -0/+324 |
| | | | | SVN-Revision: 28961 | ||||
* | lantiq: bump to 3.1 | John Crispin | 2011-11-03 | 35 | -0/+40000 |
| | | | | SVN-Revision: 28721 | ||||
* | * backport 2.6.8 patches to .39 / .32.33 | John Crispin | 2011-05-29 | 34 | -50289/+0 |
| | | | | | | | | | * remove lqtapi * bump tapi/dsl to .39 * migrate to new ltq_ style api * add amazon_se support SVN-Revision: 27026 | ||||
* | * adds spi driver, thx daniel | John Crispin | 2011-03-29 | 3 | -0/+1213 |
| | | | | SVN-Revision: 26355 | ||||
* | * fix ARV7518PW support | John Crispin | 2011-03-29 | 1 | -2/+3 |
| | | | | SVN-Revision: 26354 | ||||
* | * use netif_rx of the phydev if it is provided | John Crispin | 2011-03-29 | 1 | -5/+10 |
| | | | | SVN-Revision: 26353 | ||||
* | * shrink the memory window of the wdt | John Crispin | 2011-03-29 | 2 | -4/+4 |
| | | | | SVN-Revision: 26352 | ||||
* | * fixes arv4510 board support * fixes nor swizzle hack * fixes gpio ↵ | John Crispin | 2011-03-14 | 5 | -68/+60 |
| | | | | | | .can_sleep * fixes compile warning inside pci driver SVN-Revision: 26157 | ||||
* | lantiq: add missing #include for the falcon i2c driver | Felix Fietkau | 2011-03-13 | 1 | -1/+2 |
| | | | | SVN-Revision: 26152 | ||||
* | * update kernel to .37 * add support for falcon (big thank you goes to ↵ | John Crispin | 2011-03-11 | 28 | -270/+17914 |
| | | | | | | lantiq !!) SVN-Revision: 26021 | ||||
* | * fixes dwc_otg init when power gpio is set to -1 | John Crispin | 2011-02-13 | 1 | -5/+5 |
| | | | | SVN-Revision: 25521 | ||||
* | * adds ath5k platform support * adds several new profiles | John Crispin | 2011-02-04 | 1 | -3/+52 |
| | | | | SVN-Revision: 25367 | ||||
* | * fixes old ifxmips in header file * pass default ebu value to gpio driver | John Crispin | 2011-02-04 | 2 | -3/+11 |
| | | | | SVN-Revision: 25366 | ||||
* | * fix usb compile warnings * fix timer header file which broke compile of ↵ | John Crispin | 2011-02-03 | 3 | -42/+38 |
| | | | | | | external tapi driver * rebase patch SVN-Revision: 25344 | ||||
* | * adds profiles to the kernel * fixes 2 compile errors in the usb driver * ↵ | John Crispin | 2011-02-01 | 4 | -39/+135 |
| | | | | | | ioports were not allocated properly SVN-Revision: 25278 | ||||
* | * adds arv4518pw mach support * fixes arv4525pw * make sure all mach names ↵ | John Crispin | 2011-01-23 | 4 | -109/+193 |
| | | | | | | have the same style * move code around SVN-Revision: 25075 | ||||
* | adds machtype for ARV7518PW | John Crispin | 2011-01-23 | 1 | -2/+34 |
| | | | | SVN-Revision: 25074 | ||||
* | remove deadcode from [25072] | John Crispin | 2011-01-23 | 1 | -4/+1 |
| | | | | SVN-Revision: 25073 | ||||
* | * fix pci support for more than 1 device * fixes ioport mappings * adds ↵ | John Crispin | 2011-01-23 | 7 | -145/+253 |
| | | | | | | | | support for arcor easybox 803/arv752DWP22 * gpio direction was not set properly during a gpio_request() * usb compile warning bugfix, cleanup, SVN-Revision: 25072 | ||||
* | * revert [25002] * fixes EBU ack when EBU causes an irq | John Crispin | 2011-01-19 | 1 | -3/+224 |
| | | | | SVN-Revision: 25047 | ||||
* | move irq.c from patch into own file | Mirko Vogt | 2011-01-15 | 1 | -215/+0 |
| | | | | SVN-Revision: 25002 | ||||
* | * fixes duplicate registration of dwc_otg usb core | John Crispin | 2010-12-20 | 1 | -47/+2 |
| | | | | SVN-Revision: 24738 | ||||
* | * make the usb gpio configurable * 105-header_xway.patch has a corrupt line ↵ | John Crispin | 2010-12-14 | 2 | -37/+20 |
| | | | | | | count in it SVN-Revision: 24564 | ||||
* | adds new lantiq kernel. once the codebase is fully tested and know to be ↵ | John Crispin | 2010-12-12 | 23 | -0/+31119 |
working on all the devices previously supported by ifxmips, we will drop ifxmips support. SVN-Revision: 24526 |