History log of /drivers/staging/rts_pstor/rtsx_chip.c
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
fcfd8ac0a599dc99eb67259ed809312dc8c4df51 28-May-2011 Joe Perches <joe@perches.com> staging: Convert vmalloc/memset to vzalloc

Signed-off-by: Joe Perches <joe@perches.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
/drivers/staging/rts_pstor/rtsx_chip.c
1035117d2a47583f9539c28bf6ce5f677946e172 13-Apr-2011 Jeff Mahoney <jeffm@suse.com> staging: rts_pstor: use #ifdef instead of #if

This patch fixes a number of the following warnings:
warning: "CONFIG_RTS_PSTOR_DEBUG" is not defined

The code uses '#if CONFIG_RTS_PSTOR_DEBUG' when it should be using '#ifdef'

Signed-off-by: Jeff Mahoney <jeffm@suse.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
/drivers/staging/rts_pstor/rtsx_chip.c
c6cdaded146875e2e47e946f6592c1775eaee849 13-Apr-2011 Jeff Mahoney <jeffm@suse.com> staging: rts_pstor: Add <linux/vmalloc.h>

There are a few files in the rts_pstor driver that use vmalloc/vfree without
including the header for it.

This patch adds <linux/vmalloc.h> to those files.

Signed-off-by: Jeff Mahoney <jeffm@suse.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
/drivers/staging/rts_pstor/rtsx_chip.c
ea4fca42b9ba61c68f77a783fcae13368a71b6bc 15-Mar-2011 wwang <wei_wang@realsil.com.cn> staging: rts_pstor: set lun_mode in a different place

In sony notebook, card reader will be configured as two-lun mode
through EFUSE. In this situation, MS card can't be recognized
properly because driver does only support single-lun mode in default.
In this patch, lun_mode is set in a different place, so driver can
detect the EFUSE configuation automatically.

Signed-off-by: wwang <wei_wang@realsil.com.cn>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
/drivers/staging/rts_pstor/rtsx_chip.c
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>
/drivers/staging/rts_pstor/rtsx_chip.c
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>
/drivers/staging/rts_pstor/rtsx_chip.c