]> git.baikalelectronics.ru Git - kernel.git/commit
pinctrl: intel: check REVID register value for device presence
authorRoger Pau Monne <roger.pau@citrix.com>
Thu, 25 Mar 2021 09:09:47 +0000 (10:09 +0100)
committerAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Thu, 25 Mar 2021 13:07:10 +0000 (15:07 +0200)
commitfd052a256207fb56ee5dab334e2037f236dd8d32
tree350001791eb58570b7b18202e7c01f248571bb81
parenta6af67a79b9c9384f72e38f19eb47493aedd97b6
pinctrl: intel: check REVID register value for device presence

Use the value read from the REVID register in order to check for the
presence of the device. A read of all ones is treated as if the device
is not present, and hence probing is ended.

This fixes an issue when running as a Xen PVH dom0, where the ACPI
DSDT table is provided unmodified to dom0 and hence contains the
pinctrl devices, but the MMIO region(s) containing the device
registers might not be mapped in the guest physical memory map if such
region(s) are not exposed on a PCI device BAR or marked as reserved in
the host memory map.

Fixes: 3f5f89ee796f ("pinctrl: intel: Convert capability list to features")
Suggested-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Signed-off-by: Roger Pau Monné <roger.pau@citrix.com>
Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
drivers/pinctrl/intel/pinctrl-intel.c