summaryrefslogtreecommitdiffstats
path: root/drivers/iio
Commit message (Expand)AuthorAgeFilesLines
* iio: accel: kxcjk-1013: Fix possible memory leak in probe and removeYang Yingliang2021-12-141-3/+2
* iio: itg3200: Call iio_trigger_notify_done() on errorLars-Peter Clausen2021-12-141-1/+1
* iio: ltr501: Don't return error code in trigger handlerLars-Peter Clausen2021-12-141-1/+1
* iio: mma8452: Fix trigger reference coutingLars-Peter Clausen2021-12-141-1/+1
* iio: stk3310: Don't return error code in interrupt handlerLars-Peter Clausen2021-12-141-3/+3
* iio: dac: ad5446: Fix ad5622_write() return valuePekka Korpinen2021-11-261-1/+8
* iio: ssp_sensors: fix error code in ssp_print_mcu_debug()Dan Carpenter2021-10-271-1/+1
* iio: ssp_sensors: add more range checking in ssp_parse_dataframe()Dan Carpenter2021-10-271-1/+8
* iio: adc128s052: Fix the error handling path of 'adc128_probe()'Christophe JAILLET2021-10-271-0/+6
* iio: dac: ad5624r: Fix incorrect handling of an optional regulator.Jonathan Cameron2021-09-221-1/+17
* iio: accel: bma180: Fix BMA25x bandwidth register valuesStephan Gerhold2021-07-281-2/+5
* iio: accel: bma180: Use explicit member assignmentLinus Walleij2021-07-281-24/+44
* iio: accel: stk8ba50: Fix buffer alignment in iio_push_to_buffers_with_timest...Jonathan Cameron2021-07-201-9/+8
* iio: accel: stk8312: Fix buffer alignment in iio_push_to_buffers_with_timesta...Jonathan Cameron2021-07-201-4/+8
* iio: accel: bma180: Fix buffer alignment in iio_push_to_buffers_with_timestamp()Jonathan Cameron2021-07-201-3/+7
* iio: adis_buffer: do not return ints in irq handlersNuno Sa2021-07-201-3/+0
* iio: ltr501: ltr501_read_ps(): add missing endianness conversionOliver Lang2021-07-201-3/+4
* iio: ltr501: ltr559: fix initialization of LTR501_ALS_CONTROliver Lang2021-07-201-1/+1
* iio: ltr501: mark register holding upper 8 bits of ALS_DATA{0,1} and PS_DATA ...Marc Kleine-Budde2021-07-201-0/+6
* iio: adc: ad7793: Add missing error code in ad7793_setup()YueHaibing2021-06-031-0/+1
* iio: hid-sensor-prox: Fix scale not correct issueYe Xiang2021-04-161-2/+12
* iio: imu: adis16400: fix memory leakNavid Emamdoost2021-03-171-1/+4
* iio: imu: adis16400: release allocated memory on failureNavid Emamdoost2021-03-171-1/+4
* iio: ad5504: Fix setting power-down stateLars-Peter Clausen2021-01-301-2/+2
* iio: buffer: Fix demux updateNuno Sá2021-01-231-3/+3
* iio:magnetometer:mag3110: Fix alignment and data leak issues.Jonathan Cameron2021-01-091-4/+9
* iio:pressure:mpl3115: Force alignment of bufferJonathan Cameron2020-12-291-1/+8
* iio: adc: rockchip_saradc: fix missing clk_disable_unprepare() on error in ro...Qinglang Miao2020-12-291-1/+1
* iio:gyro:itg3200: Fix timestamp alignment and prevent data leak.Jonathan Cameron2020-11-101-4/+11
* iio:accel:mma8452: Fix timestamp alignment and prevent data leak.Jonathan Cameron2020-09-231-3/+8
* iio:accel:bmc150-accel: Fix timestamp alignment and prevent data leak.Jonathan Cameron2020-09-231-3/+12
* iio:light:ltr501 Fix timestamp alignment issue.Jonathan Cameron2020-09-231-6/+9
* iio: adc: mcp3422: fix locking on error pathAngelo Compagnucci2020-09-231-1/+3
* iio: adc: mcp3422: fix locking scopeAngelo Compagnucci2020-09-231-5/+7
* iio: vcnl4000: Fix i2c swapped word reading.Mathieu Othacehe2020-06-111-4/+2
* iio:ad7797: Use correct attribute_groupYueHaibing2020-05-101-1/+1
* iio: xilinx-xadc: Fix sequencer configuration for aux channels in simultaneou...Lars-Peter Clausen2020-05-021-0/+10
* iio: xilinx-xadc: Fix clearing interrupt when enabling triggerLars-Peter Clausen2020-05-021-1/+1
* iio: xilinx-xadc: Fix ADC-B powerdownLars-Peter Clausen2020-05-021-2/+3
* iio: buffer: align the size of scan bytes to size of the largest elementLars Möllendorf2020-01-291-1/+5
* iio: dac: ad5380: fix incorrect assignment to valColin Ian King2020-01-291-1/+1
* iio: imu: adis16480: assign bias value only if operation succeededAlexandru Ardelean2020-01-231-2/+4
* iio: adc: max1027: Reset the device at probe timeMiquel Raynal2020-01-041-0/+8
* iio: light: bh1750: Resolve compiler warning and make code more readableKrzysztof Wilczynski2020-01-041-2/+2
* iio: adis16480: Add debugfs_reg_access entryNuno Sá2019-12-211-0/+1
* iio: humidity: hdc100x: fix IIO_HUMIDITYRELATIVE channel reportingChris Lesiak2019-12-211-1/+1
* iio: dac: mcp4922: fix error handling in mcp4922_write_rawMarcus Folkesson2019-11-251-3/+8
* iio: imu: adis16480: make sure provided frequency is positiveAlexandru Ardelean2019-11-121-1/+4
* iio: fix center temperature of bmc150-accel-corePascal Bouwmann2019-11-061-1/+1
* iio: light: opt3001: fix mutex unlock raceDavid Frey2019-10-171-1/+5