1. 21 3月, 2012 1 次提交
  2. 22 2月, 2012 1 次提交
  3. 02 12月, 2011 7 次提交
  4. 22 11月, 2011 1 次提交
  5. 09 11月, 2011 1 次提交
  6. 31 10月, 2011 1 次提交
  7. 27 9月, 2011 1 次提交
  8. 22 9月, 2011 2 次提交
    • P
      ARM: 7079/1: spi: Fix builderror in spi-pl022.c · 6cfa6279
      Peter Hüwe 提交于
      This patch fixes a build error, introduced by commit (67fc8b9f, "PM: add
      runtime PM support to core Primecell driver") which unfortunately was a little
      bit incomplete and did contain a typo (11 instead of 22).
      I'm not sure how this patch could have been tested back then, if it
      doesn't even compile ;)
      
      The build failure was:
      drivers/spi/spi-pl022.c:2292: error: 'adev' undeclared (first use in
      this function)
      drivers/spi/spi-pl022.c:2344: error: 'pl022_suspend' undeclared here
      (not in a function)
      
      The build failure appears e.g. for the u8500 and realview defconfig.
      Signed-off-by: NPeter Huewe <peterhuewe@gmx.de>
      Signed-off-by: NRussell King <rmk+kernel@arm.linux.org.uk>
      6cfa6279
    • R
      PM: add runtime PM support to core Primecell driver · 92b97f0a
      Russell King 提交于
      Add runtime PM support to the core Primecell driver, following the PCI
      model of how this is done.
      
      Rather than having every driver fiddle about with enabling runtime PM,
      that's dealt with in the core and instead, drivers just do a put() in
      their probe and a balancing get() in their remove function to activate
      runtime PM for the device.
      
      As we're dealing with enabling runtime PM in the core, fix up spi-pl022
      as it must not enable and disable runtime PM itself anymore.
      Tested-by: NLinus Walleij <linus.walleij@linaro.org>
      Acked-by: NRafael J. Wysocki <rjw@sisk.pl>
      Signed-off-by: NRussell King <rmk+kernel@arm.linux.org.uk>
      92b97f0a
  9. 21 9月, 2011 5 次提交
  10. 02 8月, 2011 1 次提交
  11. 16 6月, 2011 3 次提交
  12. 06 6月, 2011 1 次提交
  13. 20 5月, 2011 3 次提交
  14. 08 4月, 2011 1 次提交
  15. 31 3月, 2011 1 次提交
  16. 24 3月, 2011 1 次提交
  17. 24 2月, 2011 1 次提交
  18. 23 2月, 2011 1 次提交
  19. 16 2月, 2011 4 次提交
  20. 15 1月, 2011 1 次提交
  21. 24 12月, 2010 2 次提交