PCI: Add a helper to check Power Resource Requirements _PR3 existence
authorKai-Heng Feng <kai.heng.feng@canonical.com>
Fri, 18 Oct 2019 07:38:47 +0000 (15:38 +0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 9 Jan 2020 09:19:52 +0000 (10:19 +0100)
commiteef2e98832a1cbea9a66b46b5a42d38fc96bccf2
tree6982c81e84b109670631b21555478667514195d5
parentf1f7ec8e5b5408b8723f2f29847dcc3488a4246c
PCI: Add a helper to check Power Resource Requirements _PR3 existence

[ Upstream commit 52525b7a3cf82adec5c6cf0ecbd23ff228badc94 ]

A driver may want to know the existence of _PR3, to choose different
runtime suspend behavior. A user will be add in next patch.

This is mostly the same as nouveau_pr3_present().

Signed-off-by: Kai-Heng Feng <kai.heng.feng@canonical.com>
Acked-by: Bjorn Helgaas <bhelgaas@google.com>
Link: https://lore.kernel.org/r/20191018073848.14590-1-kai.heng.feng@canonical.com
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Signed-off-by: Sasha Levin <sashal@kernel.org>
drivers/pci/pci.c
include/linux/pci.h