History log of /drivers/staging/rts_pstor/spi.c
Revision Date Author Comments
4b608983fe9cbb522e6dd819ea357a3af89f2e8e 13-Aug-2011 Thomas Meyer <thomas@m3y3r.de> Staging: rts_pstor: dont cast void* from kmalloc()

Casting (void *) value returned by kmalloc is useless
as mentioned in Documentation/CodingStyle, Chap 14.

The semantic patch that makes this output is available
in scripts/coccinelle/api/alloc/drop_kmalloc_cast.cocci.

More information about semantic patching is available at
http://coccinelle.lip6.fr/

Signed-off-by: Thomas Meyer <thomas@m3y3r.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
389fe985f27b5334110639146016bb6dd273c3f6 27-Mar-2011 Alexander Beregalov <a.beregalov@gmail.com> Staging: rts_pstor: s/rtsx_alloc_dma_buf/kmalloc/

Replace rtsx_alloc_dma_buf() with kfree() back,
chip parameter is not used; remove casts.

Signed-off-by: Alexander Beregalov <a.beregalov@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
f7468e2995dbd914817c780941750f0ac668ac50 26-Mar-2011 Alexander Beregalov <a.beregalov@gmail.com> Staging: rts_pstor: s/rtsx_free_dma_buf/kfree/

Signed-off-by: Alexander Beregalov <a.beregalov@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
6680d2cab316a0c0e4cea0727e6d63426a77bb12 16-Feb-2011 wwang <wei_wang@realsil.com.cn> staging: rts_pstor: fix sparse warning

Add static modifier before some functions and global variables.

Signed-off-by: wwang <wei_wang@realsil.com.cn>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
0838b87cae7e81e497218b5eba3c8e9ca6f3ddbe 01-Feb-2011 Timo von Holtz <tvh@informatik.uni-kiel.de> Staging: rts_pstor: fixed some brace code styling issues

Fixed all brace coding style issues in the following files:
drivers/staging/rts_pstor/rtsx_card.h
drivers/staging/rts_pstor/spi.c
drivers/staging/rts_pstor/trace.h
drivers/staging/rts_pstor/xd.c

Signed-off-by: Timo von Holtz <tvh@informatik.uni-kiel.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
77d89b08766c878a2594b15d203e513acf952340 21-Jan-2011 wwang <wei_wang@realsil.com.cn> staging: add rts_pstor for Realtek PCIE cardreader

rts_pstor is used to support Realtek PCI-E card readers,
including rts5209, rts5208, Barossa.

Signed-off-by: wwang <wei_wang@realsil.com.cn>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>