From patchwork Mon Nov 14 10:11:01 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Charles Keepax X-Patchwork-Id: 9427097 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork.web.codeaurora.org (Postfix) with ESMTP id A0C2460476 for ; Mon, 14 Nov 2016 10:13:47 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 8C587286C0 for ; Mon, 14 Nov 2016 10:13:47 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 8016A286E5; Mon, 14 Nov 2016 10:13:47 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-4.2 required=2.0 tests=BAYES_00, RCVD_IN_DNSWL_MED autolearn=ham version=3.3.1 Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.9]) (using TLSv1.2 with cipher AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mail.wl.linuxfoundation.org (Postfix) with ESMTPS id 24F03286C0 for ; Mon, 14 Nov 2016 10:13:47 +0000 (UTC) Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.85_2 #1 (Red Hat Linux)) id 1c6EEe-00030u-NB; Mon, 14 Nov 2016 10:11:32 +0000 Received: from mx0a-001ae601.pphosted.com ([67.231.149.25] helo=mx0b-001ae601.pphosted.com) by bombadil.infradead.org with esmtps (Exim 4.85_2 #1 (Red Hat Linux)) id 1c6EEY-0002wi-4r for linux-arm-kernel@lists.infradead.org; Mon, 14 Nov 2016 10:11:26 +0000 Received: from pps.filterd (m0077473.ppops.net [127.0.0.1]) by mx0a-001ae601.pphosted.com (8.16.0.17/8.16.0.17) with SMTP id uAEAAGnU025122; Mon, 14 Nov 2016 04:10:54 -0600 Authentication-Results: ppops.net; spf=none smtp.mailfrom=ckeepax@opensource.wolfsonmicro.com Received: from mail2.cirrus.com (mail1.cirrus.com [141.131.3.20]) by mx0a-001ae601.pphosted.com with ESMTP id 26p1c3t4y9-1; Mon, 14 Nov 2016 04:10:54 -0600 Received: from EX17.ad.cirrus.com (unknown [172.20.9.81]) by mail2.cirrus.com (Postfix) with ESMTP id 7F24F611C8AF; Mon, 14 Nov 2016 04:10:53 -0600 (CST) Received: from imbe.wolfsonmicro.main (198.61.95.81) by EX17.ad.cirrus.com (172.20.9.81) with Microsoft SMTP Server id 14.3.301.0; Mon, 14 Nov 2016 10:10:52 +0000 Received: from localhost.localdomain ([172.22.20.24]) by imbe.wolfsonmicro.main (8.14.4/8.14.4) with ESMTP id uAEAAOYN011978; Mon, 14 Nov 2016 10:10:25 GMT Date: Mon, 14 Nov 2016 10:11:01 +0000 From: Charles Keepax To: Sylwester Nawrocki Subject: Re: [PATCH 0/8] DMA: s3c64xx: Conversion to the new channel request API Message-ID: <20161114101101.GK1575@localhost.localdomain> References: <1478791076-19528-1-git-send-email-s.nawrocki@samsung.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <1478791076-19528-1-git-send-email-s.nawrocki@samsung.com> User-Agent: Mutt/1.5.23 (2014-03-12) X-Proofpoint-Spam-Details: rule=notspam policy=default score=0 priorityscore=1501 malwarescore=0 suspectscore=0 phishscore=0 bulkscore=0 spamscore=0 clxscore=1011 lowpriorityscore=0 impostorscore=0 adultscore=0 classifier=spam adjust=0 reason=mlx scancount=1 engine=8.0.1-1609300000 definitions=main-1611140210 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20161114_021126_222181_C2036A8A X-CRM114-Status: GOOD ( 13.67 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: linux-samsung-soc@vger.kernel.org, arnd@arndb.de, vinod.koul@intel.com, sbkim73@samsung.com, broonie@kernel.org, krzk@kernel.org, javier@osg.samsung.com, kgene@kernel.org, andi.shyti@samsung.com, dmaengine@vger.kernel.org, linux-arm-kernel@lists.infradead.org, ym0914@gmail.com Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+patchwork-linux-arm=patchwork.kernel.org@lists.infradead.org X-Virus-Scanned: ClamAV using ClamSMTP On Thu, Nov 10, 2016 at 04:17:48PM +0100, Sylwester Nawrocki wrote: > This patch series aims to convert the s3c64xx platform to use > the new DMA channel request API, i.e. this is only meaningful > for non-dt systems using s3c64xx SoCs. > > Presumably the first 2 or 4 patches in this series could be queued > for v4.10-rc1 and the remaining patches could be left for subsequent > release, to avoid non-trivial conflict with patches already applied > in the ASoC tree. > > The whole series can be pulled from git repository: > git://linuxtv.org/snawrocki/samsung.git > branch: for-v4.10/dma/pl080-s3c64xx-v2 Tested this series again still looks good to me. The code on that branch does differ from the code on the list by the following I tested the code from the list, rather than the branch. Thanks, Charles diff however: --- a/drivers/dma/amba-pl08x.c +++ b/drivers/dma/amba-pl08x.c @@ -2317,7 +2317,7 @@ static int pl08x_probe(struct amba_device *adev, const struct amba_id *id) } else { pl08x->slave.filter.map = pl08x->pd->slave_map; pl08x->slave.filter.mapcnt = pl08x->pd->slave_map_len; - pl08x->slave.filter.fn = pl08x_filter_id; + pl08x->slave.filter.fn = pl08x_filter_fn; }