summaryrefslogtreecommitdiffstats
path: root/target
Commit message (Collapse)AuthorAgeFilesLines
...
* omap24xx: Workaround n810 FN key issueMichael Büsch2011-01-282-134/+110
| | | | SVN-Revision: 25212
* omap24xx: Don't automatically mount maemo fsMichael Büsch2011-01-271-2/+2
| | | | SVN-Revision: 25178
* fix firstboot with new MTD map driverFlorian Fainelli2011-01-273-88/+313
| | | | | | | | | | | | | | my-mkimage previously did not include the fs_mark of deadc0de because upon formatting of jffs2 partition, U-Boot's CRC validation would not allow the image to boot. This new MTD map will shrink the kernel+rootfs+fs_mark image and recalculate the CRC, so that only the kernel is part of the image validation. This also improves boot time, since less is copied from FLASH->RAM. This is mostly from brcm47xx, just with u-boot image vs TRX partitions. Signed-off-by: Scott Nicholas <scott.nicholas@scottn.us> SVN-Revision: 25176
* clean up mach-adm8668 includesFlorian Fainelli2011-01-277-494/+58
| | | | | | | | | This patch cleans up the include directory, as they were from vendors 2.4 GPL source. Now only what's used is there. Signed-off-by: Scott Nicholas <scott.nicholas@scottn.us> SVN-Revision: 25175
* add default network/leds config (#6759)Florian Fainelli2011-01-272-0/+64
| | | | | | Signed-off-by: Alexey Torkhov <atorkhov@gmail.com> SVN-Revision: 25171
* zyxel: use acx-mac80211 driver by defaultFlorian Fainelli2011-01-271-2/+2
| | | | | | Signed-off-by: Alexey Torkhov <atorkhov@gmail.com> SVN-Revision: 25170
* fix p-334wt buildFlorian Fainelli2011-01-271-1/+1
| | | | | | Signed-off-by: Alexey Torkhov <atorkhov@gmail.com> SVN-Revision: 25169
* omap24xx: Support ext4 as rootfsMichael Büsch2011-01-271-65/+4
| | | | SVN-Revision: 25166
* move Netus G20 into a subtarget and rework toplevel config and makefileJo-Philipp Wich2011-01-274-6/+21
| | | | SVN-Revision: 25165
* prepare TQMa9263 subtargetJo-Philipp Wich2011-01-272-0/+32
| | | | SVN-Revision: 25164
* add TQMa9263 board setupJo-Philipp Wich2011-01-271-0/+229
| | | | SVN-Revision: 25163
* prepare TQ-Components TQMa9263 kernel supportJo-Philipp Wich2011-01-272-0/+109
| | | | SVN-Revision: 25162
* omap24xx: Fix serial console for .37Michael Büsch2011-01-271-1/+1
| | | | SVN-Revision: 25161
* omap24xx: Update to .37Michael Büsch2011-01-271-2/+2
| | | | SVN-Revision: 25160
* we don't support gcc 4.1.xImre Kaloz2011-01-278-88/+0
| | | | SVN-Revision: 25147
* omap24xx: Refresh 2.6.37 patchesMichael Büsch2011-01-275-81/+83
| | | | SVN-Revision: 25143
* fix LD nameImre Kaloz2011-01-271-1/+1
| | | | SVN-Revision: 25140
* add preliminary LEON supportImre Kaloz2011-01-2729-0/+2217
| | | | SVN-Revision: 25139
* give some credits to Tanguy Bouzeloc in the spi driverFlorian Fainelli2011-01-271-2/+5
| | | | SVN-Revision: 25133
* ramips: register watchdog device on the rt288x boardsGabor Juhos2011-01-262-0/+2
| | | | SVN-Revision: 25130
* ramips: add watchdog device for RT288xGabor Juhos2011-01-263-0/+33
| | | | SVN-Revision: 25129
* ramips: register watchdog device on the rt305x boardsGabor Juhos2011-01-267-0/+7
| | | | SVN-Revision: 25128
* ramips: add watchdog device for RT305xGabor Juhos2011-01-263-0/+34
| | | | SVN-Revision: 25127
* ramips: add watchdog driverGabor Juhos2011-01-264-0/+383
| | | | SVN-Revision: 25126
* ramips: implement clock API for RT288xGabor Juhos2011-01-267-45/+152
| | | | SVN-Revision: 25125
* ramips: implement clock API for RT305XGabor Juhos2011-01-267-41/+148
| | | | SVN-Revision: 25124
* ramips: remove extern and __init from function prototypesGabor Juhos2011-01-267-31/+28
| | | | SVN-Revision: 25123
* ar71xx: add rtl8366s initvals for the DIR-825 boardGabor Juhos2011-01-261-2/+8
| | | | SVN-Revision: 25121
* generic: rtl8366s: allow initial register values to be passed via platform_dataGabor Juhos2011-01-262-0/+18
| | | | SVN-Revision: 25120
* ar71xx: create firmware image for the WNDR3700v2 boardGabor Juhos2011-01-261-0/+2
| | | | | | Patch-by: Mark Mentovai <mark@moxienet.com> SVN-Revision: 25119
* ar71xx: add support for the WNDR3700v2 boardGabor Juhos2011-01-267-10/+158
| | | | | | Based on a patch by Mark Mentovai <mark@moxienet.com> SVN-Revision: 25118
* Add kernel patch to expose omap3 die id via sysfsHamish Guthrie2011-01-261-0/+48
| | | | SVN-Revision: 25112
* x86/soekris: Add defconfig for soekris net4801 and net4826Felix Fietkau2011-01-264-0/+52
| | | | | | | | | Add default config file for net4801 and 4826 and initial script to copy config file like it is done for other platforms. Patch from: kentarou matsuyama <matsuyama@thinktube.com> SVN-Revision: 25103
* x86/soekris: Add script to detect soekris modelFelix Fietkau2011-01-261-0/+19
| | | | | | | | Add script to detect soekris board of net4801 and net4826. Patch from: kentarou matsuyama <matsuyama@thinktube.com> SVN-Revision: 25102
* generic: remove en25pxx support patch, it is in mainline since 2.6.36Gabor Juhos2011-01-255-45/+6
| | | | SVN-Revision: 25097
* drop 2.6.32 support (next target is 2.6.38)Imre Kaloz2011-01-256-192/+0
| | | | SVN-Revision: 25096
* kernel: when bridging, do not forward EAP frames to other ports, only ↵Felix Fietkau2011-01-257-0/+105
| | | | | | deliver them locally fixes WPA authentication issues with multiples APs that are connected to each other via bridges SVN-Revision: 25095
* add missing symbol for 2.6.38Imre Kaloz2011-01-241-0/+1
| | | | SVN-Revision: 25091
* upgrade to 2.6.37Imre Kaloz2011-01-243-6/+7
| | | | SVN-Revision: 25090
* refresh patchesImre Kaloz2011-01-242-3/+3
| | | | SVN-Revision: 25089
* replace the mips_boot patch with one that makes BOOT_RAW selectable, and ↵Imre Kaloz2011-01-243-11/+40
| | | | | | enable it in the generic config SVN-Revision: 25088
* this missing header patch is way too old for any sane software to depend on itImre Kaloz2011-01-241-9/+0
| | | | SVN-Revision: 25087
* remove mips gcc4 inline patch - fixed upstreamImre Kaloz2011-01-241-11/+0
| | | | SVN-Revision: 25086
* platform specific patches don't belong here - take #2Imre Kaloz2011-01-2440-1013/+0
| | | | SVN-Revision: 25085
* platform specific patches don't belong hereImre Kaloz2011-01-246-267/+0
| | | | SVN-Revision: 25083
* refresh 2.6.38 patches with -rc2Imre Kaloz2011-01-248-18/+7
| | | | SVN-Revision: 25081
* * adds arv4518pw mach support * fixes arv4525pw * make sure all mach names ↵John Crispin2011-01-235-113/+203
| | | | | | have the same style * move code around SVN-Revision: 25075
* adds machtype for ARV7518PWJohn Crispin2011-01-232-2/+36
| | | | SVN-Revision: 25074
* remove deadcode from [25072]John Crispin2011-01-231-4/+1
| | | | SVN-Revision: 25073
* * fix pci support for more than 1 device * fixes ioport mappings * adds ↵John Crispin2011-01-239-145/+258
| | | | | | | | support for arcor easybox 803/arv752DWP22 * gpio direction was not set properly during a gpio_request() * usb compile warning bugfix, cleanup, SVN-Revision: 25072