aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-01-25staging: lustre: fix sparse warnings related to lock context imbalanceLoic Pefferkorn3-0/+8
2015-01-25staging: lustre: lnet: declare internal symbols as staticLuca Ceresoli4-4/+4
2015-01-25staging: lustre: fld: declare internal symbols as staticLuca Ceresoli2-4/+4
2015-01-25staging: lustre: llite: declare internal symbols as staticLuca Ceresoli2-3/+4
2015-01-25staging: lustre: libcfs: declare internal symbols as staticLuca Ceresoli5-17/+21
2015-01-25staging: lustre: lmv: declare internal symbols as staticLuca Ceresoli2-44/+47
2015-01-25staging: lustre: mdc: declare internal symbols as staticLuca Ceresoli1-27/+27
2015-01-25staging: lustre: fix min() comparison types lacks cast build warningJeremiah Mahler1-1/+2
2015-01-25staging: lustre: remove kmalloc from fld_proc_hash_seq_writeTristan Lelong1-9/+4
2015-01-25Staging: comedi: fix line over 80 characters warningjitendra kumar khasdev1-2/+3
2015-01-25staging: comedi: vmk80xx: tidy up vmk80xx_cnt_insn_config()H Hartley Sweeten1-26/+20
2015-01-25staging: comedi: vmk80xx: GPCT_RESET is not an (*insn_config) instructionH Hartley Sweeten1-1/+1
2015-01-25staging: comedi: ni_labpc_common: use the cfc_check_trigger_arg_*() helpersH Hartley Sweeten1-17/+8
2015-01-25staging: comedi: ni_labpc_common: use DIV_ROUND_CLOSEST to round divisor valuesH Hartley Sweeten1-4/+4
2015-01-25staging: comedi: ni_labpc_common: use DIV_ROUND_UP to round divisor valuesH Hartley Sweeten1-4/+4
2015-01-25staging: comedi: ni_labpc: remove unnecessary private data validationH Hartley Sweeten1-5/+1
2015-01-25staging: comedi: ni_labpc_cs: remove unnecessary includesH Hartley Sweeten1-7/+3
2015-01-25staging: comedi: ni_labpc_common: move comedi_alloc_devpriv() to common codeH Hartley Sweeten4-16/+5
2015-01-25staging: comedi: adv_pci1710: absorb move_block_from_fifo()H Hartley Sweeten1-35/+29
2015-01-25staging: comedi: adv_pci1710: transfer all ai samples in one stepH Hartley Sweeten1-13/+2
2015-01-25staging: comedi: adv_pci1710: remove 'turn' param from move_block_from_fifo()H Hartley Sweeten1-3/+3
2015-01-25staging: comedi: adv_pci1710: do comedi_handle_events() in common code patchH Hartley Sweeten1-8/+2
2015-01-25staging: comedi: adv_pci1710: introduce pci171x_ai_read_sample()H Hartley Sweeten1-35/+33
2015-01-25staging: comedi: adv_pci1710: tidy up setup_channel_list()H Hartley Sweeten1-25/+26
2015-01-25staging: comedi: adv_pci1710: clarify the 'act_chanlist'H Hartley Sweeten1-9/+11
2015-01-25staging: comedi: adv_pci1710: refactor boardinfo 'cardtype'H Hartley Sweeten1-36/+18
2015-01-25staging: comedi: adv_pci1710: remove boardinfo 'rangelist_ao'H Hartley Sweeten1-8/+4
2015-01-25staging: comedi: adv_pci1710: update the MODULE_DESCRIPTIONH Hartley Sweeten1-1/+1
2015-01-25staging: comedi: adv_pci1710: remove function separation commentsH Hartley Sweeten1-15/+0
2015-01-25staging: comedi: adv_pci1710: rename 'this_board' local variablesH Hartley Sweeten1-29/+29
2015-01-25staging: comedi: adv_pci1710: tidy up analog input subdevice initH Hartley Sweeten1-20/+15
2015-01-25staging: comedi: adv_pci1710: tidy up analog output subdevice initH Hartley Sweeten1-8/+8
2015-01-25staging: comedi: adv_pci1710: tidy up digital input and output subdevice initH Hartley Sweeten1-18/+16
2015-01-25staging: comedi: adv_pci1710: tidy up counter subdevice initH Hartley Sweeten1-20/+11
2015-01-25staging: comedi: adv_pci1710: tidy up pci171x_insn_write_ao()H Hartley Sweeten1-28/+17
2015-01-25staging: comedi: adv_pci1710: tidy up pci1720_insn_write_ao()H Hartley Sweeten1-18/+17
2015-01-25staging: comedi: adv_pci1710: use comedi_subdevice 'readback'H Hartley Sweeten1-29/+18
2015-01-25staging: comedi: adv_pci1710: change boardinfo 'n_aochan' to 'has_ao'H Hartley Sweeten1-14/+12
2015-01-25staging: comedi: adv_pci1710: change boardinfo 'fifo_half_size' to 'has_large...H Hartley Sweeten1-8/+10
2015-01-25staging: comedi: adv_pci1710: remove boardinfo 'ai_ns_min'H Hartley Sweeten1-9/+1
2015-01-25staging: comedi: adv_pci1710: change boardinfo 'n_aichand' to 'has_diff_ai'H Hartley Sweeten1-5/+5
2015-01-25staging: comedi: adv_pci1710: remove boardinfo 'ao_maxdata'H Hartley Sweeten1-6/+1
2015-01-25staging: comedi: adv_pci1710: remove boardinfo 'ai_maxdata'H Hartley Sweeten1-7/+1
2015-01-25staging: comedi: adv_pci1710: rename boardinfo 'have_irq'H Hartley Sweeten1-7/+7
2015-01-25staging: comedi: adv_pci1710: simplify digital input and output boardinfoH Hartley Sweeten1-21/+10
2015-01-25staging: comedi: adv_pci1710: change boardinfo 'n_counter' to 'has_counter'H Hartley Sweeten1-8/+7
2015-01-25staging: comedi: pcl818: introduce pcl818_ai_write_sample()H Hartley Sweeten1-32/+9
2015-01-25staging: comedi: drivers: remove inappropriate COMEDI_CB_EOA eventsH Hartley Sweeten18-38/+36
2015-01-25staging: comedi: das16: use COMEDI_CB_CANCEL_MASK to see if command is runningH Hartley Sweeten1-1/+1
2015-01-25staging: comedi: comedidev.h: add namespace to the subdevice "runflags"H Hartley Sweeten3-22/+35