From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jean-Christophe PLAGNIOL-VILLARD Date: Sat, 23 May 2009 02:25:27 +0200 Subject: [U-Boot] [PATCH 2/7] serial_mx31: allow it to work with mx27 too and rename to serial_mxc In-Reply-To: <1242777361-6717-3-git-send-email-yanok@emcraft.com> References: <1242777361-6717-1-git-send-email-yanok@emcraft.com> <1242777361-6717-3-git-send-email-yanok@emcraft.com> Message-ID: <20090523002527.GB20889@game.jcrosoft.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:55 Wed 20 May , Ilya Yanok wrote: > UART hardware on i.MX27 is the same as on the i.MX31 so we just > need to provide the driver with correct address of the registers. > > Signed-off-by: Ilya Yanok > --- could you use git format-patch -M -B -C to generate this in order to show only the diff during the file move Best Regards, J.