]> git.karo-electronics.de Git - karo-tx-linux.git/commit
PM / Domains: Make it possible to use domain names when adding devices
authorRafael J. Wysocki <rjw@sisk.pl>
Mon, 6 Aug 2012 23:06:11 +0000 (01:06 +0200)
committerRafael J. Wysocki <rjw@sisk.pl>
Wed, 15 Aug 2012 18:30:27 +0000 (20:30 +0200)
commitce5e131056b844b07ec980c0ea6292a7bc0c134d
tree91b7764c240cf5235f6248ad2fbc343c05096ce0
parent38d8d580846b956b43fc0b6125f0d56605fc6926
PM / Domains: Make it possible to use domain names when adding devices

Add a new helper function __pm_genpd_name_add_device() allowing
a device to be added to a (registered) generic PM domain identified
by name.  Add a wrapper around it, pm_genpd_name_add_device(),
passing NULL as the last argument and reorganize pm_domains.h for the
new functions to be defined consistently with the existing ones.

These functions are useful for adding devices to PM domains whose
representations are stored in tables, when the caller doesn't know
the index of the domain to add the device to, but it knows the
domain's name.

Signed-off-by: Rafael J. Wysocki <rjw@sisk.pl>
drivers/base/power/domain.c
include/linux/pm_domain.h