1. 18 6月, 2015 1 次提交
  2. 21 11月, 2014 1 次提交
  3. 20 10月, 2014 1 次提交
  4. 04 1月, 2013 1 次提交
    • G
      ARM: drivers: remove __dev* attributes. · 351a102d
      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,
      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: Russell King <linux@arm.linux.org.uk>
      Signed-off-by: NGreg Kroah-Hartman <gregkh@linuxfoundation.org>
      351a102d
  5. 24 3月, 2012 5 次提交
  6. 09 2月, 2012 9 次提交
  7. 27 9月, 2011 1 次提交
  8. 04 7月, 2011 1 次提交
  9. 12 5月, 2011 1 次提交
  10. 29 3月, 2011 3 次提交
  11. 15 1月, 2011 1 次提交
  12. 14 1月, 2011 1 次提交
  13. 05 10月, 2010 1 次提交
  14. 31 7月, 2010 1 次提交
  15. 16 7月, 2010 1 次提交
  16. 27 5月, 2010 1 次提交
    • M
      ARM: 6146/1: sa1111: Prevent deadlock in resume path · 3defb247
      Marek Vašut 提交于
      This patch reorganises the sa1111_resume() function in a manner the spinlock
      happens after calling the sa1111_wake(). This fixes two bugs:
      
      1) This function called sa1111_wake() which tried to claim the same spinlock
         the sa1111_resume() already claimed. This would result in certain deadlock.
      
         Original idea for this part: Russell King <rmk+kernel@arm.linux.org.uk>
      
      2) The function didn't unlock the spinlock in case the chip didn't report
         correct ID.
      
         Original idea for this part: Julia Lawall <julia@diku.dk>
      Signed-off-by: NMarek Vasut <marek.vasut@gmail.com>
      Cc: <stable@kernel.org>
      Signed-off-by: NRussell King <rmk+kernel@arm.linux.org.uk>
      3defb247
  17. 02 3月, 2010 1 次提交
  18. 03 10月, 2009 1 次提交
  19. 14 12月, 2008 1 次提交
  20. 22 10月, 2008 1 次提交
  21. 17 10月, 2008 1 次提交
  22. 06 9月, 2008 1 次提交
  23. 07 8月, 2008 2 次提交
  24. 27 7月, 2008 1 次提交
  25. 22 7月, 2008 1 次提交