From: Bjorn Helgaas Date: Fri, 27 Jun 2008 22:57:19 +0000 (-0600) Subject: PNPACPI: add support for HP vendor-specific CCSR descriptors X-Git-Tag: v2.6.27-rc1~1050^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=40ab4f4c1d843362eb26d83425317e91fbd98b17;p=pandora-kernel.git PNPACPI: add support for HP vendor-specific CCSR descriptors The HP CCSR descriptor describes MMIO address space that should appear as a MEM resource. This patch adds support for parsing these descriptors in the _CRS data. The visible effect of this is that these MEM resources will appear in /sys/devices/pnp0/.../resources, which means that "lspnp -v" will report it, user applications can use this to locate device CSR space, and kernel drivers can use the normal PNP resource accessors to locate them. Signed-off-by: Bjorn Helgaas Signed-off-by: Len Brown Signed-off-by: Andi Kleen --- Reading git-diff-tree failed