aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-s3c24xx (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-10-14Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuildLinus Torvalds1-5/+0
2014-10-02kbuild: remove unnecessary variable initializaionsMasahiro Yamada1-5/+0
2014-09-14ARM: S3C24XX: remove separate restart codeHeiko Stuebner33-104/+0
2014-08-08Merge branch 'akpm' (second patchbomb from Andrew Morton)Linus Torvalds1-1/+1
2014-08-08arch/arm/mach-s3c24xx/mach-jive.c: replace strict_strto* with kstrto*Daniel Walter1-1/+1
2014-08-08Merge tag 'soc-for-3.17' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds12-28/+4
2014-07-19ARM: SAMSUNG: Remove legacy clock codeTomasz Figa12-28/+4
2014-07-18ARM: convert all "mov.* pc, reg" to "bx reg" for ARMv6+Russell King2-2/+2
2014-06-17ARM: samsung: make SAMSUNG_DMADEV optionalArnd Bergmann1-1/+1
2014-06-05Merge branch 'for-linus' of git://ftp.arm.linux.org.uk/~rmk/linux-arm into nextLinus Torvalds2-10/+6
2014-06-01ARM: 8025/1: Get rid of meminfoLaura Abbott2-10/+6
2014-05-31Merge branch 'v3.16-next/cleanup-samsung' into v3.16-next/platform-exynosKukjin Kim2-129/+0
2014-05-26ARM: S3C24XX: move debug-macro.S into the common spaceHeiko Stuebner1-46/+0
2014-05-26ARM: S3C24XX: use generic DEBUG_UART_PHY/_VIRT in debug macroHeiko Stuebner1-7/+2
2014-05-26ARM: S3C24XX: trim down debug uart handlingHeiko Stuebner2-79/+1
2014-05-15ARM: S3C24XX: fix merge conflictKukjin Kim1-2/+0
2014-05-14ARM: S3C24XX: move S3C24XX clock Kconfig options to Samsung clock Kconfig filePankaj Dubey1-27/+0
2014-05-14ARM: S3C24XX: Remove omitted Kconfig selects and conditionalsTomasz Figa1-7/+5
2014-05-13ARM: S3C24XX: remove SAMSUNG_CLOCK remnants after ccf conversionHeiko Stuebner9-160/+0
2014-05-13ARM: S3C24XX: remove legacy clock codeHeiko Stuebner13-1122/+0
2014-05-13ARM: S3C24XX: convert s3c2410 to common clock frameworkHeiko Stuebner12-34/+67
2014-05-13ARM: S3C24XX: convert s3c2440 and s3c2442 to common clock frameworkHeiko Stuebner12-36/+73
2014-05-13ARM: S3C24XX: add platform code for conversion to the common clock frameworkHeiko Stuebner6-1/+51
2014-05-13ARM: S3C24XX: enable usage of common dclk if common clock framework is enabledHeiko Stuebner9-5/+60
2014-05-09ARM: S3C24XX: cpufreq-utils: don't write raw values to MPLLCON when using ccfHeiko Stuebner1-0/+8
2014-04-15ARM: S3C24XX: convert s3c2412 to common clock frameworkHeiko Stuebner9-813/+40
2014-04-15ARM: S3C24XX: only store clock registers when old clock code is activeHeiko Stuebner1-3/+10
2014-04-15ARM: S3C24XX: Convert s3c2416 and s3c2443 to common clock frameworkHeiko Stuebner10-1114/+41
2014-04-15ARM: S3C24XX: prevent conflicts between ccf and non-ccf s3c24xx-socsHeiko Stuebner2-0/+6
2014-04-15clk: samsung: add clock-driver for s3c2416, s3c2443 and s3c2450Heiko Stuebner1-0/+6
2014-04-07Kconfig: rename HAS_IOPORT to HAS_IOPORT_MAPUwe Kleine-König1-1/+1
2014-04-05Merge tag 'tags/cleanup2-3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds2-70/+1
2014-04-05Merge tag 'cleanup-3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds45-85/+67
2014-03-22Merge branch 'randconfig-fixes' into next/fixes-non-criticalArnd Bergmann2-3/+3
2014-03-21ARM: s3c24xx: osiris dvs needs tps65010Arnd Bergmann1-1/+1
2014-03-21ARM: s3c24xx: fix gta02 build errorArnd Bergmann1-1/+1
2014-03-21ARM: s3c24xx: MINI2440 needs I2C for EEPROM_AT24Arnd Bergmann1-1/+1
2014-03-21ARM: S3C24XX: Remove invalid code from hardware.hSachin Kamat1-13/+1
2014-03-11ARM: SAMSUNG: remove all custom uncompress.hHeiko Stuebner1-57/+0
2014-03-09Merge tag 'samsung-cleanup' of http://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung into next/cleanupOlof Johansson44-61/+67
2014-02-18Merge tag 'dropmachtimexh-v2' of git://git.pengutronix.de/git/ukl/linux into next/cleanupOlof Johansson1-24/+0
2014-02-15ARM: S3C24XX: Move rtc-core.h from plat to machSachin Kamat3-2/+28
2014-02-14ARM: SAMSUNG: Replace inclusion of plat/regs-serial.h header fileTushar Behera39-41/+39
2014-02-14ARM: S3C24XX: get rid of unneeded selectsPaul Bolle1-2/+0
2014-02-14ARM: S3C24XX: Fix typo CONFIG_CPUS_3C2443Paul Bolle1-1/+1
2014-02-14ARM: SAMSUNG: remove unneeded s3c24xx_init_cpu()Heiko Stuebner1-1/+0
2014-02-14ARM: SAMSUNG: remove obsolete tick.hHeiko Stuebner1-15/+0
2014-01-23Merge tag 'cleanup-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds2-3/+2
2014-01-14ARM: s3c24xx: explicit dependency on <plat/gpio-cfg.h>Linus Walleij5-2/+4
2014-01-14ARM: S3C[24|64]xx: move includes back under <mach/> scopeLinus Walleij32-31/+137