[PATCH v6 0/1] PCI: hotplug: Add 'uevent' sysfs attribute to trigger slot events
Ramesh Errabolu <[email protected]>
| Newsgroups | dev.linux.lists.driver-core,org.kernel.vger.linux-kernel,org.kernel.vger.linux-pci,org.kernel.vger.linux-s390 |
|---|---|
| Message-ID | <[email protected]> |
Hi all, This patch adds support for synthesizing PCI hotplug slot uevents via a sysfs attribute. The patch has been rebased on top of the current upstream development branch and addresses the feedback received during previous review rounds. In particular, the unnecessary ".show = NULL" assignment noted during review has been removed. The Reviewed-by and Tested-by tags from the previous revision have been retained. I'd appreciate any additional feedback. Please let me know if further changes are needed. Thanks, Ramesh Errabolu Changes in v6: - Remove unnecessary .show = NULL as suggested by Bjorn Helgaas - Rebase onto the latest upstream development branch Ramesh Errabolu (1): PCI: hotplug: Add 'uevent' sysfs attribute to trigger slot events drivers/pci/hotplug/pci_hotplug_core.c | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) -- 2.43.0