aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/rts_pstor (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-07-16staging/rts_pstor: use kthread_run instead doing kthread_create and wake_up_processDevendra Naga1-3/+1
2012-07-09staging/rts_pstor: fix single statements block warningDevendra Naga1-2/+2
2012-07-09staging/rts_pstor: fix the no brace needed warningDevendra Naga1-3/+2
2012-06-04staging "rts_pstor" fix some typos while reading through rts_pstorJustin P. Mattock2-2/+2
2012-05-02Merge 3.4-rc5 into staging-nextGreg Kroah-Hartman2-3/+3
2012-04-10Staging:rts_pstor: fix coding style issue in rtsx_transport.cHitoshi NAKAMORI1-2/+2
2012-04-10staging:rts_pstor:Fix unbalanced parentheseswwang1-1/+1
2012-04-10Staging: rts_pstor: off by one in for loopDan Carpenter1-1/+2
2012-04-10staging:rts_pstor:Avoid "Bad target number" message when probing driverwwang1-0/+5
2012-04-10staging:rts_pstor:Fix possible panic by NULL pointer dereferencewwang1-5/+6
2012-02-24staging: Update TODO for rts5139 and rts_pstorChris Ball1-1/+5
2011-12-21Merge branch 'master' into pm-sleepRafael J. Wysocki1-0/+1
2011-11-26staging:rts_pstor:Complete scanning_done variablewwang1-0/+1
2011-11-21freezer: don't unnecessarily set PF_NOFREEZE explicitlyTejun Heo1-2/+0
2011-10-17drivers: staging: rts_pstor fixed checkpatch warningsPelle Windestam2-33/+39
2011-10-17staging:rts_pstor:Fix SDIO issuewwang1-16/+15
2011-08-23drivers/staging: do not use EXTRA_CFLAGSArnaud Lacombe1-1/+1
2011-08-23staging: rts_pstor: dont cast void* from kmalloc()Thomas Meyer1-1/+1
2011-08-23Staging: rts_pstor: dont cast void* from kmalloc()Thomas Meyer1-1/+1
2011-08-23staging: rts_pstor: dont cast void* from kmalloc()Thomas Meyer1-2/+2
2011-08-08staging:rts_pstor: fix thread synchronization flowwwang2-68/+50
2011-07-18staging: rts_pstor: Fix a miswritingwwang1-1/+1
2011-07-05staging: rts_pstor: Fix a bug that a MMCPlus card can't be accessedwwang2-21/+46
2011-07-05Remove unneeded version.h include from drivers/staging/rts_pstor/rtsx.hJesper Juhl1-1/+0
2011-06-28staging: Convert vmalloc/memset to vzallocJoe Perches2-6/+3
2011-06-07staging: rts_pstor: use bitwise operator instead of logical oneNicolas Kaiser1-1/+1
2011-05-23Merge branch 'staging-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging-2.6Linus Torvalds6-52/+46
2011-05-03staging/rts_pstor: fix Polling thread wakeups CPUCho, Yu-Chen1-1/+3
2011-04-25staging: rts_pstor: clear error when read sd lba0 failwwang1-0/+1
2011-04-25staging: rts_pstor: use #ifdef instead of #ifJeff Mahoney4-6/+6
2011-04-25staging: rts_pstor: Add <linux/vmalloc.h>Jeff Mahoney4-0/+4
2011-04-20Staging: rts_pstor: redundant null check before kfree()Alexander Beregalov1-9/+3
2011-04-20Staging: rts_pstor: s/rtsx_alloc_dma_buf/kmalloc/Alexander Beregalov4-11/+9
2011-04-20Staging: rts_pstor: s/rtsx_free_dma_buf/kfree/Alexander Beregalov4-34/+33
2011-04-07Merge branch 'staging-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging-2.6Linus Torvalds2-13/+12
2011-04-04staging: rts_pstor: set lun_mode in a different placewwang1-6/+5
2011-04-04staging: rts_pstor: modify initial card clockwwang1-7/+7
2011-03-31Fix common misspellingsLucas De Marchi3-7/+7
2011-03-09staging: rts_pstor: MSXC card power classwwang2-5/+10
2011-03-09staging: rts_pstor: optimize kmalloc to kzallocAlexander Beregalov1-2/+1
2011-03-07staging: rts_pstor: fix a bug that a greenhouse sd card can't be recognizedwwang1-24/+32
2011-02-18staging: rts_pstor: fix sparse warningwwang8-40/+40
2011-02-18staging: rts_pstor: delete a functionwwang1-136/+0
2011-02-09Staging: rts_pstor: fix read past end of bufferDan Carpenter1-1/+1
2011-02-04staging: rts_pstor: potential NULL dereferenceVasiliy Kulikov1-1/+1
2011-02-04Staging: rts_pstor: fixed some brace code styling issuesTimo von Holtz4-277/+150
2011-01-31staging: fix rts_pstor build errorsRandy Dunlap1-0/+1
2011-01-21staging: add rts_pstor for Realtek PCIE cardreaderwwang26-0/+24395