Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
* | ramips: use maccalc instead of hexdump + sed | Gabor Juhos | 2011-08-15 | |
| | | | | SVN-Revision: 28007 | |||
* | ramips: rt305x: fix mac addresses on the Netcore NW718 board | Gabor Juhos | 2011-08-15 | |
| | | | | SVN-Revision: 28006 | |||
* | ramips: add maccalc to the default package list | Gabor Juhos | 2011-08-15 | |
| | | | | SVN-Revision: 28005 | |||
* | ramips: add input drivers to the default package list | Gabor Juhos | 2011-08-15 | |
| | | | | SVN-Revision: 28003 | |||
* | ramips: rt305x: make config and factory partitions read-only on the ATP-52B | Gabor Juhos | 2011-08-15 | |
| | | | | SVN-Revision: 28002 | |||
* | ramips: add uci-defaults scripts to preconfigure USB LEDs | Gabor Juhos | 2011-08-15 | |
| | | | | SVN-Revision: 28000 | |||
* | ramips: rt305x: add some USB modules to the default profile | Gabor Juhos | 2011-08-15 | |
| | | | | SVN-Revision: 27999 | |||
* | ramips: rt305x: add dwc_otg driver | Gabor Juhos | 2011-08-15 | |
| | | | | | | Based on a patch by Layne Edwards <ledwards@astrumtech.net> SVN-Revision: 27997 | |||
* | ramips: rt305x: register the dwc_otg device on the relevant boards | Gabor Juhos | 2011-08-15 | |
| | | | | SVN-Revision: 27996 | |||
* | ramips: rt305x: add dwc_otg platform device | Gabor Juhos | 2011-08-15 | |
| | | | | | | Signed-off-by: Alexander Gordeev <lasaine@lvk.cs.msu.su> SVN-Revision: 27995 | |||
* | ramips: sync kernel config | Gabor Juhos | 2011-08-15 | |
| | | | | SVN-Revision: 27993 | |||
* | ramips: load the input drivers during preinit | Gabor Juhos | 2011-08-15 | |
| | | | | SVN-Revision: 27992 | |||
* | ramips: add support for Argus ATP-52B | Gabor Juhos | 2011-08-15 | |
| | | | | | | | | [The ESW related changes has been removed - juhosg] Signed-off-by: Roman Yeryomin <roman@advem.lv> SVN-Revision: 27991 | |||
* | ramips: allow to specify port layout for the switch of the RT305x/RT3350 | Gabor Juhos | 2011-08-15 | |
| | | | | | | Based on a patch by Roman Yeryomin <roman@advem.lv> SVN-Revision: 27990 | |||
* | generic: ar8216: add support for get link status | Gabor Juhos | 2011-08-15 | |
| | | | | SVN-Revision: 27989 | |||
* | kernel: disable cfi cmdset 0002 erase suspend | Felix Fietkau | 2011-08-15 | |
| | | | | | | | | | | on some platforms, erase suspend leads to data corruption and lockups when write ops collide with erase ops. this has been observed on the buffalo wzr-hp-g300nh. rather than play whack-a-mole with a hard to reproduce issue on a variety of devices, simply disable erase suspend, as it will usually not produce any useful gain on the small filesystems used on embedded hardware. SVN-Revision: 27984 | |||
* | ar71xx: add some code to detect DMA stuck conditions on ar7240 | Felix Fietkau | 2011-08-13 | |
| | | | | SVN-Revision: 27975 | |||
* | ar71xx: on ar724x only reset the link status in the restart handler, the ↵ | Felix Fietkau | 2011-08-13 | |
| | | | | | | fast reset takes care of DMA stuck issues SVN-Revision: 27973 | |||
* | brcm47xx: fix flash detection on chipcommon less devices. | Hauke Mehrtens | 2011-08-12 | |
| | | | | | | | This closes #9906 Thank you for the report Kim SVN-Revision: 27967 | |||
* | initramfs: allow preinit to enable switching from initramfs to tmpfs to ↵ | Felix Fietkau | 2011-08-11 | |
| | | | | | | allow overlayfs to be mounted on top of it SVN-Revision: 27960 | |||
* | ar71xx: adjust the mtd layout of tew-632brp and dir-615c to match the image ↵ | Felix Fietkau | 2011-08-11 | |
| | | | | | | layout (fixes #9922) SVN-Revision: 27959 | |||
* | package more board specific modules: | Florian Fainelli | 2011-08-11 | |
| | | | | | | | | | - keyboard matrix driver - SoC sound support based on patch by KanjiMonster SVN-Revision: 27957 | |||
* | add more missing touchscren symbols (3.0+) | Florian Fainelli | 2011-08-11 | |
| | | | | SVN-Revision: 27956 | |||
* | disable hardware perf support to work in qemu | Florian Fainelli | 2011-08-11 | |
| | | | | SVN-Revision: 27955 | |||
* | kernel: revert r27953 | Hauke Mehrtens | 2011-08-11 | |
| | | | | | | KanjiMonster did the right patch, I was just confused because of linux-3.0 and linux-2.6.30 SVN-Revision: 27954 | |||
* | kernel: fix ocf patch for kernel 2.6.30 | Hauke Mehrtens | 2011-08-11 | |
| | | | | | | find_task_by_vpid is already exported by the kernel without any patches needed. SVN-Revision: 27953 | |||
* | kernel: 2.6.30: remove bogus additional find_task_by_vpid export from OCF | Jonas Gorski | 2011-08-11 | |
| | | | | | | find_task_by_vpid is already exported, thus breaking builds. SVN-Revision: 27952 | |||
* | ar71xx: make ehci patch apply again | Jonas Gorski | 2011-08-10 | |
| | | | | SVN-Revision: 27951 | |||
* | ar71xx: fix a copy&paste bug that broke wzr-hp-g300nh and wzr-hp-ag300h ↵ | Felix Fietkau | 2011-08-10 | |
| | | | | | | images (#9918) SVN-Revision: 27950 | |||
* | fix ehci build on 3.0+ | Florian Fainelli | 2011-08-10 | |
| | | | | SVN-Revision: 27946 | |||
* | add ignore_oc in struct ehci_hcd | Florian Fainelli | 2011-08-10 | |
| | | | | SVN-Revision: 27945 | |||
* | update to 3.0.1 | Florian Fainelli | 2011-08-09 | |
| | | | | SVN-Revision: 27943 | |||
* | add CONFIG_EARLY_PRINTK | Florian Fainelli | 2011-08-09 | |
| | | | | SVN-Revision: 27942 | |||
* | bcm63xx: add support for linux 3.1-rc1 | Jonas Gorski | 2011-08-09 | |
| | | | | SVN-Revision: 27941 | |||
* | linux: generic: add support for 3.1-rc1 | Jonas Gorski | 2011-08-09 | |
| | | | | SVN-Revision: 27940 | |||
* | Add packages that will be relant as "There's a new Alix platform driver ↵ | Daniel Dickinson | 2011-08-08 | |
| | | | | | | | | hitting linux-next upstream. Get ready for it in 2.6.39.4 and 3.0. Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>" SVN-Revision: 27929 | |||
* | kernel: fix another typo in the netfilter optimization patches | Felix Fietkau | 2011-08-07 | |
| | | | | SVN-Revision: 27927 | |||
* | kernel: add missing option | Hauke Mehrtens | 2011-08-06 | |
| | | | | SVN-Revision: 27925 | |||
* | kernel: add missing checks in the netfilter optimization patch which broke ↵ | Felix Fietkau | 2011-08-06 | |
| | | | | | | some rules containing only source/destination address checks SVN-Revision: 27923 | |||
* | uml: add some missing options | Hauke Mehrtens | 2011-08-06 | |
| | | | | SVN-Revision: 27921 | |||
* | kernel: add some missing config options | Hauke Mehrtens | 2011-08-06 | |
| | | | | | | These options where found by buildbot SVN-Revision: 27920 | |||
* | kernel: update to kernel version 3.0.1 | Hauke Mehrtens | 2011-08-06 | |
| | | | | SVN-Revision: 27918 | |||
* | update to kernel 3.0 | Florian Fainelli | 2011-08-05 | |
| | | | | SVN-Revision: 27912 | |||
* | add more missing config symbols | Florian Fainelli | 2011-08-05 | |
| | | | | SVN-Revision: 27911 | |||
* | update to kernel 3.0 | Florian Fainelli | 2011-08-05 | |
| | | | | SVN-Revision: 27910 | |||
* | add 101-perf_arm_uclibc.patch to 3.0 patches | Florian Fainelli | 2011-08-05 | |
| | | | | SVN-Revision: 27909 | |||
* | add missing config symbol | Florian Fainelli | 2011-08-05 | |
| | | | | SVN-Revision: 27908 | |||
* | ar71xx: fix image generation | Gabor Juhos | 2011-08-05 | |
| | | | | SVN-Revision: 27907 | |||
* | brcm47xx: use kernel 3.0 | Hauke Mehrtens | 2011-08-04 | |
| | | | | | | As this target changes often these days it is hard to support more kernel versions. Now only kernel 3.0 is supported. SVN-Revision: 27906 | |||
* | brcm47xx: update patches | Hauke Mehrtens | 2011-08-04 | |
| | | | | | | | | * this adds sflash support for ssb devices * the flash is now a platform device * minor updates SVN-Revision: 27902 |