1. 23 10月, 2013 1 次提交
  2. 26 9月, 2013 1 次提交
  3. 22 8月, 2013 1 次提交
  4. 13 3月, 2013 1 次提交
    • S
      clocksource: em_sti: Set initcall level to subsys · 09acc3a1
      Simon Horman 提交于
      The reason for this is to ensure that STI is probed earlier
      than with its previous initcall level, module init.
      
      This came up as a problem with using CMT as a clock source kzm9g-reference
      which does not make use of early timers or devices. In that scenario
      initialisation of SDHI and MMCIF both stall on msleep() calls due to the
      absence of a initialised clock source.
      
      The purpose of this change is to keep the STI code in sync with the CMT code
      which has been modified in a similar manner..
      
      Boot tested on: kzm9d.
      Signed-off-by: NSimon Horman <horms+renesas@verge.net.au>
      09acc3a1
  5. 04 1月, 2013 1 次提交
    • G
      Drivers: clocksource: remove __dev* attributes. · 1850514b
      Greg Kroah-Hartman 提交于
      CONFIG_HOTPLUG is going away as an option.  As a result, the __dev*
      markings need to be removed.
      
      This change removes the use of __devinit, __devexit_p, __devinitdata,
      __devinitconst, and __devexit from these drivers.
      
      Based on patches originally written by Bill Pemberton, but redone by me
      in order to handle some of the coding style issues better, by hand.
      
      Cc: Bill Pemberton <wfp5p@virginia.edu>
      Cc: John Stultz <johnstul@us.ibm.com>
      Cc: Thomas Gleixner <tglx@linutronix.de>
      Signed-off-by: NGreg Kroah-Hartman <gregkh@linuxfoundation.org>
      1850514b
  6. 25 5月, 2012 2 次提交