summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2024-06-12usb: fotg210: Add missing kernel doc descriptionAndy Shevchenko1-0/+1
2024-06-12serial: sh-sci: protect invalidating RXDMA on shutdownWolfram Sang1-0/+5
2024-06-12PCI/EDR: Align EDR_PORT_LOCATE_DSM with PCI Firmware r3.3Kuppuswamy Sathyanarayanan1-2/+13
2024-06-12PCI/EDR: Align EDR_PORT_DPC_ENABLE_DSM with PCI Firmware r3.3Kuppuswamy Sathyanarayanan1-9/+4
2024-06-12extcon: max8997: select IRQ_DOMAIN instead of depending on itRandy Dunlap1-1/+2
2024-06-12i2c: synquacer: Fix an error handling path in synquacer_i2c_probe()Christophe JAILLET1-13/+7
2024-06-12i2c: cadence: Avoid fifo clear after startSai Pavan Boddu1-0/+1
2024-06-12ppdev: Add an error check in register_deviceHuai-Yuan Liu1-4/+11
2024-06-12ppdev: Remove usage of the deprecated ida_simple_xx() APIChristophe JAILLET1-3/+3
2024-06-12stm class: Fix a double free in stm_register_device()Dan Carpenter1-5/+6
2024-06-12usb: gadget: u_audio: Clear uac pointer when freed.Chris Wulff1-0/+2
2024-06-12usb: gadget: u_audio: Fix race condition use of controls after free during ga...Chris Wulff1-10/+9
2024-06-12dmaengine: idxd: Avoid unnecessary destruction of file_idaFenghua Yu1-1/+0
2024-06-12watchdog: sa1100: Fix PTR_ERR_OR_ZERO() vs NULL check in sa1100dog_probe()Chen Ni1-3/+2
2024-06-12watchdog: bd9576: Drop "always-running" propertyMatti Vaittinen1-11/+1
2024-06-12watchdog: cpu5wdt.c: Fix use-after-free bug caused by cpu5wdt_triggerDuoming Zhou1-1/+1
2024-06-12pinctrl: qcom: pinctrl-sm7150: Fix sdc1 and ufs special pins regsDanila Tikhonov1-10/+10
2024-06-12VMCI: Fix an error handling path in vmci_guest_probe_device()Christophe JAILLET1-2/+8
2024-06-12PCI: of_property: Return error for int_map allocation failureDuoming Zhou1-0/+2
2024-06-12leds: pwm: Disable PWM when going to suspendUwe Kleine-König1-1/+7
2024-06-12pwm: Rename pwm_apply_state() to pwm_apply_might_sleep()Sean Young20-51/+51
2024-06-12PCI: Wait for Link Training==0 before starting Link retrainIlpo Järvinen1-1/+1
2024-06-12fpga: region: add owner module and take its refcountMarco Pagani1-10/+14
2024-06-12vfio/pci: fix potential memory leak in vfio_intx_enable()Ye Bin1-1/+3
2024-06-12i915: make inject_virtual_interrupt() voidChristian Brauner1-7/+6
2024-06-12coresight: etm4x: Fix access to resource selector registersSuzuki K Poulose1-2/+4
2024-06-12coresight: etm4x: Safe access for TRCQCLTRSuzuki K Poulose2-2/+9
2024-06-12coresight: etm4x: Do not save/restore Data trace control registersSuzuki K Poulose2-34/+0
2024-06-12coresight: etm4x: Do not hardcode IOMEM access for register restoreSuzuki K Poulose1-2/+4
2024-06-12iio: adc: adi-axi-adc: only error out in major version mismatchNuno Sa1-2/+2
2024-06-12iio: adc: adi-axi-adc: move to backend frameworkNuno Sa2-290/+96
2024-06-12iio: adc: ad9467: convert to backend frameworkNuno Sa2-91/+178
2024-06-12iio: add the IIO backend frameworkNuno Sa3-0/+428
2024-06-12iio: buffer-dmaengine: export buffer alloc and free functionsNuno Sa2-3/+6
2024-06-12iio: adc: adi-axi-adc: convert to regmapNuno Sa2-34/+53
2024-06-12iio: adc: ad9467: use chip_info variables instead of arrayNuno Sa1-46/+43
2024-06-12iio: adc: ad9467: use spi_get_device_match_data()Nuno Sa1-3/+1
2024-06-12iio: pressure: dps310: support negative temperature valuesThomas Haemmerle1-5/+6
2024-06-12coresight: etm4x: Fix unbalanced pm_runtime_enable()Anshuman Khandual1-0/+3
2024-06-12iio: adc: stm32: Fixing err code to not indicate successJonathan Cameron1-0/+1
2024-06-12interconnect: qcom: qcm2290: Fix mas_snoc_bimc QoS port assignmentKonrad Dybcio1-1/+1
2024-06-12module: don't ignore sysfs_create_link() failuresArnd Bergmann3-15/+45
2024-06-12serial: sc16is7xx: add proper sched.h include for sched_set_fifo()Hugo Villeneuve1-1/+1
2024-06-12PCI: tegra194: Fix probe path for Endpoint modeVidya Sagar1-0/+3
2024-06-12greybus: arche-ctrl: move device table to its right locationArnd Bergmann2-8/+2
2024-06-12serial: max3100: Fix bitwise typesAndy Shevchenko1-1/+4
2024-06-12serial: max3100: Update uart_driver_registered on driver removalAndy Shevchenko1-1/+3
2024-06-12serial: max3100: Lock port->lock when calling uart_handle_cts_change()Andy Shevchenko1-1/+12
2024-06-12firmware: dmi-id: add a release callback functionArnd Bergmann1-1/+6
2024-06-12dmaengine: idma64: Add check for dma_set_max_seg_sizeChen Ni1-1/+3