1. 27 2月, 2010 5 次提交
  2. 25 2月, 2010 2 次提交
    • R
      ahci: disable FPDMA auto-activate optimization on NVIDIA AHCI · 453d3131
      Robert Hancock 提交于
      Mike Cui reported that his system with an NVIDIA MCP79 (aka MCP7A)
      chipset stopped working with 2.6.32. The problem appears to be that
      2.6.32 now enables the FPDMA auto-activate optimization in the ahci
      driver. The drive works fine with this enabled on an Intel AHCI so
      this appears to be a chipset bug.  Since MCP79 is a fairly recent
      NVIDIA chipset and we don't have any info on whether any other NVIDIA
      chipsets have this issue, disable FPDMA AA optimization on all NVIDIA
      AHCI controllers for now.
      
      Should address http://bugzilla.kernel.org/show_bug.cgi?id=14922Signed-off-by: NRobert Hancock <hancockrwd@gmail.com>
      While-we-investigate-issue-this-patch-looks-good-to-me-by: NPrajakta Gudadhe <pgudadhe@nvidia.com>
      Signed-off-by: NJeff Garzik <jgarzik@redhat.com>
      Cc: stable@kernel.org
      453d3131
    • R
      ACPI: Use GPE reference counting to support shared GPEs · cbbc0de7
      Rafael J. Wysocki 提交于
      To fix a bug and address the reviewers' comments regarding the ACPI
      GPE refcounting patch, do the following additional changes:
      
      o Remove the second argument of acpi_ev_enable_gpe(),
        'write_to_hardware', because it is not necessary any more.
      
      o Add the "bad parameter" test against 'type' in
        acpi_enable_gpe() and acpi_disable_gpe().
      
      o Make acpi_enable_gpe() only check 'status' for runtime GPEs if
        acpi_ev_enable_gpe() was actually called.
      
      o Make acpi_disable_gpe() return 'status' returned by
        acpi_ev_disable_gpe() and fix a bug where ACPI_GPE_TYPE_WAKE
        and ACPI_GPE_TYPE_RUNTIME were exchanged by mistake.
      
      o Add comments explaining why acpi_set_gpe() is used by the ACPI EC
        driver.
      Signed-off-by: NRafael J. Wysocki <rjw@sisk.pl>
      Signed-off-by: NJesse Barnes <jbarnes@virtuousgeek.org>
      cbbc0de7
  3. 24 2月, 2010 33 次提交