login
Header Space

 
 

Re: [patch 00/37] PNP resource_table cleanups, v2

Score:
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
To: Bjorn Helgaas <bjorn.helgaas@...>
Cc: Len Brown <lenb@...>, <linux-acpi@...>, <linux-kernel@...>, Adam Belay <ambx1@...>, Li Shaohua <shaohua.li@...>, Matthieu Castet <castet.matthieu@...>, Thomas Renninger <trenn@...>, Jaroslav Kysela <perex@...>, Andrew Morton <akpm@...>
Date: Thursday, April 3, 2008 - 1:12 pm

On 03-04-08 18:43, Bjorn Helgaas wrote:


Both PNPBIOS and PNPACPI should be fine it seems:

pnpbios_get_resources()
   pnpbios_read_resources_from_node()
     pnpbios_parse_allocated_resource_data()
       pnpbios_parse_allocated_irqresource()
       pnpbios_parse_allocated_dmaresource()
       pnpbios_parse_allocated_ioresource()
       pnpbios_parse_allocated_memresource()

where the latter do the same scan for the first _UNSET resource as the new 
code does. Same thing for ACPI in the path

pnpacpi_get_resources()
   pnpacpi_parse_allocated_resource()
      pnpacpi_allocated_resource()
        pnpacpi_parse_allocated_irqresource()
        pnpacpi_parse_allocated_dmaresource()
        pnpacpi_parse_allocated_ioresource()
        pnpacpi_parse_allocated_memresource()
        pnpacpi_parse_allocated_address_space()
          pnpacpi_parse_allocated_memresource()

Rene.
--
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
[patch 00/37] PNP resource_table cleanups, v2, Bjorn Helgaas, (Tue Apr 1, 11:16 am)
Re: [patch 00/37] PNP resource_table cleanups, v2, Rene Herman, (Tue Apr 1, 7:43 pm)
Re: [patch 00/37] PNP resource_table cleanups, v2, Bjorn Helgaas, (Wed Apr 2, 5:35 pm)
Re: [patch 00/37] PNP resource_table cleanups, v2, Rene Herman, (Thu Apr 3, 11:54 am)
Re: [patch 00/37] PNP resource_table cleanups, v2, Bjorn Helgaas, (Thu May 1, 4:47 pm)
Re: [patch 00/37] PNP resource_table cleanups, v2, Rene Herman, (Sun May 4, 10:14 am)
Re: [patch 00/37] PNP resource_table cleanups, v2, Rene Herman, (Sun May 4, 10:19 am)
Re: [patch 00/37] PNP resource_table cleanups, v2, Bjorn Helgaas, (Mon May 5, 10:48 am)
Re: [patch 00/37] PNP resource_table cleanups, v2, Bjorn Helgaas, (Thu Apr 3, 12:43 pm)
Re: [patch 00/37] PNP resource_table cleanups, v2, Rene Herman, (Thu Apr 3, 1:12 pm)
Re: [patch 00/37] PNP resource_table cleanups, v2, Rene Herman, (Thu Apr 3, 3:29 pm)
speck-geostationary