From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752651AbcDTGRZ (ORCPT ); Wed, 20 Apr 2016 02:17:25 -0400 Received: from mga11.intel.com ([192.55.52.93]:23296 "EHLO mga11.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750762AbcDTGRX (ORCPT ); Wed, 20 Apr 2016 02:17:23 -0400 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.24,508,1455004800"; d="scan'208";a="962473684" Subject: Re: [PATCH v2 0/7] mmc: sdhci-pltfm: fix and tidy up sdhci_pltfm_init() To: Masahiro Yamada , linux-mmc@vger.kernel.org, Ulf Hansson References: <1461118591-21595-1-git-send-email-yamada.masahiro@socionext.com> Cc: linux-kernel@vger.kernel.org From: Adrian Hunter Organization: Intel Finland Oy, Registered Address: PL 281, 00181 Helsinki, Business Identity Code: 0357606 - 4, Domiciled in Helsinki Message-ID: <57171E10.7040507@intel.com> Date: Wed, 20 Apr 2016 09:13:36 +0300 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.6.0 MIME-Version: 1.0 In-Reply-To: <1461118591-21595-1-git-send-email-yamada.masahiro@socionext.com> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 20/04/16 05:16, Masahiro Yamada wrote: > > > Changes in v2: > - Remove resource size checking rather than fix it. > - Add \n to the tail of the error message > > Masahiro Yamada (7): > mmc: sdhci-pltfm: drop error message for too small MMIO resource size > mmc: sdhci-pltfm: check return value of platform_get_irq() > mmc: sdhci-pltfm: use devm_request_mem_region() > mmc: sdhci-pltfm: use devm_ioremap() > mmc: sdhci-pltfm: use devm_ioremap_resource() > mmc: sdhci-pltfm: move devm_ioremap_resource() up > mmc: sdhci-pltfm: call platform_get_irq() before sdhci_alloc_host() > > drivers/mmc/host/sdhci-pltfm.c | 42 +++++++++++++----------------------------- > 1 file changed, 13 insertions(+), 29 deletions(-) > Thank you! For all 7 patches: Acked-by: Adrian Hunter