From mboxrd@z Thu Jan 1 00:00:00 1970 From: Chin Liang See Date: Wed, 7 Aug 2013 10:04:47 -0500 Subject: [U-Boot] [RESEND PATCH v5 1/1] socfpga: Creating driver for Reset Manager In-Reply-To: <1375804900.14255.9.camel@linux-builds1> References: <1375798175-15169-1-git-send-email-clsee@altera.com> <1375804900.14255.9.camel@linux-builds1> Message-ID: <1375887887.2082.1.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:01 -0500, Dinh Nguyen wrote: > On Tue, 2013-08-06 at 09:09 -0500, Chin Liang See wrote: > > Consolidating reset code into reset_manager.c. > > Also separating reset configuration for virtual target > > and real hardware Cyclone V development kit > > > > Signed-off-by: Chin Liang See > > Reviewed-by: Pavel Machek > > Add Pavel's email address. Noted will fix in v6 > > > Cc: Wolfgang Denk > > CC: Pavel Machek > > Cc: Dinh Nguyen > > Cc: Tom Rini > > Cc: Albert Aribaud > > --- > > Changes for v2: > > - Fixed the long subject of the patch > > - Consolidated the reset_manager structure between virtual target and dev kit > > Changes for v3: > > - Added change log for each revision change > > - Removed the < > between the date of copyright header > > Changes for v4: > > - Updated the license header for reset_manager.c > > Changes for v5: > > - Updated the license header for reset_manager.c to SPDX > > re-org to have latest changes, v5, at the top. Noted will fix in v6 Thanks Chin Liang