[PATCH 0/3] memstick: rtsx: finish request faster if no card exist
From: micky_ching
Date: Tue Jan 13 2015 - 21:54:36 EST
From: Micky Ching <micky_ching@xxxxxxxxxxxxxx>
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
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/