1. 10 2月, 2007 1 次提交
    • T
      libata: update libata LLDs to use devres · 24dc5f33
      Tejun Heo 提交于
      Update libata LLDs to use devres.  Core layer is already converted to
      support managed LLDs.  This patch simplifies initialization and fixes
      many resource related bugs in init failure and detach path.  For
      example, all converted drivers now handle ata_device_add() failure
      gracefully without excessive resource rollback code.
      
      As most resources are released automatically on driver detach, many
      drivers don't need or can do with much simpler ->{port|host}_stop().
      In general, stop callbacks are need iff port or host needs to be given
      commands to shut it down.  Note that freezing is enough in many cases
      and ports are automatically frozen before being detached.
      Signed-off-by: NTejun Heo <htejun@gmail.com>
      Signed-off-by: NJeff Garzik <jeff@garzik.org>
      24dc5f33
  2. 05 12月, 2006 4 次提交
  3. 03 12月, 2006 1 次提交
  4. 29 11月, 2006 1 次提交
  5. 04 10月, 2006 1 次提交
  6. 27 9月, 2006 1 次提交
  7. 31 8月, 2006 1 次提交
  8. 30 8月, 2006 1 次提交