1. 17 Sep, 2009 2 commits
    • Ben Dooks's avatar
      ARM: S3C: Add missing selection of S3C_DEV_NAND in machine Kconfigs. · d23b3517
      Ben Dooks authored
      A number of machines that need s3c_device_nand present do not select
      this in their Kconfig entries. Add the necessary selection of the
      configuration S3C_DEV_NAND so that we avoid the following error:
      
      arch/arm/mach-s3c2410/built-in.o: In function `bast_map_io':
      arch/arm/mach-s3c2410/mach-bast.c:634: undefined reference to `s3c_device_nand'
      arch/arm/mach-s3c2412/built-in.o: In function `s3c2412_init_uarts':
      arch/arm/mach-s3c2412/s3c2412.c:109: undefined reference to `s3c_device_nand'
      arch/arm/mach-s3c2412/built-in.o: In function `jive_machine_init':
      arch/arm/mach-s3c2412/mach-jive.c:673: undefined reference to `s3c_device_nand'
      Signed-off-by: default avatarBen Dooks <ben-linux@fluff.org>
      d23b3517
    • Mark Brown's avatar
      ARM: S3C64XX: Provide for board-specific IRQs · ebdb5ab8
      Mark Brown authored
      Set up some IRQ space to allocation to off-SoC interrupt controllers.
      Default this to 16 IRQs. If individual boards require more than this
      then they will need to modify this file so allocating a small number
      helps reduce the number of modifications required.
      Signed-off-by: default avatarMark Brown <broonie@opensource.wolfsonmicro.com>
      Signed-off-by: default avatarBen Dooks <ben-linux@fluff.org>
      ebdb5ab8
  2. 16 Aug, 2009 10 commits
  3. 14 Aug, 2009 10 commits
  4. 13 Aug, 2009 4 commits
  5. 30 Jul, 2009 14 commits