summaryrefslogtreecommitdiffstats
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2015-09-12staging: wilc1000: rename WILC_MsgQueueRecv to wilc_mq_recvChaehyun Lim3-3/+3
2015-09-12staging: wilc1000: rename WILC_MsgQueueSend to wilc_mq_sendChaehyun Lim3-51/+51
2015-09-12staging: wilc1000: rename WILC_MsgQueueCreate to wilc_mq_createChaehyun Lim3-3/+3
2015-09-12staging: wilc1000: replace WILC_ErrNo by int typeChaehyun Lim3-12/+10
2015-09-12staging: wilc1000: wilc_msgqueue.c: fix bool comparison styleChaehyun Lim1-2/+2
2015-09-12staging: wilc1000: wilc_msgqueue.c: remove kfree NULL checkChaehyun Lim1-3/+1
2015-09-12staging: wilc1000: wilc_msgqueue.c: use ! operator instead of NULL comparisonChaehyun Lim1-9/+9
2015-09-12staging: wilc1000: wilc_msgqueue.c: remove unnecessary parenthesesChaehyun Lim1-2/+2
2015-09-12staging: wilc1000: wilc_msgqueue.c: remove blank line before a close braceChaehyun Lim1-1/+0
2015-09-12staging: wilc1000: wilc_msgqueue.c: remove multiple blank linesChaehyun Lim1-3/+0
2015-09-12staging: wilc1000: wilc_msgqueue.c: remove blank line after open braceChaehyun Lim1-2/+0
2015-09-12staging: wilc1000: wilc_msgqueue.c: remove braces for single statementChaehyun Lim1-4/+4
2015-09-12staging: wilc1000: add a blank line after declarationChaehyun Lim9-0/+76
2015-09-12staging: wilc1000: replace MALLOC_WILC_BUFFER() macro to avoid possible memor...Raphaël Beamonte1-10/+21
2015-09-12staging: wilc1000: remove FREE_WILC_BUFFER()Raphaël Beamonte1-6/+3
2015-09-12staging: android: fix coding style checks in sw_sync.cTrung Thanh Le1-3/+3
2015-09-12staging: android: ashmem.c: 'Alignment' style issuePeng Sun1-4/+4
2015-09-12staging: android: ashmem.c: 'No space necessary after' style issuePeng Sun1-2/+2
2015-09-12staging: android: ashmem.c: 'spaces preferred around that -' style issuePeng Sun1-1/+2
2015-09-12staging: vt6655: replace typedef struct tagSRxDescMalcolm Priestley6-35/+36
2015-09-12staging: vt6655: replace typedef struct tagDEVICE_RD_INFOMalcolm Priestley4-18/+18
2015-09-12staging: vt6655: replace typedef struct tagRDES1Malcolm Priestley4-10/+9
2015-09-12staging: vt6655: replace typedef struct tagRDES0Malcolm Priestley4-31/+22
2015-09-12staging: comedi: usbduxfast: remove unnecessary clearing of private dataH Hartley Sweeten1-6/+0
2015-09-12staging: comedi: usbduxfast: absorb usbduxfast_attach_common()H Hartley Sweeten1-27/+20
2015-09-12staging: comedi: usbduxfast: remove unnecessary semaphore down/upH Hartley Sweeten1-8/+1
2015-09-12staging: comedi: usbduxfast: document strange ai maxdataH Hartley Sweeten1-1/+1
2015-09-12staging: comedi: usbduxfast: use a common exit path in ai (*do_cmd)H Hartley Sweeten1-12/+9
2015-09-12staging: comedi: usbduxfast: tidy up the conversion timing validationH Hartley Sweeten1-30/+16
2015-09-12staging: comedi: usbduxfast: TRIG_EXT is only valid for cmd->start_srcH Hartley Sweeten1-36/+13
2015-09-12staging: comedi: usbduxfast: TRIG_EXT only works for 1 or 16 channelsH Hartley Sweeten1-7/+5
2015-09-12staging: comedi: usbduxfast: fix multi-line commentH Hartley Sweeten1-2/+1
2015-09-12staging: comedi: usbduxfast: use preferred kernel typesH Hartley Sweeten1-9/+8
2015-09-12staging: comedi: usbduxfast: remove impossible 'if (!devpriv)' checksH Hartley Sweeten1-12/+0
2015-09-12staging: comedi: usbduxfast: only chanlist of 1, 2, 3, or 16 are supportedH Hartley Sweeten1-5/+5
2015-09-12staging: comedi: usbduxfast: chanlist check is Step 5 of (*do_cmdtest)H Hartley Sweeten1-24/+34
2015-09-12staging: comedi: s526: fix the block commentsH Hartley Sweeten1-26/+31
2015-09-12staging: comedi: s526: remove #if 0'ed out code blockH Hartley Sweeten1-29/+0
2015-09-12staging: comedi: s526: remove unnecessary definesH Hartley Sweeten1-7/+3
2015-09-12staging: comedi: s526: remove s526_ai_insn_config()H Hartley Sweeten1-38/+11
2015-09-12staging: comedi: s526: tidy up s526_ai_rinsn()H Hartley Sweeten1-13/+11
2015-09-12staging: comedi: s526: wait for analog output conversions to completeH Hartley Sweeten1-8/+15
2015-09-12staging: comedi: s526: tidy up subdevice initH Hartley Sweeten1-35/+38
2015-09-12staging: comedi: s526: define the eeprom data and control registersH Hartley Sweeten1-3/+6
2015-09-12staging: comedi: s526: define the miscellaneous register and bitsH Hartley Sweeten1-2/+2
2015-09-12staging: comedi: s526: define the digtial I/O control register and bitsH Hartley Sweeten1-9/+19
2015-09-12staging: comedi: s526: define the interrupt enable/status registersH Hartley Sweeten1-7/+12
2015-09-12staging: comedi: s526: add defines for the ao/ai data registerH Hartley Sweeten1-4/+4
2015-09-12staging: comedi: s526: define the ADC (analog input) control register and bitsH Hartley Sweeten1-8/+15
2015-09-12staging: comedi: s526: define the DAC (analog output) control register and bitsH Hartley Sweeten1-4/+8