1. 10 2月, 2007 2 次提交
    • 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
    • J
      [libata] trim trailing whitespace · f20b16ff
      Jeff Garzik 提交于
      Most of these contributed by that mysterious figger known as A.C.
      Signed-off-by: NJeff Garzik <jeff@garzik.org>
      f20b16ff
  2. 03 2月, 2007 1 次提交
  3. 27 1月, 2007 1 次提交
  4. 21 12月, 2006 1 次提交
  5. 16 12月, 2006 1 次提交
    • A
      [PATCH] pata_via: Cable detect error · 5c9a7611
      Alan 提交于
      The UDMA66 VIA hardware has no controller side cable detect bits we can
      use. This patch minimally fixes the problem by reporting unknown in this
      case and using drive side detection.
      
      The old drivers/ide code does some additional tricks but those aren't
      appropriate now we are in -rc.
      
      Without this update UDMA66 via controllers run slowly. They don't fail so
      it's a borderline call whether this is -rc material or not.
      Signed-off-by: NAlan Cox <alan@redhat.com>
      Signed-off-by: NJeff Garzik <jeff@garzik.org>
      5c9a7611
  6. 05 12月, 2006 1 次提交
  7. 03 12月, 2006 2 次提交
  8. 02 12月, 2006 1 次提交
  9. 29 11月, 2006 1 次提交
  10. 29 9月, 2006 1 次提交
  11. 27 9月, 2006 2 次提交
  12. 31 8月, 2006 1 次提交
  13. 30 8月, 2006 1 次提交