From mboxrd@z Thu Jan 1 00:00:00 1970 From: Chin Liang See Date: Mon, 1 Jul 2013 08:41:15 -0500 Subject: [U-Boot] [PATCH v2 1/1] socfpga: Adding System Manager driver which will configure the pin mux for real hardware Cyclone V In-Reply-To: <20130701104240.GB26322@amd.pavel.ucw.cz> References: <0BB3B561D7068A4E89FD8E9ABFB538BEB3B2E44095@PG-ITMSG03.altera.priv.altera.com> <0BB3B561D7068A4E89FD8E9ABFB538BEB3B2E44332@PG-ITMSG03.altera.priv.altera.com> <20130628114023.GD22234@amd.pavel.ucw.cz> <1372454448.11240.7.camel@drezykow-VirtualBox.altera.com> <20130701104240.GB26322@amd.pavel.ucw.cz> Message-ID: <1372686075.12363.2.camel@drezykow-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 Hi Pavel, On Mon, 2013-07-01 at 12:42 +0200, ZY - pavel wrote: > On Fri 2013-06-28 16:20:48, Chin Liang See wrote: > > socfpga: 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 > > > > +DECLARE_GLOBAL_DATA_PTR; > > + > > +/* > > + * Configure all the pin mux > > + */ > > As noted before, I'm not sure this is correct english. Otherwise, > patch looks good to me. > Sorry as I thought I already done that. Let me fix it on next revision. Chin Liang > Reviewed-by: Pavel Machek > Pavel >