summaryrefslogtreecommitdiff
path: root/target/linux/s3c24xx
Commit message (Collapse)AuthorAgeFilesLines
* gpiodev/gpioctl RIPJohn Crispin2012-10-111-1/+0
| | | | SVN-Revision: 33725
* dont explicitly select wireless-tools. rely on the drivers that need them to ↵John Crispin2012-09-281-1/+1
| | | | | | have the right dependency SVN-Revision: 33593
* get rid of the IRQF_SAMPLE_RANDOM flagFlorian Fainelli2012-09-261-2/+2
| | | | SVN-Revision: 33558
* linux: move certain disabled symbols to the generic configsGabor Juhos2012-05-151-7/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * CONFIG_ARCH_DMA_ADDR_T_64BIT * CONFIG_ARCH_HAS_ILOG2_U32 * CONFIG_ARCH_HAS_ILOG2_U64 * CONFIG_ARCH_PHYS_ADDR_T_64BIT * CONFIG_ARCH_SUPPORTS_MSI * CONFIG_GENERIC_CPU_DEVICES * CONFIG_HWMON_DEBUG_CHIP * CONFIG_I2C_PXA_PCI * CONFIG_LEDS_GPIO * CONFIG_MINIX_FS_NATIVE_ENDIAN * CONFIG_MLX4_CORE * CONFIG_POWER_SUPPLY * CONFIG_POWER_SUPPLY_DEBUG * CONFIG_QUOTACTL * CONFIG_SDIO_UART * CONFIG_SENSORS_K10TEMP * CONFIG_SENSORS_SCH56XX_COMMON * CONFIG_SENSORS_VIA_CPUTEMP * CONFIG_SERIO_AMBAKMI * CONFIG_SERIO_I8042 * CONFIG_SERIO_LIBPS2 * CONFIG_SERIO_PCIPS2 * CONFIG_SERIO_RAW * CONFIG_SERIO_SERPORT * CONFIG_SPI_BITBANG * CONFIG_SPI_GPIO SVN-Revision: 31737
* linux: add broken flag to targets which are using 2.6.30Gabor Juhos2012-04-211-1/+1
| | | | SVN-Revision: 31410
* global cflags: remove -funit-at-a-time, it is ignored by recent compilers. ↵Felix Fietkau2011-03-261-1/+1
| | | | | | instead add -fno-caller-saves, which improves compression ratio for generated code with no apparent negative effects on performance SVN-Revision: 26300
* only support EABI on ARM targetsImre Kaloz2011-03-071-1/+0
| | | | SVN-Revision: 25928
* switch from ext2 to ext4 (w/o) journalingImre Kaloz2010-11-221-0/+1
| | | | SVN-Revision: 24084
* create subtarget "om gta02" in preparation for further s3c24xx-based boards ↵Mirko Vogt2010-10-239-2/+10
| | | | | | - thanks to Ramax Lo SVN-Revision: 23592
* massive: replace occurences of .$(LINUX_KMOD_SUFFIX) with .ko after r21950Claudio Mignanti2010-07-121-12/+12
| | | | SVN-Revision: 22145
* generic: don't override CONFIG_DEBUG_FSGabor Juhos2010-06-101-1/+0
| | | | SVN-Revision: 21749
* target: remove CONFIG_CRC16 override (closes: #7194)Nicolas Thill2010-04-241-1/+0
| | | | SVN-Revision: 21130
* define a shared IMG_PREFIX variable used as a basename for image files, it ↵Nicolas Thill2010-04-121-6/+4
| | | | | | contains board & subtarget infos (if appropriate) allowing subtargets to share the same bin directory without overwriting each other's files SVN-Revision: 20834
* remove 'svn:executable' propertyNicolas Thill2010-04-122-0/+0
| | | | SVN-Revision: 20831
* do *not* enable CONFIG_PCI in generic config, but on targets where it makes ↵Nicolas Thill2010-03-111-1/+0
| | | | | | sense instead (partially revert [18370]) SVN-Revision: 20136
* clean up handling of some kernel symbolsImre Kaloz2010-02-111-1/+0
| | | | SVN-Revision: 19581
* remove handling of older unsupported kernelsImre Kaloz2009-12-271-2/+0
| | | | SVN-Revision: 18955
* Remove 2.6.31 support.Lars-Peter Clausen2009-12-07156-51299/+0
| | | | SVN-Revision: 18673
* update to 2.6.30, refresh patchesFlorian Fainelli2009-12-041-1/+1
| | | | SVN-Revision: 18635
* another round of kernel config cleanupsImre Kaloz2009-11-112-2/+2
| | | | SVN-Revision: 18370
* sort all target config filesImre Kaloz2009-11-112-102/+102
| | | | SVN-Revision: 18367
* update to 2.6.30.9Florian Fainelli2009-10-231-1/+1
| | | | SVN-Revision: 18126
* move common CONFIG_MMC entries to genericNicolas Thill2009-10-062-11/+0
| | | | SVN-Revision: 17948
* move common CONFIG_BATTERY entries to genericNicolas Thill2009-10-062-6/+0
| | | | SVN-Revision: 17945
* move common CONFIG_TOUCHSCREEN entries to genericNicolas Thill2009-10-062-38/+0
| | | | SVN-Revision: 17943
* move more CONFIG_SND entries to genericNicolas Thill2009-10-061-1/+0
| | | | SVN-Revision: 17942
* move common CONFIG_FB entries to genericNicolas Thill2009-10-052-41/+1
| | | | SVN-Revision: 17936
* explicitly disable <CONFIG_USB_GADGET_DEBUG_FS> to get the target compiling ↵Mirko Vogt2009-10-051-0/+1
| | | | | | without issues again SVN-Revision: 17890
* kernel: upgrade to 2.6.30.8 and refresh patchesGabor Juhos2009-10-012-2/+2
| | | | SVN-Revision: 17804
* Add 2.6.31 patchesLars-Peter Clausen2009-09-21156-0/+51350
| | | | SVN-Revision: 17665
* update to latest 2.6.27 and 2.6.30 kernelsImre Kaloz2009-09-171-1/+1
| | | | SVN-Revision: 17602
* update to 2.6.30.6, compile tested on some targets onlyFlorian Fainelli2009-09-091-1/+1
| | | | SVN-Revision: 17549
* use 2.6.30.5Florian Fainelli2009-08-171-1/+1
| | | | SVN-Revision: 17296
* refresh patches and fix build failure on wm8753-reg_cache.patch (#5641)Florian Fainelli2009-08-084-12/+8
| | | | SVN-Revision: 17182
* gta02: Workaround hardware bug on rev 5 and earlierLars-Peter Clausen2009-08-051-0/+54
| | | | SVN-Revision: 17130
* mach-gta02: select extra gpio for glamo.Lars-Peter Clausen2009-08-051-1/+2
| | | | SVN-Revision: 17127
* Fix typo.Lars-Peter Clausen2009-08-041-1/+1
| | | | SVN-Revision: 17126
* The gta02 vibrator driver is not meant to be build as module.Lars-Peter Clausen2009-08-041-1/+1
| | | | SVN-Revision: 17123
* Add glamo gpiolib support.Lars-Peter Clausen2009-08-011-27/+246
| | | | SVN-Revision: 17078
* Replace gta02 keyboard driver with generic gpio keyboard.Lars-Peter Clausen2009-07-313-334/+22
| | | | SVN-Revision: 17070
* Move headset detection to the sound driver using the jack framework.Lars-Peter Clausen2009-07-312-167/+64
| | | | SVN-Revision: 17069
* update to 2.6.30.4Florian Fainelli2009-07-311-1/+1
| | | | SVN-Revision: 17062
* It's to late...Lars-Peter Clausen2009-07-301-9/+0
| | | | SVN-Revision: 17056
* Post cleanup cleanupLars-Peter Clausen2009-07-303-14/+11
| | | | SVN-Revision: 17055
* Replace gta02 led driver with generic gpio led driver.Lars-Peter Clausen2009-07-303-205/+32
| | | | SVN-Revision: 17053
* Get rid of gpio shadowing.Lars-Peter Clausen2009-07-3010-149/+22
| | | | | | | I fail really to see why this would be necessary here. So get rid of it and see if anything breaks... SVN-Revision: 17052
* glamo: The cell can rely on being a child of the core. Use it for passing ↵Lars-Peter Clausen2009-07-303-64/+57
| | | | | | platform data. SVN-Revision: 17051
* revert changes to gta02_wm8753.c in previous commit. They should not have ↵Lars-Peter Clausen2009-07-301-35/+13
| | | | | | been commited. SVN-Revision: 17049
* glamo: Implement gpiolib for the glamo. Get rid of glamo-spi-gpio and use ↵Lars-Peter Clausen2009-07-3010-480/+122
| | | | | | the generic spi-gpio driver instead. SVN-Revision: 17048
* glamo-mmc: Limit clock rate.Lars-Peter Clausen2009-07-301-15/+89
| | | | SVN-Revision: 17047