summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2020-06-24coresight: Fix support for sparsely populated portsSuzuki K Poulose2-26/+66
2020-06-24tty: n_gsm: Fix bogus i++ in gsm_data_kickGregory CLEMENT1-11/+3
2020-06-24USB: host: ehci-mxc: Add error handling in ehci_mxc_drv_probe()Tang Bin1-0/+2
2020-06-24drm/msm/mdp5: Fix mdp5_init error path for failed mdp5_kms allocationRoy Spliet1-1/+2
2020-06-24drm/msm: Fix undefined "rd_full" link errorBjorn Andersson1-2/+2
2020-06-24usb/ohci-platform: Fix a warning when hibernatingQais Yousef1-0/+5
2020-06-24vfio-pci: Mask cap zeroAlex Williamson1-1/+6
2020-06-24iommu/arm-smmu-v3: Don't reserve implementation defined register spaceJean-Philippe Brucker1-4/+31
2020-06-24phy: cadence: sierra: Fix for USB3 U1/U2 stateSanket Parmar1-13/+14
2020-06-24drivers: phy: sr-usb: do not use internal fsm for USB2 phy initBharat Gooty1-53/+2
2020-06-24PCI: aardvark: Issue PERST via GPIOPali Rohár1-1/+42
2020-06-24PCI: aardvark: Improve link trainingMarek Behún1-25/+89
2020-06-24PCI: aardvark: Train link immediately after enabling trainingPali Rohár1-6/+9
2020-06-24ipmi: use vzalloc instead of kmalloc for user creationFeng Tang1-3/+4
2020-06-24pinctrl: ocelot: Always register GPIO driverLars Povlsen1-15/+15
2020-06-24habanalabs: increase timeout during resetOded Gabbay1-1/+1
2020-06-24PCI/PM: Assume ports without DLL Link Active train links in 100 msMika Westerberg1-9/+21
2020-06-24HID: Add quirks for Trust Panora Graphic TabletCristian Klein2-0/+4
2020-06-24staging: wfx: fix value of scan timeoutJérôme Pouiller1-1/+1
2020-06-24tty: n_gsm: Fix waking up upper tty layer when room availableGregory CLEMENT1-4/+22
2020-06-24tty: n_gsm: Fix SOF skippingGregory CLEMENT1-7/+1
2020-06-24PCI: Fix pci_register_host_bridge() device_register() error handlingRob Herring1-2/+3
2020-06-24clk: ti: composite: fix memory leakTero Kristo1-0/+1
2020-06-24USB: ohci-sm501: fix error return code in ohci_hcd_sm501_drv_probe()Wei Yongjun1-3/+4
2020-06-24phy: ti: j721e-wiz: Fix some error return code in wiz_probe()Wei Yongjun1-1/+5
2020-06-24remoteproc: qcom_q6v5_mss: Drop accesses to MPSS PERPH register spaceSibi Sankar1-84/+18
2020-06-24pinctrl: rockchip: fix memleak in rockchip_dt_node_to_mapDafna Hirschfeld1-3/+4
2020-06-24scsi: mpt3sas: Fix double free warningsSuganath Prabu S1-0/+2
2020-06-24scsi: target: loopback: Fix READ with data and sensebytesBodo Stroesser1-21/+15
2020-06-24remoteproc/mediatek: fix invalid use of sizeof in scp_ipi_init()Wei Yongjun1-2/+2
2020-06-24PCI: brcmstb: Assert fundamental reset on initializationNicolas Saenz Julienne1-0/+1
2020-06-24power: supply: smb347-charger: IRQSTAT_D is volatileDmitry Osipenko1-0/+1
2020-06-24power: supply: lp8788: Fix an error handling path in 'lp8788_charger_probe()'Christophe JAILLET1-16/+2
2020-06-24scsi: qla2xxx: Fix warning after FC target resetViacheslav Dubeyko1-0/+1
2020-06-24PCI/ASPM: Allow ASPM on links to PCIe-to-PCI/PCI-X BridgesKai-Heng Feng1-10/+0
2020-06-24PCI: rcar: Fix incorrect programming of OB windowsAndrew Murray1-4/+5
2020-06-24drivers: base: Fix NULL pointer exception in __platform_driver_probe() if a d...Kuppuswamy Sathyanarayanan1-0/+2
2020-06-24i2c: pxa: fix i2c_pxa_scream_blue_murder() debug outputRussell King1-4/+3
2020-06-24PCI: v3-semi: Fix a memory leak in v3_pci_probe() error handling pathsChristophe JAILLET1-1/+1
2020-06-24staging: wfx: avoid compiler warning on empty arrayArnd Bergmann1-11/+8
2020-06-24staging: sm750fb: add missing case while setting FB_VISUALMatej Dujava1-0/+1
2020-06-24staging: wilc1000: Increase the size of wid_list arrayOscar Carter1-1/+3
2020-06-24usb: dwc3: gadget: Properly handle failed kick_transferThinh Nguyen1-8/+16
2020-06-24usb: dwc3: meson-g12a: check return of dwc3_meson_g12a_usb_initNeil Armstrong1-1/+3
2020-06-24usb: dwc3: gadget: Properly handle ClearFeature(halt)Thinh Nguyen1-3/+33
2020-06-24HID: intel-ish-hid: avoid bogus uninitialized-variable warningArnd Bergmann1-0/+2
2020-06-24soundwire: slave: don't init debugfs on device registration errorPierre-Louis Bossart1-0/+2
2020-06-24clk: meson: meson8b: Don't rely on u-boot to init all GP_PLL registersMartin Blumenstingl2-0/+13
2020-06-24thermal/drivers/ti-soc-thermal: Avoid dereferencing ERR_PTRSudip Mukherjee1-3/+3
2020-06-24gpio: pca953x: fix handling of automatic address incrementingUwe Kleine-König1-16/+28