summaryrefslogtreecommitdiffstats
path: root/drivers/staging
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | staging:iio: rationalization of different buffer implementation hooks.Jonathan Cameron2011-05-2023-463/+363Star
| * | | | staging:iio:imu:adis16400 avoid allocating rx, tx, and state separately from ...Jonathan Cameron2011-05-204-90/+63Star
| * | | | staging:iio:trigger handle name attr in core, remove old alloc and register a...Jonathan Cameron2011-05-2015-356/+110Star
| * | | | staging:iio: iio_event_interfaces - clean out unused elementsJonathan Cameron2011-05-202-18/+8Star
| * | | | staging:iio:lis3l02dq remerge the two interrupt handlers.Jonathan Cameron2011-05-203-40/+47
| * | | | staging:iio:buffer - remove unused event code for buffer events.Jonathan Cameron2011-05-203-7/+2Star
| * | | | staging:iio:addac:adt7316 replace abuse of buffer events.Jonathan Cameron2011-05-201-30/+52
| * | | | staging:iio:adc:adt7410 replace abuse of buffer events.Jonathan Cameron2011-05-201-14/+12Star
| * | | | staging:iio:adc:adt7310 replace abuse of buffer events.Jonathan Cameron2011-05-201-13/+11Star
| * | | | staging:iio:adc:ad7291 remove abuse of buffer events and replace with somethi...Jonathan Cameron2011-05-201-16/+42
| * | | | staging:iio:adc:ad7816 and adt75 change to meaningful event code.Jonathan Cameron2011-05-202-2/+8
| * | | | staging:iio:adc:ad7150 fix event codes.Jonathan Cameron2011-05-201-12/+19
| * | | | staging:iio:core clean out unused elements.Jonathan Cameron2011-05-202-58/+2Star
| * | | | staging:iio:trigger sysfs userspace trigger rework.Jonathan Cameron2011-05-203-35/+149
| * | | | staging:iio:max1363 add new 2 channels parts form maxim, 11644-7Jonathan Cameron2011-05-202-3/+58
| * | | | staging:iio:max1363 trivial removal of unused trig pointer.Jonathan Cameron2011-05-201-1/+0Star
| * | | | staging:iio: rip out scan_el attributes. Now handled as iio_dev_attrs like ev...Jonathan Cameron2011-05-202-183/+26Star
| * | | | staging:iio:meter:ade7758: Use iio channel spec and miscellaneous other changes.Michael Hennerich2011-05-203-212/+258
| * | | | staging:iio:meter:ade7758: Fix list and set of available sample frequencies.Michael Hennerich2011-05-201-10/+18
| * | | | staging:iio:meter:ade7758: Fix return value of ade7758_write_resetMichael Hennerich2011-05-201-4/+4
| * | | | staging:iio:meter:ade7758: Fix timing on SPI read accessor functions.Michael Hennerich2011-05-201-10/+33
| * | | | staging:iio:meter:ade7758: Update trigger to the new APIMichael Hennerich2011-05-201-25/+27
| * | | | staging:iio: Add channel types IIO_CURRENT and IIO_POWER.Michael Hennerich2011-05-202-0/+4
| * | | | staging:iio:adc:ad7606: Use private data space from iio_allocate_deviceMichael Hennerich2011-05-205-77/+85
| * | | | staging:iio:adc:ad7606 Convert to new channel registration method Update Add ...Michael Hennerich2011-05-203-175/+116Star
| * | | | staging:iio:gyro:adis16260 move to chan_spec based setup.Jonathan Cameron2011-05-204-266/+239Star
| * | | | staging:iio:accel:adis16240 move to chan_spec based setup.Jonathan Cameron2011-05-204-199/+220
| * | | | staging:iio: Add chan info support for 'peak_raw' attributes.Jonathan Cameron2011-05-202-1/+7
| * | | | staging:iio:accel: lis3l02dq add writing for calibscale and calibbias.Jonathan Cameron2011-05-201-0/+29
| * | | | staging:iio:adc:ad7298: Convert to new channel registration methodMichael Hennerich2011-05-203-123/+103Star
| * | | | staging:iio:adc:ad799x removed unused headers.Jonathan Cameron2011-05-202-3/+0Star
| * | | | staging:iio:adc:ad799x: Use private data space from iio_allocate_deviceMichael Hennerich2011-05-203-47/+39Star
| * | | | staging:iio:adc:ad799x: Convert to new channel registration method.Michael Hennerich2011-05-203-319/+206Star
| * | | | staging:iio:adc:ad7887: Use private data space from iio_allocate_deviceMichael Hennerich2011-05-203-52/+37Star
| * | | | staging:iio:adc:ad7887: Convert to new channel registration method.Michael Hennerich2011-05-203-138/+67Star
| * | | | staging:iio:accel:adis16209 move to chan_spec based setup.Jonathan Cameron2011-05-204-277/+232Star
| * | | | staging:iio:accel:adis16204 move to chan_spec based setup.Jonathan Cameron2011-05-204-259/+220Star
| * | | | staging:iio:accel:adis16203 move to chan_spec based setup.Jonathan Cameron2011-05-204-257/+195Star
| * | | | staging:iio:accel:adis16201 move to chan_spec based setup.Jonathan Cameron2011-05-204-328/+220Star
| * | | | staging:iio:light:tsl2563: chan_spec based channel setup.Jonathan Cameron2011-05-201-206/+117Star
| * | | | staging:iio: use the new central name attribute creation codeJonathan Cameron2011-05-2040-410/+65Star
| * | | | staging:iio: Add core attribute handling for name of device.Jonathan Cameron2011-05-202-2/+23
| * | | | staging:iio:trigger remove legacy pollfunc elements.Jonathan Cameron2011-05-202-123/+20Star
| * | | | staging:iio:gyro:adis16260 move to irqchip based trigger handling.Jonathan Cameron2011-05-203-74/+46Star
| * | | | staging:iio:adc:ad799x move to irqchip based trigger handling.Jonathan Cameron2011-05-203-39/+28Star
| * | | | staging:iio:adc:ad7887 move to irqchip based trigger handling.Jonathan Cameron2011-05-203-38/+27Star
| * | | | staging:iio:adc:ad7606 conversion to irq_chip based polling.Jonathan Cameron2011-05-203-7/+24
| * | | | staging:iio:adc:ad7298 move to irqchip based trigger handling.Jonathan Cameron2011-05-203-43/+26Star
| * | | | staging:iio:accel:adis16240 move to irqchip based trigger handling.Jonathan Cameron2011-05-203-65/+43Star
| * | | | staging:iio:accel:adis16209 move to irqchip based trigger handling.Jonathan Cameron2011-05-203-61/+45Star