summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2020-12-30platform/x86: mlx-platform: Remove PSU EEPROM from default platform configura...Vadim Pasternak1-4/+2
2020-12-30media: siano: fix memory leak of debugfs members in smsdvb_hotplugKeita Suzuki1-1/+4
2020-12-30drm/imx/dcss: fix rotations for Vivante tiled formatsLaurentiu Palcu1-2/+9
2020-12-30soundwire: qcom: Fix build failure when slimbus is moduleVinod Koul1-1/+1
2020-12-30RDMA/cma: Fix deadlock on &lock in rdma_cma_listen_on_all() error unwindJason Gunthorpe1-7/+18
2020-12-30leds: turris-omnia: check for LED_COLOR_ID_RGB instead LED_COLOR_ID_MULTIMarek Behún1-2/+2
2020-12-30leds: lp50xx: Fix an error handling path in 'lp50xx_probe_dt()'Christophe JAILLET1-2/+4
2020-12-30leds: netxbig: add missing put_device() call in netxbig_leds_get_of_pdata()Yu Kuai1-11/+24
2020-12-30dmaengine: mv_xor_v2: Fix error return code in mv_xor_v2_probe()Zhihao Cheng1-1/+3
2020-12-30cw1200: fix missing destroy_workqueue() on error in cw1200_init_commonQinglang Miao1-0/+2
2020-12-30rsi: fix error return code in rsi_reset_card()Zhang Changzhong1-15/+15
2020-12-30qtnfmac: fix error return code in qtnf_pcie_probe()Wang Hai1-3/+3
2020-12-30orinoco: Move context allocation after processing the skbSebastian Andrzej Siewior1-7/+7
2020-12-30brcmfmac: fix error return code in brcmf_cfg80211_connect()Zhang Changzhong1-1/+2
2020-12-30mmc: pxamci: Fix error return code in pxamci_probeZhihao Cheng1-0/+1
2020-12-30memstick: fix a double-free bug in memstick_checkQinglang Miao1-1/+0
2020-12-30pinctrl: sunxi: fix irq bank map for the Allwinner A100 pin controllerYangtao Li1-1/+1
2020-12-30soundwire: Fix DEBUG_LOCKS_WARN_ON for uninitialized attributeSrinivas Kandagatla1-0/+1
2020-12-30RDMA/cxgb4: Validate the number of CQEsKamal Heib1-0/+3
2020-12-30ath11k: Fix the rx_filter flag setting for peer rssi statsMaharaja Kennadyrajan1-1/+2
2020-12-30staging: mfd: hi6421-spmi-pmic: fix error return code in hi6421_spmi_pmic_pro...Wang Hai1-1/+3
2020-12-30clk: meson: Kconfig: fix dependency for G12AKevin Hilman1-0/+1
2020-12-30Input: omap4-keypad - fix runtime PM error handlingZhang Qilong1-36/+53
2020-12-30soc: qcom: initialize local variableTom Rix1-1/+1
2020-12-30drivers: soc: ti: knav_qmss_queue: Fix error return code in knav_queue_probeZhihao Cheng1-1/+2
2020-12-30soc: ti: Fix reference imbalance in knav_dma_probeZhang Qilong1-2/+11
2020-12-30soc: ti: knav_qmss: fix reference leak in knav_queue_probeZhang Qilong1-0/+1
2020-12-30PCI: brcmstb: Initialize "tmp" before useJim Quinlan1-0/+1
2020-12-30PCI: Disable MSI for Pericom PCIe-USB adapterAndy Shevchenko1-4/+13
2020-12-30drm/meson: dw-hdmi: Enable the iahb clock early enoughMarc Zyngier1-2/+6
2020-12-30drm/meson: dw-hdmi: Disable clocks on driver teardownMarc Zyngier1-14/+29
2020-12-30spi: fix resource leak for drivers without .remove callbackUwe Kleine-König1-9/+10
2020-12-30crypto: sun8i-ce - fix two error path's memory leakCorentin Labbe1-8/+12
2020-12-30crypto: omap-aes - Fix PM disable depth imbalance in omap_aes_probeZhang Qilong1-1/+2
2020-12-30crypto: crypto4xx - Replace bitwise OR with logical OR in crypto4xx_build_pdNathan Chancellor1-1/+1
2020-12-30scsi: ufs: Fix clkgating on/offJaegeuk Kim1-1/+1
2020-12-30scsi: ufs: Avoid to call REQ_CLKS_OFF to CLKS_OFFJaegeuk Kim1-1/+2
2020-12-30EDAC/mce_amd: Use struct cpuinfo_x86.cpu_die_id for AMD NodeIdYazen Ghannam1-1/+1
2020-12-30mfd: cpcap: Fix interrupt regression with regmap clear_ackTony Lindgren1-3/+3
2020-12-30mfd: stmfx: Fix dev_err_probe() call in stmfx_chip_init()Amelie Delaunay1-5/+5
2020-12-30mfd: MFD_SL28CPLD should depend on ARCH_LAYERSCAPEGeert Uytterhoeven1-0/+1
2020-12-30mfd: htc-i2cpld: Add the missed i2c_put_adapter() in htcpld_register_chip_i2c()Jing Xiangfeng1-0/+2
2020-12-30spi: mxs: fix reference leak in mxs_spi_probeZhang Qilong1-0/+1
2020-12-30usb/max3421: fix return error code in max3421_probe()Yang Yingliang1-1/+2
2020-12-30bus: mhi: core: Fix null pointer access when parsing MHI configurationCarl Yin1-2/+2
2020-12-30bus: mhi: core: Remove double locking from mhi_driver_remove()Bhaumik Bhatt1-2/+0
2020-12-30Input: ads7846 - fix unaligned access on 7845Dmitry Torokhov1-1/+2
2020-12-30Input: ads7846 - fix integer overflow on Rt calculationOleksij Rempel1-2/+3
2020-12-30Input: ads7846 - fix race that causes missing releasesDavid Jander1-18/+26
2020-12-30iommu/vt-d: include conditionally on CONFIG_INTEL_IOMMU_SVMLukas Bulwahn1-1/+1