This series implements the power management support in mac802154. This series needs carefull review full fledged testing from Alex and also from community. It adds Runtime PM (System Sleep model) feature to mac802154, So it will bringdown wpan interfaces while suspend and bring them back on resume. Alex, i need your help to improve the code in pm.c. Thanks. Varka Bhadram (2): cfg802154: add PM hooks mac802154: add suspend and resume callbacks include/net/cfg802154.h | 2 ++ include/net/mac802154.h | 2 ++ net/ieee802154/rdev-ops.h | 20 +++++++++++++ net/ieee802154/sysfs.c | 38 ++++++++++++++++++++++++ net/ieee802154/trace.h | 22 ++++++++++++++ net/mac802154/Makefile | 2 ++ net/mac802154/cfg.c | 17 +++++++++++ net/mac802154/driver-ops.h | 39 ++++++++++++++++++++++++ net/mac802154/ieee802154_i.h | 4 +++ net/mac802154/pm.c | 67 ++++++++++++++++++++++++++++++++++++++++++ net/mac802154/trace.h | 10 +++++++ 11 files changed, 223 insertions(+) create mode 100644 net/mac802154/pm.c -- 1.7.9.5 -- To unsubscribe from this list: send the line "unsubscribe linux-wpan" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html