From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eric Nelson Date: Wed, 23 Mar 2016 10:46:10 -0700 Subject: [U-Boot] [RFC V2 PATCH 3/3] mmc: add support for block device cache In-Reply-To: <56F2D200.7060803@wwwdotorg.org> References: <1458524727-4643-1-git-send-email-eric@nelint.com> <1458524727-4643-4-git-send-email-eric@nelint.com> <56F2D200.7060803@wwwdotorg.org> Message-ID: <56F2D662.3080906@nelint.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi Stephen, On 03/23/2016 10:27 AM, Stephen Warren wrote: > On 03/20/2016 07:45 PM, Eric Nelson wrote: > >> diff --git a/drivers/mmc/mmc.c b/drivers/mmc/mmc.c > >> @@ -6,7 +6,6 @@ >> * >> * SPDX-License-Identifier: GPL-2.0+ >> */ >> - >> #include > > Unrelated change? > Yes. Sorry about that. > I don't see any cache invalidation call when the SD device is > re-initialized. > > I think I mentioned these two points last time. You did and I missed it. Regards, Eric