From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751919AbbKQKeY (ORCPT ); Tue, 17 Nov 2015 05:34:24 -0500 Received: from mout.kundenserver.de ([212.227.126.133]:49462 "EHLO mout.kundenserver.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750913AbbKQKeW (ORCPT ); Tue, 17 Nov 2015 05:34:22 -0500 From: Arnd Bergmann To: linux-arm-kernel@lists.infradead.org Cc: Mark Brown , linux-spi@vger.kernel.org, linux-kernel@vger.kernel.org, linux-samsung-soc@vger.kernel.org, Krzysztof Kozlowski , Kukjin Kim Subject: Re: [PATCH] SPI: s3c64xx: pass DMA arguments in platform data Date: Tue, 17 Nov 2015 11:33:45 +0100 Message-ID: <16591294.iqvGkiFfez@wuerfel> User-Agent: KMail/4.11.5 (Linux/3.16.0-10-generic; KDE/4.11.5; x86_64; ; ) In-Reply-To: <8391350.6B0EUH1WXO@wuerfel> References: <8391350.6B0EUH1WXO@wuerfel> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" X-Provags-ID: V03:K0:P9SU9QHgMGnVIHSNLUU0lBKKGDpuXeSVOMuxtYxQG3eo8mSLbU2 tSSfp//odfhAbsMv2uXel4xQ4BpCsR9gEXJbjo/Ksxftb+eGwQs3dXkvrlDrd0wIDzspE8d a5KJoawcB8peaKbPcEX9rfpEqQH9tsgBL9Ko0OU2xUIKrd3bos7CmzneXEuBWKiBwquEHBu um4FWJBhXv1yNPxChcOzw== X-UI-Out-Filterresults: notjunk:1;V01:K0:mlQkuYDhD5Y=:GmRfeADvvIQ1FN299dB5ap he/Q8QPkkiREEoC8ZR7KrpW4Q5nxg0uWqjJve08fdPxwv2ULOikYIB4+uGEE9zenB77iBJmXJ 0HenqhR9TK7MPdvpiaEL7zsnW9LRZZEIYI90wsFEfDTk26BFtoCpofNCz48tskNBtrRuIpIJI JIQWP5XvwhTzxLrrYcM3QN2A/fVFeTLVSR7VqnLdSHRxblDWK3sBD9evBmD6YE8/4HcPtq7is 1IM6KvlacOLIg3RBgoa8sNl98ZS2jGT8UsL57U7eiE6ra9quKfF2QyM2lmJT9MhkpWgFColqy Mlc7ctwNb6yQNNe3uLp/E4rn+AH2uSnF7quisDji9W880Gsiglg/8p7/BYfzpBnPjOUfaGwUV minOnDbqU/vSH3nt9Cm+j9RMZcC3CS/6EcPA3DyAAziMEqybnpC9DG70StXnO2kwO7HLLoY5z JqjCORlFj1bZIuPflbKPsM8EZE57WB8zNGyUV3RhDI32a+QBbnQbIUgYM/2Zh2WNV3t6kXPrj IReqFm2XR9TsUVJ7FZuJ6n97J6ie1R6M/kq0EiK+OVu+AibmXNLC76qg6jYFxaJteB4yE5ILK xFEYxKB9RdBoLkx7DM3H7HHhqctBszPofaCmrA0FYzCp+pw684u2Z0++iQqpLA/4UJpzx2IWo lrDUlV2vgLWCQdlu9UAE8aeNfY5TRPFNA7ElYyqENDoWfHiA+DV7aOuNKa/YLzBi81hnrHlF8 3qIo6Tx6shwzaKxI Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Monday 16 November 2015 17:00:21 Arnd Bergmann wrote: > The s3c64xx platform data already contains a pointer to the > DMA filter function, but not to the associated data. > > This simplifies the code and makes it more generic by > passing the data along with the filter function like > we do for other drivers. > > Signed-off-by: Arnd Bergmann While rebasing the ASoC patches, I realized that they are not independent of this one, which I did on top of the others. None of them are urgent, so if the maintainers all agree that we want them, I can wait another merge window with this one. Alternatively, I could rework the patches to avoid the dependency, or we could merge them all through the samsung git tree in order. Arnd