Re: [U-Boot] [PATCH 1/6] am33xx: Enable UART{1,2,4,5} clocks

2012-10-21 Thread Tom Rini
On Sat, Oct 20, 2012 at 11:57 AM, Marek Vasut wrote: > Dear Tom Rini, [snip] >> Lets just match the rest of the SoC code and have the empty loop. We >> can have the discussion about what kind of delay or macro makes most >> sense another time. > > WATCHDOG_RESET() shall obviously be called, just

Re: [U-Boot] [PATCH 1/6] am33xx: Enable UART{1,2,4,5} clocks

2012-10-20 Thread Marek Vasut
Dear Tom Rini, > On Fri, Oct 19, 2012 at 08:25:46PM -0400, Andrew Bradford wrote: > > Tom & Marek, > > > > On Thu, 27 Sep 2012 10:53:05 -0700 > > > > Tom Rini wrote: > > > -BEGIN PGP SIGNED MESSAGE- > > > Hash: SHA1 > > > > > > On 09/27/12 10:27, Marek Vasut wrote: > > > > Dear Tom Rin

Re: [U-Boot] [PATCH 1/6] am33xx: Enable UART{1,2,4,5} clocks

2012-10-20 Thread Tom Rini
On Fri, Oct 19, 2012 at 08:25:46PM -0400, Andrew Bradford wrote: > Tom & Marek, > > On Thu, 27 Sep 2012 10:53:05 -0700 > Tom Rini wrote: > > > -BEGIN PGP SIGNED MESSAGE- > > Hash: SHA1 > > > > On 09/27/12 10:27, Marek Vasut wrote: > > > Dear Tom Rini, > > > > > >> On 09/27/12 10:11, Ma

Re: [U-Boot] [PATCH 1/6] am33xx: Enable UART{1,2,4,5} clocks

2012-10-19 Thread Andrew Bradford
Tom & Marek, On Thu, 27 Sep 2012 10:53:05 -0700 Tom Rini wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > On 09/27/12 10:27, Marek Vasut wrote: > > Dear Tom Rini, > > > >> On 09/27/12 10:11, Marek Vasut wrote: > >>> Dear Tom Rini, > >>> > On 09/27/12 09:45, Marek Vasut wrote:

Re: [U-Boot] [PATCH 1/6] am33xx: Enable UART{1,2,4,5} clocks

2012-09-27 Thread Tom Rini
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 09/27/12 10:27, Marek Vasut wrote: > Dear Tom Rini, > >> On 09/27/12 10:11, Marek Vasut wrote: >>> Dear Tom Rini, >>> On 09/27/12 09:45, Marek Vasut wrote: > Dear Tom Rini, > >> On Thu, Sep 27, 2012 at 06:13:36PM +0200, Marek Vas

Re: [U-Boot] [PATCH 1/6] am33xx: Enable UART{1,2,4,5} clocks

2012-09-27 Thread Marek Vasut
Dear Tom Rini, > On 09/27/12 10:11, Marek Vasut wrote: > > Dear Tom Rini, > > > >> On 09/27/12 09:45, Marek Vasut wrote: > >>> Dear Tom Rini, > >>> > On Thu, Sep 27, 2012 at 06:13:36PM +0200, Marek Vasut wrote: > > Dear Andrew Bradford, > > > >> If configured to use UART{1,2,4,

Re: [U-Boot] [PATCH 1/6] am33xx: Enable UART{1,2,4,5} clocks

2012-09-27 Thread Tom Rini
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 09/27/12 10:11, Marek Vasut wrote: > Dear Tom Rini, > >> On 09/27/12 09:45, Marek Vasut wrote: >>> Dear Tom Rini, >>> On Thu, Sep 27, 2012 at 06:13:36PM +0200, Marek Vasut wrote: > Dear Andrew Bradford, > >> If configured to use UA

Re: [U-Boot] [PATCH 1/6] am33xx: Enable UART{1,2,4,5} clocks

2012-09-27 Thread Marek Vasut
Dear Tom Rini, > On 09/27/12 09:45, Marek Vasut wrote: > > Dear Tom Rini, > > > >> On Thu, Sep 27, 2012 at 06:13:36PM +0200, Marek Vasut wrote: > >>> Dear Andrew Bradford, > >>> > If configured to use UART{1,2,4,5}, such as on the Beaglebone > RS232 cape, enable the required clocks for

Re: [U-Boot] [PATCH 1/6] am33xx: Enable UART{1,2,4,5} clocks

2012-09-27 Thread Tom Rini
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 09/27/12 09:45, Marek Vasut wrote: > Dear Tom Rini, > >> On Thu, Sep 27, 2012 at 06:13:36PM +0200, Marek Vasut wrote: >>> Dear Andrew Bradford, >>> If configured to use UART{1,2,4,5}, such as on the Beaglebone RS232 cape, enable the requ

Re: [U-Boot] [PATCH 1/6] am33xx: Enable UART{1,2,4,5} clocks

2012-09-27 Thread Marek Vasut
Dear Tom Rini, > On Thu, Sep 27, 2012 at 06:13:36PM +0200, Marek Vasut wrote: > > Dear Andrew Bradford, > > > > > If configured to use UART{1,2,4,5}, such as on the Beaglebone RS232 > > > cape, enable the required clocks for the UART in use. > > > > > > Signed-off-by: Andrew Bradford > > > ---

Re: [U-Boot] [PATCH 1/6] am33xx: Enable UART{1,2,4,5} clocks

2012-09-27 Thread Tom Rini
On Thu, Sep 27, 2012 at 06:13:36PM +0200, Marek Vasut wrote: > Dear Andrew Bradford, > > > If configured to use UART{1,2,4,5}, such as on the Beaglebone RS232 > > cape, enable the required clocks for the UART in use. > > > > Signed-off-by: Andrew Bradford > > --- > > arch/arm/cpu/armv7/am33xx/c

Re: [U-Boot] [PATCH 1/6] am33xx: Enable UART{1,2,4,5} clocks

2012-09-27 Thread Marek Vasut
Dear Andrew Bradford, > If configured to use UART{1,2,4,5}, such as on the Beaglebone RS232 > cape, enable the required clocks for the UART in use. > > Signed-off-by: Andrew Bradford > --- > arch/arm/cpu/armv7/am33xx/clock.c | 28 > 1 file changed, 28 insertions(+

Re: [U-Boot] [PATCH 1/6] am33xx: Enable UART{1,2,4,5} clocks

2012-09-27 Thread Matt Porter
On Wed, Sep 26, 2012 at 04:04:14PM -0400, Andrew Bradford wrote: > If configured to use UART{1,2,4,5}, such as on the Beaglebone RS232 > cape, enable the required clocks for the UART in use. > > Signed-off-by: Andrew Bradford > --- > arch/arm/cpu/armv7/am33xx/clock.c | 28 +

[U-Boot] [PATCH 1/6] am33xx: Enable UART{1,2,4,5} clocks

2012-09-26 Thread Andrew Bradford
If configured to use UART{1,2,4,5}, such as on the Beaglebone RS232 cape, enable the required clocks for the UART in use. Signed-off-by: Andrew Bradford --- arch/arm/cpu/armv7/am33xx/clock.c | 28 1 file changed, 28 insertions(+) diff --git a/arch/arm/cpu/armv7/am