summaryrefslogtreecommitdiff
path: root/target
Commit message (Collapse)AuthorAgeFilesLines
...
* fix target descriptionGabor Juhos2009-07-191-1/+1
| | | | SVN-Revision: 16913
* backport support of the OpenRB Lite board to 2.6.28Gabor Juhos2009-07-192-0/+341
| | | | SVN-Revision: 16912
* add driver for the CF slot of the Magicbox v2/OpenRB boardsGabor Juhos2009-07-196-0/+463
| | | | SVN-Revision: 16910
* 2.6.30 add missing config symbolGabor Juhos2009-07-191-0/+1
| | | | SVN-Revision: 16909
* add support for the OpenRB Light boardGabor Juhos2009-07-193-0/+348
| | | | SVN-Revision: 16908
* build jffs2 images by defaultGabor Juhos2009-07-191-2/+2
| | | | SVN-Revision: 16907
* increase linux partition size, and fix jffs2 imagesGabor Juhos2009-07-195-19/+22
| | | | SVN-Revision: 16906
* cleanup magicbox patchesGabor Juhos2009-07-192-16/+16
| | | | SVN-Revision: 16905
* mips: fix another bug in the module relocation change: the wrong base ↵Felix Fietkau2009-07-182-24/+18
| | | | | | address for 24 bit jump -> long jump fixup table was used SVN-Revision: 16904
* sched: fix compile errors with CONFIG_NET_SCHED deactivated in the kernel ↵Felix Fietkau2009-07-182-2/+6
| | | | | | config (#5553) SVN-Revision: 16903
* export ar231x_gpiodev, needed for gpio-led/spi/i2c modulesAndy Boyett2009-07-182-2/+4
| | | | SVN-Revision: 16902
* initial support for 2.6.30Gabor Juhos2009-07-185-0/+904
| | | | SVN-Revision: 16901
* optimize the kernel for size, disable common PCI quirks, and sync kernel configGabor Juhos2009-07-181-43/+96
| | | | SVN-Revision: 16900
* optimize the kernel for size, disable common PCI quirks, and sync kernel configGabor Juhos2009-07-181-23/+21
| | | | SVN-Revision: 16899
* switch to 2.6.30.1Florian Fainelli2009-07-187-30/+104
| | | | SVN-Revision: 16896
* prefer ath5k over madwifi and include kexec-tools in the default profileFlorian Fainelli2009-07-181-3/+4
| | | | SVN-Revision: 16895
* remove 2.6.27 patchesFlorian Fainelli2009-07-187-494/+0
| | | | SVN-Revision: 16894
* we are using the default-on trigger for power LEDs, no need to change their ↵Florian Fainelli2009-07-181-12/+0
| | | | | | state from userspace SVN-Revision: 16892
* register GPIO-connected LEDs for known boardsFlorian Fainelli2009-07-184-2/+259
| | | | SVN-Revision: 16887
* fix lock-up issues in lzma pcomp support in 2.6.30 (used in squashfs). ↵Felix Fietkau2009-07-181-23/+34
| | | | | | thanks to jeff hansen for the patch SVN-Revision: 16886
* get rid of linux 2.6.29Felix Fietkau2009-07-17126-45667/+0
| | | | SVN-Revision: 16883
* mask the USB_EHCI_ROOT_HUB_TT symbol since brcm63xx ehci does not implement ↵Florian Fainelli2009-07-171-0/+11
| | | | | | it at all, fixes usb 2.0 issues on bcm6358 SVN-Revision: 16882
* fix comment only valid for bcm6345Florian Fainelli2009-07-171-1/+1
| | | | SVN-Revision: 16881
* Get rid of glamo-lcm-spi. It's not used and probably never will be.Lars-Peter Clausen2009-07-164-251/+2
| | | | SVN-Revision: 16871
* add missing CONFIG_FIXED_PHY symbol to 2.6.25Florian Fainelli2009-07-161-0/+1
| | | | SVN-Revision: 16869
* sysupgrade-ext2 sync before writing image, not after Sysupgrade for ext2 ↵Jo-Philipp Wich2009-07-161-1/+1
| | | | | | currently flushes the filesystem buffers after an image is written to the disk. This should happen before the image is written. SVN-Revision: 16867
* Reverese mangle_pmu logic. Initalize regulator constrains to those used for ↵Lars-Peter Clausen2009-07-161-22/+16
| | | | | | all but GTA02v1 and changed them for GTA02v1 in mangle_pmu. SVN-Revision: 16866
* Cleanup glamo platform_data.Lars-Peter Clausen2009-07-1611-214/+193
| | | | SVN-Revision: 16863
* This patch adds a target for the IBM PowerXCell Accelerator Board. (aka ↵Florian Fainelli2009-07-165-0/+655
| | | | | | | | | | | | | | | | mvXCell-8i from MatrixVision or GigaAccel 180 from Fixstars) http://us.fixstars.com/products/gigaaccel/ This build will create zImage suitable for TFTP boot image. * v2 - add axonram device driver - switch to 2.6.30.1 Signed-off-by: Akinobu Mita <mita@fixstars.com> SVN-Revision: 16860
* mach_gta02: Add some missing always_on regulator constraints and declare ↵Lars-Peter Clausen2009-07-161-4/+8
| | | | | | regulator constraints to be fully specified. SVN-Revision: 16859
* Implement voltage listing for pc50633.Lars-Peter Clausen2009-07-161-0/+106
| | | | SVN-Revision: 16858
* add SND_HRTIMER to 2.6.30/31 kernel configurations (#5180)Florian Fainelli2009-07-142-0/+2
| | | | SVN-Revision: 16840
* ag71xx driver: rename ag71xx_debug module parameterGabor Juhos2009-07-131-4/+4
| | | | SVN-Revision: 16833
* kernel: fix a relative addressing bug in the mips module relocation code changeFelix Fietkau2009-07-132-24/+32
| | | | SVN-Revision: 16831
* ag71xx driver: fix a typoGabor Juhos2009-07-131-1/+1
| | | | SVN-Revision: 16827
* enable driver for the PCF857X I2C GPIO expanderGabor Juhos2009-07-133-0/+3
| | | | SVN-Revision: 16826
* ag71xx driver: align descriptors on cache_line boundaryGabor Juhos2009-07-132-11/+25
| | | | SVN-Revision: 16825
* ag71xx driver: store descriptor pointers in ag71xx_bufGabor Juhos2009-07-132-23/+31
| | | | SVN-Revision: 16824
* MIPS: fix loading of modules with unresolved weak symbolsGabor Juhos2009-07-133-0/+126
| | | | SVN-Revision: 16823
* glamo: get rid of static driver handle.Lars-Peter Clausen2009-07-124-31/+32
| | | | SVN-Revision: 16821
* ag71xx driver: descriptors always aligned on 4 byte boundaryGabor Juhos2009-07-121-1/+1
| | | | SVN-Revision: 16818
* ag71xx driver: don't flush ddr on tx pathGabor Juhos2009-07-121-6/+0
| | | | SVN-Revision: 16817
* glamo: Use mfd_cell for child resource handling instead of some ugly custom ↵Lars-Peter Clausen2009-07-126-221/+49
| | | | | | code. SVN-Revision: 16816
* resync kernel configuration and enable kexecFlorian Fainelli2009-07-121-2/+2
| | | | SVN-Revision: 16795
* create firmware image for the wrt400n board (based on a patch by Sandeep ↵Gabor Juhos2009-07-121-8/+9
| | | | | | Mistry <sandeep.mistry at gmail.com>) SVN-Revision: 16793
* sched: allow user space to create pfifo_fast qdiscs on virtual interfaces, ↵Felix Fietkau2009-07-122-0/+284
| | | | | | allow pfifo_fast qdiscs to have filters and filter actions - useful for controlling packet classification into wme classes SVN-Revision: 16791
* kernel: clean up scheduler default config and kmod-sched kconfig symbols, ↵Felix Fietkau2009-07-124-20/+12
| | | | | | enable skbedit by default SVN-Revision: 16789
* use subsys_initcall in the i2c-gpio driverGabor Juhos2009-07-113-0/+33
| | | | SVN-Revision: 16787
* Cleanup glamo mmc driver.Lars-Peter Clausen2009-07-114-580/+320
| | | | SVN-Revision: 16786
* increase size of the kernel partition on the TL-WR[789]41N boardsGabor Juhos2009-07-112-6/+6
| | | | SVN-Revision: 16785