From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751525AbcDTSYJ (ORCPT ); Wed, 20 Apr 2016 14:24:09 -0400 Received: from smtp01.smtpout.orange.fr ([80.12.242.123]:55764 "EHLO smtp.smtpout.orange.fr" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750717AbcDTSYI (ORCPT ); Wed, 20 Apr 2016 14:24:08 -0400 X-ME-Helo: belgarion X-ME-Auth: amFyem1pay5yb2JlcnRAb3JhbmdlLmZy X-ME-Date: Wed, 20 Apr 2016 20:24:05 +0200 X-ME-IP: 109.222.118.156 From: Robert Jarzmik To: Daniel Mack , Haojian Zhuang Cc: linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, Arnd Bergmann Subject: Re: [PATCH] ARM: pxa: remove platform dma code References: <1459675439-25941-1-git-send-email-robert.jarzmik@free.fr> X-URL: http://belgarath.falguerolles.org/ Date: Wed, 20 Apr 2016 20:24:04 +0200 In-Reply-To: <1459675439-25941-1-git-send-email-robert.jarzmik@free.fr> (Robert Jarzmik's message of "Sun, 3 Apr 2016 11:23:59 +0200") Message-ID: <87oa94rvej.fsf@belgarion.home> User-Agent: Gnus/5.130008 (Ma Gnus v0.8) Emacs/24.4 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Robert Jarzmik writes: > As the last pxa related driver was converted to dmaengine, it's time to > kill the legacy dma code, which is not used anymore. > > This finishes the pxa dmaengine transition. > > Signed-off-by: Robert Jarzmik > --- > arch/arm/mach-pxa/devices.h | 1 + > arch/arm/mach-pxa/include/mach/dma.h | 1 - > arch/arm/mach-pxa/pxa25x.c | 3 - > arch/arm/mach-pxa/pxa27x.c | 3 - > arch/arm/mach-pxa/pxa3xx.c | 3 - > arch/arm/plat-pxa/Makefile | 2 - > arch/arm/plat-pxa/dma.c | 386 ----------------------------------- > arch/arm/plat-pxa/include/plat/dma.h | 100 --------- > 8 files changed, 1 insertion(+), 498 deletions(-) > delete mode 100644 arch/arm/plat-pxa/dma.c > delete mode 100644 arch/arm/plat-pxa/include/plat/dma.h I'll leave that one exposed until the next weekend so that the MMP maintainers can raise a red flag if I break their architecture. If no feedback, I'll queued it in my pxa/for-next tree. Cheers. -- Robert