All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v3 0/4] Query retry counters
@ 2011-01-05 17:20 Lucas De Marchi
  2011-01-05 17:20 ` [PATCH v3 1/4] include: add method to query pin Retries Lucas De Marchi
                   ` (3 more replies)
  0 siblings, 4 replies; 8+ messages in thread
From: Lucas De Marchi @ 2011-01-05 17:20 UTC (permalink / raw)
  To: ofono

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

Difference from previous version is that now the pin_retries field is no more a
GSList because it's not allowed to be on public header files. So, it's now
passed from drivers to core and stored there as an array of ints.

Lucas De Marchi (4):
  include: add method to query pin Retries
  sim: query remaining pin retries
  doc: detail Retries property
  atmodem: implement query for remaining pin retries

 doc/sim-api.txt       |   12 ++++++
 drivers/atmodem/sim.c |   90 +++++++++++++++++++++++++++++++++++++++++++++
 include/sim.h         |    5 +++
 src/sim.c             |   97 +++++++++++++++++++++++++++++++++++++++++++++++++
 4 files changed, 204 insertions(+), 0 deletions(-)

-- 
1.7.3.4


^ permalink raw reply	[flat|nested] 8+ messages in thread
* [PATCH v3 0/4] Query retry counters
@ 2011-01-04 22:22 Lucas De Marchi
  2011-01-04 22:22 ` [PATCH v3 2/4] sim: query remaining pin retries Lucas De Marchi
  0 siblings, 1 reply; 8+ messages in thread
From: Lucas De Marchi @ 2011-01-04 22:22 UTC (permalink / raw)
  To: ofono

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

Difference from previous version is that now the pin_retries field is no more a
GSList because it's not allowed to be on public header files. So, it's now
passed from drivers to core and stored there as an array of ints.

Lucas De Marchi (4):
  include: add method to query pin Retries
  sim: query remaining pin retries
  doc: detail Retries property
  atmodem: implement query for remaining pin retries

 doc/sim-api.txt       |   12 ++++++
 drivers/atmodem/sim.c |   90 +++++++++++++++++++++++++++++++++++++++++++++
 include/sim.h         |    5 +++
 src/sim.c             |   97 +++++++++++++++++++++++++++++++++++++++++++++++++
 4 files changed, 204 insertions(+), 0 deletions(-)

-- 
1.7.3.4


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

end of thread, other threads:[~2011-01-10 19:38 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-01-05 17:20 [PATCH v3 0/4] Query retry counters Lucas De Marchi
2011-01-05 17:20 ` [PATCH v3 1/4] include: add method to query pin Retries Lucas De Marchi
2011-01-05 17:20 ` [PATCH v3 2/4] sim: query remaining pin retries Lucas De Marchi
2011-01-05 17:40   ` Lucas De Marchi
2011-01-10 19:38   ` Denis Kenzior
2011-01-05 17:20 ` [PATCH v3 3/4] doc: detail Retries property Lucas De Marchi
2011-01-05 17:20 ` [PATCH v3 4/4] atmodem: implement query for remaining pin retries Lucas De Marchi
  -- strict thread matches above, loose matches on Subject: below --
2011-01-04 22:22 [PATCH v3 0/4] Query retry counters Lucas De Marchi
2011-01-04 22:22 ` [PATCH v3 2/4] sim: query remaining pin retries Lucas De Marchi

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.