All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] device property: Remove device_add_properties()
@ 2021-09-29 13:37 Heikki Krogerus
  2021-09-29 13:37 ` [PATCH 1/2] PCI: Use software node API with additional device properties Heikki Krogerus
                   ` (2 more replies)
  0 siblings, 3 replies; 10+ messages in thread
From: Heikki Krogerus @ 2021-09-29 13:37 UTC (permalink / raw)
  To: Greg Kroah-Hartman, Rafael J. Wysocki
  Cc: Bjorn Helgaas, Andy Shevchenko, linux-kernel, linux-pci

Hi,

There is one user left for the API, so converting that to use software
node API instead, and removing the function.

thanks,

Heikki Krogerus (2):
  PCI: Use software node API with additional device properties
  device property: Remove device_add_properties() API

 drivers/base/core.c      |  1 -
 drivers/base/property.c  | 48 ----------------------------------------
 drivers/pci/quirks.c     |  2 +-
 include/linux/property.h |  4 ----
 4 files changed, 1 insertion(+), 54 deletions(-)

-- 
2.33.0


^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2021-09-30 11:26 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-09-29 13:37 [PATCH 0/2] device property: Remove device_add_properties() Heikki Krogerus
2021-09-29 13:37 ` [PATCH 1/2] PCI: Use software node API with additional device properties Heikki Krogerus
2021-09-29 17:08   ` Bjorn Helgaas
2021-09-30  2:33     ` Zhangfei Gao
2021-09-30 10:05       ` Heikki Krogerus
2021-09-30 10:19         ` Andy Shevchenko
2021-09-30 10:37           ` Rafael J. Wysocki
2021-09-30 11:26             ` Heikki Krogerus
2021-09-29 13:37 ` [PATCH 2/2] device property: Remove device_add_properties() API Heikki Krogerus
2021-09-29 15:44 ` [PATCH 0/2] device property: Remove device_add_properties() Andy Shevchenko

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.