aboutsummaryrefslogtreecommitdiffstats
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2019-09-04ath9k: dynack: fix possible deadlock in ath_dynack_node_{de}initLorenzo Bianconi1-4/+4
2019-09-04ath9k: add loader for AR92XX (and older) pci(e)Christian Lamparter3-0/+233
2019-09-04carl9170: remove set but not used variable 'udev'YueHaibing1-2/+0
2019-09-04wil6210: Delete an unnecessary kfree() call in wil_tid_ampdu_rx_alloc()Markus Elfring1-1/+0
2019-09-04wil6210: Add EDMG channel supportAlexei Avshalom Lazar6-13/+240
2019-09-04dmaengine: rcar-dmac: Fix DMACHCLR handling if iommu is mappedYoshihiro Shimoda1-9/+19
2019-09-04wil6210: fix wil_cid_valid with negative cid valuesColin Ian King1-1/+1
2019-09-04dmaengine: sprd: Fix the DMA link-list configurationBaolin Wang1-2/+8
2019-09-04dmaengine: iop-adma.c: fix printk format warningRandy Dunlap1-2/+2
2019-09-04Merge tag 'fpga-dfl-for-5.4' of git://git.kernel.org/pub/scm/linux/kernel/git/mdf/linux-fpga into char-misc-nextGreg Kroah-Hartman10-74/+835
2019-09-04dmaengine: stm32-dma: Use struct_size() helperGustavo A. R. Silva1-9/+3
2019-09-03Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/next-queueDavid S. Miller9-74/+144
2019-09-04dmanegine: ioat/dca: Use struct_size() helperGustavo A. R. Silva1-2/+1
2019-09-03Merge tag 'mlx5-updates-2019-09-01-v2' of git://git.kernel.org/pub/scm/linux/kernel/git/saeed/linuxDavid S. Miller38-316/+12189
2019-09-04dmaengine: iop-adma: remove set but not used variable 'slots_per_op'YueHaibing1-2/+0
2019-09-04dmaengine: dmatest: Add support for completion pollingPeter Ujfalusi1-7/+28
2019-09-04dmaengine: ti: omap-dma: Remove variable override in omap_dma_tx_status()Peter Ujfalusi1-1/+0
2019-09-04dmaengine: ti: omap-dma: Remove 'Assignment in if condition'Peter Ujfalusi1-4/+7
2019-09-04dmaengine: ti: edma: Remove 'Assignment in if condition'Peter Ujfalusi1-5/+10
2019-09-03fpga: dfl: fme: add global error reporting supportWu Hao4-3/+378
2019-09-03fpga: dfl: afu: add STP (SignalTap) supportWu Hao1-0/+25
2019-09-03fpga: dfl: afu: add error reporting support.Wu Hao4-0/+241
2019-09-03fpga: dfl: afu: expose __afu_port_enable/disable function.Wu Hao2-11/+19
2019-09-03fpga: dfl: afu: add userclock sysfs interfaces.Wu Hao2-1/+119
2019-09-03fpga: dfl: afu: convert platform_driver to use dev_groupsWu Hao1-33/+36
2019-09-03fpga: dfl: fme: convert platform_driver to use dev_groupsWu Hao1-27/+2
2019-09-03fpga: dfl: make init callback optionalWu Hao1-4/+6
2019-09-03Merge branch 'char-misc-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc into fpga-dfl-for-5.4Moritz Fischer837-6136/+10316
2019-09-03Merge tag 'dev_groups_all_drivers' into fpga-dfl-for-5.4Moritz Fischer1-0/+14
2019-09-03ice: Only disable VLAN pruning for the VF when all VLANs are removedBrett Creeley1-2/+3
2019-09-03ice: Remove enable DCB when SW LLDP is activatedMichal Swiatkowski1-1/+0
2019-09-03ice: Report stats when VSI is downDave Ertman1-2/+6
2019-09-03ice: Always notify FW of VF resetMitch Williams1-9/+16
2019-09-03ice: Correctly handle return values for init DCBDave Ertman1-9/+8
2019-09-03ice: Limit Max TCs on devices with more than 4 portsUsha Ketineni4-2/+24
2019-09-03ice: Cleanup defines in ice_type.hTony Nguyen1-3/+3
2019-09-03ice: print extra message if topology issueJesse Brandeburg1-0/+17
2019-09-03ice: add print of autoneg state to link messageJesse Brandeburg1-2/+9
2019-09-03ice: update driver unloading field for Queue Shutdown AQ commandBruce Allan2-3/+3
2019-09-03ice: add needed PFR during driver unloadBruce Allan1-0/+5
2019-09-03drm/msm/dsi: Fix return value check for clk_get_parentSean Paul1-4/+4
2019-09-03drm/msm: add atomic tracesRob Clark5-4/+136
2019-09-03drm/msm/dpu: async commit supportRob Clark6-45/+34
2019-09-03drm/msm: async commit supportRob Clark4-1/+210
2019-09-03drm/msm: split power control from prepare/complete_commitRob Clark5-14/+54
2019-09-03drm/msm: add kms->flush_commit()Rob Clark5-4/+63
2019-09-03drm/msm: convert kms->complete_commit() to crtc_maskRob Clark7-36/+11
2019-09-03drm/msm: add kms->wait_flush()Rob Clark5-42/+54
2019-09-03drm/msm/dpu: handle_frame_done() from vblank irqRob Clark2-23/+9
2019-09-03drm/msm/dpu: add real wait_for_commit_done()Rob Clark1-1/+21