summaryrefslogtreecommitdiff
path: root/drivers/iio
AgeCommit message (Expand)AuthorFilesLines
2021-11-18iio: core: check return value when calling dev_set_name()Yang Yingliang1-1/+7
2021-11-18iio: core: fix double free in iio_device_unregister_sysfs()Yang Yingliang1-0/+1
2021-11-01iio: adc: Add calibration support to npcm ADCTomer Maimon1-0/+178
2021-11-01iio: adc: aspeed: Fix spelling mistake "battey" -> "battery"Colin Ian King1-1/+1
2021-11-01iio: adc: aspeed: Get and set trimming data.Billy Tsai1-0/+71
2021-11-01iio: adc: aspeed: Support battery sensing.Billy Tsai1-3/+78
2021-11-01iio: adc: aspeed: Add compensation phase.Billy Tsai1-1/+53
2021-11-01iio: adc: aspeed: Add func to set sampling rate.Billy Tsai1-19/+39
2021-11-01iio: adc: aspeed: Fix the calculate error of clock.Billy Tsai1-0/+27
2021-11-01iio: adc: aspeed: Support ast2600 adc.Billy Tsai1-5/+96
2021-11-01iio: adc: aspeed: Use devm_add_action_or_reset.Billy Tsai1-58/+55
2021-11-01iio: adc: aspeed: Use model_data to set clk scaler.Billy Tsai1-16/+27
2021-11-01iio: adc: aspeed: Add vref config functionBilly Tsai1-1/+17
2021-11-01iio: adc: aspeed: Restructure the model dataBilly Tsai1-5/+15
2021-11-01iio: adc: aspeed: Keep model data to driver data.Billy Tsai1-13/+7
2021-11-01iio: adc: aspeed: completes the bitfield declare.Billy Tsai1-17/+47
2021-10-18Merge tag 'staging-5.15-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds14-16/+50
2021-10-07iio/test-format: build kunit tests without structleak pluginBrendan Higgins1-0/+1
2021-10-03iio: light: opt3001: Fixed timeout error when 0 luxJiri Valek - 2N1-3/+3
2021-09-26iio: adis16480: fix devices that do not support sleep modeNuno Sá1-3/+11
2021-09-26iio: mtk-auxadc: fix case IIO_CHAN_INFO_PROCESSEDHui Liu1-0/+8
2021-09-25iio: adis16475: fix deadlock on frequency setNuno Sá1-1/+2
2021-09-18iio: ssp_sensors: add more range checking in ssp_parse_dataframe()Dan Carpenter1-1/+8
2021-09-18iio: ssp_sensors: fix error code in ssp_print_mcu_debug()Dan Carpenter1-1/+1
2021-09-14iio: adc: ad7793: Fix IRQ flagAlexandru Tachici1-1/+1
2021-09-14iio: adc: ad7780: Fix IRQ flagAlexandru Tachici1-1/+1
2021-09-14iio: adc: ad7192: Add IRQ flagAlexandru Tachici1-0/+1
2021-09-14iio: adc: aspeed: set driver data when adc probe.Billy Tsai1-0/+1
2021-09-14iio: adc: rzg2l_adc: add missing clk_disable_unprepare() in rzg2l_adc_pm_runt...Yang Yingliang1-1/+3
2021-09-14iio: adc: max1027: Fix the number of max1X31 channelsMiquel Raynal1-1/+0
2021-09-14iio: adc: max1027: Fix wrong shift with 12-bit devicesMiquel Raynal1-1/+1
2021-09-14iio: adc128s052: Fix the error handling path of 'adc128_probe()'Christophe JAILLET1-0/+6
2021-09-14iio: adc: rzg2l_adc: Fix -EBUSY timeout error returnColin Ian King1-1/+1
2021-09-14iio: accel: fxls8962af: return IRQ_HANDLED when fifo is flushedSean Nyekjaer1-1/+1
2021-09-14iio: dac: ti-dac5571: fix an error code in probe()Dan Carpenter1-0/+1
2021-09-08Merge branch 'akpm' (patches from Andrew)Linus Torvalds2-4/+2
2021-09-08iio/drivers/hid-sensor: use HZ macrosDaniel Lezcano1-2/+1
2021-09-08iio/drivers/as73211: use HZ macrosDaniel Lezcano1-2/+1
2021-09-01Merge tag 'staging-5.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds80-687/+2386
2021-08-30Merge tag 'for-v5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/sre/li...Linus Torvalds1-0/+23
2021-08-17Merge tag 'iio-for-5.15b' of https://git.kernel.org/pub/scm/linux/kernel/git/...Greg Kroah-Hartman9-52/+1027
2021-08-16Merge 5.14-rc6 into staging-nextGreg Kroah-Hartman6-8/+10
2021-08-15iio: adc: Add driver for Renesas RZ/G2L A/D converterLad Prabhakar3-0/+611
2021-08-15iio: pressure: hp03: update device probe to register with devm functionsThéo Borém Fabris1-29/+7
2021-08-15iio: adc: rockchip_saradc: add voltage notifier so get referenced voltage onc...David Wu1-7/+40
2021-08-15iio: ltc2983: fix device probeNuno Sá1-16/+14
2021-08-15iio: potentiometer: Add driver support for AD5110Mugilraj Dhavachelvan3-0/+355
2021-08-13iio: adc: rn5t618: Add iio mapAndreas Kemnade1-0/+23
2021-08-09iio: hid-sensor-press: Add timestamp channelYe Xiang1-16/+24
2021-08-08iio: accel: bmc150: Add support for BMC156Stephan Gerhold5-9/+45