summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2021-09-26thermal/drivers/exynos: Fix an error code in exynos_tmu_probe()Dan Carpenter1-0/+1
2021-09-26dmaengine: acpi: Avoid comparison GSI with Linux vIRQAndy Shevchenko1-3/+7
2021-09-26staging: rtl8192u: Fix bitwise vs logical operator in TranslateRxSignalStuff8...Nathan Chancellor1-1/+1
2021-09-26Revert "net/mlx5: Register to devlink ingress VLAN filter trap"Greg Kroah-Hartman1-51/+0
2021-09-26console: consume APC, DM, DCSnick black1-4/+27
2021-09-26PCI: aardvark: Fix reporting CRS valuePali Rohár1-4/+63
2021-09-26PCI: pci-bridge-emul: Add PCIe Root Capabilities RegisterPali Rohár1-1/+1
2021-09-22net: dsa: bcm_sf2: Fix array overrun in bcm_sf2_num_active_ports()Florian Fainelli1-1/+1
2021-09-22bnxt_en: Fix error recovery regressionMichael Chan1-4/+8
2021-09-22net: renesas: sh_eth: Fix freeing wrong tx descriptorYoshihiro Shimoda1-0/+1
2021-09-22mfd: lpc_sch: Rename GPIOBASE to prevent build errorRandy Dunlap1-2/+2
2021-09-22mfd: lpc_sch: Partially revert "Add support for Intel Quark X1000"Andy Shevchenko1-26/+6
2021-09-22bnxt_en: Fix possible unintended driver initiated error recoveryMichael Chan1-7/+18
2021-09-22bnxt_en: Improve logging of error recovery settings information.Michael Chan1-7/+8
2021-09-22bnxt_en: Convert to use netif_level() helpers.Michael Chan1-20/+14
2021-09-22bnxt_en: Consolidate firmware reset event logging.Michael Chan1-7/+10
2021-09-22bnxt_en: log firmware debug notificationsEdwin Peer1-0/+8
2021-09-22bnxt_en: Fix asic.rev in devlink dev info commandMichael Chan1-1/+1
2021-09-22bnxt_en: fix stored FW_PSID version masksEdwin Peer1-2/+2
2021-09-22net: dsa: b53: Fix IMP port setup on BCM5301xRafał Miłecki2-3/+25
2021-09-22qlcnic: Remove redundant unlock in qlcnic_pinit_from_romDinghao Liu1-1/+0
2021-09-22net: dsa: b53: Set correct number of ports in the DSA structRafał Miłecki1-1/+2
2021-09-22net: dsa: b53: Fix calculating number of switch portsRafał Miłecki1-2/+1
2021-09-22net: hso: add failure handler for add_net_deviceZiyang Xuan1-3/+8
2021-09-22gpio: mpc8xxx: Use 'devm_gpiochip_add_data()' to simplify the code and avoid ...Christophe JAILLET1-2/+1
2021-09-22gpio: mpc8xxx: Fix a resources leak in the error handling path of 'mpc8xxx_pr...Christophe JAILLET1-0/+2
2021-09-22mtd: rawnand: cafe: Fix a resource leak in the error handling path of 'cafe_n...Christophe JAILLET1-1/+3
2021-09-22mtd: mtdconcat: Check _read, _write callbacks existence before assignmentZhihao Cheng1-2/+4
2021-09-22mtd: mtdconcat: Judge callback existence based on the masterZhihao Cheng1-8/+19
2021-09-22mfd: tqmx86: Clear GPIO IRQ resource when no IRQ is setMatthias Schiffer1-0/+2
2021-09-22PCI: Fix pci_dev_str_match_path() alloc while atomic bugDan Carpenter1-1/+1
2021-09-22PCI: iproc: Fix BCMA probe resource handlingRob Herring1-10/+6
2021-09-22PCI: of: Don't fail devm_pci_alloc_host_bridge() on missing 'ranges'Rob Herring1-1/+1
2021-09-22backlight: ktd253: Stabilize backlightLinus Walleij1-20/+55
2021-09-22mfd: axp20x: Update AXP288 volatile rangesHans de Goede1-1/+2
2021-09-22NTB: perf: Fix an error code in perf_setup_inbuf()Yang Li1-0/+1
2021-09-22NTB: Fix an error code in ntb_msit_probe()Yang Li1-1/+3
2021-09-22ethtool: Fix an error code in cxgb2.cYang Li1-0/+1
2021-09-22PCI: ibmphp: Fix double unmap of io_memVishal Aslot2-7/+1
2021-09-22net: usb: cdc_mbim: avoid altsetting toggling for Telit LN920Daniele Palmas1-0/+5
2021-09-22octeontx2-af: Add additional register check to rvu_poll_reg()Smadar Fuks1-1/+11
2021-09-22watchdog: Start watchdog in watchdog_set_last_hw_keepalive only if appropriateJan Kiszka1-1/+4
2021-09-22PCI: Add ACS quirks for Cavium multi-function devicesGeorge Cherian1-0/+4
2021-09-22PCI: j721e: Add PCIe support for AM64Kishon Vijay Abraham I1-0/+19
2021-09-22PCI: j721e: Add PCIe support for J7200Kishon Vijay Abraham I1-4/+36
2021-09-22PCI: cadence: Add quirk flag to set minimum delay in LTSSM Detect.Quiet stateNadeem Athani4-0/+38
2021-09-22PCI: cadence: Use bitfield for *quirk_retrain_flag* instead of boolKishon Vijay Abraham I2-2/+2
2021-09-22PCI: rcar: Fix runtime PM imbalance in rcar_pcie_ep_probe()Dinghao Liu1-2/+2
2021-09-22mfd: Don't use irq_create_mapping() to resolve a mappingMarc Zyngier4-5/+5
2021-09-22PCI: tegra: Fix OF node reference leakChristophe JAILLET1-5/+8