1. 15 7月, 2008 13 次提交
  2. 17 5月, 2008 1 次提交
  3. 16 4月, 2008 1 次提交
  4. 08 2月, 2008 1 次提交
    • D
      at91_mci: use generic GPIO calls · 6e996ee8
      David Brownell 提交于
      Update the AT91 MMC driver to use the generic GPIO calls instead of the
      AT91-specific calls; and to request (and release) those GPIO signals.
      
      That required updating the probe() fault cleanup codepaths.  Now there
      is a single sequence for freeing resources, in reverse order of their
      allocation.  Also that code uses use dev_*() for messaging, and has less
      abuse of KERN_ERR.
      
      Likewise with updating remove() cleanup.  This had to free the GPIOs,
      and while adding that code I noticed and fixed two other problems:  it
      was poking at a workqueue owned by the mmc core; and in one (rare)
      case would try freeing an IRQ that it didn't allocate.
      Signed-off-by: NDavid Brownell <dbrownell@users.sourceforge.net>
      Signed-off-by: NNicolas Ferre <nicolas.ferre@atmel.com>
      Signed-off-by: NPierre Ossman <drzeus@drzeus.cx>
      6e996ee8
  5. 23 10月, 2007 1 次提交
  6. 18 10月, 2007 1 次提交
  7. 24 9月, 2007 1 次提交
  8. 23 9月, 2007 3 次提交
  9. 11 9月, 2007 1 次提交
  10. 09 8月, 2007 1 次提交
  11. 26 7月, 2007 1 次提交
  12. 21 7月, 2007 1 次提交
  13. 10 7月, 2007 2 次提交
  14. 07 6月, 2007 1 次提交
  15. 01 5月, 2007 2 次提交
  16. 08 2月, 2007 1 次提交
  17. 05 2月, 2007 2 次提交
  18. 04 1月, 2007 1 次提交
  19. 11 12月, 2006 5 次提交