aboutsummaryrefslogtreecommitdiff
path: root/target/linux/s3c24xx
Commit message (Collapse)AuthorAge
* s3c2442: R.I.P.Gabor Juhos2012-12-18
| | | | | | | | It is broken and it is not maintained by anyone since long time. Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 34767
* target: refresh all target configs with kconfig.plGabor Juhos2012-10-29
| | | | | | Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 33987
* gpiodev/gpioctl RIPJohn Crispin2012-10-11
| | | | SVN-Revision: 33725
* dont explicitly select wireless-tools. rely on the drivers that need them to ↵John Crispin2012-09-28
| | | | | | have the right dependency SVN-Revision: 33593
* get rid of the IRQF_SAMPLE_RANDOM flagFlorian Fainelli2012-09-26
| | | | SVN-Revision: 33558
* linux: move certain disabled symbols to the generic configsGabor Juhos2012-05-15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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-21
| | | | SVN-Revision: 31410
* global cflags: remove -funit-at-a-time, it is ignored by recent compilers. ↵Felix Fietkau2011-03-26
| | | | | | 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-07
| | | | SVN-Revision: 25928
* switch from ext2 to ext4 (w/o) journalingImre Kaloz2010-11-22
| | | | SVN-Revision: 24084
* create subtarget "om gta02" in preparation for further s3c24xx-based boards ↵Mirko Vogt2010-10-23
| | | | | | - thanks to Ramax Lo SVN-Revision: 23592
* massive: replace occurences of .$(LINUX_KMOD_SUFFIX) with .ko after r21950Claudio Mignanti2010-07-12
| | | | SVN-Revision: 22145
* generic: don't override CONFIG_DEBUG_FSGabor Juhos2010-06-10
| | | | SVN-Revision: 21749
* target: remove CONFIG_CRC16 override (closes: #7194)Nicolas Thill2010-04-24
| | | | SVN-Revision: 21130
* define a shared IMG_PREFIX variable used as a basename for image files, it ↵Nicolas Thill2010-04-12
| | | | | | 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-12
| | | | SVN-Revision: 20831
* do *not* enable CONFIG_PCI in generic config, but on targets where it makes ↵Nicolas Thill2010-03-11
| | | | | | sense instead (partially revert [18370]) SVN-Revision: 20136
* clean up handling of some kernel symbolsImre Kaloz2010-02-11
| | | | SVN-Revision: 19581
* remove handling of older unsupported kernelsImre Kaloz2009-12-27
| | | | SVN-Revision: 18955
* Remove 2.6.31 support.Lars-Peter Clausen2009-12-07
| | | | SVN-Revision: 18673
* update to 2.6.30, refresh patchesFlorian Fainelli2009-12-04
| | | | SVN-Revision: 18635
* another round of kernel config cleanupsImre Kaloz2009-11-11
| | | | SVN-Revision: 18370
* sort all target config filesImre Kaloz2009-11-11
| | | | SVN-Revision: 18367
* update to 2.6.30.9Florian Fainelli2009-10-23
| | | | SVN-Revision: 18126
* move common CONFIG_MMC entries to genericNicolas Thill2009-10-06
| | | | SVN-Revision: 17948
* move common CONFIG_BATTERY entries to genericNicolas Thill2009-10-06
| | | | SVN-Revision: 17945
* move common CONFIG_TOUCHSCREEN entries to genericNicolas Thill2009-10-06
| | | | SVN-Revision: 17943
* move more CONFIG_SND entries to genericNicolas Thill2009-10-06
| | | | SVN-Revision: 17942
* move common CONFIG_FB entries to genericNicolas Thill2009-10-05
| | | | SVN-Revision: 17936
* explicitly disable <CONFIG_USB_GADGET_DEBUG_FS> to get the target compiling ↵Mirko Vogt2009-10-05
| | | | | | without issues again SVN-Revision: 17890
* kernel: upgrade to 2.6.30.8 and refresh patchesGabor Juhos2009-10-01
| | | | SVN-Revision: 17804
* Add 2.6.31 patchesLars-Peter Clausen2009-09-21
| | | | SVN-Revision: 17665
* update to latest 2.6.27 and 2.6.30 kernelsImre Kaloz2009-09-17
| | | | SVN-Revision: 17602
* update to 2.6.30.6, compile tested on some targets onlyFlorian Fainelli2009-09-09
| | | | SVN-Revision: 17549
* use 2.6.30.5Florian Fainelli2009-08-17
| | | | SVN-Revision: 17296
* refresh patches and fix build failure on wm8753-reg_cache.patch (#5641)Florian Fainelli2009-08-08
| | | | SVN-Revision: 17182
* gta02: Workaround hardware bug on rev 5 and earlierLars-Peter Clausen2009-08-05
| | | | SVN-Revision: 17130
* mach-gta02: select extra gpio for glamo.Lars-Peter Clausen2009-08-05
| | | | SVN-Revision: 17127
* Fix typo.Lars-Peter Clausen2009-08-04
| | | | SVN-Revision: 17126
* The gta02 vibrator driver is not meant to be build as module.Lars-Peter Clausen2009-08-04
| | | | SVN-Revision: 17123
* Add glamo gpiolib support.Lars-Peter Clausen2009-08-01
| | | | SVN-Revision: 17078
* Replace gta02 keyboard driver with generic gpio keyboard.Lars-Peter Clausen2009-07-31
| | | | SVN-Revision: 17070
* Move headset detection to the sound driver using the jack framework.Lars-Peter Clausen2009-07-31
| | | | SVN-Revision: 17069
* update to 2.6.30.4Florian Fainelli2009-07-31
| | | | SVN-Revision: 17062
* It's to late...Lars-Peter Clausen2009-07-30
| | | | SVN-Revision: 17056
* Post cleanup cleanupLars-Peter Clausen2009-07-30
| | | | SVN-Revision: 17055
* Replace gta02 led driver with generic gpio led driver.Lars-Peter Clausen2009-07-30
| | | | SVN-Revision: 17053
* Get rid of gpio shadowing.Lars-Peter Clausen2009-07-30
| | | | | | | 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-30
| | | | | | platform data. SVN-Revision: 17051
* revert changes to gta02_wm8753.c in previous commit. They should not have ↵Lars-Peter Clausen2009-07-30
| | | | | | been commited. SVN-Revision: 17049