From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludovic.barre@st.com (Ludovic BARRE) Date: Mon, 1 Oct 2018 11:43:12 +0200 Subject: [PATCH V2 09/27] mmc: mmci: modify dma_setup callback In-Reply-To: References: <1537523181-14578-1-git-send-email-ludovic.Barre@st.com> <1537523181-14578-10-git-send-email-ludovic.Barre@st.com> Message-ID: To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org hi Ulf On 10/01/2018 11:30 AM, Ulf Hansson wrote: > On 21 September 2018 at 11:46, Ludovic Barre wrote: >> From: Ludovic Barre >> >> This patch creates a generic mmci_dma_setup which calls >> dma_setup callback and manages common next_cookie. >> This patch is needed for sdmmc variant which has a different >> dma settings. >> >> Signed-off-by: Ludovic Barre >> >> # Conflicts: >> # drivers/mmc/host/mmci.h >> > > Please remove this. Looks like some of the other patches in the series > have this in their changelogs as well, please have a look and fix them > all. > yes, it's a mistake due to rush work (like Version of cover letter). sorry BR Ludo > [...] > > Kind regards > Uffe >