aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/iio/adc (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-11-25Merge tag 'fixes-for-3.13a' of git://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio into staging-linusGreg Kroah-Hartman3-6/+10
2013-11-15tree-wide: use reinit_completion instead of INIT_COMPLETIONWolfram Sang2-4/+4
2013-11-09iio: adc: ti_am335x_adc: avoid double free of buffer.Lars-Peter Clausen1-2/+5
2013-11-05iio: Fix sign extension table in mcp3422 driverPeter Meerwald1-4/+4
2013-11-02iio: at91: fix error return code in at91_adc_probe()Wei Yongjun1-0/+1
2013-10-24iio: adc: twl6030-gpadc: Remove redundant codeSachin Kamat1-3/+1
2013-10-23iio: adc: ti_am335x_adc: Remove redundant of_match_ptrSachin Kamat1-1/+1
2013-10-23iio: adc: nau7802: Remove redundant of_match_ptrSachin Kamat1-1/+1
2013-10-23iio: adc: twl6030-gpadc: Remove redundant of_match_ptrSachin Kamat1-1/+1
2013-10-20iio:adc:max1363 support SMBus for 8-bit devicesVivien Didelot1-19/+57
2013-10-18iio: adc: ti-adc081c: Include linux/of.h headerSachin Kamat1-0/+1
2013-10-18iio: adc: nau7802: Include linux/of.h headerSachin Kamat1-0/+1
2013-10-18iio: adc: mcp3422: Include linux/of.h headerSachin Kamat1-0/+1
2013-10-17iio: at91: introduce touch screen support in iio adc driverJosh Wu1-24/+364
2013-10-16iio:ti_am335x: Remove redundant call to iio_sw_buffer_preenable()Lars-Peter Clausen1-1/+1
2013-10-16iio:ad_sigma_delta: Remove redundant call to iio_sw_buffer_preenable().Lars-Peter Clausen1-1/+0
2013-10-16iio:ad7887: Remove redundant call to iio_sw_buffer_preenable().Lars-Peter Clausen1-5/+0
2013-10-16iio:ad7266: Remove redundant call to iio_sw_preenable()Lars-Peter Clausen1-11/+1
2013-10-12iio:max1363: Switch to new event config interfaceLars-Peter Clausen1-90/+110
2013-10-09iio: at91: move the num_channels from DT to driver itselfJosh Wu1-7/+5
2013-10-09iio: at91: ADC start-up time calculation changed since at91sam9x5Josh Wu1-7/+46
2013-10-01iio:max1363: Report scale as fractional valueLars-Peter Clausen1-5/+3
2013-10-01iio:at91: Report scale as fractional valueLars-Peter Clausen1-3/+3
2013-10-01iio:ad7791: Report scale as fractional valueLars-Peter Clausen1-8/+10
2013-10-01iio:ad7476: Report scale as fractional valueLars-Peter Clausen1-4/+3
2013-10-01iio:ad7266: Report scale as fractional valueLars-Peter Clausen1-11/+10
2013-09-29Merge tag 'iio-for-3.13b' of git://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio into staging-nextGreg Kroah-Hartman1-0/+1
2013-09-28iio:ti_am335x_adc ensure that IIO_KFIFO_BUF is not selected witout IIO_BUFFERJonathan Cameron1-0/+1
2013-09-25Merge 3.12-rc2 into staging-next.Greg Kroah-Hartman1-5/+6
2013-09-22iio: ti_am335x_adc: cleanup error caseZubair Lutfullah1-10/+0
2013-09-22iio: ti_am335x_adc: cleanup trigger related codeZubair Lutfullah1-4/+0
2013-09-22iio: ti_am335x_adc: fix static in function headerZubair Lutfullah1-1/+1
2013-09-21iio:max1363: Use iio_push_to_buffers_with_timestamp()Lars-Peter Clausen1-6/+1
2013-09-21iio:at91_adc: Use iio_push_to_buffers_with_timestamp()Lars-Peter Clausen1-7/+1
2013-09-21iio:ad_sigma_delta: Use iio_push_to_buffers_with_timestamp()Lars-Peter Clausen1-5/+1
2013-09-21iio:ad7923: Use iio_push_to_buffers_with_timestamp()Lars-Peter Clausen1-8/+2
2013-09-21iio:ad7887: Use iio_push_to_buffers_with_timestamp()Lars-Peter Clausen1-8/+2
2013-09-21iio:ad7476: Use iio_push_to_buffers_with_timestamp()Lars-Peter Clausen1-7/+2
2013-09-21iio:ad7298: Use iio_push_to_buffers_with_timestamp()Lars-Peter Clausen1-8/+2
2013-09-21iio:ad7266: Use iio_push_to_buffers_with_timestamp()Lars-Peter Clausen1-3/+2
2013-09-21iio: ti_am335x_adc: Add continuous sampling supportZubair Lutfullah2-5/+209
2013-09-21iio: ti_am335x_adc: optimize memory usageZubair Lutfullah1-2/+2
2013-09-20iio: at91_adc: Cocci spatch "noderef"Thomas Meyer1-1/+1
2013-09-18iio: Make available scan_masks const in ad7266Peter Meerwald1-4/+4
2013-09-18iio: at91: fix adc_clk overflowJosh Wu1-5/+6
2013-09-16iio:max1361: Use default triggered buffer setup opsLars-Peter Clausen1-7/+1
2013-09-15iio: Remove unnecessary casts for iio_push_to_buffers()Lars-Peter Clausen5-5/+5
2013-09-07iio: adc: Add driver for Microchip MCP3422/3/4 high resolution ADCAngelo Compagnucci3-0/+420
2013-08-29iio: at91: Use different prescal, startup mask in MR for different IPJosh Wu1-2/+9
2013-08-29iio: at91: introduce the multiple compatible string for different IPs.Josh Wu1-38/+41