summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
...
| | * iio: accel: bmc150: Get mount-matrix from ACPIHans de Goede2020-12-031-4/+104
| | * iio: accel: bmc150: Check for a second ACPI device for BOSC0200Jeremy Cline2020-12-033-2/+62
| | * iio: accel: bmc150: Removed unused bmc150_accel_dat irq memberHans de Goede2020-12-031-5/+2
| | * iio:gyro:mpu3050 Treat otp value as a __le64 and use FIELD_GET() to break upJonathan Cameron2020-12-031-12/+16
| | * iio:adc:ti-ads124s08: Fix alignment and data leak issues.Jonathan Cameron2020-12-031-3/+10
| | * iio:adc:ti-ads124s08: Fix buffer being too long.Jonathan Cameron2020-12-031-1/+1
| | * iio:pressure:mpl3115: Force alignment of bufferJonathan Cameron2020-12-031-1/+8
| | * iio:imu:bmi160: Fix alignment and data leak issuesJonathan Cameron2020-12-032-4/+9
| | * iio:imu:bmi160: Fix too large a buffer.Jonathan Cameron2020-12-031-2/+2
| | * iio:magnetometer:mag3110: Fix alignment and data leak issues.Jonathan Cameron2020-12-031-4/+9
| | * iio:light:st_uvis25: Fix timestamp alignment and prevent data leak.Jonathan Cameron2020-12-032-3/+10
| | * iio:light:rpr0521: Fix timestamp alignment and prevent data leak.Jonathan Cameron2020-12-031-4/+13
| | * iio:adc:ti-adc084s021 Tidy up endian typesJonathan Cameron2020-12-031-5/+5
| | * iio:trigger: rename try_reenable() to reenable() plus return voidJonathan Cameron2020-12-0310-59/+38
| | * iio: Fix: Do not poll the driver again if try_reenable() callback returns non 0.Jonathan Cameron2020-12-031-3/+1
| | * io:core: In iio_map_array_register() cleanup in case of errorLino Sanfilippo2020-12-031-0/+2
| | * iio:core: Introduce unlocked version of iio_map_array_unregister()Lino Sanfilippo2020-12-031-9/+18
| | * iio: imu: st_lsm6dsx: add support to LSM6DSOPLorenzo Bianconi2020-12-036-3/+19
| | * iio: imu: st_lsmdsx: compact st_lsm6dsx_sensor_settings tableLorenzo Bianconi2020-12-032-425/+29
| | * iio: adc: at91_adc: merge at91_adc_probe_dt back in at91_adc_probeAlexandre Belloni2020-12-031-67/+48
| | * iio: adc: at91_adc: rework trigger definitionAlexandre Belloni2020-12-031-44/+36
| | * iio: adc: at91_adc: rework resolution selectionAlexandre Belloni2020-12-031-57/+40
| | * iio: adc: at91_adc: remove at91_adc_idsAlexandre Belloni2020-12-031-20/+0
| | * iio: buffer: Fix demux updateNuno Sá2020-12-031-3/+3
| | * iio: core: Simplify iio_format_list()Lars-Peter Clausen2020-12-031-27/+18
| | * iio: core: Consolidate iio_format_avail_{list,range}()Lars-Peter Clausen2020-12-031-43/+14
| | * iio: potentiometer: ad5272: Correct polarity of resetPhil Reid2020-12-031-2/+2
| | * iio: accel: bmc150-accel: Add rudimentary regulator supportLinus Walleij2020-12-031-2/+33
| | * iio: accel: bmc150-accel: Add support for BMA222Linus Walleij2020-12-034-0/+22
| | * iio: ad_sigma_delta: Don't put SPI transfer buffer on the stackLars-Peter Clausen2020-12-031-10/+8
| | * iio: buffer: Return error if no callback is givenNuno Sá2020-12-031-0/+5
| | * iio: humidity: hts221: add vdd voltage regulatorLorenzo Bianconi2020-12-032-0/+39
| | * iio: adc: ad7298: check regulator for null in ad7298_get_ref_voltage()Alexandru Ardelean2020-12-031-1/+1
| | * iio: adc: ad7298: convert probe to device-managed functionsAlexandru Ardelean2020-11-281-31/+15
| | * iio: imu: st_lsm6dsx: add vdd-vddio voltage regulatorLorenzo Bianconi2020-11-252-0/+43
| * | staging: mt7621-pci: remove 'RALINK_PCI_IMBASEBAR0_ADDR' registerSergio Paracuellos2020-11-261-4/+0
| * | staging: mt7621-pci: convert to use 'devm_platform_ioremap_resource'Sergio Paracuellos2020-11-261-20/+4
| * | staging: mt7621-pci: parse and prepare resources in 'mt7621_pci_parse_request...Sergio Paracuellos2020-11-261-23/+21
| * | staging: mt7621-pci: review 'pci_host_bridge' assigned variablesSergio Paracuellos2020-11-261-2/+0
| * | staging: mt7621-pci: add comment to clarify IO resource in this driverSergio Paracuellos2020-11-261-0/+7
| * | staging: mt7621-pci: remove 'offset' with mem and io resource sizesSergio Paracuellos2020-11-261-9/+2
| * | staging: mt7621-pci: remove bus ranges related codeSergio Paracuellos2020-11-261-13/+0
| |/
| * Merge tag 'iio-for-5.11a' of https://git.kernel.org/pub/scm/linux/kernel/git/...Greg Kroah-Hartman2020-11-2447-275/+1544
| |\
| | * iio: core: return -EINVAL when no ioctl handler has been runAlexandru Ardelean2020-11-211-0/+3
| | * iio: core: organize buffer file-ops in the order defined in the structAlexandru Ardelean2020-11-211-4/+4
| | * iio: accel: adis16209: remove unneeded spi_set_drvdata()Alexandru Ardelean2020-11-211-1/+0
| | * iio: accel: adis16201: remove unneeded spi_set_drvdata()Alexandru Ardelean2020-11-211-1/+0
| | * iio: adc: ad7292: remove unneeded spi_set_drvdata()Alexandru Ardelean2020-11-211-2/+0
| | * iio: adc: cpcap: Fix fall-through warnings for ClangGustavo A. R. Silva2020-11-211-0/+1
| | * iio: buffer: remove iio_buffer_set_attrs() helperAlexandru Ardelean2020-11-211-12/+0