Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753414AbbK3Qpc (ORCPT ); Mon, 30 Nov 2015 11:45:32 -0500 Received: from hqemgate14.nvidia.com ([216.228.121.143]:17366 "EHLO hqemgate14.nvidia.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752111AbbK3Qpa (ORCPT ); Mon, 30 Nov 2015 11:45:30 -0500 X-PGP-Universal: processed; by hqnvupgp07.nvidia.com on Mon, 30 Nov 2015 08:32:32 -0800 Subject: Re: [PATCH V3 0/6] DMA: tegra-apb: Clean-up To: Laxman Dewangan , Vinod Koul , Stephen Warren , Thierry Reding , Alexandre Courbot References: <1447432783-7466-1-git-send-email-jonathanh@nvidia.com> CC: , , , From: Jon Hunter Message-ID: <565C7D24.1060905@nvidia.com> Date: Mon, 30 Nov 2015 16:45:24 +0000 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.3.0 MIME-Version: 1.0 In-Reply-To: <1447432783-7466-1-git-send-email-jonathanh@nvidia.com> X-Originating-IP: [10.21.132.104] X-ClientProxiedBy: UKMAIL101.nvidia.com (10.26.138.13) To UKMAIL101.nvidia.com (10.26.138.13) Content-Type: text/plain; charset="windows-1252" Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1605 Lines: 51 Hi Vinod, Any more comments on this? Cheers Jon On 13/11/15 16:39, Jon Hunter wrote: > Some clean-up changes for the tegra-apb DMA driver. > > Changes for V3 noted in the applicable patches. > > These have been compile and boot tested for ARM and ARM64. Summary of the > ARM results are below. > > Test summary > ------------ > > Build: zImage: > Pass: ( 2/ 2): multi_v7_defconfig, tegra_defconfig > > Build: Image: > Pass: ( 1/ 1): defconfig > > Boot to userspace: defconfig: > Pass: ( 1/ 1): qemu-vexpress64 > > Boot to userspace: multi_v7_defconfig: > Pass: ( 4/ 4): tegra114-dalmore-a04, tegra124-jetson-tk1, > tegra20-trimslice, tegra30-beaver > > Boot to userspace: tegra_defconfig: > Pass: ( 4/ 4): tegra114-dalmore-a04, tegra124-jetson-tk1, > tegra20-trimslice, tegra30-beaver > > Jon Hunter (6): > dmaengine: tegra-apb: Correct runtime-pm usage > dmaengine: tegra-apb: Use dev_get_drvdata() > dmaengine: tegra-apb: Save and restore word count > dmaengine: tegra-apb: Only save channel state for those in use > dmaengine: tegra-apb: Update driver to use GFP_NOWAIT > dmaengine: tegra-apb: Free interrupts before killing tasklets > > drivers/dma/tegra20-apb-dma.c | 73 ++++++++++++++++++++++++------------------- > 1 file changed, 40 insertions(+), 33 deletions(-) > -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/