From mboxrd@z Thu Jan 1 00:00:00 1970 From: Chin Liang See Date: Wed, 7 Aug 2013 10:05:40 -0500 Subject: [U-Boot] [RESEND PATCH v6 1/2] socfpga: Adding System Manager driver In-Reply-To: <1375805031.14255.10.camel@linux-builds1> References: <1375798218-15213-1-git-send-email-clsee@altera.com> <1375805031.14255.10.camel@linux-builds1> Message-ID: <1375887940.2082.2.camel@clsee-VirtualBox.altera.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Tue, 2013-08-06 at 11:03 -0500, Dinh Nguyen wrote: > On Tue, 2013-08-06 at 09:10 -0500, Chin Liang See wrote: > > Adding System Manager driver which will configure the > > pin mux for real hardware Cyclone V development kit > > (not Virtual Platform) > > > > Signed-off-by: Chin Liang See > > Reviewed-by: Pavel Machek > > Cc: Wolfgang Denk > > CC: Pavel Machek > > Cc: Dinh Nguyen > > Cc: Tom Rini > > Cc: Albert Aribaud > > --- > > Changes for v2: > > - Fixed the word wrap issue within patch > > Changes for v3: > > - Fixed the long subject of the patch > > - Fixed the comment within the code > > Changes for v4: > > - Added change log for each revision change > > Changes for v5: > > - Updated the license header for system_manager.c > > - Cc: Tom Rini > > Changes for v6: > > - Updated the license header for system_manager.c and .h to SPDX > > Re-org this with latest at the top. Noted will fix in v7 Thanks Chin Liang > > Besides that: > > Acked-by: Dinh Nguyen > > Dinh