aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-s3c64xx (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-10-28Merge branch 'devel-stable' of http://ftp.arm.linux.org.uk/pub/linux/arm/kernel/git-cur/linux-2.6-armLinus Torvalds13-31/+13
2011-10-27Merge branch 'gpio' of http://ftp.arm.linux.org.uk/pub/linux/arm/kernel/git-cur/linux-2.6-armLinus Torvalds1-7/+0
2011-10-26Merge branch 'tty-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/ttyLinus Torvalds3-107/+8
2011-10-25Merge branch 'misc' into for-linusRussell King1-1/+1
2011-10-18Merge branch 'mach_memory_h' of git://git.linaro.org/people/nico/linux into devel-stableRussell King2-19/+1
2011-10-17ARM: 7022/1: allow to detect conflicting zreladdrsSascha Hauer1-1/+1
2011-10-13ARM: mach-s3c64xx: remove mach/memory.hNicolas Pitre1-18/+0
2011-09-26ARM: add an extra temp register to the low level debugging addruart macroNicolas Pitre1-1/+1
2011-09-16Merge branch 'for-rmk' of git://linux-arm.org/linux-2.6-wd into devel-stableRussell King1-0/+1
2011-09-15ARM: S3C64XX: Remove un-used code backlight code on SMDK6410Banajit Goswami1-39/+0
2011-08-23ARM: SAMSUNG: Remove uart irq handling from plaform codeThomas Abraham3-107/+8
2011-08-23Merge branch 'atag_offset' of git://git.linaro.org/people/nico/linux into devel-stableRussell King10-10/+10
2011-08-22ARM: mach-s3c64xx: Setup consistent dma size at boot timeJon Medhurst2-2/+2
2011-08-21ARM: mach-s3c64xx: convert boot_params to atag_offsetNicolas Pitre10-10/+10
2011-08-19ARM: S3C64XX: Fix build break in PM debugAbhilash Kesavan1-0/+1
2011-08-12ARM: gpio: make trivial GPIOLIB implementation the defaultRussell King1-2/+0
2011-08-12ARM: gpio: consolidate gpio_to_irqRussell King1-1/+0
2011-08-12ARM: gpio: consolidate trivial gpiolib implementationsRussell King1-5/+1
2011-08-08ASoC: Rename WM8915 to WM8996Mark Brown1-9/+9
2011-07-26Merge branch 'next/devel' of ssh://master.kernel.org/pub/scm/linux/kernel/git/arm/linux-arm-socLinus Torvalds3-3/+29
2011-07-26Merge branch 'next/board' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/linux-arm-socLinus Torvalds4-1/+801
2011-07-25Merge branch 'next/cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/linux-arm-socLinus Torvalds14-119/+64
2011-07-24Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/davej/cpufreqLinus Torvalds2-274/+0
2011-07-22Merge branches 'btc', 'dma', 'entry', 'fixes', 'linker-layout', 'misc', 'mmci', 'suspend' and 'vfp' into for-nextRussell King4-31/+10
2011-07-21Merge branch 'next-samsung-clkdev-fix' into next-samsung-develKukjin Kim2-61/+32
2011-07-21ARM: SAMSUNG: Add IRQ_I2S0 definitionSangbeom Kim1-0/+1
2011-07-21ARM: S3C64XX: Cleanup mach/regs-fb.h from mach-s3c64xxAjay Kumar10-30/+8
2011-07-21ARM: S3C64XX: Use generic s3c_set_platdata for OneNANDBanajit Goswami1-6/+4
2011-07-21ARM: S3C64XX: Add PWM backlight support on SMDK6410Banajit Goswami2-2/+14
2011-07-21Merge branch 'next-samsung-clkdev-fix' into next-samsung-cleanupKukjin Kim2-61/+32
2011-07-21ARM: S3C64XX: Convert to using REGULATOR_SUPPLY() on SMDK6410Mark Brown1-20/+6
2011-07-21ARM: SAMSUNG: Added mach/clkdev.hThomas Abraham1-0/+7
2011-07-21ARM: S3C64XX: Configure backup battery charger on CragganmoreMark Brown1-0/+8
2011-07-21ARM: S3C64XX: Fix WM8915 IRQ polarity on CragganmoreMark Brown1-1/+1
2011-07-21ARM: S3C64XX: Configure supplies for all Cragganmore regulatorsMark Brown1-0/+10
2011-07-21ARM: S3C64XX: Refresh Cragganmore supportMark Brown1-41/+223
2011-07-21ARM: S3C64XX: Initial support for Wolfson/Simtec Cragganmore/BanffMark Brown4-1/+601
2011-07-20ARM: SAMSUNG: Add support for pre-sleep/post-restore gpio controlBen Dooks1-0/+17
2011-07-20ARM: S3C64XX: Ensure VIC based IRQs can be resumed fromBen Dooks2-3/+11
2011-07-20ARM: S3C64XX: Add clkdev supportThomas Abraham1-61/+25
2011-07-16ARM: SAMSUNG: DMA Cleanup as per sparseSangwook Lee1-7/+7
2011-07-13[CPUFREQ/S3C64xx] Move S3C64xx CPUfreq driver into drivers/cpufreqMark Brown2-274/+0
2011-07-06ARM: SAMSUNG: Add tx_st_done variablePadmavathi Venna1-0/+2
2011-07-02ARM: pm: allow suspend finisher to return error codesRussell King1-1/+1
2011-06-24ARM: pm: samsung: move cpu_suspend into C codeRussell King2-19/+1
2011-06-24ARM: pm: mach-s3c64xx: cleanup s3c_cpu_saveRussell King1-3/+1
2011-06-24ARM: pm: convert cpu_suspend() to a normal functionRussell King1-6/+3
2011-05-25Merge branch 'for-rmk' of git://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung into devel-stableRussell King20-796/+37
2011-05-23Merge branch 'devel-stable' into for-linusRussell King1-6/+1
2011-05-09ARM: SAMSUNG: Convert irq-vic-timer to generic irq chipThomas Gleixner1-6/+1