From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jaehoon Chung Date: Wed, 06 Jul 2011 13:51:55 +0900 Subject: [U-Boot] [PATCH 0/1] mmc: S5P: Support DMA restarts at buffer boundaries In-Reply-To: <1309463708-3829-1-git-send-email-robotboy@chromium.org> References: <1309463708-3829-1-git-send-email-robotboy@chromium.org> Message-ID: <4E13E9EB.2080609@samsung.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Tested-by : Jaehoon Chung Anton Staaf wrote: > I don't actually have an S5P machine to test this patch with. I wrote this > code while fixing an issue with the in progress Tegra MMC device driver that > is based on the S5P driver. I have tested this patch on that platform. If > someone with an S5P could give this a whirl that would be great. > > Cc: Minkyu Kang > Cc: Jaehoon Chung > Cc: Albert ARIBAUD > > Anton Staaf (1): > mmc: S5P: Support DMA restarts at buffer boundaries > > drivers/mmc/s5p_mmc.c | 15 +++++++++++---- > 1 files changed, 11 insertions(+), 4 deletions(-) >