1. 16 May, 2012 1 commit
  2. 15 May, 2012 2 commits
  3. 14 May, 2012 11 commits
  4. 13 May, 2012 3 commits
    • Arnd Bergmann's avatar
      Merge branch 'clps711x/cleanup' into next/cleanup · 985f03c2
      Arnd Bergmann authored
      * clps711x/cleanup:
        ARM: clps711x: Combine header files into one for clps711x-targets
      Signed-off-by: default avatarArnd Bergmann <arnd@arndb.de>
      985f03c2
    • Alexander Shiyan's avatar
      ARM: clps711x: Combine header files into one for clps711x-targets · 94bd3279
      Alexander Shiyan authored
      Current ARM7 Cirrus Logic product line contains only 3 cpu.
      EP7312 - Fully functional.
      EP7309 - Missing SDRAM interface.
      EP7311 - Missing DAI.
      It makes no sense to separate the header files to identify these differences,
      it is only necessary to keep in mind the presence or lack of any features of
      a specific CPU when writing code.
      Signed-off-by: default avatarAlexander Shiyan <shc_work@mail.ru>
      Signed-off-by: default avatarArnd Bergmann <arnd@arndb.de>
      94bd3279
    • Olof Johansson's avatar
      Merge branch 'next/cleanup-samsung' of... · 68f4c319
      Olof Johansson authored
      Merge branch 'next/cleanup-samsung' of git://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung into next/cleanup
      
      From Kukjin Kim:
      "Mostly it is using common macro to define resources and clean up useless codes."
      
      * 'next/cleanup-samsung' of git://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung: (34 commits)
        ARM: S3C24XX: Use common macro to define resources on mach-qt2410.c
        ARM: S3C24XX: Use common macro to define resources on mach-osiris.c
        ARM: EXYNOS: Adapt to cpuidle core time keeping and irq enable
        ARM: S5PV210: Use common macro to define resources on mach-smdkv210.c
        ARM: S5PV210: Use common macro to define resources on dev-audio.c
        ARM: S5PC100: Use common macro to define resources on dev-audio.c
        ARM: S5P64X0: Use common macro to define resources on dev-audio.c
        ARM: S3C64XX: Use common macro to define resources on mach-smdk6410.c
        ARM: S3C64XX: Use common macro to define resources on mach-real6410.c
        ARM: S3C64XX: Use common macro to define resources on mach-mini6410.c
        ARM: S3C64XX: Use common macro to define resources on mach-crag6410.c
        ARM: S3C64XX: Use common macro to define resources on mach-anw6410.c
        ARM: S3C64XX: Use common macro to define resources on dev-uart.c
        ARM: S3C64XX: Use common macro to define resources on dev-audio.c
        ARM: S3C24XX: Use common macro to define resources on simtec-nor.c
        ARM: S3C24XX: Use common macro to define resources on mach-vr1000.c
        ARM: S3C24XX: Use common macro to define resources on mach-tct_hammer.c
        ARM: S3C24XX: Use common macro to define resources on mach-rx1950.c
        ARM: S3C24XX: Use common macro to define resources on mach-otom.c
        ARM: S3C24XX: Use common macro to define resources on mach-nexcoder.c
        ...
      68f4c319
  5. 12 May, 2012 23 commits