greybus: interface: Rename *_NO_PM as *_NO_BUNDLE_ACTIVATE
authorViresh Kumar <viresh.kumar@linaro.org>
Tue, 26 Jul 2016 20:41:03 +0000 (13:41 -0700)
committerGreg Kroah-Hartman <gregkh@google.com>
Tue, 26 Jul 2016 22:29:00 +0000 (15:29 -0700)
commit47cbaf5e55a6906f404da06cab652cd19aa37537
tree31d37bac49281dc7739bcd4571132f69c636e795
parentc57fbb404af28eda44d0590ede8812b889a89b8c
greybus: interface: Rename *_NO_PM as *_NO_BUNDLE_ACTIVATE

Its a special quirk just for the bootrom as it doesn't have any PM
operations implemented. As the greybus bootrom bundle driver doesn't try
to do any PM stuff, this quirk is used only to skip bundle activate
operation currently.

Rename the GB_INTERFACE_QUIRK_NO_PM quirk to
GB_INTERFACE_QUIRK_NO_BUNDLE_ACTIVATE to suit its purpose better as the
GB_INTERFACE_QUIRK_NO_PM will be used for other quirk now.

Reviewed-by: Johan Hovold <johan@hovoldconsulting.com>
Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@google.com>
drivers/staging/greybus/control.c
drivers/staging/greybus/interface.c
drivers/staging/greybus/interface.h