Received: by 10.213.65.68 with SMTP id h4csp2431610imn; Mon, 2 Apr 2018 07:29:10 -0700 (PDT) X-Google-Smtp-Source: AIpwx4/Ojkf4iZK09tBFGIZM5cnvNObsC1Tw3L0lkD2llNPUAK0CVHtIaQDNZcPtbMHyKoST3tfU X-Received: by 10.99.125.19 with SMTP id y19mr6479518pgc.125.1522679350517; Mon, 02 Apr 2018 07:29:10 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1522679350; cv=none; d=google.com; s=arc-20160816; b=cCL8S6AktaYe4ImyRe54uHnJUVMvc1ZPwJMspuMSAAntziyIIg6XRtrE5ZJiQnVEWw kRL64PzVMTmVJtYL9IEmxO+P9YzI1qdxbq3zYtqwQoC8+Xoifjvf2d7kFrB24plg9hae dXrZFQ57tF2CgCKTsCPUW/PAaaueMA2EA+nZ9IxboUKEGfEXQWedr94IEKs/cP5tuP6a RdBrr3tOwTGD7HbpQW9RwEQ47OwDyN4Th3WayOwU3LBmqj5ZeOcCmtAVAn3J05omij9n PSPunalQ+E/Ic2EIhrslrfFDfUMt43lBOZjz2+aZnUHQcZ1KqzpOXwPG6hjmLSmMLdS3 aM9Q== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:message-id:date:subject:cc:to:from :arc-authentication-results; bh=wyuYSrByu0qbk3fDipmrhnQ2q1DARd5aaa3cc39IeHo=; b=vit0g2AKeDaI5U3Nh3+9Ve8AaqCwjAa3ReZfwu+CCPj8FHpxGxjoDSio5YTvWIoUK3 SoIBJC8oim0O2uZLaG412I9L/cecGwuhqHE23BQIuQdS1zSeQe0VlS/1hlj6OuAnyXpq WuKu7VLksk82E+EyLKFGqS7ULuW1aG1Ia+K5MhMRtZklDqMllrBZ6K/bdc0jE1kj86cq pyzApOv9omC3QdktFqLfv5pK3qaPGcuTJC+4Bv+e/1+tve72aaEdddzEssiKqpI4AB5f vrntOXGyRZyaViZr0KN4MCnpLTBTzZ4XqT28sSElEyquiX0343qRQYQMjKTjZ+ZJvh51 7gqQ== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id 62si332180pfw.173.2018.04.02.07.28.56; Mon, 02 Apr 2018 07:29:10 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752240AbeDBO1W (ORCPT + 99 others); Mon, 2 Apr 2018 10:27:22 -0400 Received: from smtp06.smtpout.orange.fr ([80.12.242.128]:39298 "EHLO smtp.smtpout.orange.fr" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751469AbeDBO1T (ORCPT ); Mon, 2 Apr 2018 10:27:19 -0400 Received: from belgarion.home ([86.201.130.131]) by mwinf5d63 with ME id VSSy1x00R2qEl8e03ST39W; Mon, 02 Apr 2018 16:27:17 +0200 X-ME-Helo: belgarion.home X-ME-Auth: amFyem1pay5yb2JlcnRAb3JhbmdlLmZy X-ME-Date: Mon, 02 Apr 2018 16:27:17 +0200 X-ME-IP: 86.201.130.131 From: Robert Jarzmik To: Daniel Mack , Haojian Zhuang , Robert Jarzmik , Bartlomiej Zolnierkiewicz , Tejun Heo , Vinod Koul , Mauro Carvalho Chehab , Ulf Hansson , Ezequiel Garcia , Boris Brezillon , David Woodhouse , Brian Norris , Marek Vasut , Richard Weinberger , Cyrille Pitchen , Nicolas Pitre , Samuel Ortiz , Greg Kroah-Hartman , Jaroslav Kysela , Takashi Iwai , Liam Girdwood , Mark Brown , Arnd Bergmann Cc: linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, linux-ide@vger.kernel.org, dmaengine@vger.kernel.org, linux-media@vger.kernel.org, linux-mmc@vger.kernel.org, linux-mtd@lists.infradead.org, netdev@vger.kernel.org, devel@driverdev.osuosl.org, alsa-devel@alsa-project.org Subject: [PATCH 00/15] ARM: pxa: switch to DMA slave maps Date: Mon, 2 Apr 2018 16:26:41 +0200 Message-Id: <20180402142656.26815-1-robert.jarzmik@free.fr> X-Mailer: git-send-email 2.11.0 Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi, This serie is aimed at removing the dmaengine slave compat use, and transfer knowledge of the DMA requestors into architecture code. This was discussed/advised by Arnd a couple of years back, it's almost time. The serie is divided in 3 phasees : - phase 1 : patch 1/15 and patch 2/15 => this is the preparation work - phase 2 : patches 3/15 .. 10/15 => this is the switch of all the drivers => this one will require either an Ack of the maintainers or be taken by them once phase 1 is merged - phase 3 : patches 11/15 => this is the last part, cleanup and removal of export of the DMA filter function As this looks like a patch bomb, each maintainer expressing for his tree either an Ack or "I want to take through my tree" will be spared in the next iterations of this serie. Several of these changes have been tested on actual hardware, including : - pxamci - pxa_camera - smc* - ASoC and SSP Happy review. Robert Jarzmik (15): dmaengine: pxa: use a dma slave map ARM: pxa: add dma slave map mmc: pxamci: remove the dmaengine compat need media: pxa_camera: remove the dmaengine compat need mtd: nand: pxa3xx: remove the dmaengine compat need net: smc911x: remove the dmaengine compat need net: smc91x: remove the dmaengine compat need ASoC: pxa: remove the dmaengine compat need net: irda: pxaficp_ir: remove the dmaengine compat need ata: pata_pxa: remove the dmaengine compat need dmaengine: pxa: document pxad_param dmaengine: pxa: make the filter function internal ARM: pxa: remove the DMA IO resources ARM: pxa: change SSP devices allocation ARM: pxa: change SSP DMA channels allocation arch/arm/mach-pxa/devices.c | 269 ++++++++++++++---------------- arch/arm/mach-pxa/devices.h | 14 +- arch/arm/mach-pxa/include/mach/audio.h | 12 ++ arch/arm/mach-pxa/pxa25x.c | 4 +- arch/arm/mach-pxa/pxa27x.c | 4 +- arch/arm/mach-pxa/pxa3xx.c | 5 +- arch/arm/plat-pxa/ssp.c | 50 +----- drivers/ata/pata_pxa.c | 10 +- drivers/dma/pxa_dma.c | 13 +- drivers/media/platform/pxa_camera.c | 22 +-- drivers/mmc/host/pxamci.c | 29 +--- drivers/mtd/nand/pxa3xx_nand.c | 10 +- drivers/net/ethernet/smsc/smc911x.c | 16 +- drivers/net/ethernet/smsc/smc91x.c | 12 +- drivers/net/ethernet/smsc/smc91x.h | 1 - drivers/staging/irda/drivers/pxaficp_ir.c | 14 +- include/linux/dma/pxa-dma.h | 20 +-- include/linux/platform_data/mmp_dma.h | 4 + include/linux/pxa2xx_ssp.h | 4 +- sound/arm/pxa2xx-ac97.c | 14 +- sound/arm/pxa2xx-pcm-lib.c | 6 +- sound/soc/pxa/pxa-ssp.c | 5 +- sound/soc/pxa/pxa2xx-ac97.c | 32 +--- 23 files changed, 196 insertions(+), 374 deletions(-) -- 2.11.0