From mboxrd@z Thu Jan 1 00:00:00 1970 From: Chin Liang See Date: Wed, 4 Nov 2015 10:05:14 -0600 Subject: [U-Boot] [PATCH 1/6] net: altera_tse: use data type u32 for regs and desc In-Reply-To: <1446628349-26749-1-git-send-email-thomas@wytron.com.tw> References: <1446628349-26749-1-git-send-email-thomas@wytron.com.tw> Message-ID: <1446653114.4383.0.camel@clsee-VirtualBox> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Wed, 2015-11-04 at 17:12 +0800, thomas at wytron.com.tw wrote: > Use data type u32/u16/u8 for regs and desc, as it is more > portable. > > Signed-off-by: Thomas Chou Reviewed-by: Chin Liang See Thanks Chin Liang