From mboxrd@z Thu Jan 1 00:00:00 1970 From: Matthias Fuchs Date: Mon, 20 Feb 2012 08:53:59 +0100 Subject: [U-Boot] [PATCH 0/2] i.mx28: Elimintated magic numbers for scratch register addresses In-Reply-To: <1328623736-24872-1-git-send-email-robert@delien.nl> References: <1328623736-24872-1-git-send-email-robert@delien.nl> Message-ID: <4F41FC17.5090207@esd.eu> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Marek, Stefano, what kept you from accepting these patches? There was no objection on these. Matthias On 07.02.2012 15:08, robert at delien.nl wrote: > From: Robert Delien > > This patch eliminates the use of magic numbers for the scratch register > addresses. The registers in the DIGCTL sections are now defined and > used to access the scratch registers. > > Robert Delien (2): > Added register definitions for DIGCTL registers > Replaced magic numbers for scratch register addresses with register > definitions > > arch/arm/cpu/arm926ejs/mx28/mx28.c | 8 +- > arch/arm/cpu/arm926ejs/mx28/spl_mem_init.c | 8 +- > arch/arm/include/asm/arch-mx28/imx-regs.h | 1 + > arch/arm/include/asm/arch-mx28/regs-digctl.h | 155 ++++++++++++++++++++++++++ > 4 files changed, 164 insertions(+), 8 deletions(-) > create mode 100644 arch/arm/include/asm/arch-mx28/regs-digctl.h > > _______________________________________________ > U-Boot mailing list > U-Boot at lists.denx.de > http://lists.denx.de/mailman/listinfo/u-boot >