1. 05 3月, 2013 1 次提交
  2. 05 2月, 2013 1 次提交
  3. 25 12月, 2012 1 次提交
  4. 07 12月, 2012 1 次提交
  5. 19 9月, 2012 1 次提交
    • A
      ARM: samsung: move platform_data definitions · 436d42c6
      Arnd Bergmann 提交于
      Platform data for device drivers should be defined in
      include/linux/platform_data/*.h, not in the architecture
      and platform specific directories.
      
      This moves such data out of the samsung include directories
      Signed-off-by: NArnd Bergmann <arnd@arndb.de>
      Acked-by: NMark Brown <broonie@opensource.wolfsonmicro.com>
      Acked-by: NGreg Kroah-Hartman <gregkh@linuxfoundation.org>
      Acked-by: NNicolas Pitre <nico@linaro.org>
      Acked-by: NMauro Carvalho Chehab <mchehab@redhat.com>
      Cc: Kukjin Kim <kgene.kim@samsung.com>
      Cc: Kyungmin Park <kyungmin.park@samsung.com>
      Cc: Ben Dooks <ben-linux@fluff.org>
      Cc: Jeff Garzik <jgarzik@pobox.com>
      Cc: Guenter Roeck <linux@roeck-us.net>
      Cc: "Wolfram Sang (embedded platforms)" <w.sang@pengutronix.de>
      Cc: Dmitry Torokhov <dmitry.torokhov@gmail.com>
      Cc: Bryan Wu <bryan.wu@canonical.com>
      Cc: Richard Purdie <rpurdie@rpsys.net>
      Cc: Sylwester Nawrocki <s.nawrocki@samsung.com>
      Cc: Chris Ball <cjb@laptop.org>
      Cc: David Woodhouse <dwmw2@infradead.org>
      Cc: Grant Likely <grant.likely@secretlab.ca>
      Cc: Felipe Balbi <balbi@ti.com>
      Cc: Alan Stern <stern@rowland.harvard.edu>
      Cc: Sangbeom Kim <sbkim73@samsung.com>
      Cc: Liam Girdwood <lrg@ti.com>
      Cc: linux-samsung-soc@vger.kernel.org
      436d42c6
  6. 29 8月, 2012 1 次提交
  7. 13 7月, 2012 1 次提交
  8. 12 5月, 2012 1 次提交
  9. 03 3月, 2012 1 次提交
  10. 01 3月, 2012 1 次提交
    • H
      ARM: S3C24XX: Fix restart on S3C2442 · c1ba544f
      Heiko Stuebner 提交于
      Commit b27b0727 (ARM: 7265/1: restart: S3C24XX: use new restart hook)
      introduced the new restart hook also for the S3C244x cpus, but it
      was only defined in the S3C2440 scope, i.e. when CPU_S3C2440 was
      selected. Devices using the S3C2442 like the GTA02 normally don't select
      this CPU which leads to compilation errors like:
          LD      .tmp_vmlinux1
        arch/arm/mach-s3c2440/built-in.o:(.arch.info.init+0x3c): undefined reference
      to `s3c2440_restart'
        make: *** [.tmp_vmlinux1] Error 1
      
      Therefore move the s3c2440_restart function to s3c244x.c which is
      common to both cpus and also fix the naming to reflect this.
      Reported-and-tested-by: NDenis 'GNUtoo' Carikli <GNUtoo@no-log.org>
      Signed-off-by: NHeiko Stuebner <heiko@sntech.de>
      Signed-off-by: NKukjin Kim <kgene.kim@samsung.com>
      c1ba544f
  11. 05 1月, 2012 1 次提交
  12. 06 12月, 2011 1 次提交
  13. 22 8月, 2011 1 次提交
  14. 08 7月, 2011 1 次提交
  15. 31 3月, 2011 1 次提交
  16. 11 3月, 2011 1 次提交
  17. 08 3月, 2011 1 次提交
  18. 20 10月, 2010 1 次提交
    • N
      arm: remove machine_desc.io_pg_offst and .phys_io · 6451d778
      Nicolas Pitre 提交于
      Since we're now using addruart to establish the debug mapping, we can
      remove the io_pg_offst and phys_io members of struct machine_desc.
      
      The various declarations were removed using the following script:
      
        grep -rl MACHINE_START arch/arm | xargs \
        sed -i '/MACHINE_START/,/MACHINE_END/ { /\.\(phys_io\|io_pg_offst\)/d }'
      
      [ Initial patch was from Jeremy Kerr, example script from Russell King ]
      Signed-off-by: NNicolas Pitre <nicolas.pitre@linaro.org>
      Acked-by: Eric Miao <eric.miao at canonical.com>
      6451d778
  19. 06 5月, 2010 2 次提交
  20. 19 1月, 2010 2 次提交
  21. 15 1月, 2010 3 次提交
  22. 01 12月, 2009 1 次提交
  23. 29 10月, 2009 1 次提交
  24. 24 6月, 2009 1 次提交
  25. 23 6月, 2009 1 次提交
  26. 16 6月, 2009 2 次提交