mbox series

[v2,0/2] device property: Remove device_add_properties()

Message ID 20210930121246.22833-1-heikki.krogerus@linux.intel.com
Headers show
Series device property: Remove device_add_properties() | expand

Message

Heikki Krogerus Sept. 30, 2021, 12:12 p.m. UTC
Hi,

This is the second version where I only modified the commit message of
the first patch according to comments from Bjorn.


Original cover letter:

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: Convert to device_create_managed_software_node()
  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(-)