summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2012-06-19iio: iio_buffer_register: Skip channels with negative scan indexLars-Peter Clausen1-0/+3
2012-06-19staging: slicoss: Fix a typo.Justin P. Mattock1-1/+1
2012-06-19staging: serqt_usb2: Fix some typos.Justin P. Mattock1-2/+2
2012-06-19Staging: xgifb: Replace pr_* with dev_* when possible.Miguel Gómez2-31/+45
2012-06-19Staging: xgifb: Fix sparse warnings.Miguel Gómez3-1/+3
2012-06-19Staging: xgifb: Remove printk usage.Miguel Gómez2-68/+15
2012-06-19Staging: xgifb: Remove XGIFAIL() macro and its calls.Miguel Gómez2-4/+4
2012-06-19Staging: xgifb: define real dumpVGAReg() content only in DEBUG mode.Miguel Gómez1-3/+1
2012-06-19Staging: xgifb: remove DPRINTK() macro and replace it with pr_debug.Miguel Gómez1-24/+18
2012-06-19Staging: xgifb: remove DEBUGPRN() macro and its uses.Miguel Gómez1-13/+0
2012-06-19Staging: xgifb: reformat module parameter descriptions.Miguel Gómez1-8/+8
2012-06-19staging: comedi: comedi_subdevice 'io_bits' should be an unsigned intH Hartley Sweeten1-1/+1
2012-06-19staging: comedi: fix return value for insn_bits functionsH Hartley Sweeten63-107/+107
2012-06-19staging: comedi: remove unneeded sanity check in insn_bits functionsH Hartley Sweeten43-199/+3
2012-06-19staging: comedi: usbduxsigma: use attach_usb() hookIan Abbott1-71/+90
2012-06-19staging: comedi: vmk80xx: use attach_usb() hookIan Abbott1-40/+44
2012-06-19staging: comedi: usbduxfast: use attach_usb() hookIan Abbott1-54/+79
2012-06-19staging: comedi: change device used in dev_...() callsIan Abbott20-160/+187
2012-06-19Staging: speakup: fix an improperly-declared variable.Christopher Brannon1-1/+1
2012-06-16staging: comedi: fix Kconfig for COMEDI_PCMCIA_DRIVERSH Hartley Sweeten1-1/+1
2012-06-16iio: buffer: Fix NULL pointer deref caused by empty scan maskLars-Peter Clausen1-0/+4
2012-06-16staging: iio:: fix some typosPeter Meerwald4-10/+10
2012-06-16staging: iio: add IIO_ALTVOLTAGE to iio_event_monitor examplePeter Meerwald1-0/+2
2012-06-16staging: iio: Remove superfluous flush_scheduled_workLars-Peter Clausen4-8/+0
2012-06-16staging: iio: fix typos in simple dummy driverPeter Meerwald2-7/+7
2012-06-16staging:iio:adis16400: Fix ADIS163xx AUX_ADC addressLars-Peter Clausen2-3/+6
2012-06-16staging:iio:adis16400: Fix ADIS16334 temperature addressLars-Peter Clausen1-2/+2
2012-06-16staging:iio:adis16400: Fix ADIS16300 temperature addressLars-Peter Clausen1-1/+1
2012-06-16staging:iio:adis16400: Fix ADIS16300 ROLL_OUT register addressLars-Peter Clausen1-1/+1
2012-06-16iio: dac: Convert ad5380 to devm_regmap_* APIsAxel Lin1-6/+4
2012-06-15staging:iio:gyro:adis16080: remove sparse warningsLeed Aguilar1-1/+1
2012-06-15staging: comedi: me4000: remove PDEBUG macroH Hartley Sweeten2-48/+0
2012-06-15staging: comedi: me4000: remove ISR_PDEBUG macroH Hartley Sweeten2-29/+1
2012-06-15staging: comedi: me4000: remove inline port io wrappersH Hartley Sweeten1-149/+98
2012-06-15staging: comedi: me4000: remove PORT_PDEBUG macroH Hartley Sweeten2-12/+0
2012-06-15staging: comedi: me4000: remove CALL_PDEBUG macroH Hartley Sweeten2-69/+0
2012-06-15staging: comedi: pcl812: remove PCL812_EXTDEBUG define and related codeH Hartley Sweeten1-96/+4
2012-06-15staging: comedi: pcl812: remove unneeded tests in pcl812_ai_cmdtestH Hartley Sweeten1-27/+0
2012-06-15staging: comedi: pcl818: remove unneeded tests in ai_cmdtestH Hartley Sweeten1-13/+0
2012-06-15staging: comedi: pcl816: remove unneeded tests in pcl816_ai_cmdtestH Hartley Sweeten1-15/+0
2012-06-15staging: comedi: ni_atmio16d: remove the function tracing debugH Hartley Sweeten1-22/+2
2012-06-15staging: zcache: don't limit number of pools per clientSasha Levin1-17/+21
2012-06-14staging: usbip: cleanup and fix of vhci_hub_statusBart Westgeest1-28/+11
2012-06-14staging: zsmalloc: fix uninit'ed variable warningSeth Jennings1-2/+2
2012-06-14staging: comedi: 8255: add some whitespace to the #define'sH Hartley Sweeten1-3/+3
2012-06-14staging: comedi: 8255: add namespace to 'do_config' functionH Hartley Sweeten1-3/+4
2012-06-14staging: comedi: 8255: move the subdev_8255_io functionH Hartley Sweeten1-10/+10
2012-06-14staging: comedi: 8255: refactor subdev_8255_insn functionH Hartley Sweeten1-16/+28
2012-06-14staging: comedi: 8255: use a local variable for the iobaseH Hartley Sweeten1-10/+13
2012-06-14staging: comedi: 8255: use kzalloc to allocate the private dataH Hartley Sweeten1-1/+1