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