From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marek Vasut Date: Sun, 13 May 2012 20:46:04 +0200 Subject: [U-Boot] [PATCH 8/8] mxs: prefix register acessor macros with 'mxs' prefix In-Reply-To: References: <1336866018-614-1-git-send-email-otavio@ossystems.com.br> <201205131915.17207.marex@denx.de> Message-ID: <201205132046.04795.marex@denx.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Dear Otavio Salvador, > On Sun, May 13, 2012 at 2:15 PM, Marek Vasut wrote: > >> As the register accessing mode is the same for all i.MXS SoCs we ought > >> to use 'mxs' prefix intead of 'mx28'. > > > > Are you _SURE_ the register offsets are the same on mx233 and mx28? For > > example for DMA? > > From what I read from mx23 datasheet it is. >From what I saw two days ago in the LAKML it isn't ... compare HW_APBH_CH0_SEMA for instance ;-) Check drivers/dma/mxs-dma.c in Linux for example. Best regards, Marek Vasut