All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/6] radio settings: fast dormancy support
@ 2010-10-25 13:28 Mika Liljeberg
  2010-10-25 13:28 ` [PATCH 1/6] radio settings: add FastDormancy property Mika Liljeberg
                   ` (5 more replies)
  0 siblings, 6 replies; 14+ messages in thread
From: Mika Liljeberg @ 2010-10-25 13:28 UTC (permalink / raw)
  To: ofono

[-- Attachment #1: Type: text/plain, Size: 1119 bytes --]

Hi All,

Here's another go at fast dormancy. I hope I managed to address
the concerns about the previous patch set. A driver implementation
for isimodem is now included.

Br,

	MikaL


[PATCH 1/6] radio settings: add FastDormancy property
[PATCH 2/6] radio settings: document FastDormancy property
[PATCH 3/6] test: add scripts to enable and disable fast dormancy
[PATCH 4/6] isimodem: add support for FastDormancy property
[PATCH 5/6] TODO: mark fast dormancy as done
[PATCH 6/6] AUTHORS: add myself

 AUTHORS                           |    1 +
 Makefile.am                       |    4 +-
 TODO                              |   20 ------
 doc/features.txt                  |    8 ++
 doc/radio-settings-api.txt        |   59 +++++++++++-----
 drivers/isimodem/radio-settings.c |   91 +++++++++++++++++++++++++-
 include/radio-settings.h          |   11 +++
 src/radio-settings.c              |  134 +++++++++++++++++++++++++++++++++---
 test/disable-fast-dormancy        |   20 ++++++
 test/enable-fast-dormancy         |   20 ++++++
 10 files changed, 316 insertions(+), 52 deletions(-)

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

end of thread, other threads:[~2010-10-25 15:57 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-10-25 13:28 [PATCH 0/6] radio settings: fast dormancy support Mika Liljeberg
2010-10-25 13:28 ` [PATCH 1/6] radio settings: add FastDormancy property Mika Liljeberg
2010-10-25 14:30   ` Marcel Holtmann
2010-10-25 15:05     ` Mika.Liljeberg
2010-10-25 15:19       ` Denis Kenzior
2010-10-25 15:57   ` Denis Kenzior
2010-10-25 13:28 ` [PATCH 2/6] radio settings: document " Mika Liljeberg
2010-10-25 14:32   ` Marcel Holtmann
2010-10-25 13:28 ` [PATCH 3/6] test: add scripts to enable and disable fast dormancy Mika Liljeberg
2010-10-25 14:34   ` Marcel Holtmann
2010-10-25 13:28 ` [PATCH 4/6] isimodem: add support for FastDormancy property Mika Liljeberg
2010-10-25 13:28 ` [PATCH 5/6] TODO: mark fast dormancy as done Mika Liljeberg
2010-10-25 13:28 ` [PATCH 6/6] AUTHORS: add myself Mika Liljeberg
2010-10-25 14:37   ` Marcel Holtmann

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.