summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-02-02iio: Update iio_channel_get_all and iio_channel_get_all_cb APIGuenter Roeck4-11/+17
2013-02-02iio/adc: (max1363) Fix data conversion problemsGuenter Roeck1-2/+3
2013-02-02iio/adc: (max1363) Remove duplicate codeGuenter Roeck1-2/+0
2013-02-02iio/adc: (max1363) Provide OF node information to iio deviceGuenter Roeck1-0/+1
2013-02-02iio/adc: (lp8788) Provide OF node information to iio deviceGuenter Roeck1-0/+1
2013-02-02staging/iio: (iio_hwmon) Basic devicetree supportGuenter Roeck1-0/+6
2013-02-02staging/iio: (iio_hwmon) Add support for sysfs name attributeGuenter Roeck1-2/+10
2013-02-02staging/iio: (iio_hwmon) Use devm_kzallocGuenter Roeck1-48/+22
2013-02-02iio:common: removed unused functions outside st_sensors libraryDenis CIOCCA2-46/+28
2013-02-02iio: gyro: Add itg3200Manuel Stahl5-0/+723
2013-02-02staging:iio: Move adxrs450 driver out of stagingLars-Peter Clausen5-12/+12
2013-02-02staging:iio:adxrs450: Move header file contents to main fileLars-Peter Clausen3-64/+57
2013-02-02staging:iio:adxrs450: Fixup kernel doc commentsLars-Peter Clausen1-3/+4
2013-02-02staging:iio:adxrs450: Use usleep_range for the sequential transfer dealyLars-Peter Clausen1-1/+1
2013-02-02staging:iio:adxrs450: Don't split string across multiple linesLars-Peter Clausen1-2/+1
2013-02-02staging:iio:adxrs450: Reflow overlong linesLars-Peter Clausen1-4/+4
2013-02-02staging:iio:adxrs450: Don't spam the bootlogLars-Peter Clausen1-14/+0
2013-02-02staging:iio:adxrs450: Reject out of range calibscale valuesLars-Peter Clausen1-2/+3
2013-02-02staging:iio:adxrs450: Perform sign extension for the calibbias registerLars-Peter Clausen1-1/+1
2013-02-02staging:iio:adxrs450: Make transfer buffers __be32Lars-Peter Clausen2-41/+35
2013-02-02Partially revert "staging:iio:gyro:adxrs450 make more use of spi_read and spi...Lars-Peter Clausen1-14/+34
2013-01-31staging:iio: Remove noop call to __iio_update_bufferLars-Peter Clausen2-14/+0
2013-01-31iio:magnetometer: Add STMicroelectronics magnetometers driverDenis Ciocca7-0/+742
2013-01-31iio:gyro: Add STMicroelectronics gyroscopes driverDenis Ciocca7-0/+728
2013-01-31iio:accel: Add STMicroelectronics accelerometers driverDenis Ciocca7-0/+868
2013-01-31iio:common: Add STMicroelectronics common libraryDenis Ciocca12-0/+1202
2013-01-31staging: comedi: don't expose comedi_proc_{init,cleanup}H Hartley Sweeten2-13/+15
2013-01-31staging: comedi: don't expose comedi_device_{attach,detach}H Hartley Sweeten2-5/+9
2013-01-31staging: comedi: tidy up the general purpose driver functionsH Hartley Sweeten2-70/+73
2013-01-31staging: comedi: ni_daq_700: convert to auto attachH Hartley Sweeten1-74/+33
2013-01-31staging: comedi: das08_cs: convert to auto attachH Hartley Sweeten1-82/+48
2013-01-31staging: comedi: cb_das16_cs: convert to auto attachH Hartley Sweeten1-66/+49
2013-01-31staging: comedi: allow pcmcia drivers to auto attachH Hartley Sweeten2-0/+42
2013-01-31staging: comedi: conditionally build in PCMCIA driver supportH Hartley Sweeten5-58/+102
2013-01-31staging: comedi: conditionally build in PCI driver supportH Hartley Sweeten64-161/+340
2013-01-31staging: comedi: conditionally build in USB driver supportH Hartley Sweeten8-79/+151
2013-01-31staging: vt6656: Fix URB submitted while active warning.Malcolm Priestley1-8/+20
2013-01-31staging/fwserial: Fix compiler warningPeter Hurley1-1/+1
2013-01-31staging/fwserial: Annotate rcu pointers with __rcuPeter Hurley1-1/+1
2013-01-30staging: zsmalloc: remove unused pool nameSeth Jennings3-10/+4
2013-01-30staging: comedi: ISA DMA drivers should depend on ISA_DMA_APIGeert Uytterhoeven1-6/+7
2013-01-30staging: comedi: cleanup all board minors on module exitIan Abbott1-4/+4
2013-01-30staging: comedi: disallow COMEDI_DEVCONFIG on non-board minorsIan Abbott1-0/+5
2013-01-30staging/fwserial: Fix endian issue in unit directoryPeter Hurley1-6/+5
2013-01-30staging/fwserial: add diagnostic for buffer overflowPeter Hurley1-1/+4
2013-01-30staging/fwserial: Remove reference to removed constantPeter Hurley1-1/+1
2013-01-30staging/fwserial: Don't use deprecated alloc_tty_driver()Peter Hurley1-12/+9
2013-01-30staging/fwserial: Factor unstable stats/debug/status info to debugfsPeter Hurley2-0/+84
2013-01-30staging/fwserial: Cleanup /proc/tty/driver/ filePeter Hurley1-24/+15
2013-01-30staging/fwserial: Create loop device the 'tty' wayPeter Hurley2-96/+93