From mboxrd@z Thu Jan 1 00:00:00 1970 From: shawn.guo@freescale.com (Shawn Guo) Date: Tue, 20 May 2014 19:50:13 +0800 Subject: [PATCH 18/20] ARM: imx5: remove file mm-imx5.c In-Reply-To: <1400578975.608551061@f382.i.mail.ru> References: <1400575538-21136-1-git-send-email-shawn.guo@freescale.com> <1400575538-21136-19-git-send-email-shawn.guo@freescale.com> <1400578975.608551061@f382.i.mail.ru> Message-ID: <20140520115011.GB20778@dragon> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Tue, May 20, 2014 at 01:42:55PM +0400, Alexander Shiyan wrote: > Tue, 20 May 2014 16:45:36 +0800 ?? Shawn Guo : > > The only code left in mm-imx5.c is to create static mapping. While all > > IMX platform code are moved to use dynamic mapping, the file can just be > > removed now. > > > > Signed-off-by: Shawn Guo > > Do we need a static mappings for UART lowlevel debug? It's been handled by debug_ll_io_init(). So we're fine. Shawn