summaryrefslogtreecommitdiffstats
path: root/drivers/staging
Commit message (Expand)AuthorAgeFilesLines
...
* staging: comedi: vmk80xx: remove VMK80XX_SUBD_* enumH Hartley Sweeten2013-02-051-15/+6
* staging: comedi: vmk80xx: remove common and unused boardinfoH Hartley Sweeten2013-02-051-18/+3
* staging: comedi: vmk80xx: save the boardinfo in the comedi_deviceH Hartley Sweeten2013-02-051-39/+65
* staging: comedi: vmk80xx: move boardinfo into a const arrayH Hartley Sweeten2013-02-051-75/+77
* staging: comedi: vmk80xx: use comedi_auto_unconfig() for (*disconnect)H Hartley Sweeten2013-02-051-9/+2
* staging: comedi: vmk80xx: move usb_driver (*disconnect) codeH Hartley Sweeten2013-02-051-29/+20
* staging: comedi: vmk80xx: remove support for manual attachingH Hartley Sweeten2013-02-051-22/+1
* zram: get rid of lockdep warningMinchan Kim2013-02-053-96/+116
* zram: fix warning of print formatMinchan Kim2013-02-051-1/+1
* staging/vt6656: Fix sparse warning constant 0xffffffff00000000U is so big it ...Peter Huewe2013-02-051-1/+1
* staging/xgifb: Remove always false if statementPeter Huewe2013-02-051-16/+0
* staging/xgifb: Remove unneeded conditional assignmentPeter Huewe2013-02-051-1/+1
* staging/xgifb: Remove unused values in XGI340_ECLKDataPeter Huewe2013-02-051-5/+0
* staging/xgifb: Remove unused entries in XGI340New_MCLKData and XGI27New_MCLKDataPeter Huewe2013-02-051-10/+0
* staging/xgifb: Remove unused values in XG27_SR13 and XGI340_SR13Peter Huewe2013-02-052-13/+13
* staging/xgifb: Remove unused values in XGI340_cr41 and XGI27_cr41Peter Huewe2013-02-052-55/+55
* staging/xgifb: Remove unused variablePeter Huewe2013-02-051-1/+1
* Merge tag 'iio-for-3.9c' of git://git.kernel.org/pub/scm/linux/kernel/git/jic...Greg Kroah-Hartman2013-02-055-561/+37
|\
| * iio: Update iio_channel_get_all and iio_channel_get_all_cb APIGuenter Roeck2013-02-021-3/+6
| * staging/iio: (iio_hwmon) Basic devicetree supportGuenter Roeck2013-02-021-0/+6
| * staging/iio: (iio_hwmon) Add support for sysfs name attributeGuenter Roeck2013-02-021-2/+10
| * staging/iio: (iio_hwmon) Use devm_kzallocGuenter Roeck2013-02-021-48/+22
| * staging:iio: Move adxrs450 driver out of stagingLars-Peter Clausen2013-02-023-509/+0
| * staging:iio:adxrs450: Move header file contents to main fileLars-Peter Clausen2013-02-023-64/+57
| * staging:iio:adxrs450: Fixup kernel doc commentsLars-Peter Clausen2013-02-021-3/+4
| * staging:iio:adxrs450: Use usleep_range for the sequential transfer dealyLars-Peter Clausen2013-02-021-1/+1
| * staging:iio:adxrs450: Don't split string across multiple linesLars-Peter Clausen2013-02-021-2/+1
| * staging:iio:adxrs450: Reflow overlong linesLars-Peter Clausen2013-02-021-4/+4
| * staging:iio:adxrs450: Don't spam the bootlogLars-Peter Clausen2013-02-021-14/+0
| * staging:iio:adxrs450: Reject out of range calibscale valuesLars-Peter Clausen2013-02-021-2/+3
| * staging:iio:adxrs450: Perform sign extension for the calibbias registerLars-Peter Clausen2013-02-021-1/+1
| * staging:iio:adxrs450: Make transfer buffers __be32Lars-Peter Clausen2013-02-022-41/+35
| * Partially revert "staging:iio:gyro:adxrs450 make more use of spi_read and spi...Lars-Peter Clausen2013-02-021-14/+34
* | staging: comedi: check s->async for poll(), read() and write()Ian Abbott2013-02-051-4/+4
* | staging: comedi: remove 'comedi_autoconfig' module parameterH Hartley Sweeten2013-02-054-24/+1
* | staging: comedi: quatech_daqp_cs: factor out common ai scanlist codeH Hartley Sweeten2013-02-051-28/+24
* | staging: comedi: quatech_daqp_cs: fix daqp_ao_insn_write()H Hartley Sweeten2013-02-051-13/+14
* | staging: comedi: quatech_daqp_cs: use (*insn_bits) for digital outputsH Hartley Sweeten2013-02-051-9/+17
* | staging: comedi: quatech_daqp_cs: use (*insn_bits) for digital inputsH Hartley Sweeten2013-02-051-6/+6
* | staging: comedi: quatech_daqp_cs: remove unused defineH Hartley Sweeten2013-02-051-3/+0
* | staging: comedi: quatech_daqp_cs: rename the private data structH Hartley Sweeten2013-02-051-47/+40
* | staging: comedi: quatech_daqp_cs: store private data in the comedi_deviceH Hartley Sweeten2013-02-051-25/+21
* | staging: comedi: quatech_daqp_cs: ao subdevice does not support commandsH Hartley Sweeten2013-02-051-1/+0
* | staging: comedi: quatech_daqp_cs: use comedi_pcmcia_disable() for (*detach)H Hartley Sweeten2013-02-051-6/+1
* | staging: comedi: quatech_daqp_cs: use comedi_pcmcia_{enable, disable}H Hartley Sweeten2013-02-051-17/+3
* | staging: comedi: quatech_daqp_cs: convert to auto attachH Hartley Sweeten2013-02-051-136/+33
* | staging/xgifb: Consolidate if branches with similar conditionsPeter Huewe2013-02-051-11/+2
* | staging/xgifb: Consolidate if/else for 'identical' branchesPeter Huewe2013-02-051-25/+6
* | staging/xgifb: Don't write the same values x timesPeter Huewe2013-02-051-13/+6
* | staging/xgifb: Move duplicated code for dram to helper functionPeter Huewe2013-02-051-41/+17
OpenPOWER on IntegriCloud