ath10k-pending-sdio-usb-201804210910

2018-04-21 Thread Kalle Valo
Hi Erik, I just rebased my ath10k-pending-sdio-usb-branch: https://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.git/log/?h=ath10k-pending-sdio-usb Starting from this rebase I'm starting to write proper changelog for every rebase, this is for tag ath10k-pending-sdio-usb-201804210910: * reba

Re: [PATCH v1 1/1] ath10k: convert kmemdup to dma_alloc_coherent

2018-04-21 Thread Kalle Valo
Jared Bents writes: > Update to convert the use of kmemdup to dma_alloc_coherent as > dma_alloc_coherent will consider DMA region limits such as > those seen with CONFIG_FSL_PCI && CONFIG_ZONE_DMA32 whereas > kmemdup does not take those limitations into account. > > Signed-off-by: Jared Bents D