An error occurred fetching the project authors.
  1. 05 Mar, 2013 1 commit
  2. 02 Mar, 2012 1 commit
  3. 23 Dec, 2011 1 commit
  4. 22 Dec, 2011 1 commit
    • Kay Sievers's avatar
      driver-core: remove sysdev.h usage. · edbaa603
      Kay Sievers authored
      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: default avatarKay Sievers <kay.sievers@vrfy.org>
      edbaa603
  5. 20 Jul, 2011 1 commit
  6. 15 Jan, 2010 1 commit
    • Ben Dooks's avatar
      ARM: SAMSUNG: Reduce size of struct clk. · b3bf41be
      Ben Dooks authored
      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: default avatarBen Dooks <ben-linux@fluff.org>
      b3bf41be
  7. 16 Dec, 2008 1 commit
    • Ben Dooks's avatar
      [ARM] S3C: Update time initialisation to fix S3C64XX time problems · 9d325f23
      Ben Dooks authored
      The S3C64XX timer is running at the wrong rate due to the
      assumptions made in the timer initialisation about the way
      the pwm dividers work. This means that time on the S3C64XX
      runs twice as fast as it should.
      
      Fix the problem by moving to using the clk framework to setup
      the pwm timer clock muxes, as the pwm-clock code has all the
      necessary knowledge of how the timer clock inputs are routed.
      Signed-off-by: default avatarBen Dooks <ben-linux@fluff.org>
      9d325f23
  8. 15 Dec, 2008 1 commit
  9. 07 Oct, 2008 2 commits
  10. 06 Sep, 2008 1 commit
  11. 07 Aug, 2008 2 commits
  12. 03 Jul, 2008 1 commit
  13. 28 Jan, 2008 3 commits
  14. 19 Oct, 2007 1 commit
  15. 22 Jul, 2007 1 commit
    • Ben Dooks's avatar
      [ARM] 4508/1: S3C: Move items to include/asm-arm/plat-s3c · 531b617c
      Ben Dooks authored
      This patch moves items of the s3c24xx support into
      a new plat-s3c directory for items that use the
      s3c24xx support but are not directly s3c24xx
      compatible, such as the s3c2400 and s3c6400.
      
      git mv commands:
      git mv include/asm-arm/arch-s3c2410/iic.h include/asm-arm/plat-s3c/iic.h
      git mv include/asm-arm/arch-s3c2410/nand.h include/asm-arm/plat-s3c/nand.h
      git mv include/asm-arm/arch-s3c2410/regs-iic.h include/asm-arm/plat-s3c/regs-iic.h
      git mv include/asm-arm/arch-s3c2410/regs-nand.h include/asm-arm/plat-s3c/regs-nand.h
      git mv include/asm-arm/arch-s3c2410/regs-rtc.h include/asm-arm/plat-s3c/regs-rtc.h
      git mv include/asm-arm/arch-s3c2410/regs-serial.h include/asm-arm/plat-s3c/regs-serial.h
      git mv include/asm-arm/arch-s3c2410/regs-timer.h include/asm-arm/plat-s3c/regs-timer.h
      git mv include/asm-arm/arch-s3c2410/regs-watchdog.h include/asm-arm/plat-s3c/regs-watchdog.h
      Signed-off-by: default avatarBen Dooks <ben-linux@fluff.org>
      Signed-off-by: default avatarRussell King <rmk+kernel@arm.linux.org.uk>
      531b617c
  16. 11 Feb, 2007 1 commit
  17. 17 Dec, 2006 2 commits
  18. 24 Jun, 2006 1 commit