From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756232AbbCCKyM (ORCPT ); Tue, 3 Mar 2015 05:54:12 -0500 Received: from mx07-00178001.pphosted.com ([62.209.51.94]:59011 "EHLO mx07-00178001.pphosted.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754629AbbCCKyK (ORCPT ); Tue, 3 Mar 2015 05:54:10 -0500 Message-ID: <54F5929F.80503@st.com> Date: Tue, 3 Mar 2015 11:53:19 +0100 From: Maxime Coquelin User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.4.0 MIME-Version: 1.0 To: Peter Griffin , , , , , , CC: , , , Subject: Re: [PATCH v2 4/8] mmc: sdhci-st: Add st_mmcss_cconfig function to configure mmcss glue registers. References: <1424956227-18258-1-git-send-email-peter.griffin@linaro.org> <1424956227-18258-5-git-send-email-peter.griffin@linaro.org> In-Reply-To: <1424956227-18258-5-git-send-email-peter.griffin@linaro.org> Content-Type: text/plain; charset="windows-1252"; format=flowed Content-Transfer-Encoding: 7bit X-Originating-IP: [10.201.23.80] X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10432:5.13.68,1.0.33,0.0.0000 definitions=2015-03-03_03:2015-03-03,2015-03-03,1970-01-01 signatures=0 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 02/26/2015 02:10 PM, Peter Griffin wrote: > STiH407 family SoC's have glue registers in the flashSS subsystem which > are used to configure the Arasan HC. This patch configures these glue > registers according to what has been specified in the DT. > > Signed-off-by: Peter Griffin > Signed-off-by: Giuseppe Cavallaro > --- > drivers/mmc/host/sdhci-st.c | 88 +++++++++++++++++++++++++++++++++++++++++++++ > 1 file changed, 88 insertions(+) > Acked-by: Maxime Coquelin Thanks, Maxime