mbox series

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

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

Message

Heikki Krogerus Sept. 29, 2021, 1:37 p.m. UTC
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(-)

Comments

Andy Shevchenko Sept. 29, 2021, 3:44 p.m. UTC | #1
On Wed, Sep 29, 2021 at 5:18 PM Heikki Krogerus
<heikki.krogerus@linux.intel.com> wrote:
>
> Hi,
>
> There is one user left for the API, so converting that to use software
> node API instead, and removing the function.

All look good to me, thank you for removing the old API!
Reviewed-by: Andy Shevchenko <andy.shevchenko@gmail.com>

> 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(-)