From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephen Warren Date: Wed, 23 Mar 2016 11:27:28 -0600 Subject: [U-Boot] [RFC V2 PATCH 3/3] mmc: add support for block device cache In-Reply-To: <1458524727-4643-4-git-send-email-eric@nelint.com> References: <1458524727-4643-1-git-send-email-eric@nelint.com> <1458524727-4643-4-git-send-email-eric@nelint.com> Message-ID: <56F2D200.7060803@wwwdotorg.org> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de 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? I don't see any cache invalidation call when the SD device is re-initialized. I think I mentioned these two points last time.