summaryrefslogtreecommitdiff
path: root/arch/arm/mach-s3c24xx
AgeCommit message (Expand)AuthorFilesLines
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-14ARM: S3C24XX: convert s3c2412 to common clock frameworkHeiko Stuebner9-813/+40
2014-04-14ARM: S3C24XX: only store clock registers when old clock code is activeHeiko Stuebner1-3/+10
2014-04-14ARM: S3C24XX: Convert s3c2416 and s3c2443 to common clock frameworkHeiko Stuebner10-1114/+41
2014-04-14ARM: S3C24XX: prevent conflicts between ccf and non-ccf s3c24xx-socsHeiko Stuebner2-0/+6
2014-04-14clk: samsung: add clock-driver for s3c2416, s3c2443 and s3c2450Heiko Stuebner1-0/+6
2014-04-08Kconfig: rename HAS_IOPORT to HAS_IOPORT_MAPUwe Kleine-König1-1/+1
2014-04-06Merge tag 'tags/cleanup2-3.15' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2-70/+1
2014-04-06Merge tag 'cleanup-3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/arm...Linus 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-20ARM: 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...Olof Johansson44-61/+67
2014-02-19Merge tag 'dropmachtimexh-v2' of git://git.pengutronix.de/git/ukl/linux into ...Olof 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-24Merge tag 'cleanup-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus 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
2014-01-08ARM: s3c24xx: fix build errorLinus Walleij1-0/+1
2013-12-20ARM: s3c24xx: get rid of custom <mach/gpio.h>Linus Walleij32-136/+30
2013-12-20ARM: drop <mach/timex.h> for !ARCH_MULTIPLATFORM, tooUwe Kleine-König1-24/+0
2013-12-12ARM: SAMSUNG: remove IRQF_DISABLEDMichael Opdenacker2-3/+2
2013-11-19Merge branch 'i2c/for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-1/+1
2013-11-17Merge tag 'pwm/for-3.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2-0/+2
2013-10-21ARM: S3C24XX: add dma pdata for s3c2410, s3c2440 and s3c2442Heiko Stuebner2-0/+102
2013-10-21ARM: S3C24XX: Fix possible dma selection warningHeiko Stuebner1-1/+2
2013-10-16ARM: SAMSUNG: Initialize PWM backlight enable_gpio fieldThierry Reding2-0/+2
2013-10-08ARM: S3C24XX: add platform-devices for new dma driver for s3c2412 and s3c2443Heiko Stuebner7-0/+114
2013-10-08ARM: S3C24XX: number the dma clocksHeiko Stuebner2-10/+10
2013-09-30misc: (at24) move header to linux/platform_data/Vivien Didelot1-1/+1
2013-08-12ARM: SAMSUNG: Remove pwm-clock infrastructureTomasz Figa4-6/+0
2013-08-12ARM: SAMSUNG: Modify board files to use new PWM platform deviceTomasz Figa2-5/+4
2013-08-06ARM: SAMSUNG: Move all platforms to new clocksource driverTomasz Figa2-6/+16
2013-08-06ARM: SAMSUNG: Set PWM platform dataTomasz Figa1-0/+11
2013-08-06ARM: SAMSUNG: Unify base address definitions of timer blockTomasz Figa1-0/+2
2013-07-25Merge tag 'samsung-fixes-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Olof Johansson2-63/+101
2013-07-24ARM: S3C24XX: Add missing clkdev entries for s3c2440 UARTSylwester Nawrocki2-63/+101