All of lore.kernel.org
 help / color / mirror / Atom feed
* [RFC bluetooth-next 0/2] mac802154: power management support
@ 2015-06-10  4:53 Varka Bhadram
  2015-06-10  4:53 ` [RFC bluetooth-next 1/2] cfg802154: add PM hooks Varka Bhadram
  2015-06-10  4:53 ` [RFC bluetooth-next 2/2] mac802154: add suspend and resume callbacks Varka Bhadram
  0 siblings, 2 replies; 5+ messages in thread
From: Varka Bhadram @ 2015-06-10  4:53 UTC (permalink / raw)
  To: linux-wpan; +Cc: alex.aring, Varka Bhadram

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


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2015-06-19 10:20 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-06-10  4:53 [RFC bluetooth-next 0/2] mac802154: power management support Varka Bhadram
2015-06-10  4:53 ` [RFC bluetooth-next 1/2] cfg802154: add PM hooks Varka Bhadram
2015-06-10  4:53 ` [RFC bluetooth-next 2/2] mac802154: add suspend and resume callbacks Varka Bhadram
2015-06-14 14:32   ` Alexander Aring
2015-06-19 10:19     ` Varka Bhadram

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.