Merge branch 'next/irq-s3c24xx' of git://git.kernel.org/pub/scm/linux/kernel/git...
authorOlof Johansson <olof@lixom.net>
Wed, 6 Feb 2013 00:31:33 +0000 (16:31 -0800)
committerOlof Johansson <olof@lixom.net>
Wed, 6 Feb 2013 00:31:51 +0000 (16:31 -0800)
commit5060c8881a4b177e27d5bcf351212f2bee125955
tree17020202fd68bcdeba1e10a0a26c7e4e7fa83507
parent7dcbeef7926fefa53b0466a27c90238744fb11d8
parentf44ddba3635e35317057e976888d4a12dcb0f842
Merge branch 'next/irq-s3c24xx' of git://git./linux/kernel/git/kgene/linux-samsung into next/cleanup

From Kukjin Kim:
This is redoing the s3c24xx irqs in a generic way by using a declarative
approach.

* 'next/irq-s3c24xx' of git://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung:
  ARM: S3C24XX: transform s3c2443 subirqs into new structure
  ARM: S3C24XX: modify s3c2443 irq init to initialize all irqs
  ARM: S3C24XX: move s3c2443 irq code to irq.c
  ARM: S3C24XX: transform s3c2416 irqs into new structure
  ARM: S3C24XX: modify s3c2416 irq init to initialize all irqs
  ARM: S3C24XX: move s3c2416 irq init to common irq code
  ARM: S3C24XX: Modify s3c_irq_wake to use the hwirq property
  ARM: S3C24XX: Move irq syscore-ops to irq-pm
  ARM: S3C24XX: transform irq handling into a declarative form

Signed-off-by: Olof Johansson <olof@lixom.net>
arch/arm/mach-s3c24xx/mach-smdk2416.c
arch/arm/mach-s3c24xx/mach-smdk2443.c