public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] memstick: rtsx: finish request faster if no card exist
@ 2015-01-14  2:40 micky_ching
  2015-01-14  2:40 ` [PATCH 1/3] memstick: rtsx: dump register using compact format micky_ching
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: micky_ching @ 2015-01-14  2:40 UTC (permalink / raw)
  To: devel, linux-kernel
  Cc: sameo, maximlevitsky, gregkh, oakad, rogerable, wei_wang,
	Micky Ching

From: Micky Ching <micky_ching@realsil.com.cn>

This pathset include some misc coding update.
- dump register using compact format.
  This prevent dump a lot of lines register dump when some error occurs.

- finish request if no card exist
  check card exist before sending any request, When card removed,
  request can returned much faster.

- move suspend/resume to pm ops
  Move suspend/resume pm ops instead of driver.suspend/drivers.resume,
  we tested in some case if we put it in driver.suspend/drivers.resume,
  the function will not called.

Micky Ching (3):
  memstick: rtsx: dump register using compact format
  memstick: rtsx: finish request if no card exist
  memstick: rtsx: move suspend/resume to pm ops

 drivers/memstick/host/rtsx_pci_ms.c | 89 ++++++++++++++++++++-----------------
 1 file changed, 49 insertions(+), 40 deletions(-)

-- 
1.9.1


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

end of thread, other threads:[~2015-01-14  2:54 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-01-14  2:40 [PATCH 0/3] memstick: rtsx: finish request faster if no card exist micky_ching
2015-01-14  2:40 ` [PATCH 1/3] memstick: rtsx: dump register using compact format micky_ching
2015-01-14  2:40 ` [PATCH 2/3] memstick: rtsx: finish request if no card exist micky_ching
2015-01-14  2:40 ` [PATCH 3/3] memstick: rtsx: move suspend/resume to pm ops micky_ching

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox