summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* virt: acrn: obtain pa from VMA with PFNMAP flagYonghua Huang2022-03-181-0/+24
* virt: acrn: Remove unsued acrn_irqfds_mutex.Sebastian Andrzej Siewior2022-03-181-1/+0
* virt: fsl_hypervisor: Directly return 0 instead of using local ret variableHaowen Bai2022-03-181-3/+1
* mei: avoid iterator usage outside of list_for_each_entryAlexander Usyskin2022-03-181-20/+15
* mei: me: add Alder Lake N device id.Alexander Usyskin2022-03-182-0/+2
* VMCI: Release notification_bitmap in error pathVishnu Dasa2022-03-181-1/+2
* VMCI: Check exclusive_vectors when freeing interrupt 1Vishnu Dasa2022-03-181-1/+3
* virtio_console: eliminate anonymous module_init & module_exitRandy Dunlap2022-03-181-4/+4
* Merge tag 'coresight-next-v5.18-v2' of git://git.kernel.org/pub/scm/linux/ker...Greg Kroah-Hartman2022-03-188-54/+146
|\
| * coresight: Drop unused 'none' enum value for each componentAnshuman Khandual2022-03-111-3/+0
| * coresight: etm3x: Don't trace PID for non-root PID namespaceLeo Yan2022-03-111-0/+4
| * coresight: etm4x: Don't trace PID for non-root PID namespaceLeo Yan2022-03-111-2/+8
| * coresight: etm4x: Don't use virtual contextID for non-root PID namespaceLeo Yan2022-03-111-0/+28
| * coresight: etm4x: Add lock for reading virtual context ID comparatorLeo Yan2022-03-111-0/+2
| * coresight: trbe: Move check for kernel page table isolation from EL0 to probeSudeep Holla2022-03-111-5/+6
| * coresight: no-op refactor to make INSTP0 check more idiomaticJames Clark2022-03-111-1/+1
| * hwtracing: coresight: Replace acpi_bus_get_device()Rafael J. Wysocki2022-03-111-4/+4
| * coresight: syscfg: Fix memleak on registration failure in cscfg_create_deviceMiaoqian Lin2022-03-111-1/+1
| * coresight: Fix TRCCONFIGR.QE sysfs interfaceJames Clark2022-03-111-2/+6
| * coresight: trbe: Work around the trace data corruptionAnshuman Khandual2022-03-111-0/+12
| * coresight: trbe: Work around the invalid prohibited statesAnshuman Khandual2022-03-111-12/+36
| * coresight: trbe: Work around the ignored system register writesAnshuman Khandual2022-03-112-24/+38
* | Merge tag 'iio-for-5.18a' of https://git.kernel.org/pub/scm/linux/kernel/git/...Greg Kroah-Hartman2022-03-18265-2872/+10948
|\ \
| * | iio: adc: xilinx-ams: Fix single channel switching sequenceRobert Hancock2022-03-021-2/+8
| * | iio: adc: xilinx-ams: Fixed wrong sequencer register settingsRobert Hancock2022-03-021-2/+2
| * | iio: adc: xilinx-ams: Fixed missing PS channelsRobert Hancock2022-03-021-0/+1
| * | iio: accel: mma8452: use the correct logic to get mma8452_dataHaibo Chen2022-03-021-2/+2
| * | iio: adc: aspeed: Add divider flag to fix incorrect voltage reading.Billy Tsai2022-03-021-1/+3
| * | iio: imu: st_lsm6dsx: use dev_to_iio_dev() to get iio_dev structHaibo Chen2022-03-021-2/+2
| * | iio: dac: add support for ltc2688Nuno Sá2022-03-013-0/+1083
| * | iio: afe: rescale: add temperature transducersLiam Beguin2022-02-281-0/+32
| * | iio: afe: rescale: add RTD temperature sensor supportLiam Beguin2022-02-281-0/+48
| * | iio: test: add basic tests for the iio-rescale driverLiam Beguin2022-02-283-0/+721
| * | iio: afe: rescale: reduce risk of integer overflowLiam Beguin2022-02-271-5/+18
| * | iio: afe: rescale: fix accuracy for small fractional scalesLiam Beguin2022-02-271-3/+17
| * | iio: afe: rescale: add offset supportLiam Beguin2022-02-271-0/+81
| * | iio: afe: rescale: add INT_PLUS_{MICRO,NANO} supportLiam Beguin2022-02-271-0/+34
| * | iio: afe: rescale: expose scale processing functionLiam Beguin2022-02-271-37/+28
| * | iio: frequency: admv4420.c: Add support for ADMV4420Cristian Pop2022-02-273-0/+409
| * | iio: amplifiers: ada4250: add support for ADA4250Antoniu Miclaus2022-02-273-0/+415
| * | iio: accel: adxl345: Remove unneeded blank linesAndy Shevchenko2022-02-262-6/+0
| * | iio: accel: adxl345: Drop comma in terminator entriesAndy Shevchenko2022-02-263-3/+3
| * | iio: accel: adxl345: Extract adxl345_powerup() helperAndy Shevchenko2022-02-261-2/+6
| * | iio: accel: adxl345: Add ACPI HID tableKai-Heng Feng2022-02-262-0/+14
| * | iio: accel: adxl345: Make use of device propertiesAndy Shevchenko2022-02-264-11/+9
| * | iio: accel: adxl345: Get rid of name parameter in adxl345_core_probe()Andy Shevchenko2022-02-264-7/+16
| * | iio: accel: adxl345: Set driver_data for OF enumerationAndy Shevchenko2022-02-263-6/+6
| * | iio: accel: adxl345: Convert to use dev_err_probe()Andy Shevchenko2022-02-263-32/+16
| * | iio: adc: Add check for devm_request_threaded_irqJiasheng Jiang2022-02-261-0/+2
| * | iio: potentiometer: ds1803: Add support for Maxim DS3502Jagath Jog J2022-02-262-4/+39