All of lore.kernel.org
 help / color / mirror / Atom feed
* [RFC PATCH 0/2] orinoco: Don't keep cached firmware around permanently
@ 2008-10-31  1:15 David Kilroy
  2008-10-31  1:15 ` [RFC PATCH 1/2] orinoco: Use PM notifier to cache firmware for use during resume David Kilroy
                   ` (3 more replies)
  0 siblings, 4 replies; 14+ messages in thread
From: David Kilroy @ 2008-10-31  1:15 UTC (permalink / raw)
  To: linux-wireless, orinoco-devel; +Cc: arvidjaar, linux-pm, David Kilroy

The recent patch to load orinoco firmware correctly on resume simply
kept the firmware in RAM for the entire time the module was loaded, and
only applied to Agere firmware.

The first patch uses the new power management notifiers to load and
release the firmware prior to suspend and after resume (for both Agere
and Symbol). I'm not an expert on where suspend/resume is headed, so I'd
appreciate any advice from linux-pm on whether this is the preferred way
to do things.

The second patch makes the spectrum_cs driver actually invoke this
functionality during resume.

David Kilroy (2):
  orinoco: Use PM notifier to cache firmware for use during resume
  orinoco: Resume spectrum_cs in the same way as orinoco_cs

 drivers/net/wireless/orinoco.c     |  140 ++++++++++++++++++++++++++++--------
 drivers/net/wireless/orinoco.h     |    8 ++-
 drivers/net/wireless/spectrum_cs.c |   21 +++++-
 3 files changed, 135 insertions(+), 34 deletions(-)


^ permalink raw reply	[flat|nested] 14+ messages in thread
* [RFC PATCH 0/2] orinoco: Don't keep cached firmware around permanently
@ 2008-10-31  1:15 David Kilroy
  0 siblings, 0 replies; 14+ messages in thread
From: David Kilroy @ 2008-10-31  1:15 UTC (permalink / raw)
  To: linux-wireless, orinoco-devel; +Cc: David Kilroy, linux-pm, arvidjaar

The recent patch to load orinoco firmware correctly on resume simply
kept the firmware in RAM for the entire time the module was loaded, and
only applied to Agere firmware.

The first patch uses the new power management notifiers to load and
release the firmware prior to suspend and after resume (for both Agere
and Symbol). I'm not an expert on where suspend/resume is headed, so I'd
appreciate any advice from linux-pm on whether this is the preferred way
to do things.

The second patch makes the spectrum_cs driver actually invoke this
functionality during resume.

David Kilroy (2):
  orinoco: Use PM notifier to cache firmware for use during resume
  orinoco: Resume spectrum_cs in the same way as orinoco_cs

 drivers/net/wireless/orinoco.c     |  140 ++++++++++++++++++++++++++++--------
 drivers/net/wireless/orinoco.h     |    8 ++-
 drivers/net/wireless/spectrum_cs.c |   21 +++++-
 3 files changed, 135 insertions(+), 34 deletions(-)

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

end of thread, other threads:[~2008-11-02 12:29 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-10-31  1:15 [RFC PATCH 0/2] orinoco: Don't keep cached firmware around permanently David Kilroy
2008-10-31  1:15 ` [RFC PATCH 1/2] orinoco: Use PM notifier to cache firmware for use during resume David Kilroy
2008-10-31  1:15   ` [RFC PATCH 2/2] orinoco: Resume spectrum_cs in the same way as orinoco_cs David Kilroy
2008-10-31  1:15   ` David Kilroy
2008-10-31 17:36   ` [RFC PATCH 1/2] orinoco: Use PM notifier to cache firmware for use during resume Andrey Borzenkov
2008-10-31 17:36   ` Andrey Borzenkov
2008-10-31 21:27     ` Rafael J. Wysocki
2008-10-31 21:27     ` [linux-pm] " Rafael J. Wysocki
2008-10-31  1:15 ` David Kilroy
2008-11-02 10:35 ` [RFC PATCH 0/2] orinoco: Don't keep cached firmware around permanently Andrey Borzenkov
2008-11-02 10:35 ` Andrey Borzenkov
2008-11-02 12:29   ` Dave
2008-11-02 12:29   ` Dave
  -- strict thread matches above, loose matches on Subject: below --
2008-10-31  1:15 David Kilroy

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.