1. 22 4月, 2017 1 次提交
  2. 21 1月, 2017 1 次提交
  3. 10 1月, 2017 1 次提交
  4. 02 11月, 2016 1 次提交
  5. 17 9月, 2016 1 次提交
  6. 20 8月, 2016 1 次提交
  7. 16 8月, 2016 2 次提交
  8. 13 7月, 2016 1 次提交
  9. 09 7月, 2016 1 次提交
  10. 07 7月, 2016 1 次提交
  11. 23 6月, 2016 1 次提交
  12. 02 6月, 2016 1 次提交
  13. 13 5月, 2016 1 次提交
  14. 22 4月, 2016 1 次提交
  15. 20 4月, 2016 1 次提交
  16. 02 3月, 2016 1 次提交
    • T
      clk: ti: Add support for dm814x ADPLL · 21330497
      Tony Lindgren 提交于
      On dm814x we have 13 ADPLLs with 3 to 4 outputs on each. The
      ADPLLs have several dividers and muxes controlled by a shared
      control register for each PLL.
      
      Note that for the clocks to work as device drivers for booting on
      dm814x, this patch depends on "ARM: OMAP2+: Change core_initcall
      levels to postcore_initcall" that has already been merged.
      
      Also note that this patch does not implement clk_set_rate for the
      PLL, that will be posted later on when available.
      
      Cc: Stephen Boyd <sboyd@codeaurora.org>
      Acked-by: NTero Kristo <t-kristo@ti.com>
      Signed-off-by: NTony Lindgren <tony@atomide.com>
      Signed-off-by: NMichael Turquette <mturquette@baylibre.com>
      21330497
  17. 26 2月, 2016 1 次提交
  18. 09 2月, 2016 2 次提交
  19. 30 1月, 2016 1 次提交
  20. 14 1月, 2016 1 次提交
  21. 25 12月, 2015 2 次提交
  22. 01 12月, 2015 1 次提交
  23. 22 10月, 2015 1 次提交
  24. 17 10月, 2015 1 次提交
  25. 09 10月, 2015 1 次提交
  26. 03 10月, 2015 1 次提交
  27. 28 9月, 2015 1 次提交
    • S
      clk: add support for clocks provided by SCP(System Control Processor) · cd52c2a4
      Sudeep Holla 提交于
      On some ARM based systems, a separate Cortex-M based System Control
      Processor(SCP) provides the overall power, clock, reset and system
      control. System Control and Power Interface(SCPI) Message Protocol
      is defined for the communication between the Application Cores(AP)
      and the SCP.
      
      This patch adds support for the clocks provided by SCP using SCPI
      protocol.
      Signed-off-by: NSudeep Holla <sudeep.holla@arm.com>
      Reviewed-by: NStephen Boyd <sboyd@codeaurora.org>
      Cc: Mike Turquette <mturquette@baylibre.com>
      Cc: Liviu Dudau <Liviu.Dudau@arm.com>
      Cc: Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
      Cc: Jon Medhurst (Tixy) <tixy@linaro.org>
      Cc: linux-clk@vger.kernel.org
      cd52c2a4
  28. 04 6月, 2015 2 次提交
  29. 15 5月, 2015 1 次提交
  30. 13 5月, 2015 1 次提交
  31. 11 4月, 2015 1 次提交
  32. 21 1月, 2015 1 次提交
  33. 18 1月, 2015 1 次提交
  34. 07 1月, 2015 1 次提交
    • P
      rcu: Make SRCU optional by using CONFIG_SRCU · 83fe27ea
      Pranith Kumar 提交于
      SRCU is not necessary to be compiled by default in all cases. For tinification
      efforts not compiling SRCU unless necessary is desirable.
      
      The current patch tries to make compiling SRCU optional by introducing a new
      Kconfig option CONFIG_SRCU which is selected when any of the components making
      use of SRCU are selected.
      
      If we do not select CONFIG_SRCU, srcu.o will not be compiled at all.
      
         text    data     bss     dec     hex filename
         2007       0       0    2007     7d7 kernel/rcu/srcu.o
      
      Size of arch/powerpc/boot/zImage changes from
      
         text    data     bss     dec     hex filename
       831552   64180   23944  919676   e087c arch/powerpc/boot/zImage : before
       829504   64180   23952  917636   e0084 arch/powerpc/boot/zImage : after
      
      so the savings are about ~2000 bytes.
      Signed-off-by: NPranith Kumar <bobby.prani@gmail.com>
      CC: Paul E. McKenney <paulmck@linux.vnet.ibm.com>
      CC: Josh Triplett <josh@joshtriplett.org>
      CC: Lai Jiangshan <laijs@cn.fujitsu.com>
      Signed-off-by: NPaul E. McKenney <paulmck@linux.vnet.ibm.com>
      [ paulmck: resolve conflict due to removal of arch/ia64/kvm/Kconfig. ]
      83fe27ea
  35. 29 10月, 2014 1 次提交
  36. 14 10月, 2014 1 次提交