aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-s3c24xx (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-03-22ARM: S3C24XX: remove unneeded "config SMDK2440_CPU2442"Paul Bolle1-4/+1
2013-03-22ARM: S3C24XX: drop "select MACH_NEO1973"Paul Bolle1-1/+0
2013-03-22ARM: S3C24XX: drop "select MACH_N35"Paul Bolle1-1/+0
2013-03-07ARM: S3C24XX: add handle_irq functionHeiko Stuebner2-70/+58
2013-03-07ARM: S3C24XX: make s3c24xx_init_intc staticHeiko Stuebner1-1/+1
2013-03-07ARM: S3C24XX: move s3c24xx_init_irq to s3c2410_init_irqHeiko Stuebner11-51/+44
2013-03-07ARM: S3C24XX: fix irq parent checkHeiko Stuebner1-14/+8
2013-03-07ARM: S3C24XX: fix redundant checks in the irq mapping functionHeiko Stuebner1-14/+4
2013-03-05ARM: S3C24XX: handle s3c2412 eints using new infrastructureHeiko Stuebner2-82/+40
2013-03-05ARM: S3C24XX: include first 4 bits of the eint register in irq mappingHeiko Stuebner2-34/+29
2013-03-05ARM: S3C24XX: transform s3c2412 irqs into new structureHeiko Stuebner1-56/+66
2013-03-05ARM: S3C24XX: modify s3c2412 irq init to initialize all irqsHeiko Stuebner5-21/+9
2013-03-05ARM: S3C24XX: move s3c2412 irq init to common codeHeiko Stuebner3-193/+155
2013-03-05ARM: S3C24XX: use samsung_sync_wakemask in s3c2412 pmHeiko Stuebner3-23/+9
2013-03-05ARM: S3C24XX: transform s3c2440 irqs into new structureHeiko Stuebner1-135/+61
2013-03-05ARM: S3C24XX: transform s3c2442 irqs into new structureHeiko Stuebner1-15/+63
2013-03-05ARM: S3C24XX: integrate s3c2440 irqs into common initHeiko Stuebner1-33/+13
2013-03-05ARM: S3C24XX: move s3c2440 irqs to common irq codeHeiko Stuebner3-129/+89
2013-03-05ARM: S3C24XX: create dedicated irq init functions for s3c2440 and s3c2442Heiko Stuebner11-36/+34
2013-03-05ARM: S3C24XX: move s3c244x irq init to common irq codeHeiko Stuebner3-143/+106
2013-03-05ARM: S3C24XX: Add samsung-time support for s3c24xxRomain Naour24-27/+79
2013-03-05ARM: S3C24XX: cleanup the included soc init functions in common.hHeiko Stuebner1-42/+5
2013-03-05ARM: S3C24XX: move plat-samsung/s3c24XX headers to local common.hHeiko Stuebner23-32/+130
2013-03-05ARM: S3C24XX: remove plat/irq.h in plat-samsungHeiko Stuebner3-8/+9
2013-03-05ARM: S3C24XX: plat/common-smdk.h localKukjin Kim8-9/+22
2013-03-05mmc: s3cmci: moved mach/regs-sdi.h into s3cmci device driverKukjin Kim5-131/+0
2013-02-21Merge tag 'cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds103-1990/+6596
2013-02-21Merge tag 'fixes-non-critical' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds11-25/+30
2013-02-17Merge branch 'next/fixes-samsung' of git://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung into next/fixes-non-criticalOlof Johansson5-3/+8
2013-02-14Merge branch 'warning-fixes' into next/fixes-non-criticalArnd Bergmann5-21/+21
2013-02-14ARM: samsung: fix assembly syntax for new gasArnd Bergmann5-21/+21
2013-02-08ARM: S3C24XX: Fix compile breakage for SMDK2410Alexander Shiyan1-0/+1
2013-02-08ARM: S3C24XX: add missing platform_device.h include for osirisHeiko Stuebner1-0/+1
2013-02-08ARM: S3C24XX: let S3C2412_PM select S3C2412_PM_SLEEPHeiko Stuebner1-0/+1
2013-02-05Merge branch 'next/cleanup-s3c24xx-2' of git://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung into next/cleanupOlof Johansson37-312/+4728
2013-02-05Merge branch 'next/irq-s3c24xx' of git://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung into next/cleanupOlof Johansson12-644/+55
2013-02-05Merge branch 'next/cleanup-s3c24xx' of git://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung into next/cleanupOlof Johansson9-6/+1110
2013-02-04Merge branch 'next/cleanup-header' of git://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung into next/cleanupOlof Johansson53-1008/+683
2013-02-04ARM: S3C24XX: header mach/regs-mem.h localKukjin Kim19-219/+65
2013-02-04ARM: S3C24XX: header mach/regs-power.h localKukjin Kim7-45/+45
2013-02-04ARM: S3C24XX: header mach/regs-s3c2412-mem.h localKukjin Kim4-51/+30
2013-02-03ARM: S3C24XX: Remove plat-s3c24xx directory in arch/arm/Kukjin Kim11-1/+4592
2013-02-03ARM: S3C24XX: modify s3c2443 irq init to initialize all irqsHeiko Stuebner1-1/+1
2013-02-03ARM: S3C24XX: move s3c2443 irq code to irq.cHeiko Stuebner2-282/+1
2013-02-03ARM: S3C24XX: modify s3c2416 irq init to initialize all irqsHeiko Stuebner1-1/+1
2013-02-03ARM: S3C24XX: move s3c2416 irq init to common irq codeHeiko Stuebner3-349/+24
2013-02-03ARM: S3C24XX: Modify s3c_irq_wake to use the hwirq propertyHeiko Stuebner1-4/+4
2013-02-03ARM: S3C24XX: Move irq syscore-ops to irq-pmHeiko Stuebner7-7/+24
2013-01-30ARM: SAMSUNG: Gracefully exit on suspend failureAbhilash Kesavan2-2/+4
2013-01-30ARM: S3C24XX: Make 'clk_msysclk' staticSachin Kamat1-1/+1