From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tom Rix Date: Thu, 29 Apr 2010 09:06:36 -0500 Subject: [U-Boot] [PATCH v2] at91: define matrix registers bit fields In-Reply-To: <1271675842-4603-1-git-send-email-dimov@ronetix.at> References: <1271675842-4603-1-git-send-email-dimov@ronetix.at> Message-ID: <4BD9926C.4000907@bumblecow.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Asen Dimov wrote: > Signed-off-by: Asen Dimov > --- > arch/arm/include/asm/arch-at91/at91_matrix.h | 138 ++++++++++++++++++++++++++ > 1 files changed, 138 insertions(+), 0 deletions(-) > I saw this v2 right after the v1. It fixed the problem with the cpp typo. This is ok. Applied to arm/master. Thanks