summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-s3c24xx
Commit message (Expand)AuthorAgeFilesLines
...
| * ARM: SAMSUNG: Remove legacy clock codeTomasz Figa2014-07-1912-28/+4
* | ARM: convert all "mov.* pc, reg" to "bx reg" for ARMv6+Russell King2014-07-182-2/+2
|/
* ARM: samsung: make SAMSUNG_DMADEV optionalArnd Bergmann2014-06-171-1/+1
* Merge branch 'for-linus' of git://ftp.arm.linux.org.uk/~rmk/linux-arm into nextLinus Torvalds2014-06-052-10/+6
|\
| * ARM: 8025/1: Get rid of meminfoLaura Abbott2014-06-012-10/+6
* | Merge branch 'v3.16-next/cleanup-samsung' into v3.16-next/platform-exynosKukjin Kim2014-05-312-129/+0
|\ \
| * | ARM: S3C24XX: move debug-macro.S into the common spaceHeiko Stuebner2014-05-261-46/+0
| * | ARM: S3C24XX: use generic DEBUG_UART_PHY/_VIRT in debug macroHeiko Stuebner2014-05-261-7/+2
| * | ARM: S3C24XX: trim down debug uart handlingHeiko Stuebner2014-05-262-79/+1
| * | ARM: S3C24XX: fix merge conflictKukjin Kim2014-05-151-2/+0
* | | ARM: S3C24XX: move S3C24XX clock Kconfig options to Samsung clock Kconfig filePankaj Dubey2014-05-141-27/+0
* | | ARM: S3C24XX: Remove omitted Kconfig selects and conditionalsTomasz Figa2014-05-141-7/+5
|/ /
* | ARM: S3C24XX: remove SAMSUNG_CLOCK remnants after ccf conversionHeiko Stuebner2014-05-139-160/+0
* | ARM: S3C24XX: remove legacy clock codeHeiko Stuebner2014-05-1313-1122/+0
* | ARM: S3C24XX: convert s3c2410 to common clock frameworkHeiko Stuebner2014-05-1312-34/+67
* | ARM: S3C24XX: convert s3c2440 and s3c2442 to common clock frameworkHeiko Stuebner2014-05-1312-36/+73
* | ARM: S3C24XX: add platform code for conversion to the common clock frameworkHeiko Stuebner2014-05-136-1/+51
* | ARM: S3C24XX: enable usage of common dclk if common clock framework is enabledHeiko Stuebner2014-05-139-5/+60
* | ARM: S3C24XX: cpufreq-utils: don't write raw values to MPLLCON when using ccfHeiko Stuebner2014-05-091-0/+8
* | ARM: S3C24XX: convert s3c2412 to common clock frameworkHeiko Stuebner2014-04-159-813/+40
* | ARM: S3C24XX: only store clock registers when old clock code is activeHeiko Stuebner2014-04-151-3/+10
* | ARM: S3C24XX: Convert s3c2416 and s3c2443 to common clock frameworkHeiko Stuebner2014-04-1510-1114/+41
* | ARM: S3C24XX: prevent conflicts between ccf and non-ccf s3c24xx-socsHeiko Stuebner2014-04-152-0/+6
* | clk: samsung: add clock-driver for s3c2416, s3c2443 and s3c2450Heiko Stuebner2014-04-151-0/+6
|/
* Kconfig: rename HAS_IOPORT to HAS_IOPORT_MAPUwe Kleine-König2014-04-071-1/+1
* Merge tag 'tags/cleanup2-3.15' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2014-04-052-70/+1
|\
| * ARM: S3C24XX: Remove invalid code from hardware.hSachin Kamat2014-03-211-13/+1
| * ARM: SAMSUNG: remove all custom uncompress.hHeiko Stuebner2014-03-111-57/+0
* | Merge tag 'cleanup-3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/arm...Linus Torvalds2014-04-0545-85/+67
|\ \
| * | Merge tag 'samsung-cleanup' of http://git.kernel.org/pub/scm/linux/kernel/git...Olof Johansson2014-03-0944-61/+67
| |\|
| | * ARM: S3C24XX: Move rtc-core.h from plat to machSachin Kamat2014-02-153-2/+28
| | * ARM: SAMSUNG: Replace inclusion of plat/regs-serial.h header fileTushar Behera2014-02-1439-41/+39
| | * ARM: S3C24XX: get rid of unneeded selectsPaul Bolle2014-02-141-2/+0
| | * ARM: SAMSUNG: remove unneeded s3c24xx_init_cpu()Heiko Stuebner2014-02-141-1/+0
| | * ARM: SAMSUNG: remove obsolete tick.hHeiko Stuebner2014-02-141-15/+0
| * | Merge tag 'dropmachtimexh-v2' of git://git.pengutronix.de/git/ukl/linux into ...Olof Johansson2014-02-181-24/+0
| |\ \ | | |/ | |/|
| | * ARM: drop <mach/timex.h> for !ARCH_MULTIPLATFORM, tooUwe Kleine-König2013-12-201-24/+0
* | | Merge branch 'randconfig-fixes' into next/fixes-non-criticalArnd Bergmann2014-03-222-3/+3
|\ \ \
| * | | ARM: s3c24xx: osiris dvs needs tps65010Arnd Bergmann2014-03-211-1/+1
| * | | ARM: s3c24xx: fix gta02 build errorArnd Bergmann2014-03-211-1/+1
| * | | ARM: s3c24xx: MINI2440 needs I2C for EEPROM_AT24Arnd Bergmann2014-03-211-1/+1
| |/ /
* / / ARM: S3C24XX: Fix typo CONFIG_CPUS_3C2443Paul Bolle2014-02-141-1/+1
|/ /
* | Merge tag 'cleanup-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2014-01-232-3/+2
|\ \
| * | ARM: SAMSUNG: remove IRQF_DISABLEDMichael Opdenacker2013-12-122-3/+2
| |/
* | ARM: s3c24xx: explicit dependency on <plat/gpio-cfg.h>Linus Walleij2014-01-145-2/+4
* | ARM: S3C[24|64]xx: move includes back under <mach/> scopeLinus Walleij2014-01-1432-31/+137
* | ARM: s3c24xx: fix build errorLinus Walleij2014-01-081-0/+1
* | ARM: s3c24xx: get rid of custom <mach/gpio.h>Linus Walleij2013-12-2032-136/+30
|/
* Merge branch 'i2c/for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2013-11-181-1/+1
|\
| * misc: (at24) move header to linux/platform_data/Vivien Didelot2013-09-301-1/+1