summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-s3c24xx/include
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'drivers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2013-07-021-0/+26
|\
| * cpufreq: s3c24xx: move cpufreq driver to drivers/cpufreqViresh Kumar2013-05-201-0/+26
* | ARM: SAMSUNG: Consolidate uncompress subroutineTushar Behera2013-06-191-0/+3
|/
* Merge tag 'drivers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2013-05-042-97/+31
|\
| * Merge branch 'samsung/exynos-multiplatform' into next/driversArnd Bergmann2013-04-191-1/+1
| |\
| * | ARM: S3C24XX: add handle_irq functionHeiko Stuebner2013-03-071-70/+0
| * | ARM: S3C24XX: handle s3c2412 eints using new infrastructureHeiko Stuebner2013-03-051-0/+4
| * | ARM: S3C24XX: include first 4 bits of the eint register in irq mappingHeiko Stuebner2013-03-051-27/+27
* | | Merge tag 'multiplatform-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2013-05-021-1/+1
|\ \ \ | | |/ | |/|
| * | ARM: exynos: move debug-macro.S to include/debug/Arnd Bergmann2013-04-191-1/+1
* | | Merge branch 'fixes' into next/cleanupOlof Johansson2013-04-281-3/+1
|\ \ \
| * | | ARM: S3C24XX: Correct NR_IRQS definition for s3c2440Sylwester Nawrocki2013-04-091-3/+1
| |/ /
* | | Merge tag 'cleanup-samsung-for-v3.10' of git://git.kernel.org/pub/scm/linux/k...Arnd Bergmann2013-04-091-1/+0
|\ \ \ | |_|/ |/| |
| * | ARM: SAMSUNG: Remove unnecessary code for dmaPadmavathi Venna2013-04-081-1/+0
| |/
* | mmc: s3cmci: moved mach/regs-sdi.h into s3cmci device driverKukjin Kim2013-03-051-127/+0
|/
* Merge tag 'cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds2013-02-2129-1404/+83
|\
| * ARM: S3C24XX: header mach/regs-mem.h localKukjin Kim2013-02-041-202/+0
| * ARM: S3C24XX: header mach/regs-power.h localKukjin Kim2013-02-041-40/+0
| * ARM: S3C24XX: header mach/regs-s3c2412-mem.h localKukjin Kim2013-02-041-48/+0
| * ARM: S3C2412: Remove useless codes mach-s3c2412/gpio.cKukjin Kim2013-01-211-6/+0
| * ARM: S3C24XX: remove dsc.c and make regs-dsc.h localKukjin Kim2013-01-101-220/+0
| * ARM: S3C24XX: remove idle.hKukjin Kim2013-01-101-24/+0
| * ARM: S3C2412: cleanup regs-s3c2412.hKukjin Kim2013-01-101-23/+0
| * ARM: S3C2416: remove regs-s3c2416-mem.h and regs-s3c2416.hKukjin Kim2013-01-102-54/+0
| * ARM: S3C24XX: make vr1000-cpld.h, vr1000-irq.h and vr1000-map.h localKukjin Kim2013-01-103-152/+0
| * ARM: S3C24XX: make otom-map.h localKukjin Kim2013-01-101-30/+0
| * ARM: S3C24XX: make osiris-cpld.h and osiris-map.h localKukjin Kim2013-01-102-72/+0
| * ARM: S3C24XX: make h1940.h and h1940-latch.h localKukjin Kim2013-01-102-67/+0
| * ARM: S3C24XX: make gta02.h localKukjin Kim2013-01-101-15/+0
| * ARM: S3C24XX: make bast-cpld.h, bast-irq.h and bast-map.h localKukjin Kim2013-01-104-231/+1
| * ARM: S3C24XX: make anubis-cpld, anubis-irq and anubis-map localKukjin Kim2013-01-103-84/+0
| * ARM: SAMSUNG: cleanup mach/gpio-fns.h gpio-track.h and gpio-nrs.hKukjin Kim2013-01-105-137/+83
* | ARM: samsung: fix assembly syntax for new gasArnd Bergmann2013-02-142-8/+8
|/
* Fix misspellings of "whether" in comments.Adam Buchbinder2012-11-193-3/+3
* Merge branch 'multiplatform/platform-data' into next/multiplatformOlof Johansson2012-09-221-28/+0
|\
| * ARM: samsung: move platform_data definitionsArnd Bergmann2012-09-191-28/+0
* | ARM: S3C24XX: Add missing DMACH_DT_PROPHeiko Stuebner2012-08-081-1/+2
|/
* Merge branch 'next/cleanup-samsung-2' of git://git.kernel.org/pub/scm/linux/k...Arnd Bergmann2012-07-174-162/+15
|\
| * ARM: S3C24XX: Remove unused GPIO definitions for Openmoko GTA02 boardSylwester Nawrocki2012-07-131-69/+0
| * ARM: S3C24XX: Remove unused GPIO definitions for port JSylwester Nawrocki2012-07-132-72/+15
| * ARM: S3C24XX: Remove unused GPA, GPE, GPH bank GPIO aliasesSylwester Nawrocki2012-07-131-21/+0
* | ARM: S3C24XX: remove unused header <mach/bast-pmu.h>Paul Bolle2012-06-201-40/+0
|/
* ARM: S3C24XX: add support for second irq set of S3C2416Heiko Stuebner2012-05-201-1/+14
* ARM: S3C24XX: Add map entries needed by the s3c64xx-spi devicesHeiko Stuebner2012-04-241-0/+5
* ARM: S3C24XX: claim spi channels for hsspi in dma-s3c2443Heiko Stuebner2012-04-241-0/+4
* Merge tag 'cleanup2' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm...Linus Torvalds2012-03-291-5/+0
* Merge branch 'next/cleanup-s3c24xx' of git://git.kernel.org/pub/scm/linux/ker...Olof Johansson2012-03-081-8/+0
* Merge branch 'topic/cleanup-s3c24xx' into next/cleanup-s3c24xxKukjin Kim2012-03-071-54/+0
* ARM: S3C2440: move mach-s3c2440/* into mach-s3c24xx/Kukjin Kim2012-03-031-0/+84
* ARM: S3C2410: move mach-s3c2410/* into mach-s3c24xx/Kukjin Kim2012-03-0348-0/+4104
OpenPOWER on IntegriCloud