summaryrefslogtreecommitdiffstats
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2013-05-30staging: xgifb: SetFlag: delete GatingCRTAaro Koskinen2-17/+3
2013-05-30staging: xgifb: XGI_SetCRT1VCLK(): avoid copy-pasteAaro Koskinen1-10/+4
2013-05-30staging: xgifb: XGI_GetRatePtrCRT2(): delete IF_DEF_LVDS checkAaro Koskinen1-8/+3
2013-05-30staging: xgifb: XGI_AjustCRT2Rate(): delete IF_DEF_LVDS checkAaro Koskinen1-55/+34
2013-05-30staging: xgifb: call XGI_GetVBType from InitTo330PointerAaro Koskinen2-7/+3
2013-05-30staging: xgifb: XGI_GetVBType(): delete IF_DEF_LVDS checkAaro Koskinen1-3/+0
2013-05-30staging: xgifb: refactor XGI_BridgeIsOn()Aaro Koskinen3-17/+9
2013-05-30staging/lustre: fix LBUG and inode refcount bugPeng Tao2-7/+8
2013-05-30staging/lustre: adapt proc_dir_entry changePeng Tao39-2338/+1335
2013-05-30staging/lustre: fix build errorPeng Tao1-1/+1
2013-05-30Staging: rtl8192e: fix an endian bugDan Carpenter1-2/+3
2013-05-30Staging: rtl8192e: printing the wrong arrayDan Carpenter1-1/+1
2013-05-30Staging: rtl8192e: delete some dead cruftDan Carpenter1-41/+10
2013-05-30Staging: vt6655: add missing free_netdev() on error in hostap_enable_hostapd()Wei Yongjun1-0/+2
2013-05-30staging: keucr: remove needless check before usb_free_coherent()Wei Yongjun1-6/+3
2013-05-30staging: comedi: usbduxsigma: tidy up the multi-line commentsH Hartley Sweeten1-19/+21
2013-05-30staging: comedi: usbduxsigma: remove a space before tabH Hartley Sweeten1-1/+1
2013-05-30staging: comedi: usbduxsigma: tidy up chanToInterval()H Hartley Sweeten1-10/+7
2013-05-30staging: comedi: usbduxsigma: add missing spaces reported by checkpatch.plH Hartley Sweeten1-2/+2
2013-05-30staging: comedi: usbduxsigma: rename CamelCase vars in private dataH Hartley Sweeten1-79/+79
2013-05-30staging: comedi: usbduxsigma: remove some unused definesH Hartley Sweeten1-10/+0
2013-05-30staging: comedi: usbduxsigma: tidy up the usb endpoint definesH Hartley Sweeten1-19/+13
2013-05-30staging: comedi: usbduxsigma: cleanup comedi_lrange tableH Hartley Sweeten1-7/+5
2013-05-30staging: comedi: usbduxsigma: rename usbdux_{ai,ao}_stop() functionsH Hartley Sweeten1-15/+19
2013-05-30staging: comedi: usbduxsigma: rename the (*cancel) functionsH Hartley Sweeten1-6/+6
2013-05-30staging: comedi: usbduxsigma: rename the urb completion handlersH Hartley Sweeten1-6/+6
2013-05-30staging: comedi: usbduxsigma: rename {send,receive}_dux_commands()H Hartley Sweeten1-23/+21
2013-05-30staging: comedi: usbduxsigma: check for invalid 'ao_timer' in all casesH Hartley Sweeten1-2/+2
2013-05-30staging: comedi: usbduxsigma: tidy up analog input command supportH Hartley Sweeten1-96/+81
2013-05-30staging: comedi: usbduxsigma: tidy up usbdux_ai_insn_read()H Hartley Sweeten1-45/+39
2013-05-30staging: comedi: usbduxsigma: cleanup the private data 'outBuffer'H Hartley Sweeten1-13/+12
2013-05-30staging: comedi: usbduxsigma: tidy up analog output (*insn_{read, write})H Hartley Sweeten1-36/+34
2013-05-30staging: comedi: usbduxsigma: tidy up analog output command supportH Hartley Sweeten1-61/+70
2013-05-30staging: comedi: usbduxsigma: rename usbdux_pwm_stop()H Hartley Sweeten1-6/+8
2013-05-30staging: comedi: usbduxsigma: rename usbdux_pwm_cancel()H Hartley Sweeten1-3/+3
2013-05-30staging: comedi: usbduxsigma: rename usbdux_pwm_irq()H Hartley Sweeten1-2/+2
2013-05-30staging: comedi: usbduxsigma: tidy up usbdux_pwm_period()H Hartley Sweeten1-8/+9
2013-05-30staging: comedi: usbduxsigma: change private data flags to bit fieldsH Hartley Sweeten1-10/+8
2013-05-30staging: comedi: usbduxsigma: remove 'interface' from the private dataH Hartley Sweeten1-3/+0
2013-05-30staging: comedi: usbduxsigma: remove some dev_{level} noiseH Hartley Sweeten1-42/+1
2013-05-30staging: comedi: usbduxsigma: tidy up usbdux_dio_insn_config()H Hartley Sweeten1-16/+15
2013-05-30staging: comedi: usbduxsigma: tidy up usbdux_dio_insn_bits()H Hartley Sweeten1-38/+35
2013-05-30staging: comedi: usbduxsigma: tidy up usbdux_pwm_start()H Hartley Sweeten1-14/+9
2013-05-30staging: comedi: usbduxsigma: tidy up usbdux_pwm_pattern()H Hartley Sweeten1-36/+25
2013-05-30staging: comedi: usbduxsigma: tidy up usbdux_pwm_write()H Hartley Sweeten1-14/+15
2013-05-30staging: comedi: usbduxsigma: remove usbdux_pwm_read()H Hartley Sweeten1-9/+0
2013-05-30staging: comedi: usbduxsigma: tidy up usbduxsigma_pwm_config()H Hartley Sweeten1-22/+15
2013-05-30staging: comedi: usbduxsigma: move usbduxsigma_firmware_upload()H Hartley Sweeten1-78/+76
2013-05-30staging: comedi: usbduxsigma: remove an extra ';'H Hartley Sweeten1-1/+1
2013-05-30staging: comedi: usbduxsigma: tidy up tidy_up()H Hartley Sweeten1-57/+44