summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2021-01-22iio: hid-sensor-accel-3d: Add timestamp channel for gravity sensorYe Xiang1-2/+4
2021-01-22iio: magnetometer: bmc150: Add rudimentary regulator supportStephan Gerhold1-1/+25
2021-01-22iio: Handle enumerated properties with gapsLars-Peter Clausen1-3/+36
2021-01-22iio: hid-sensors: Add hinge sensor driverYe Xiang4-0/+404
2021-01-22HID: hid-sensor-custom: Add custom sensor iio supportYe Xiang1-0/+143
2021-01-22iio: gyro: bmg160: Add rudimentary regulator supportStephan Gerhold1-0/+25
2021-01-22iio: accel: kxcjk1013: Add rudimentary regulator supportDevajith V S1-0/+32
2021-01-10iio: adc: ad7476: Add LTC2314-14 supportDragos Bogdan1-0/+6
2021-01-10iio: adc: stm32-adc: Remove redundant null check before clk_prepare_enable/cl...Xu Wang2-27/+16
2021-01-10iio: frequency: adf4350: Remove redundant null check before clk_disable_unpre...Xu Wang1-4/+2
2021-01-10iio: adc: ab8500-gpadc: Support non-hw-conversionLinus Walleij1-12/+18
2021-01-10iio: sc27xx_adc: Use DIV_ROUND_CLOSEST() instead of open-coding itLars-Peter Clausen1-1/+1
2021-01-10iio: magnetometer: Add driver for Yamaha YAS530Linus Walleij3-0/+1066
2021-01-10iio: tsl2583: Use DIV_ROUND_CLOSEST() instead of open-coding itLars-Peter Clausen1-4/+4
2021-01-10iio: bme680: Use DIV_ROUND_CLOSEST() instead of open-coding itLars-Peter Clausen1-1/+1
2021-01-10iio: vl6180: Use DIV_ROUND_CLOSEST() instead of open-coding itLars-Peter Clausen1-1/+1
2021-01-10iio:light:apds9960 add detection for MSHW0184 ACPI device in apds9960 driverMax Leiter1-0/+8
2021-01-09iio: imu: inv_mpu6050: Add support for MPU-6880Stephan Gerhold5-4/+25
2021-01-09iio: chemical: pms7003: convert comma to semicolonZheng Yongjun1-1/+1
2021-01-09iio: core: Copy iio_info.attrs->is_visible into iio_dev_opaque.chan_attr_grou...Hans de Goede1-1/+4
2021-01-09iio: adc: xilinx: use more devres helpers and remove remove()Bartosz Golaszewski1-78/+55
2021-01-09iio: adc: xilinx: use devm_krealloc() instead of kfree() + kcalloc()Bartosz Golaszewski1-5/+12
2021-01-09iio: adc: xilinx: use helper variable for &pdev->devBartosz Golaszewski1-6/+7
2021-01-09iio: xilinx-xadc: Add basic support for Ultrascale System MonitorLars-Peter Clausen4-58/+171
2021-01-07staging: unisys: visorhba: enhance visorhba to use channel_interruptSong Chen1-74/+16
2021-01-07staging: vchiq: fix uninitialized variable copyArnd Bergmann1-1/+8
2021-01-07staging: vc04_services: Add a note to the TODOPhil Elwell1-0/+4
2021-01-07staging: vchiq: Fix bulk transfers on 64-bit buildsPhil Elwell1-1/+1
2021-01-07staging: vchiq: Fix bulk userdata handlingPhil Elwell1-1/+3
2021-01-05staging: rtl819x: select CONFIG_CRC32Arnd Bergmann2-0/+2
2021-01-05staging: mt7621-dts: match pinctrl nodes with its binding documentationSergio Paracuellos1-28/+23
2021-01-05staging: vchiq: delete obselete commentDan Carpenter1-7/+0
2021-01-05staging: greybus: light: Use kzalloc for allocating only one thingZheng Yongjun1-2/+1
2021-01-04Revert "staging: board: Remove macro board_staging"Greg Kroah-Hartman3-16/+23
2020-12-28staging: rtl8192e: fix bool comparison in expressionsAditya Srivastava5-13/+12
2020-12-28staging: fwserial: Fix error handling in fwserial_createDinghao Liu1-0/+2
2020-12-28staging: rtl8192u: Add null check in rtl8192_usb_initendpointsDinghao Liu1-0/+2
2020-12-28staging: board: Remove macro board_stagingSong Chen3-23/+16
2020-12-28staging: board: description for CONFIG_STAGING_BOARDSong Chen1-3/+6
2020-12-28staging: vc04_services: use DEFINE_MUTEX() for mutex lockZheng Yongjun1-2/+1
2020-12-28staging: most: net: use DEFINE_MUTEX() for mutex lockZheng Yongjun1-2/+1
2020-12-28Staging: rtl8723bs/core: fix braces coding style issuesBrother Matthew De Angelis1-16/+8
2020-12-28driver: staging: count ashmem_range into SLAB_RECLAIMBLEZhaoyang Huang1-1/+1
2020-12-27Merge tag 'ntb-5.11' of git://github.com/jonmason/ntbLinus Torvalds4-3/+44
2020-12-27Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2-2/+4
2020-12-26mfd: ab8500-debugfs: Remove extraneous seq_putcLinus Torvalds1-1/+0
2020-12-26Merge tag 'pci-v5.11-fixes-1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2-32/+31
2020-12-26mfd: ab8500-debugfs: Remove extraneous curly braceNathan Chancellor1-1/+0
2020-12-26PCI: dwc: Fix inverted condition of DMA mask setup warningAlexander Lobakin1-6/+2
2020-12-26PCI: tegra: Fix host link initializationRob Herring1-26/+29