1. 19 6月, 2013 1 次提交
  2. 19 4月, 2013 1 次提交
    • A
      ARM: exynos: move debug-macro.S to include/debug/ · a2e40710
      Arnd Bergmann 提交于
      The move is necessary to support early debug output on exynos
      with multiplatform configurations. This implies also moving the
      plat/debug-macro.S file, but we are leaving the remaining users of that
      file in place, to avoid adding large numbers of extra configuration
      options to Kconfig.debug
      Signed-off-by: NArnd Bergmann <arnd@arndb.de>
      a2e40710
  3. 08 4月, 2013 1 次提交
  4. 13 1月, 2013 1 次提交
    • R
      irqchip: Move ARM vic.h to include/linux/irqchip/arm-vic.h · 9e47b8bf
      Rob Herring 提交于
      Now that we have VIC moved to drivers/irqchip and all VIC DT init for
      platforms using irqchip_init, move gic.h and update the remaining
      includes.
      Signed-off-by: NRob Herring <rob.herring@calxeda.com>
      Cc: Thomas Gleixner <tglx@linutronix.de>
      Cc: Hartley Sweeten <hsweeten@visionengravers.com>
      Cc: Ryan Mallon <rmallon@gmail.com>
      Cc: Russell King <linux@arm.linux.org.uk>
      Cc: Alessandro Rubini <rubini@unipv.it>
      Acked-by: NLinus Walleij <linus.walleij@linaro.org>
      Cc: STEricsson <STEricsson_nomadik_linux@list.st.com>
      Cc: Ben Dooks <ben-linux@fluff.org>
      Cc: Kukjin Kim <kgene.kim@samsung.com>
      Cc: linux-samsung-soc@vger.kernel.org
      9e47b8bf
  5. 11 1月, 2013 6 次提交
  6. 22 7月, 2012 1 次提交
  7. 13 7月, 2012 1 次提交
  8. 20 6月, 2012 3 次提交
  9. 07 3月, 2012 1 次提交
  10. 22 2月, 2012 1 次提交
  11. 21 1月, 2012 2 次提交
  12. 12 1月, 2012 1 次提交
  13. 05 1月, 2012 2 次提交
  14. 23 12月, 2011 1 次提交
  15. 02 12月, 2011 1 次提交
  16. 27 11月, 2011 1 次提交
  17. 21 11月, 2011 1 次提交
  18. 16 11月, 2011 1 次提交
  19. 08 11月, 2011 2 次提交
  20. 14 10月, 2011 1 次提交
  21. 04 10月, 2011 4 次提交
    • K
      ARM: SAMSUNG: Moving each SoC support header files · 3cd7b62b
      Kukjin Kim 提交于
      This patch moves SoC header files for supporting each SoCs to
      plat-samsung directory. This is required to make one plat-
      directory for Samsung SoCs.
      
      Cc: Ben Dooks <ben-linux@fluff.org>
      Signed-off-by: NKukjin Kim <kgene.kim@samsung.com>
      3cd7b62b
    • K
      ARM: SAMSUNG: Consolidate plat/pll.h · 52e329eb
      Kukjin Kim 提交于
      Removed
      - arch/arm/plat-s3c24xx/include/plat/pll.h
      - arch/arm/mach-s3c64xx/include/mach/pll.h
      - arch/arm/plat-s5p/include/plat/pll.h
      - arch/arm/plat-samsung/include/plat/pll6553x.h
      
      And created
      - arch/arm/plat-samsung/include/plat/pll.h
      
      Cc: Ben Dooks <ben-linux@fluff.org>
      [kgene.kim@samsung.com: changed title]
      [kgene.kim@samsung.com: fixed conflicts in plat-s5p/include/pll.h]
      Signed-off-by: NKukjin Kim <kgene.kim@samsung.com>
      52e329eb
    • K
      ARM: SAMSUNG: Consolidate plat/pwm-clock.h · c0468b02
      Kukjin Kim 提交于
      Removed
       - arch/arm/plat-s3c24xx/include/mach/pwm-clock.h
       - arch/arm/mach-s3c64xx/include/mach/pwm-clock.h
       - arch/arm/mach-s5p64x0/include/mach/pwm-clock.h
       - arch/arm/mach-s5pc100/include/mach/pwm-clock.h
       - arch/arm/mach-s5pv210/include/mach/pwm-clock.h
       - arch/arm/mach-exynos4/include/mach/pwm-clock.h
      
      And created
       - arch/arm/plat-samsung/include/plat/pwm-clock.h
      
      Cc: Ben Dooks <ben-linux@fluff.org>
      [kgene.kim@samsung.com: changed title]
      Signed-off-by: NKukjin Kim <kgene.kim@samsung.com>
      c0468b02
    • K
      ARM: SAMSUNG: Cleanup mach/clkdev.h · 4b2656fe
      Kukjin Kim 提交于
      According to commit a3831cf ("ARM: Consolidate the
      clkdev header files"), current mach/clkdev.h is no
      needed in Samsung stuff.
      
      Cc: Ben Dooks <ben-linux@fluff.org>
      Signed-off-by: NKukjin Kim <kgene.kim@samsung.com>
      4b2656fe
  22. 26 9月, 2011 1 次提交
  23. 21 9月, 2011 1 次提交
    • K
      ARM: SAMSUNG: Update the name of regarding Samsung GPIO · 782d8a3c
      Kukjin Kim 提交于
      According to gpio-samsung.c, this patch updates the name of
      regarding Samsung GPIO. Basically the samsung_xxx prefix is
      used in gpio-samsung.c instead of s3c_xxx, because unified
      name can reduce its complexity.
      
      Note: some s3c_xxx stil remains because it is used widely.
      It will be updated next time.
      
      Cc: Ben Dooks <ben-linux@fluff.org>
      Signed-off-by: NKukjin Kim <kgene.kim@samsung.com>
      782d8a3c
  24. 19 9月, 2011 3 次提交
  25. 16 9月, 2011 1 次提交