From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751879AbcBLJVh (ORCPT ); Fri, 12 Feb 2016 04:21:37 -0500 Received: from mga04.intel.com ([192.55.52.120]:54354 "EHLO mga04.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751636AbcBLJVc (ORCPT ); Fri, 12 Feb 2016 04:21:32 -0500 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.22,435,1449561600"; d="scan'208";a="913698173" Subject: Re: [PATCH] MAINTAINERS: mmc: Add Adrian Hunter as the maintainer for SDHCI To: Ulf Hansson , linux-mmc@vger.kernel.org, Russell King References: <1455200099-5306-1-git-send-email-ulf.hansson@linaro.org> Cc: Jaehoon Chung , linux-arm-kernel@lists.infradead.org, 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: <56BDA349.1040009@intel.com> Date: Fri, 12 Feb 2016 11:18:01 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.5.1 MIME-Version: 1.0 In-Reply-To: <1455200099-5306-1-git-send-email-ulf.hansson@linaro.org> 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 11/02/16 16:14, Ulf Hansson wrote: >>>From discussions on linux-mmc I have been encouraging someone to pick > up the maintainer role for SDHCI. I am very pleased that Adrian Hunter > volunteered and accepted the challenge! > > The SDHCI code is currently in quite poor quality, but we have agreed on > a way forward to try to reach a point where the SDHCI core becomes more of > a set of library functions. Each SDHCI driver variant can then decide > which functions to use and allows it to implement variant specific code, > without needing to also change SDHCI core code. > > In the end we aim to get better optimized and maintainable code. > > Signed-off-by: Ulf Hansson > --- > MAINTAINERS | 7 ++++--- > 1 file changed, 4 insertions(+), 3 deletions(-) > > diff --git a/MAINTAINERS b/MAINTAINERS > index 30aca4a..5511069 100644 > --- a/MAINTAINERS > +++ b/MAINTAINERS > @@ -9706,10 +9706,11 @@ S: Maintained > F: drivers/mmc/host/sdricoh_cs.c > > SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) DRIVER > +M: Adrian Hunter > L: linux-mmc@vger.kernel.org > -S: Orphan > -F: drivers/mmc/host/sdhci.* > -F: drivers/mmc/host/sdhci-pltfm.[ch] > +S: Maintained +T: git git://git.infradead.org/users/ahunter/linux-sdhci.git > +F: drivers/mmc/host/sdhci* > +F: include/linux/mmc/sdhci* > > SECURE COMPUTING > M: Kees Cook > Sorry, I hadn't got round to doing this myself. Acked-by: Adrian Hunter