From mboxrd@z Thu Jan 1 00:00:00 1970 From: Simon Horman Date: Tue, 03 Jan 2017 09:24:39 +0000 Subject: Re: [PATCH 01/21] sh: sh7724: Don't use a public mmc header for MMC_PROGRESS* Message-Id: <20170103092439.GH14032@verge.net.au> List-Id: References: <1483102054-1752-1-git-send-email-ulf.hansson@linaro.org> <1483102054-1752-2-git-send-email-ulf.hansson@linaro.org> In-Reply-To: <1483102054-1752-2-git-send-email-ulf.hansson@linaro.org> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: Ulf Hansson Cc: linux-mmc@vger.kernel.org, Jaehoon Chung , Adrian Hunter , Linus Walleij , linux-sh@vger.kernel.org, Yoshinori Sato , Rich Felker On Fri, Dec 30, 2016 at 01:47:14PM +0100, Ulf Hansson wrote: > The enum that specifies the MMC_PROGRESS* types, is a sh mmcif specific > thing and has no relevance in a public mmc header. Currently it's used only > by the sh romImage MMCIF boot, so let's instead define the enum in there > and rename the types to MMCIF_* to show this. > > Cc: linux-sh@vger.kernel.org > Cc: Simon Horman > Cc: Yoshinori Sato > Cc: Rich Felker > Signed-off-by: Ulf Hansson Reviewed-by: Simon Horman I assume there is also a patch to remove the enum from include/linux/mmc/boot.h From mboxrd@z Thu Jan 1 00:00:00 1970 From: Simon Horman Subject: Re: [PATCH 01/21] sh: sh7724: Don't use a public mmc header for MMC_PROGRESS* Date: Tue, 3 Jan 2017 10:24:39 +0100 Message-ID: <20170103092439.GH14032@verge.net.au> References: <1483102054-1752-1-git-send-email-ulf.hansson@linaro.org> <1483102054-1752-2-git-send-email-ulf.hansson@linaro.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from kirsty.vergenet.net ([202.4.237.240]:53181 "EHLO kirsty.vergenet.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755709AbdACJYp (ORCPT ); Tue, 3 Jan 2017 04:24:45 -0500 Content-Disposition: inline In-Reply-To: <1483102054-1752-2-git-send-email-ulf.hansson@linaro.org> Sender: linux-mmc-owner@vger.kernel.org List-Id: linux-mmc@vger.kernel.org To: Ulf Hansson Cc: linux-mmc@vger.kernel.org, Jaehoon Chung , Adrian Hunter , Linus Walleij , linux-sh@vger.kernel.org, Yoshinori Sato , Rich Felker On Fri, Dec 30, 2016 at 01:47:14PM +0100, Ulf Hansson wrote: > The enum that specifies the MMC_PROGRESS* types, is a sh mmcif specific > thing and has no relevance in a public mmc header. Currently it's used only > by the sh romImage MMCIF boot, so let's instead define the enum in there > and rename the types to MMCIF_* to show this. > > Cc: linux-sh@vger.kernel.org > Cc: Simon Horman > Cc: Yoshinori Sato > Cc: Rich Felker > Signed-off-by: Ulf Hansson Reviewed-by: Simon Horman I assume there is also a patch to remove the enum from include/linux/mmc/boot.h