Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add uboot-envtools to gumstix builds | Hamish Guthrie | 2011-03-30 | 3 | -2/+4 |
| | | | | SVN-Revision: 26363 | ||||
* | * adds spi driver, thx daniel | John Crispin | 2011-03-29 | 4 | -0/+1218 |
| | | | | SVN-Revision: 26355 | ||||
* | * fix ARV7518PW support | John Crispin | 2011-03-29 | 3 | -2/+23 |
| | | | | 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 | ||||
* | geos: support cpu MSR register and flashrom for coreboot upgrades | Florian Fainelli | 2011-03-28 | 1 | -1/+3 |
| | | | | | | | | | | The early versions of the platform shipped with coreboot 3.0, which had some issues rebooting correctly the first time. Allow the user to upgrade his BIOS from Linux. Signed-of-by: Philip Prindeville <philipp@redfish-solutions.com> SVN-Revision: 26344 | ||||
* | Update omap24xx kconfig | Michael Büsch | 2011-03-28 | 1 | -7/+15 |
| | | | | SVN-Revision: 26333 | ||||
* | Update 2.6.38 to 2.6.38.2 | Michael Büsch | 2011-03-28 | 7 | -37/+62 |
| | | | | SVN-Revision: 26332 | ||||
* | linux/atheros: add missing netpoll option. (closes #9130) | Alexandros C. Couloumbis | 2011-03-28 | 1 | -0/+31 |
| | | | | SVN-Revision: 26331 | ||||
* | The Geos target (and probably others, like net5501) need to grab the new ↵ | Travis Kemen | 2011-03-28 | 1 | -3/+8 |
| | | | | | | | | cs5535 gpio driver. Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com> SVN-Revision: 26330 | ||||
* | ramips: remove 2.6.36 stuff | Gabor Juhos | 2011-03-27 | 9 | -456/+0 |
| | | | | SVN-Revision: 26329 | ||||
* | ramips: switch to 2.6.37 | Gabor Juhos | 2011-03-27 | 10 | -1/+485 |
| | | | | SVN-Revision: 26328 | ||||
* | ramips: UPF_FIXED_TYPE must be set for the serial ports | Gabor Juhos | 2011-03-27 | 1 | -1/+1 |
| | | | | SVN-Revision: 26327 | ||||
* | ramips: define GPIO chips separately for each SoCs | Gabor Juhos | 2011-03-27 | 7 | -84/+152 |
| | | | | SVN-Revision: 26326 | ||||
* | ramips: move GPIO definitions into a separate header file | Gabor Juhos | 2011-03-27 | 5 | -63/+52 |
| | | | | SVN-Revision: 26325 | ||||
* | ramips: setup GPIO chip functions on the fly | Gabor Juhos | 2011-03-27 | 1 | -12/+5 |
| | | | | SVN-Revision: 26324 | ||||
* | ramips: use separate register base for GPIO chips | Gabor Juhos | 2011-03-27 | 1 | -8/+16 |
| | | | | SVN-Revision: 26323 | ||||
* | ramips: fix dir-300 mtd layout | Gabor Juhos | 2011-03-27 | 1 | -1/+1 |
| | | | | | | Signed-off-by: Alexander Gordeev <lasaine@lvk.cs.msu.su> SVN-Revision: 26322 | ||||
* | ramips: enable MDIO on the HW550-3G board | Gabor Juhos | 2011-03-27 | 1 | -1/+5 |
| | | | | SVN-Revision: 26321 | ||||
* | ramips: add sysupgrade and status LED support for HW550-3G | Gabor Juhos | 2011-03-27 | 3 | -12/+15 |
| | | | | | | | | | This patch adds sysupgrade and status LED support for the Aztech HW550-3G. Some LED GPIOs were changed for clarity. Signed-off-by: Layne Edwards <ledwards76@gmail.com> SVN-Revision: 26320 | ||||
* | Revert "kernel: remove all local symbols from kernel modules at link time to ↵ | Felix Fietkau | 2011-03-26 | 4 | -24/+2 |
| | | | | | | reduce their size" Use -x when stripping kernel modules instead SVN-Revision: 26305 | ||||
* | kernel: use -fno-caller-saves | Felix Fietkau | 2011-03-26 | 2 | -7/+13 |
| | | | | SVN-Revision: 26301 | ||||
* | global cflags: remove -funit-at-a-time, it is ignored by recent compilers. ↵ | Felix Fietkau | 2011-03-26 | 24 | -24/+24 |
| | | | | | | instead add -fno-caller-saves, which improves compression ratio for generated code with no apparent negative effects on performance SVN-Revision: 26300 | ||||
* | kernel: remove all local symbols from kernel modules at link time to reduce ↵ | Felix Fietkau | 2011-03-25 | 4 | -2/+24 |
| | | | | | | their size SVN-Revision: 26298 | ||||
* | kernel: remove wrong chunks from the 2.6.37 and 2.6.38 version of the mips ↵ | Felix Fietkau | 2011-03-25 | 2 | -24/+0 |
| | | | | | | oprofile fix SVN-Revision: 26297 | ||||
* | Correct CTI patch | Hamish Guthrie | 2011-03-23 | 1 | -15/+15 |
| | | | | SVN-Revision: 26276 | ||||
* | kernel: add CTI usb-id's to FTDI driver | Hamish Guthrie | 2011-03-23 | 1 | -0/+24 |
| | | | | SVN-Revision: 26275 | ||||
* | Add patch to correct sub-page alignment | Hamish Guthrie | 2011-03-23 | 1 | -0/+22 |
| | | | | SVN-Revision: 26274 | ||||
* | fix image generation in the Image Builder environment | Jo-Philipp Wich | 2011-03-22 | 1 | -1/+3 |
| | | | | SVN-Revision: 26271 | ||||
* | add 2.6.38 support | Imre Kaloz | 2011-03-22 | 40 | -0/+6347 |
| | | | | SVN-Revision: 26268 | ||||
* | enable the 'big kernel lock' by default | Imre Kaloz | 2011-03-22 | 2 | -1/+2 |
| | | | | SVN-Revision: 26267 | ||||
* | sysupgrade works on the wp54 | Travis Kemen | 2011-03-21 | 1 | -1/+1 |
| | | | | SVN-Revision: 26257 | ||||
* | Update to 2.6.38 | Claudio Mignanti | 2011-03-20 | 3 | -77/+10 |
| | | | | SVN-Revision: 26246 | ||||
* | omap24xx: Update to 2.6.38. Remove 2.6.37 files | Michael Büsch | 2011-03-20 | 16 | -23433/+1 |
| | | | | SVN-Revision: 26244 | ||||
* | brcm47xx: remove kmod-usb-ohci from WGT634U packages. | Hauke Mehrtens | 2011-03-19 | 1 | -1/+1 |
| | | | | | | | | This package creates some error messages on startup Thank you russell-- for reporting SVN-Revision: 26240 | ||||
* | kernel: add missing config options | Hauke Mehrtens | 2011-03-19 | 1 | -0/+10 |
| | | | | SVN-Revision: 26238 | ||||
* | kernel: linux/version.h was removed in kernel 2.6.19 and is now replaced by ↵ | Hauke Mehrtens | 2011-03-19 | 16 | -32/+80 |
| | | | | | | | | | | generated/autoconf.h. This fixes build with kernel 2.6.38. This was only build tested. Thank you philipp64 for reporting SVN-Revision: 26237 | ||||
* | remove 2.6.34 support | Imre Kaloz | 2011-03-18 | 189 | -50474/+0 |
| | | | | SVN-Revision: 26229 | ||||
* | upgrade to 2.6.37.4 | Imre Kaloz | 2011-03-18 | 6 | -27/+28 |
| | | | | SVN-Revision: 26228 | ||||
* | upgrade to 2.6.37.4 | Imre Kaloz | 2011-03-18 | 6 | -65/+17 |
| | | | | SVN-Revision: 26227 | ||||
* | update to 2.6.32.33 and 2.6.37.4 | Imre Kaloz | 2011-03-18 | 28 | -48/+48 |
| | | | | SVN-Revision: 26226 | ||||
* | upgrade to 2.6.37 | Imre Kaloz | 2011-03-18 | 5 | -179/+19 |
| | | | | SVN-Revision: 26225 | ||||
* | upgrade to 2.6.37 | Imre Kaloz | 2011-03-18 | 7 | -36/+47 |
| | | | | SVN-Revision: 26224 | ||||
* | upgrade to 2.6.37 | Imre Kaloz | 2011-03-18 | 1 | -2/+2 |
| | | | | SVN-Revision: 26223 | ||||
* | upgrade to 2.6.37, mark it broken | Imre Kaloz | 2011-03-18 | 5 | -12/+13 |
| | | | | SVN-Revision: 26222 | ||||
* | kernel: fix an overlayfs deadlock on rmdir | Felix Fietkau | 2011-03-17 | 2 | -0/+152 |
| | | | | SVN-Revision: 26215 | ||||
* | kernel: replace mini_fo with overlayfs for 2.6.38 | Felix Fietkau | 2011-03-17 | 15 | -8578/+2917 |
| | | | | SVN-Revision: 26213 | ||||
* | ar71xx: remove 2.6.32 support | Felix Fietkau | 2011-03-17 | 34 | -1248/+0 |
| | | | | SVN-Revision: 26211 | ||||
* | kernel: replace mini_fo with overlayfs for 2.6.37 | Felix Fietkau | 2011-03-17 | 15 | -8490/+2995 |
| | | | | SVN-Revision: 26209 | ||||
* | mpc85xx: update to linux 2.6.38, remove the broken flag | Felix Fietkau | 2011-03-16 | 2 | -5/+23 |
| | | | | SVN-Revision: 26195 |