From mboxrd@z Thu Jan 1 00:00:00 1970 From: maxime.coquelin@st.com (Maxime Coquelin) Date: Tue, 3 Mar 2015 11:34:15 +0100 Subject: [PATCH v2 2/8] mmc: sdhci-st: Add support for de-asserting reset signal and top regs resource In-Reply-To: <1424956227-18258-3-git-send-email-peter.griffin@linaro.org> References: <1424956227-18258-1-git-send-email-peter.griffin@linaro.org> <1424956227-18258-3-git-send-email-peter.griffin@linaro.org> Message-ID: <54F58E27.10401@st.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org Hi Peter, On 02/26/2015 02:10 PM, Peter Griffin wrote: > STiH407 family SoC's can have a reset signal for the controller which needs to > be managed. Also the eMMC controller has some additional 'top' memory mapped > registers which are used to manage the dynamic and static delay required for > UHS modes. This patch adds support for creating the mapping, which will be used > by subsequent patches. > > Signed-off-by: Peter Griffin > Signed-off-by: Giuseppe Cavallaro > --- > drivers/mmc/host/sdhci-st.c | 52 ++++++++++++++++++++++++++++++++++++++++++--- > 1 file changed, 49 insertions(+), 3 deletions(-) > Acked-by: Maxime Coquelin Thanks, Maxime