From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ulf Hansson Subject: Re: [PATCH v4 0/4] mmc: atmel-mci: cleanup and probe deferring Date: Tue, 2 Dec 2014 11:10:53 +0100 Message-ID: References: <1417444509-15501-1-git-send-email-ludovic.desroches@atmel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Return-path: Received: from mail-qc0-f176.google.com ([209.85.216.176]:54512 "EHLO mail-qc0-f176.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750964AbaLBKKy (ORCPT ); Tue, 2 Dec 2014 05:10:54 -0500 Received: by mail-qc0-f176.google.com with SMTP id i17so9209962qcy.35 for ; Tue, 02 Dec 2014 02:10:53 -0800 (PST) In-Reply-To: <1417444509-15501-1-git-send-email-ludovic.desroches@atmel.com> Sender: linux-mmc-owner@vger.kernel.org List-Id: linux-mmc@vger.kernel.org To: Ludovic Desroches Cc: linux-mmc , "linux-arm-kernel@lists.infradead.org" , Nicolas Ferre , Arnd Bergmann On 1 December 2014 at 15:35, Ludovic Desroches wrote: > Hi Ulf, > > Same as previous series, based on your next branch, and no errors with > checkpatch so let me know if you still have troubles to apply my patches. > > Changes from v3: > - keep __init/__exit attributes for atmci_init/exit > - remove useless variable in atmci_configure_dma function > > Ludovic Desroches (4): > mmc: atmel-mci: remove useless DMA stuff for non-dt devices > mmc: atmel-mci: remove __init/__exit attributes > mmc: atmel-mci: stop using specific initcall > mmc: atmel-mci: use probe deferring if dma controller is not ready yet > > drivers/mmc/host/atmel-mci.c | 76 ++++++++++++++++---------------------------- > 1 file changed, 28 insertions(+), 48 deletions(-) Thanks! Applied for next. Patch 4, did have a minor checkpatch warning. I fixed it. Kind regards Uffe From mboxrd@z Thu Jan 1 00:00:00 1970 From: ulf.hansson@linaro.org (Ulf Hansson) Date: Tue, 2 Dec 2014 11:10:53 +0100 Subject: [PATCH v4 0/4] mmc: atmel-mci: cleanup and probe deferring In-Reply-To: <1417444509-15501-1-git-send-email-ludovic.desroches@atmel.com> References: <1417444509-15501-1-git-send-email-ludovic.desroches@atmel.com> Message-ID: To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On 1 December 2014 at 15:35, Ludovic Desroches wrote: > Hi Ulf, > > Same as previous series, based on your next branch, and no errors with > checkpatch so let me know if you still have troubles to apply my patches. > > Changes from v3: > - keep __init/__exit attributes for atmci_init/exit > - remove useless variable in atmci_configure_dma function > > Ludovic Desroches (4): > mmc: atmel-mci: remove useless DMA stuff for non-dt devices > mmc: atmel-mci: remove __init/__exit attributes > mmc: atmel-mci: stop using specific initcall > mmc: atmel-mci: use probe deferring if dma controller is not ready yet > > drivers/mmc/host/atmel-mci.c | 76 ++++++++++++++++---------------------------- > 1 file changed, 28 insertions(+), 48 deletions(-) Thanks! Applied for next. Patch 4, did have a minor checkpatch warning. I fixed it. Kind regards Uffe