summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)Author
2022-09-21iio: ltc2497: Fix reading conversion resultsUwe Kleine-König
2022-09-21iio: pressure: bmp280: Add more tunable config parameters for BMP380Angel Iglesias
2022-09-21iio: pressure: bmp280: Add support for BMP380 sensor familyAngel Iglesias
2022-09-21iio: pressure: bmp280: reorder i2c device tables declarationsAngel Iglesias
2022-09-21iio: pressure: bmp280: Fix alignment for DMA safetyAngel Iglesias
2022-09-21iio: pressure: bmp280: simplify driver initialization logicAngel Iglesias
2022-09-21iio: pressure: bmp280: Simplify bmp280 calibration data readingAngel Iglesias
2022-09-21iio: pressure: bmp280: use FIELD_GET, FIELD_PREP and GENMASKAngel Iglesias
2022-09-21iio: pressure: bmp280: reorder local variables following reverse xmas treeAngel Iglesias
2022-09-21iio: dac: ad5593r: add check for i2c functionalityNuno Sá
2022-09-21iio: dac: ad5593r: Fix i2c read protocol requirementsMichael Hennerich
2022-09-21iio: temperature: mlx90614 Refactoring available filter attributesCrt Mori
2022-09-21drivers: iio: accel: adxl312 and adxl314 supportGeorge Mois
2022-09-21iio: pressure: bmp280: fix datasheet linksAngel Iglesias
2022-09-21iio: pressure: st_pressure: Add support for LPS22DFMartyn Welch
2022-09-21Merge tag 'coresight-next-v6.1' of git://git.kernel.org/pub/scm/linux/kernel/...Greg Kroah-Hartman
2022-09-21Merge tag 'iio-for-6.1a' of https://git.kernel.org/pub/scm/linux/kernel/git/j...Greg Kroah-Hartman
2022-09-21Merge tag 'mhi-for-v6.1' of git://git.kernel.org/pub/scm/linux/kernel/git/man...Greg Kroah-Hartman
2022-09-21Merge tag 'fpga-for-6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Greg Kroah-Hartman
2022-09-16bus: mhi: host: always print detected modem nameKoen Vandeputte
2022-09-12hwtracing: hisi_ptt: Fix up for "iommu/dma: Make header private"Stephen Rothwell
2022-09-11fpga: m10bmc-sec: d5005 bmc secure update driverRuss Weight
2022-09-09comedi: convert sysfs snprintf to sysfs_emitXuezhi Zhang
2022-09-09misc: pci_endpoint_test: Fix pci_endpoint_test_{copy,write,read}() panicShunsuke Mie
2022-09-09misc: pci_endpoint_test: Aggregate params checking for xferShunsuke Mie
2022-09-09misc/xilinx_sdfec: Replace kmap() with kmap_local_page()Fabio M. De Francesco
2022-09-09misc/xilinx_sdfec: Call kunmap() on pages mapped with kmap()Fabio M. De Francesco
2022-09-09misc/vmw_vmci: Use kmap_local_page() in vmci_queue_pair.cFabio M. De Francesco
2022-09-09virt: vbox: Remove unproper informationJiasheng Jiang
2022-09-09virt: vbox: convert to use dev_groupsJiasheng Jiang
2022-09-09misc: microchip: pci1xxxx: use module_auxiliary_driverWei Yongjun
2022-09-09misc: microchip: pci1xxxx: Add missing MODULE_DEVICE_TABLEWei Yongjun
2022-09-09misc: microchip: pci1xxxx: Make symbol 'pci1xxxx_gpio_auxiliary_id_table' staticWei Yongjun
2022-09-09misc: microchip: pci1xxxx: Fix missing spin_lock_init()Wei Yongjun
2022-09-09misc: microchip: pci1xxxx: fix error handling in gp_aux_bus_probe()Wei Yongjun
2022-09-08hwtracing: hisi_ptt: Add tune function support for HiSilicon PCIe Tune and Tr...Yicong Yang
2022-09-08hwtracing: hisi_ptt: Add trace function support for HiSilicon PCIe Tune and T...Yicong Yang
2022-09-08iommu/arm-smmu-v3: Make default domain type of HiSilicon PTT device to identityYicong Yang
2022-09-06coresight: cti-sysfs: Mark coresight_cti_reg_store() as __maybe_unusedNathan Chancellor
2022-09-06binder: fix binder_alloc kernel-doc warningsCarlos Llamas
2022-09-06binder: remove binder_alloc_set_vma()Carlos Llamas
2022-09-06binder: rename alloc->vma_vm_mm to alloc->mmCarlos Llamas
2022-09-06misc: microchip: pci1xxxx: fix dependency issues in building the pci1xxxx's a...Kumaravel Thiagarajan
2022-09-05iio: pressure: icp10100: Switch from UNIVERSAL to DEFINE_RUNTIME_DEV_PM_OPS().Jonathan Cameron
2022-09-05iio: adc: max1363: Drop provision to provide an IIO channel map via platform ...Jonathan Cameron
2022-09-05iio: accel: bma400: Add support for single and double tap eventsJagath Jog J
2022-09-05iio: Add new event type gesture and use direction for single and double tapJagath Jog J
2022-09-05iio: Use per-device lockdep class for mlockVincent Whitchurch
2022-09-05iio: adc: add max11205 adc driverRamona Bolboaca
2022-09-05Merge 6.0-rc4 into char-misc-nextGreg Kroah-Hartman