From mboxrd@z Thu Jan 1 00:00:00 1970 From: Anatolij Gustschin Date: Sun, 12 Jan 2014 23:43:38 +0100 Subject: [U-Boot] [PATCH v2 0/2] video: ipu reg: Correct some reserved array sizes In-Reply-To: <1387688562-8390-1-git-send-email-Ying.Liu@freescale.com> References: <1387688562-8390-1-git-send-email-Ying.Liu@freescale.com> Message-ID: <20140112234338.712b22e7@crub> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi, On Sun, 22 Dec 2013 13:02:40 +0800 Liu Ying wrote: > The structures ipu_cm and ipu_idmac contain some reserved arrays as > placeholders to make sure the trailing entries may point to the relevant > IPU registers. This patch corrects the size of the reserved arrays. > > Changes in v2: > Added Robin Gong's ack. > > Liu Ying (2): > video: ipu reg: Correct reserved1 array size in struct ipu_cm > video: ipu reg: Correct reserved array size in struct ipu_idmac > > drivers/video/ipu_regs.h | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) applied both patches, thanks! Anatolij