aboutsummaryrefslogtreecommitdiffstats
path: root/target
Commit message (Collapse)AuthorAgeFilesLines
* ramips: rt305x: add some USB modules to the default profileGabor Juhos2011-08-151-2/+4
| | | | SVN-Revision: 27999
* ramips: rt305x: add dwc_otg driverGabor Juhos2011-08-1522-1/+24360
| | | | | | Based on a patch by Layne Edwards <ledwards@astrumtech.net> SVN-Revision: 27997
* ramips: rt305x: register the dwc_otg device on the relevant boardsGabor Juhos2011-08-155-0/+5
| | | | SVN-Revision: 27996
* ramips: rt305x: add dwc_otg platform deviceGabor Juhos2011-08-152-0/+27
| | | | | | Signed-off-by: Alexander Gordeev <lasaine@lvk.cs.msu.su> SVN-Revision: 27995
* ramips: sync kernel configGabor Juhos2011-08-152-2/+0
| | | | SVN-Revision: 27993
* ramips: load the input drivers during preinitGabor Juhos2011-08-151-0/+12
| | | | SVN-Revision: 27992
* ramips: add support for Argus ATP-52BGabor Juhos2011-08-158-0/+140
| | | | | | | | [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/RT3350Gabor Juhos2011-08-1513-13/+62
| | | | | | Based on a patch by Roman Yeryomin <roman@advem.lv> SVN-Revision: 27990
* generic: ar8216: add support for get link statusGabor Juhos2011-08-151-0/+62
| | | | SVN-Revision: 27989
* kernel: disable cfi cmdset 0002 erase suspendFelix Fietkau2011-08-153-0/+33
| | | | | | | | | | 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 ar7240Felix Fietkau2011-08-134-1/+36
| | | | SVN-Revision: 27975
* ar71xx: on ar724x only reset the link status in the restart handler, the ↵Felix Fietkau2011-08-131-0/+6
| | | | | | fast reset takes care of DMA stuck issues SVN-Revision: 27973
* brcm47xx: fix flash detection on chipcommon less devices.Hauke Mehrtens2011-08-121-22/+28
| | | | | | | This closes #9906 Thank you for the report Kim SVN-Revision: 27967
* initramfs: allow preinit to enable switching from initramfs to tmpfs to ↵Felix Fietkau2011-08-111-0/+13
| | | | | | 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 Fietkau2011-08-112-6/+6
| | | | | | layout (fixes #9922) SVN-Revision: 27959
* package more board specific modules:Florian Fainelli2011-08-111-0/+70
| | | | | | | | | - keyboard matrix driver - SoC sound support based on patch by KanjiMonster SVN-Revision: 27957
* add more missing touchscren symbols (3.0+)Florian Fainelli2011-08-113-0/+3
| | | | SVN-Revision: 27956
* disable hardware perf support to work in qemuFlorian Fainelli2011-08-111-5/+7
| | | | SVN-Revision: 27955
* kernel: revert r27953Hauke Mehrtens2011-08-111-0/+10
| | | | | | 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.30Hauke Mehrtens2011-08-111-10/+0
| | | | | | 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 OCFJonas Gorski2011-08-111-10/+0
| | | | | | find_task_by_vpid is already exported, thus breaking builds. SVN-Revision: 27952
* ar71xx: make ehci patch apply againJonas Gorski2011-08-101-2/+2
| | | | SVN-Revision: 27951
* ar71xx: fix a copy&paste bug that broke wzr-hp-g300nh and wzr-hp-ag300h ↵Felix Fietkau2011-08-101-1/+1
| | | | | | images (#9918) SVN-Revision: 27950
* fix ehci build on 3.0+Florian Fainelli2011-08-102-2/+2
| | | | SVN-Revision: 27946
* add ignore_oc in struct ehci_hcdFlorian Fainelli2011-08-1013-65/+142
| | | | SVN-Revision: 27945
* update to 3.0.1Florian Fainelli2011-08-094-1/+40
| | | | SVN-Revision: 27943
* add CONFIG_EARLY_PRINTKFlorian Fainelli2011-08-091-0/+1
| | | | SVN-Revision: 27942
* bcm63xx: add support for linux 3.1-rc1Jonas Gorski2011-08-0940-0/+5184
| | | | SVN-Revision: 27941
* linux: generic: add support for 3.1-rc1Jonas Gorski2011-08-09115-0/+66018
| | | | SVN-Revision: 27940
* Add packages that will be relant as "There's a new Alix platform driver ↵Daniel Dickinson2011-08-082-1/+5
| | | | | | | | 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 patchesFelix Fietkau2011-08-072-2/+2
| | | | SVN-Revision: 27927
* kernel: add missing optionHauke Mehrtens2011-08-061-0/+1
| | | | SVN-Revision: 27925
* kernel: add missing checks in the netfilter optimization patch which broke ↵Felix Fietkau2011-08-064-19/+25
| | | | | | some rules containing only source/destination address checks SVN-Revision: 27923
* uml: add some missing optionsHauke Mehrtens2011-08-061-1/+2
| | | | SVN-Revision: 27921
* kernel: add some missing config optionsHauke Mehrtens2011-08-068-0/+17
| | | | | | These options where found by buildbot SVN-Revision: 27920
* kernel: update to kernel version 3.0.1Hauke Mehrtens2011-08-0611-15/+15
| | | | SVN-Revision: 27918
* update to kernel 3.0Florian Fainelli2011-08-053-4/+171
| | | | SVN-Revision: 27912
* add more missing config symbolsFlorian Fainelli2011-08-051-0/+3
| | | | SVN-Revision: 27911
* update to kernel 3.0Florian Fainelli2011-08-051-1/+1
| | | | SVN-Revision: 27910
* add 101-perf_arm_uclibc.patch to 3.0 patchesFlorian Fainelli2011-08-051-0/+13
| | | | SVN-Revision: 27909
* add missing config symbolFlorian Fainelli2011-08-051-1/+2
| | | | SVN-Revision: 27908
* ar71xx: fix image generationGabor Juhos2011-08-051-5/+5
| | | | SVN-Revision: 27907
* brcm47xx: use kernel 3.0Hauke Mehrtens2011-08-041-1/+1
| | | | | | 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 patchesHauke Mehrtens2011-08-0436-470/+1714
| | | | | | | | * this adds sflash support for ssb devices * the flash is now a platform device * minor updates SVN-Revision: 27902
* ar71xx: enable sysupgrade on the AP96 and DB120 boardsGabor Juhos2011-08-041-1/+1
| | | | SVN-Revision: 27901
* ar71xx: use the same test for AP121 and Zcomax sysupgrade imagesGabor Juhos2011-08-041-9/+2
| | | | SVN-Revision: 27900
* ar71xx: cleanup image generation MakefileGabor Juhos2011-08-041-276/+154
| | | | SVN-Revision: 27899
* ar71xx: fix ethernet FIFO state corruption on ar7240Felix Fietkau2011-08-042-20/+61
| | | | | | | | | When starting/stopping DMA sometimes the FIFO state gets corrupted, leading to wildly fluctuating latencies or packet data corruption. Fix this by issuing a fast MAC reset as soon as the link is detected as up. Fixes #9689, #9405 SVN-Revision: 27896
* ag71xx: fix memory corruption issues on ar7240 on ethernet start/stopFelix Fietkau2011-08-042-3/+19
| | | | | | | | | | | When the DMA engine state gets corrupted due to a hardware issues, it often won't stop rx until a full reset is issued. In that case the hardware must keep a valid descriptor, otherwise it will write to random places in system RAM, triggering random crashes. To fix this, keep a dummy descriptor without a buffer that keeps the DMA engine in a sane state until the reset is done SVN-Revision: 27895
* ar71xx: fix MAC/MDIO reset mask handlingFelix Fietkau2011-08-041-2/+2
| | | | SVN-Revision: 27894