1. 17 10月, 2011 1 次提交
  2. 21 9月, 2011 1 次提交
  3. 14 9月, 2011 2 次提交
  4. 24 8月, 2011 1 次提交
  5. 21 7月, 2011 1 次提交
  6. 21 5月, 2011 1 次提交
  7. 03 3月, 2011 1 次提交
  8. 06 1月, 2011 1 次提交
  9. 30 12月, 2010 1 次提交
    • C
      ARM: SAMSUNG: Add support for Power Domain control · d930596a
      Changhwan Youn 提交于
      This patch implements Power Domain control based on Runtime PM framework.
      Each Power Domain is represented by a Power Domain device and the devices
      belong to these Power Domains should be set as a child device of the Power
      Domain devices. The corresponding drivers of the devices should implement
      Runtime PM to control the Power Domains.
      
      Signed-off-by: Changhwan Youn <chaos.youn at samsung.com>
      Signed-off-by: NKukjin Kim <kgene.kim@samsung.com>
      d930596a
  10. 25 10月, 2010 1 次提交
  11. 14 8月, 2010 1 次提交
  12. 06 8月, 2010 1 次提交
  13. 05 8月, 2010 2 次提交
  14. 20 5月, 2010 5 次提交
  15. 19 5月, 2010 3 次提交
  16. 18 5月, 2010 3 次提交
  17. 12 5月, 2010 1 次提交
  18. 24 2月, 2010 2 次提交
  19. 03 2月, 2010 1 次提交
  20. 21 1月, 2010 1 次提交
  21. 19 1月, 2010 1 次提交
  22. 18 1月, 2010 1 次提交
  23. 15 1月, 2010 6 次提交
  24. 01 12月, 2009 1 次提交
    • B
      ARM: SAMSUNG: Add plat-samsung as starting point for plat-s3c* moves · cf383678
      Ben Dooks 提交于
      We inted to re-organise the plat-s3c/plat-s3c24xx/plat-s3c64xx into a
      more generic plat-samsung with less code in the other plat- directories
      to make it easier to port new devices and try and clear up some of the
      naming issues with newer devices.
      
      Start by creating a small arch/arm/plat-samsung with no actuall code in
      so we can move items in as we process them.
      
      Add this to arch/arm to allow it to build things once support is added.
      Signed-off-by: NBen Dooks <ben-linux@fluff.org>
      cf383678