1. 25 4月, 2012 2 次提交
  2. 07 3月, 2012 1 次提交
  3. 03 3月, 2012 1 次提交
  4. 22 12月, 2011 1 次提交
    • K
      driver-core: remove sysdev.h usage. · edbaa603
      Kay Sievers 提交于
      The sysdev.h file should not be needed by any in-kernel code, so remove
      the .h file from these random files that seem to still want to include
      it.
      
      The sysdev code will be going away soon, so this include needs to be
      removed no matter what.
      
      Cc: Jiandong Zheng <jdzheng@broadcom.com>
      Cc: Scott Branden <sbranden@broadcom.com>
      Cc: Russell King <linux@arm.linux.org.uk>
      Cc: Kukjin Kim <kgene.kim@samsung.com>
      Cc: David Brown <davidb@codeaurora.org>
      Cc: Daniel Walker <dwalker@fifo99.com>
      Cc: Bryan Huntsman <bryanh@codeaurora.org>
      Cc: Ben Dooks <ben-linux@fluff.org>
      Cc: Wan ZongShun <mcuos.com@gmail.com>
      Cc: Haavard Skinnemoen <hskinnemoen@gmail.com>
      Cc: Hans-Christian Egtvedt <egtvedt@samfundet.no>
      Cc: Guan Xuetao <gxt@mprc.pku.edu.cn>
      Cc: "Venkatesh Pallipadi
      Cc: Thomas Gleixner <tglx@linutronix.de>
      Cc: Ingo Molnar <mingo@redhat.com>
      Cc: "H. Peter Anvin" <hpa@zytor.com>
      Cc: Grant Likely <grant.likely@secretlab.ca>
      Cc: Richard Purdie <rpurdie@rpsys.net>
      Cc: Matthew Garrett <mjg@redhat.com>
      Signed-off-by: NKay Sievers <kay.sievers@vrfy.org>
      edbaa603
  5. 14 10月, 2011 4 次提交
  6. 04 10月, 2011 2 次提交
  7. 26 9月, 2011 1 次提交
  8. 20 7月, 2011 1 次提交
  9. 06 1月, 2011 1 次提交
  10. 10 5月, 2010 3 次提交
  11. 08 3月, 2010 5 次提交
  12. 30 1月, 2010 1 次提交
  13. 15 1月, 2010 2 次提交
    • B
      ARM: SAMSUNG: Add call to register array of clocks · 1d9f13c4
      Ben Dooks 提交于
      Add s3c_register_clocks() to register an array of clocks, printing
      an error message if there is a problem. Replace all points in the code
      where this could be used.
      Signed-off-by: NBen Dooks <ben-linux@fluff.org>
      1d9f13c4
    • B
      ARM: SAMSUNG: Reduce size of struct clk. · b3bf41be
      Ben Dooks 提交于
      Reduce the size of struct clk by 12 bytes and make defining clocks with
      common implementation functions easier by moving the set_rate, get_rate,
      round_rate and set_parent calls into a new structure called 'struct clk_ops'
      and using that instead.
      
      This change does make a few clocks larger as they need their own clk_ops,
      but this is outweighed by the number of clocks with either no ops or having
      a common set of ops.
      
      Update all the users of this.
      Signed-off-by: NBen Dooks <ben-linux@fluff.org>
      b3bf41be
  14. 19 12月, 2008 1 次提交
  15. 16 12月, 2008 3 次提交
  16. 16 10月, 2008 1 次提交
  17. 08 10月, 2008 2 次提交
  18. 06 9月, 2008 1 次提交
  19. 07 8月, 2008 2 次提交
  20. 08 7月, 2008 3 次提交
  21. 20 10月, 2007 1 次提交
  22. 30 5月, 2007 1 次提交
    • B
      [ARM] 4414/1: S3C2443: sparse fix for clock.c · 0cc69daa
      Ben Dooks 提交于
      Fix sparse warnings in the arch/arm/mach-s3c2443/clock.c,
      including an bug in initialising the cf clock initialiser
      where two values are being set for the ctrlbit.
      
      arch/arm/mach-s3c2443/clock.c:397:12: warning: symbol 'clk_usb_bus_host' was not declared. Should it be static?
      arch/arm/mach-s3c2443/clock.c:760:4: error: Initializer entry defined twice
      arch/arm/mach-s3c2443/clock.c:761:4:   also defined here
      Signed-off-by: NBen Dooks <ben-linux@fluff.org>
      Signed-off-by: NRussell King <rmk+kernel@arm.linux.org.uk>
      0cc69daa