1. 13 7月, 2012 1 次提交
    • T
      ARM: SAMSUNG: Update default rate for xusbxti clock · bdd3cc26
      Tushar Behera 提交于
      The rate of xusbxti clock is set in individual machine files.
      The default value should be defined at the clock definition
      and individual machine files should modify it if required.
      
      Division by zero in kernel.
      [<c0011849>] (unwind_backtrace+0x1/0x9c) from [<c022c663>] (Ldiv0+0x9/0x12)
      [<c022c663>] (Ldiv0+0x9/0x12) from [<c001a3c3>] (s3c_setrate_clksrc+0x33/0x78)
      [<c001a3c3>] (s3c_setrate_clksrc+0x33/0x78) from [<c0019e67>] (clk_set_rate+0x2f/0x78)
      Signed-off-by: NTushar Behera <tushar.behera@linaro.org>
      Cc: Stable <stable@vger.kernel.org>
      Signed-off-by: NKukjin Kim <kgene.kim@samsung.com>
      bdd3cc26
  2. 16 5月, 2012 1 次提交
  3. 13 5月, 2012 1 次提交
  4. 14 3月, 2012 1 次提交
  5. 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
  6. 19 8月, 2011 1 次提交
  7. 21 7月, 2011 1 次提交
  8. 25 10月, 2010 1 次提交
  9. 21 10月, 2010 1 次提交
  10. 18 10月, 2010 1 次提交
  11. 28 5月, 2010 1 次提交
  12. 19 5月, 2010 1 次提交
  13. 17 5月, 2010 1 次提交
    • T
      ARM: S5PV210: Add support for VPLL · f445dbd5
      Thomas Abraham 提交于
      This patch adds the following.
      
      1. Adds 'clk_sclk_hdmi27m' clock to represent the HDMI 27MHz clock.
      2. Adds 'clk_vpllsrc; clock of type clksrc_clk to represent the
         input clock for VPLL.
      3. Adds 'clk_sclk_vpll' clock of type clksrc_clk to represent the
         output of the MUX_VPLL mux.
      4. Add clk_sclk_hdmi27m, clk_vpllsrc and clk_sclk_vpll to the list
         of clocks to be registered.
      5. Adds boot time print of 'clk_sclk_vpll' clock rate.
      6. Adds 'clk_fout_vpll' clock to plat-s5p such that it is reusable
         on other s5p platforms.
      Signed-off-by: NThomas Abraham <thomas.ab@samsung.com>
      Signed-off-by: NKukjin Kim <kgene.kim@samsung.com>
      Signed-off-by: NBen Dooks <ben-linux@fluff.org>
      f445dbd5
  14. 11 5月, 2010 1 次提交
  15. 25 2月, 2010 1 次提交
  16. 15 1月, 2010 1 次提交