1. 02 3月, 2014 1 次提交
    • Z
      ACPI / resources: ignore invalid ACPI device resources · b355cee8
      Zhang Rui 提交于
      ACPI table may export resource entry with 0 length.
      But the current code interprets this kind of resource in a wrong way.
      It will create a resource structure with
      res->end = acpi_resource->start + acpi_resource->len - 1;
      
      This patch fixes a problem on my machine that a platform device fails
      to be created because one of its ACPI IO resource entry (start = 0,
      end = 0, length = 0) is translated into a generic resource with
      start = 0, end = 0xffffffff.
      Signed-off-by: NZhang Rui <rui.zhang@intel.com>
      Cc: All applicable <stable@vger.kernel.org>
      Signed-off-by: NRafael J. Wysocki <rafael.j.wysocki@intel.com>
      b355cee8
  2. 28 2月, 2014 1 次提交
  3. 27 2月, 2014 1 次提交
  4. 26 2月, 2014 2 次提交
  5. 24 2月, 2014 10 次提交
  6. 23 2月, 2014 9 次提交
  7. 22 2月, 2014 16 次提交