From mboxrd@z Thu Jan 1 00:00:00 1970 From: Igor Grinberg Date: Tue, 29 Nov 2011 09:54:12 +0200 Subject: [U-Boot] [PATCH V3 00/13] Support for HTKW mcx board In-Reply-To: <4ED48C32.4070509@emcraft.com> References: <1322498261-20645-1-git-send-email-yanok@emcraft.com> <4ED489F2.7090704@compulab.co.il> <4ED48C32.4070509@emcraft.com> Message-ID: <4ED48FA4.2010707@compulab.co.il> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 11/29/11 09:39, Ilya Yanok wrote: > Hi Igor, > > On 29.11.2011 11:29, Igor Grinberg wrote: >>> these patches introduce support for HTKW mcx board (AM3517-based) >>> including DaVinci EMAC driver fixes to work on AM35xx, SPL fixes >>> and OMAP3 EHCI support. >>> >>> This is an updated version of previously posted patches: >>> http://thread.gmane.org/gmane.comp.boot-loaders.u-boot/116535 >>> >>> Patches are rebased on the current master and no-op implementation >>> for dcache operations on arm926ejs added. >> >> Please, add version history, next time, so it can be easily > > Ok. > >> understood, what has been fixed and what hasn't been fixed. >> It makes a review of the new version much easier. > > Actually I've addressed all comments during previous round. The only > difference from V2 is added no-op cache functions for arm926ejs. Good! IMO, having *all* versions history in each new version is more useful then just the incremental updates, but either way is better than nothing ;-) . > >> Also, if you use '--cover-letter' with git format-patch, you also get >> a nice diff stat, which can help identify, what files are involved. > > Will do. > > Thanks. > > Regards, Ilya. > > -- Regards, Igor.