summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'net-5.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2020-12-1720-109/+94
|\
| * nfp: move indirect block cleanup to flower app stop callbackSimon Horman2020-12-171-3/+3
| * octeontx2-af: Fix undetected unmap PF error checkColin Ian King2020-12-171-1/+2
| * net: nixge: fix spelling mistake in Kconfig: "Instuments" -> "Instruments"Colin Ian King2020-12-171-1/+1
| * qlcnic: Fix error code in probeDan Carpenter2020-12-171-0/+1
| * net: korina: fix return valueVincent Stehlé2020-12-161-1/+1
| * nfc: s3fwrn5: Remove unused NCI prop commandsBongsu Jeon2020-12-162-47/+0
| * nfc: s3fwrn5: Remove the delay for NFC sleepBongsu Jeon2020-12-161-1/+2
| * use __netdev_notify_peers in hypervLijun Pan2020-12-161-7/+4
| * use __netdev_notify_peers in ibmvnicLijun Pan2020-12-161-6/+3
| * net: allwinner: Fix some resources leak in the error handling path of the pro...Christophe JAILLET2020-12-161-2/+5
| * net: mscc: ocelot: Fix a resource leak in the error handling path of the prob...Christophe JAILLET2020-12-161-1/+7
| * net/connector: Add const qualifier to cb_idGeoff Levand2020-12-162-6/+6
| * net: bcmgenet: Fix a resource leak in an error handling path in the probe fun...Christophe JAILLET2020-12-161-1/+3
| * dpaa2-eth: fix the size of the mapped SGT bufferIoana Ciornei2020-12-161-1/+1
| * net: dsa: qca: ar9331: fix sleeping function called from invalid context bugOleksij Rempel2020-12-161-9/+24
| * i40e, xsk: clear the status bits for the next_to_use descriptorBjörn Töpel2020-12-161-1/+4
| * ice, xsk: clear the status bits for the next_to_use descriptorBjörn Töpel2020-12-161-1/+4
| * lan743x: fix rx_napi_poll/interrupt ping-pongSven Van Asbroeck2020-12-161-20/+23
* | Merge tag 'for-linus' of git://github.com/openrisc/linuxLinus Torvalds2020-12-178-0/+637
|\ \
| * | drivers/tty/serial: add LiteUART driverFilip Kokosinski2020-11-093-0/+437
| * | drivers/soc/litex: add LiteX SoC Controller driverPawel Czarnecki2020-11-095-0/+200
* | | Merge tag 'powerpc-5.11-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2020-12-1720-36/+286
|\ \ \
| * | | powerpc/ps3: use dma_mapping_error()Vincent Stehlé2020-12-151-1/+1
| * | | lkdtm/powerpc: Add SLB multihit testGanesh Goudar2020-12-044-0/+127
| * | | ocxl: Add new kernel tracesChristophe Lombard2020-12-042-0/+68
| * | | ocxl: Add mmu notifierChristophe Lombard2020-12-041-1/+61
| * | | ocxl: Update the Process Element EntryChristophe Lombard2020-12-044-7/+16
| * | | powerpc/ps3: make system bus's remove and shutdown callbacks return voidUwe Kleine-König2020-12-0410-27/+13
| |/ /
* | | Merge tag 'dmaengine-5.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2020-12-1752-556/+6902
|\ \ \
| * | | soc: ti: k3-ringacc: Use correct error casting in k3_ringacc_dmarings_initPeter Ujfalusi2020-12-141-1/+1
| * | | dmaengine: ti: k3-udma-glue: Add support for K3 PKTDMAVignesh Raghavendra2020-12-113-38/+281
| * | | dmaengine: ti: k3-udma: Initial support for K3 PKTDMAPeter Ujfalusi2020-12-113-25/+533
| * | | dmaengine: ti: k3-udma: Add support for BCDMA channel TPL handlingPeter Ujfalusi2020-12-112-38/+85
| * | | dmaengine: ti: k3-udma: Initial support for K3 BCDMAPeter Ujfalusi2020-12-112-91/+1185
| * | | soc: ti: k3-ringacc: add AM64 DMA rings support.Grygorii Strashko2020-12-111-7/+318
| * | | dmaengine: ti: k3-psil: Add initial map for AM64Peter Ujfalusi2020-12-114-1/+162
| * | | dmaengine: dmatest: Use dmaengine_get_dma_devicePeter Ujfalusi2020-12-111-5/+8
| * | | dmaengine: of-dma: Add support for optional router configuration callbackPeter Ujfalusi2020-12-111-0/+10
| * | | dmaengine: ti: k3-udma-glue: Configure the dma_dev for ringsPeter Ujfalusi2020-12-111-0/+8
| * | | dmaengine: ti: k3-udma-glue: Get the ringacc from udma_devPeter Ujfalusi2020-12-113-5/+8
| * | | dmaengine: ti: k3-udma-glue: Add function to get device pointer for DMA APIPeter Ujfalusi2020-12-113-0/+21
| * | | dmaengine: ti: k3-udma: Add support for second resource range from sysfwPeter Ujfalusi2020-12-111-24/+31
| * | | dmaengine: ti: k3-udma: Wait for peer teardown completion if supportedPeter Ujfalusi2020-12-111-2/+10
| * | | dmaengine: ti: k3-udma: Correct normal channel offset when uchan_cnt is not 0Peter Ujfalusi2020-12-111-2/+1
| * | | Merge tag 'tags/drivers_soc_for_5.11' into dmaengine/nextVinod Koul2020-12-1112-306/+211
| |\ \ \
| * | | | dmaengine: stm32-mdma: rework interrupt handlerAmelie Delaunay2020-12-111-30/+34
| * | | | dmaengine: stm32-dma: take address into account when computing max widthAmelie Delaunay2020-12-111-5/+14
| * | | | dmaengine: stm32-dma: clean channel configuration when channel is freedAmelie Delaunay2020-12-111-0/+2
| * | | | dmaengine: stm32-dma: rework irq handler to manage error before xfer eventsAmelie Delaunay2020-12-111-11/+15