summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2021-03-03misc: eeprom_93xx46: Add module alias to avoid breaking support for non devic...Aswath Govindraju1-0/+1
2021-03-03misc: eeprom_93xx46: Fix module alias to enable module autoprobeAswath Govindraju1-1/+1
2021-03-03Input: elo - fix an error code in elo_connect()Dan Carpenter1-1/+3
2021-03-03spi: pxa2xx: Fix the controller numbering for Wildcat PointAndy Shevchenko1-8/+19
2021-03-03mfd: wm831x-auxadc: Prevent use after free in wm831x_auxadc_read_irq()Dan Carpenter1-2/+1
2021-03-03RDMA/rxe: Fix coding error in rxe_recv.cBob Pearson1-3/+8
2021-03-03amba: Fix resource leak for drivers without .removeUwe Kleine-König1-8/+12
2021-03-03mmc: usdhi6rol0: Fix a resource leak in the error handling path of the probeChristophe JAILLET1-1/+3
2021-03-03IB/umad: Return EIO in case of when device disassociatedShay Drory1-1/+6
2021-03-03regulator: axp20x: Fix reference cout leakPan Bian1-4/+3
2021-03-03clocksource/drivers/mxs_timer: Add missing semicolon when DEBUG is definedTom Rix1-4/+1
2021-03-03power: reset: at91-sama5d2_shdwc: fix wkupdbc maskClaudiu Beznea1-1/+1
2021-03-03of/fdt: Make sure no-map does not remove already reserved regionsNicolas Boichat1-1/+9
2021-03-03fdt: Properly handle "no-map" field in the memory regionKarimAllah Ahmed1-1/+1
2021-03-03dmaengine: fsldma: Fix a resource leak in an error handling path of the probe...Christophe JAILLET1-0/+5
2021-03-03dmaengine: fsldma: Fix a resource leak in the remove functionChristophe JAILLET1-0/+1
2021-03-03HID: core: detect and skip invalid inputs to snto32()Randy Dunlap1-0/+3
2021-03-03spi: cadence-quadspi: Abort read if dummy cycles required are too manyPratyush Yadav1-1/+1
2021-03-03clk: meson: clk-pll: fix initializing the old rate (fallback) for a PLLMartin Blumenstingl1-1/+1
2021-03-03ata: ahci_brcm: Add back regulators managementFlorian Fainelli1-1/+13
2021-03-03media: uvcvideo: Accept invalid bFormatIndex and bFrameIndex valuesLaurent Pinchart1-9/+9
2021-03-03media: pxa_camera: declare variable when DEBUG is definedTom Rix1-0/+3
2021-03-03media: cx25821: Fix a bug when reallocating some dma memoryChristophe JAILLET1-1/+3
2021-03-03media: qm1d1c0042: fix error return code in qm1d1c0042_init()Luo Meng1-1/+3
2021-03-03media: lmedm04: Fix misuse of commaJoe Perches1-1/+1
2021-03-03media: tm6000: Fix memleak in tm6000_start_streamDinghao Liu1-0/+4
2021-03-03media: media/pci: Fix memleak in empress_initDinghao Liu1-1/+4
2021-03-03media: vsp1: Fix an error handling path in the probe functionChristophe JAILLET1-1/+3
2021-03-03gma500: clean up error handling in initDan Carpenter1-9/+13
2021-03-03drm/gma500: Fix error return code in psb_driver_load()Jialin Zhang1-0/+2
2021-03-03fbdev: aty: SPARC64 requires FB_ATY_CTRandy Dunlap1-1/+1
2021-03-03b43: N-PHY: Fix the update of coef for the PHY revision >= 3caseColin Ian King1-1/+1
2021-03-03xen/netback: fix spurious event detection for common event caseJuergen Gross1-3/+5
2021-03-03bnxt_en: reverse order of TX disable and carrier offEdwin Peer1-1/+2
2021-03-03ARM: s3c: fix fiq for clang IASArnd Bergmann1-6/+3
2021-03-03usb: dwc2: Make "trimming xfer length" a debug messageGuenter Roeck1-1/+1
2021-03-03usb: dwc2: Abort transaction after errors with unknown reasonGuenter Roeck1-0/+12
2021-03-03usb: dwc2: Do not update data length if it is 0 on inbound transfersGuenter Roeck1-7/+8
2021-03-03random: fix the RNDRESEEDCRNG ioctlEric Biggers1-1/+1
2021-03-03NET: usb: qmi_wwan: Adding support for Cinterion MV31Christoph Schemmel1-0/+1
2021-03-03igb: Remove incorrect "unexpected SYS WRAP" log messageCorinna Vinschen1-2/+0
2021-03-03usb: quirks: add quirk to start video capture on ELMO L-12F document camera r...Stefan Ursella1-0/+3
2021-03-03HID: make arrays usage and value to be the sameWill McVicker1-3/+3
2021-02-23scsi: qla2xxx: Fix crash during driver load on big endian machinesArun Easi2-5/+6
2021-02-23xen-blkback: fix error handling in xen_blkbk_map()Jan Beulich1-10/+14
2021-02-23xen-scsiback: don't "handle" error by BUG()Jan Beulich1-2/+2
2021-02-23xen-netback: don't "handle" error by BUG()Jan Beulich1-3/+1
2021-02-23xen-blkback: don't "handle" error by BUG()Jan Beulich1-4/+2
2021-02-23Xen/gntdev: correct error checking in gntdev_map_grant_pages()Jan Beulich1-8/+9
2021-02-23Xen/gntdev: correct dev_bus_addr handling in gntdev_map_grant_pages()Jan Beulich1-3/+13