summaryrefslogtreecommitdiffstats
path: root/drivers/iio
Commit message (Expand)AuthorAgeFilesLines
...
* | iio: adc: ad799x: Demote seemingly unintentional kerneldoc headerLee Jones2020-07-201-1/+1
* | iio: light: us5182d: Fix formatting in kerneldoc function blockLee Jones2020-07-201-4/+4
* | iio: temperature: mlx90632: Function parameter descriptions must match exactlyLee Jones2020-07-201-2/+2
* | iio: light: si1145: Demote obvious misuse of kerneldoc to standard comment bl...Lee Jones2020-07-201-3/+3
* | iio: dac: ltc2632: Fix formatting in kerneldoc struct headerLee Jones2020-07-201-3/+3
* | iio: adc: twl6030-gpadc: Fix some misdocumentation and formatting issuesLee Jones2020-07-201-2/+2
* | iio: magnetometer: hmc5843: 'hmc5843_pm_ops' is unused in 1 of 3 files includ...Lee Jones2020-07-201-3/+3
* | iio: adc: twl4030-madc: Fix misnamed struct attributeLee Jones2020-07-201-2/+2
* | iio: adc: twl4030-madc: Remove set but unused variables 'len'Lee Jones2020-07-201-5/+5
* | iio: adc: ti_am335x_adc: Remove a couple of unused 'read' variablesLee Jones2020-07-201-4/+4
* | iio: imu: kmx61: Fix formatting in kerneldoc function headersLee Jones2020-07-201-7/+7
* | iio: magnetometer: mmc35240: Fix function header formattingLee Jones2020-07-201-1/+1
* | iio: light: cm32181: Fix formatting and docrot issues in cm32181_acpi_get_cpm()Lee Jones2020-07-201-4/+4
* | iio: dac: ad5791: Complete 'struct ad5791_chip_info' documentationLee Jones2020-07-201-6/+4
* | iio: dac: ad5764: Fix misdocumenting and formatting errorLee Jones2020-07-201-3/+2
* | iio: dac: ad5761: Fix kerneldoc attribute formatting for 'lock'Lee Jones2020-07-201-1/+1
* | iio: dac: ad5758: Move and fix-up kerneldoc header and demote unworthy kerneldocLee Jones2020-07-201-9/+9
* | iio: dac: ad5755: Fix kerneldoc attribute formatting for 'lock'Lee Jones2020-07-201-1/+1
* | iio: dac: ad5449: Fix kerneldoc attribute formatting for 'lock'Lee Jones2020-07-201-1/+1
* | iio: dac: ad5446: Complete 'struct ad5446_state' doc and demote unworthy kern...Lee Jones2020-07-201-4/+7
* | iio: dummy: iio_simple_dummy_buffer: Demote file header and correct misspellingLee Jones2020-07-201-2/+2
* | iio: adc: ad7887: Demote seemingly unintentional kerneldoc headerLee Jones2020-07-201-1/+1
* | iio: dac: ad5064: Value returned by ad5064_vref_name may not be 'const * const'Lee Jones2020-07-201-1/+1
* | iio: dummy: iio_simple_dummy_events: Demote file header and supply descriptio...Lee Jones2020-07-201-1/+3
* | iio: dac: ad5421: Fix kerneldoc attribute formatting for 'lock'Lee Jones2020-07-201-1/+1
* | iio: dummy: iio_simple_dummy: Add newline after function-endLee Jones2020-07-201-0/+1
* | iio: dummy: iio_simple_dummy: Demote unworthy kerneldocs and correct wrong pa...Lee Jones2020-07-201-3/+3
* | iio: dac: ad5380: Fix kerneldoc attribute formatting for 'lock'Lee Jones2020-07-201-1/+1
* | iio: dac: ad5360: Fix kerneldoc attribute formatting for 'lock'Lee Jones2020-07-201-1/+1
* | iio: adc: ad7923: Demote obvious misuse of kerneldoc to standard comment blocksLee Jones2020-07-201-4/+4
* | iio: adc: ad7298: Demote obvious misuse of kerneldoc to standard comment blocksLee Jones2020-07-201-4/+4
* | iio: common: ms_sensors: ms_sensors_i2c: Fix misspelling of parameter 'client'Lee Jones2020-07-201-1/+1
* | iio: accel: bma220_spi: Do not define 'struct acpi_device_id' when !CONFIG_ACPILee Jones2020-07-201-0/+2
* | iio: adc: ad_sigma_delta: Remove unused variable 'ret'Lee Jones2020-07-201-5/+2
* | Merge 5.8-rc6 into staging-nextGreg Kroah-Hartman2020-07-2012-35/+65
|\ \
| * \ Merge tag 'iio-fixes-for-5.8a' of git://git.kernel.org/pub/scm/linux/kernel/g...Greg Kroah-Hartman2020-07-0812-35/+65
| |\ \
| | * | iio: adc: ad7780: Fix a resource handling path in 'ad7780_probe()'Christophe JAILLET2020-07-051-1/+1
| | * | iio:pressure:ms5611 Fix buffer element alignmentJonathan Cameron2020-07-051-3/+8
| | * | iio:humidity:hts221 Fix alignment and data leak issuesJonathan Cameron2020-07-052-6/+10
| | * | iio:humidity:hdc100x Fix alignment and data leak issuesJonathan Cameron2020-07-051-3/+7
| | * | iio:magnetometer:ak8974: Fix alignment and data leak issuesJonathan Cameron2020-07-051-3/+7
| | * | iio: adc: adi-axi-adc: Fix object reference countingNuno Sá2020-07-041-2/+2
| | * | iio: pressure: zpa2326: handle pm_runtime_get_sync failureNavid Emamdoost2020-06-141-1/+3
| | * | iio: core: add missing IIO_MOD_H2/ETHANOL string identifiersMatt Ranostay2020-06-141-0/+2
| | * | iio: magnetometer: ak8974: Fix runtime PM imbalance on errorDinghao Liu2020-06-141-9/+10
| | * | iio: mma8452: Add missed iio_device_unregister() call in mma8452_probe()Chuhong Yuan2020-06-141-1/+4
| | * | iio:health:afe4404 Fix timestamp alignment and prevent data leak.Jonathan Cameron2020-06-141-3/+5
| | * | iio:health:afe4403 Fix timestamp alignment and prevent data leak.Jonathan Cameron2020-06-141-3/+6
* | | | Merge tag 'iio-for-5.9a-take2' of git://git.kernel.org/pub/scm/linux/kernel/g...Greg Kroah-Hartman2020-07-17376-1309/+6864
|\ \ \ \ | |/ / / |/| | |
| * | | iio: buffer: fix attach/detach pollfunc orderAlexandru Ardelean2020-07-151-13/+18