aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/ced1401
AgeCommit message (Expand)AuthorFilesLines
2014-07-08staging: ced1401: rename Reset1401()Luca Ellero3-4/+4
2014-07-08staging: ced1401: rename QuickCheck()Luca Ellero2-7/+6
2014-07-08staging: ced1401: make ced_is_1401() staticLuca Ellero2-2/+1
2014-07-08staging: ced1401: rename Is1401()Luca Ellero2-7/+7
2014-07-08staging: ced1401: rename InSelfTest()Luca Ellero1-4/+4
2014-07-08staging: ced1401: rename ReadWrite_Cancel()Luca Ellero2-6/+6
2014-07-08staging: ced1401: rename Get1401State()Luca Ellero2-13/+13
2014-07-08staging: ced1401: rename SendChar()Luca Ellero3-5/+5
2014-07-08staging: ced1401: rename SendString()Luca Ellero3-3/+3
2014-07-08staging: ced1401: rename PutChars()Luca Ellero1-4/+4
2014-07-08staging: ced1401: rename FlushInBuff()Luca Ellero1-5/+5
2014-07-08staging: ced1401: rename FlushOutBuff()Luca Ellero1-5/+5
2014-07-08staging: ced1401: rename Allowi()Luca Ellero3-14/+14
2014-07-08staging: ced1401: rename Handle1401Esc()Luca Ellero1-3/+3
2014-07-08staging: ced1401: rename ReadDMAInfo()Luca Ellero1-4/+4
2014-07-08staging: ced1401: rename ReadHuff()Luca Ellero1-4/+4
2014-07-08staging: ced1401: rename ReadWord()Luca Ellero1-2/+2
2014-07-08staging: ced1401: rename ReadChar()Luca Ellero1-10/+10
2014-07-08staging: ced1401: rename ReadWriteMem()Luca Ellero3-10/+10
2014-07-08staging: ced1401: rename StageChunk()Luca Ellero1-5/+5
2014-07-08staging: ced1401: rename CopyUserSpace()Luca Ellero1-5/+5
2014-07-08staging: ced1401: rename SendChars()Luca Ellero3-9/+9
2014-07-08staging: ced1401: rename CanAcceptIoRequests()Luca Ellero1-7/+7
2014-06-26staging: ced1401: fix sparse warning for ced1401Seunghun Lee1-1/+1
2014-06-19staging: ced1401: userspace: use1401.c: Cleaning up if statement that always evaluates to trueRickard Strandqvist1-7/+2
2014-03-18Staging: ced1401: Fix no new typedef warning in ced_ioctl.hMonam Agarwal4-8/+8
2014-03-18Staging: ced1401: Fix typedef warnings in ced_ioctl.hMonam Agarwal6-23/+21
2014-03-07Staging: ced1401: Fix removed unused structsMonam Agarwal1-6/+0
2014-03-07Staging: ced1401: Fix do not add new typedefsMonam Agarwal1-3/+1
2014-02-27staging: ced401: fix double unlock bugDaeseok Youn1-1/+0
2014-02-07staging: ced1401: Fix dev_<level> messagesJoe Perches2-168/+171
2013-12-17staging: delete non-required instances of include <linux/init.h>Paul Gortmaker2-2/+0
2013-11-11staging: ced401: ced_ioc: fix a blank/tab codingstyle issue.Joachim Adi Schuetz1-1/+1
2013-10-05ced1401: Convert driver to use get_user_pages_fast()Jan Kara1-4/+1
2013-05-22Staging: ced1401: Staticize local symbolsSachin Kamat1-2/+2
2013-05-22Staging: ced1401: Use NULL instead of 0 for pointersSachin Kamat1-6/+12
2013-05-16Staging: ced1401: Patch removes unused typedefs.Elena Ufimtseva1-5/+0
2013-05-16Staging: ced1401: Patch removes typedef unsigned int DWORD.Elena Ufimtseva4-76/+75
2013-05-16Staging: ced1401: Patch removes typedef unsigned short WORD.Elena Ufimtseva4-40/+39
2013-05-15Staging: ced1401: Patch fixes missing parentheses in macro definitions.Elena Ufimtseva2-4/+4
2013-05-15Staging: ced1401: Fixes trailing whitespace checkpath warning.Elena Ufimtseva1-1/+1
2013-05-15Staging: ced1401: Fixes 'open brace should be on the previous line'.Elena Ufimtseva4-143/+81
2013-05-15Staging: ced1401: Fixes white spaces and indentations.Elena Ufimtseva4-364/+363
2013-05-15Staging: ced1401: Fixes C pointer format warningsElena Ufimtseva6-45/+46
2013-05-15Staging: ced1401: Fixes C99 // comments.Elena Ufimtseva6-656/+660
2013-05-13staging: ced1401: Fixes checkpatch warnings about pointer formatElena Ufimtseva1-41/+41
2013-02-11staging: Remove unnecessary OOM messagesJoe Perches1-3/+1
2013-01-11staging: ced1401: fix GFP_KERNEL in spinlock contextAlexey Khoroshilov3-16/+14
2012-11-26staging: ced1401: Fix typo in staging/ced1401Masanari Iida4-10/+10
2012-10-30staging: ced1401: remove useless value cast on kmalloc()Fengguang Wu1-2/+1