From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751343AbdKTPO7 (ORCPT ); Mon, 20 Nov 2017 10:14:59 -0500 Received: from conssluserg-03.nifty.com ([210.131.2.82]:24293 "EHLO conssluserg-03.nifty.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751268AbdKTPO6 (ORCPT ); Mon, 20 Nov 2017 10:14:58 -0500 DKIM-Filter: OpenDKIM Filter v2.10.3 conssluserg-03.nifty.com vAKFEjdI022568 X-Nifty-SrcIP: [209.85.161.180] X-Google-Smtp-Source: AGs4zMb6f/EGQx4fhaDdmMb5qlEKJuAsP92AFi8wXm1F89PHass2Og5AnqI72BMubEKo3EhWQRqjnxk40kmSl2stAyU= MIME-Version: 1.0 In-Reply-To: <20171120132255.kybz6nbtaviygsu7@tetsubishi> References: <1510042172-27220-1-git-send-email-yamada.masahiro@socionext.com> <1510042172-27220-3-git-send-email-yamada.masahiro@socionext.com> <20171119194930.npqfzqvmh4zbcb34@tetsubishi> <20171120092023.nc3oxnawxqwa3ofs@tetsubishi> <20171120132255.kybz6nbtaviygsu7@tetsubishi> From: Masahiro Yamada Date: Tue, 21 Nov 2017 00:14:04 +0900 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: [PATCH 2/6] mmc: tmio: set tmio_mmc_host to driver data To: Wolfram Sang Cc: Wolfram Sang , linux-mmc , Simon Horman , Yoshihiro Shimoda , Linux Kernel Mailing List , Ulf Hansson Content-Type: text/plain; charset="UTF-8" Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Wolfram, 2017-11-20 22:22 GMT+09:00 Wolfram Sang : > >> Last week I was working on the TMIO driver >> and I have more bug-fix and clean-up patches in hand now. >> (about 20 patches) >> >> The patch order is getting a mess, >> so I am planning to put all patches in one series. >> >> If not in hurry, can you wait for a little? > > So, did I get this correct: all your current patches are obsolete > meanwhile? And I don't need to test or tag them until your new series > comes out? > No, that is not what I meant. I a bit felt sorry to ask you to test my patches several times. I thought I could ask you to test for a larger chunk (since 4.16 is far away anyway), but if you do not mind it, please go a head for testing the current patches. I fixed some typos, but no change in the code diff. Once you test them and issue Reviewed-by, you do not need to re-review them. Please let me postpone only the following one: https://patchwork.kernel.org/patch/10045861/ I had two ideas in my mind [1] move mmc_of_parse() to each driver's probe [2] move mmc_of_parse() to tmio_mmc_host_alloc() After I thought a bit, perhaps [2] might be cleaner... Thanks! -- Best Regards Masahiro Yamada