[PATCH 0/2] PCI: Manage hotplug attributes through group and make slot attributes const

Thomas Weißschuh posted 2 patches 4 weeks, 1 day ago
There is a newer version of this series
drivers/pci/hotplug/pci_hotplug_core.c | 125 +++++++++++++--------------------
drivers/pci/pci.h                      |   2 +-
drivers/pci/slot.c                     |  14 ++--
3 files changed, 57 insertions(+), 84 deletions(-)
[PATCH 0/2] PCI: Manage hotplug attributes through group and make slot attributes const
Posted by Thomas Weißschuh 4 weeks, 1 day ago
Signed-off-by: Thomas Weißschuh <linux@weissschuh.net>
---
Thomas Weißschuh (2):
      PCI: hotplug: Manage hotplug slot attributes as group
      PCI: Constify slot attributes

 drivers/pci/hotplug/pci_hotplug_core.c | 125 +++++++++++++--------------------
 drivers/pci/pci.h                      |   2 +-
 drivers/pci/slot.c                     |  14 ++--
 3 files changed, 57 insertions(+), 84 deletions(-)
---
base-commit: 254f49634ee16a731174d2ae34bc50bd5f45e731
change-id: 20260513-sysfs-const-pci-hotplug-48b62047984e

Best regards,
--  
Thomas Weißschuh <linux@weissschuh.net>

Re: [PATCH 0/2] PCI: Manage hotplug attributes through group and make slot attributes const
Posted by Krzysztof Wilczyński 4 weeks, 1 day ago
Hello,

> Signed-off-by: Thomas Weißschuh <linux@weissschuh.net>

No cover letter?

Thank you!

	Krzysztof