summaryrefslogtreecommitdiff
path: root/drivers/iio/adc
AgeCommit message (Expand)Author
2013-11-09iio: adc: ti_am335x_adc: avoid double free of buffer.Lars-Peter Clausen
2013-11-05iio: Fix sign extension table in mcp3422 driverPeter Meerwald
2013-11-02iio: at91: fix error return code in at91_adc_probe()Wei Yongjun
2013-10-24iio: adc: twl6030-gpadc: Remove redundant codeSachin Kamat
2013-10-23iio: adc: ti_am335x_adc: Remove redundant of_match_ptrSachin Kamat
2013-10-23iio: adc: nau7802: Remove redundant of_match_ptrSachin Kamat
2013-10-23iio: adc: twl6030-gpadc: Remove redundant of_match_ptrSachin Kamat
2013-10-20iio:adc:max1363 support SMBus for 8-bit devicesVivien Didelot
2013-10-18iio: adc: ti-adc081c: Include linux/of.h headerSachin Kamat
2013-10-18iio: adc: nau7802: Include linux/of.h headerSachin Kamat
2013-10-18iio: adc: mcp3422: Include linux/of.h headerSachin Kamat
2013-10-17iio: at91: introduce touch screen support in iio adc driverJosh Wu
2013-10-16iio:ti_am335x: Remove redundant call to iio_sw_buffer_preenable()Lars-Peter Clausen
2013-10-16iio:ad_sigma_delta: Remove redundant call to iio_sw_buffer_preenable().Lars-Peter Clausen
2013-10-16iio:ad7887: Remove redundant call to iio_sw_buffer_preenable().Lars-Peter Clausen
2013-10-16iio:ad7266: Remove redundant call to iio_sw_preenable()Lars-Peter Clausen
2013-10-12iio:max1363: Switch to new event config interfaceLars-Peter Clausen
2013-10-09iio: at91: move the num_channels from DT to driver itselfJosh Wu
2013-10-09iio: at91: ADC start-up time calculation changed since at91sam9x5Josh Wu
2013-10-01iio:max1363: Report scale as fractional valueLars-Peter Clausen
2013-10-01iio:at91: Report scale as fractional valueLars-Peter Clausen
2013-10-01iio:ad7791: Report scale as fractional valueLars-Peter Clausen
2013-10-01iio:ad7476: Report scale as fractional valueLars-Peter Clausen
2013-10-01iio:ad7266: Report scale as fractional valueLars-Peter Clausen
2013-09-29Merge tag 'iio-for-3.13b' of git://git.kernel.org/pub/scm/linux/kernel/git/ji...Greg Kroah-Hartman
2013-09-28iio:ti_am335x_adc ensure that IIO_KFIFO_BUF is not selected witout IIO_BUFFERJonathan Cameron
2013-09-25Merge 3.12-rc2 into staging-next.Greg Kroah-Hartman
2013-09-22iio: ti_am335x_adc: cleanup error caseiio-for-3.13aZubair Lutfullah
2013-09-22iio: ti_am335x_adc: cleanup trigger related codeZubair Lutfullah
2013-09-22iio: ti_am335x_adc: fix static in function headerZubair Lutfullah
2013-09-21iio:max1363: Use iio_push_to_buffers_with_timestamp()Lars-Peter Clausen
2013-09-21iio:at91_adc: Use iio_push_to_buffers_with_timestamp()Lars-Peter Clausen
2013-09-21iio:ad_sigma_delta: Use iio_push_to_buffers_with_timestamp()Lars-Peter Clausen
2013-09-21iio:ad7923: Use iio_push_to_buffers_with_timestamp()Lars-Peter Clausen
2013-09-21iio:ad7887: Use iio_push_to_buffers_with_timestamp()Lars-Peter Clausen
2013-09-21iio:ad7476: Use iio_push_to_buffers_with_timestamp()Lars-Peter Clausen
2013-09-21iio:ad7298: Use iio_push_to_buffers_with_timestamp()Lars-Peter Clausen
2013-09-21iio:ad7266: Use iio_push_to_buffers_with_timestamp()Lars-Peter Clausen
2013-09-21iio: ti_am335x_adc: Add continuous sampling supportZubair Lutfullah
2013-09-21iio: ti_am335x_adc: optimize memory usageZubair Lutfullah
2013-09-20iio: at91_adc: Cocci spatch "noderef"Thomas Meyer
2013-09-18iio: Make available scan_masks const in ad7266Peter Meerwald
2013-09-18iio: at91: fix adc_clk overflowJosh Wu
2013-09-16iio:max1361: Use default triggered buffer setup opsLars-Peter Clausen
2013-09-15iio: Remove unnecessary casts for iio_push_to_buffers()Lars-Peter Clausen
2013-09-07iio: adc: Add driver for Microchip MCP3422/3/4 high resolution ADCAngelo Compagnucci
2013-08-29iio: at91: Use different prescal, startup mask in MR for different IPiio-for-3.12cJosh Wu
2013-08-29iio: at91: introduce the multiple compatible string for different IPs.Josh Wu
2013-08-28iio: adc: twl6030-gpadc: fix error return code in twl6030_gpadc_read_raw()Wei Yongjun
2013-08-19iio: adc: twl6030-gpadc: Use devm_* API familyOleksandr Kozaruk