From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephen Warren Date: Thu, 21 Feb 2013 16:38:30 -0700 Subject: [U-Boot] [PATCH v7 0/4] Tegra: MMC: Add DT support for MMC to T20 boards In-Reply-To: <1361485890-25121-1-git-send-email-twarren@nvidia.com> References: <1361485890-25121-1-git-send-email-twarren@nvidia.com> Message-ID: <5126AFF6.10606@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 02/21/2013 03:31 PM, Tom Warren wrote: > This patchset adds device-tree support to the Tegra MMC driver. > All device config is done via properties in the DT files instead > of hard-coded config options/function arguments. > > I've tested this on my Seaboard and everything works fine, > including card detect. For the other T20 boards, I've used > the Linux kernel DTS files for the sdhci nodes where there > wasn't one already, or expanded the info that was already > there. Everything builds fine, but I haven't tested anything > but Seaboard. Just to be explicit, this latest series/version, Reviewed-by: Stephen Warren > v2: Changes as per Stephen's & Simon's review > v3: Changes as per Stephen/Lucas/Thierry/Simon's feedback > v4: Additional changes as per Stephen/Lucas/Thierry/Simon > v5: Additional changes as per Stephen/Lucas/Andy > v6: Additional changes requested by Stephen/Thierry > v7: Additional changes requested by Stephen You've explicitly mentioned the changes in the individual patches, so I'd be inclined to just leave out the list here. If you keep it, it'd be useful to cut/paste all the changes from the individual patches, or summarize them explicitly; simply listing who requested the changes isn't that useful.