summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-s3c24xx
Commit message (Expand)AuthorAgeFilesLines
* ARM: S3C24XX: make s3c24xx_init_intc staticHeiko Stuebner2013-03-071-1/+1
* ARM: S3C24XX: move s3c24xx_init_irq to s3c2410_init_irqHeiko Stuebner2013-03-0711-51/+44
* ARM: S3C24XX: fix irq parent checkHeiko Stuebner2013-03-071-14/+8
* ARM: S3C24XX: fix redundant checks in the irq mapping functionHeiko Stuebner2013-03-071-14/+4
* ARM: S3C24XX: handle s3c2412 eints using new infrastructureHeiko Stuebner2013-03-052-82/+40
* ARM: S3C24XX: include first 4 bits of the eint register in irq mappingHeiko Stuebner2013-03-052-34/+29
* ARM: S3C24XX: transform s3c2412 irqs into new structureHeiko Stuebner2013-03-051-56/+66
* ARM: S3C24XX: modify s3c2412 irq init to initialize all irqsHeiko Stuebner2013-03-055-21/+9
* ARM: S3C24XX: move s3c2412 irq init to common codeHeiko Stuebner2013-03-053-193/+155
* ARM: S3C24XX: use samsung_sync_wakemask in s3c2412 pmHeiko Stuebner2013-03-053-23/+9
* ARM: S3C24XX: transform s3c2440 irqs into new structureHeiko Stuebner2013-03-051-135/+61
* ARM: S3C24XX: transform s3c2442 irqs into new structureHeiko Stuebner2013-03-051-15/+63
* ARM: S3C24XX: integrate s3c2440 irqs into common initHeiko Stuebner2013-03-051-33/+13
* ARM: S3C24XX: move s3c2440 irqs to common irq codeHeiko Stuebner2013-03-053-129/+89
* ARM: S3C24XX: create dedicated irq init functions for s3c2440 and s3c2442Heiko Stuebner2013-03-0511-36/+34
* ARM: S3C24XX: move s3c244x irq init to common irq codeHeiko Stuebner2013-03-053-143/+106
* ARM: S3C24XX: Add samsung-time support for s3c24xxRomain Naour2013-03-0524-27/+79
* ARM: S3C24XX: cleanup the included soc init functions in common.hHeiko Stuebner2013-03-051-42/+5
* ARM: S3C24XX: move plat-samsung/s3c24XX headers to local common.hHeiko Stuebner2013-03-0523-32/+130
* ARM: S3C24XX: remove plat/irq.h in plat-samsungHeiko Stuebner2013-03-053-8/+9
* ARM: S3C24XX: plat/common-smdk.h localKukjin Kim2013-03-058-9/+22
* mmc: s3cmci: moved mach/regs-sdi.h into s3cmci device driverKukjin Kim2013-03-055-131/+0
* Merge tag 'cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds2013-02-21103-1990/+6596
|\
| * Merge branch 'next/cleanup-s3c24xx-2' of git://git.kernel.org/pub/scm/linux/k...Olof Johansson2013-02-0537-312/+4728
| |\
| | * ARM: S3C24XX: header mach/regs-mem.h localKukjin Kim2013-02-0419-219/+65
| | * ARM: S3C24XX: header mach/regs-power.h localKukjin Kim2013-02-047-45/+45
| | * ARM: S3C24XX: header mach/regs-s3c2412-mem.h localKukjin Kim2013-02-044-51/+30
| | * ARM: S3C24XX: Remove plat-s3c24xx directory in arch/arm/Kukjin Kim2013-02-0311-1/+4592
| * | Merge branch 'next/irq-s3c24xx' of git://git.kernel.org/pub/scm/linux/kernel/...Olof Johansson2013-02-0512-644/+55
| |\ \ | | |/
| | * ARM: S3C24XX: modify s3c2443 irq init to initialize all irqsHeiko Stuebner2013-02-031-1/+1
| | * ARM: S3C24XX: move s3c2443 irq code to irq.cHeiko Stuebner2013-02-032-282/+1
| | * ARM: S3C24XX: modify s3c2416 irq init to initialize all irqsHeiko Stuebner2013-02-031-1/+1
| | * ARM: S3C24XX: move s3c2416 irq init to common irq codeHeiko Stuebner2013-02-033-349/+24
| | * ARM: S3C24XX: Modify s3c_irq_wake to use the hwirq propertyHeiko Stuebner2013-02-031-4/+4
| | * ARM: S3C24XX: Move irq syscore-ops to irq-pmHeiko Stuebner2013-02-037-7/+24
| * | Merge branch 'next/cleanup-s3c24xx' of git://git.kernel.org/pub/scm/linux/ker...Olof Johansson2013-02-059-6/+1110
| |\ \ | | |/
| | * ARM: S3C24XX: Move mach-s3c2440/ pll into mach-s3c24xx/Kukjin Kim2013-01-214-0/+251
| | * ARM: S3C24XX: Move mach-s3c2440/ cpufreq driver into mach-s3c24xx/Kukjin Kim2013-01-213-0/+321
| | * ARM: S3C24XX: Move mach-s3c2412/ cpufreq driver into mach-s3c24xx/Kukjin Kim2013-01-213-0/+266
| | * ARM: S3C2412: Remove useless codes mach-s3c2412/gpio.cKukjin Kim2013-01-211-6/+0
| | * ARM: S3C24XX: Move mach-s3c2410/ pll into mach-s3c24xx/Kukjin Kim2013-01-213-0/+104
| | * ARM: S3C24XX: Move mach-s3c2410/ cpufreq into mach-s3c24xx/Kukjin Kim2013-01-213-0/+168
| * | Merge branch 'next/cleanup-header' of git://git.kernel.org/pub/scm/linux/kern...Olof Johansson2013-02-0453-1008/+683
| |\ \ | | |/
| | * ARM: S3C24XX: remove dsc.c and make regs-dsc.h localKukjin Kim2013-01-104-6/+8
| | * ARM: S3C24XX: remove idle.hKukjin Kim2013-01-106-29/+0
| | * ARM: S3C2412: cleanup regs-s3c2412.hKukjin Kim2013-01-102-37/+14
| | * 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-105-170/+133
| | * ARM: S3C24XX: make otom-map.h localKukjin Kim2013-01-102-22/+18
| | * ARM: S3C24XX: make osiris-cpld.h and osiris-map.h localKukjin Kim2013-01-104-52/+29
OpenPOWER on IntegriCloud