Re: [U-Boot] [PATCH 1/3] mx28evk: add RTC support

2012-02-07 Thread Stefano Babic
On 18/01/2012 12:33, Matthias Fuchs wrote: > This patch adds support for the MX28 internal RTC > and enables u-boot's date command. > > Signed-off-by: Matthias Fuchs > --- Applied to u-boot-imx, thanks. Best regards, Stefano Babic -- ===

Re: [U-Boot] [PATCH 1/3] mx28evk: add RTC support

2012-02-06 Thread Stefano Babic
On 06/02/2012 13:51, Fabio Estevam wrote: > Hi Stefano, > > On 1/23/12, Fabio Estevam wrote: >> On 1/18/12, Matthias Fuchs wrote: >>> This patch adds support for the MX28 internal RTC >>> and enables u-boot's date command. >>> >>> Signed-off-by: Matthias Fuchs >> >> Tested-by: Fabio Estevam >

Re: [U-Boot] [PATCH 1/3] mx28evk: add RTC support

2012-02-06 Thread Fabio Estevam
Hi Stefano, On 1/23/12, Fabio Estevam wrote: > On 1/18/12, Matthias Fuchs wrote: >> This patch adds support for the MX28 internal RTC >> and enables u-boot's date command. >> >> Signed-off-by: Matthias Fuchs > > Tested-by: Fabio Estevam Any issues with this patch series? If not, is it possib

Re: [U-Boot] [PATCH 1/3] mx28evk: add RTC support

2012-01-23 Thread Fabio Estevam
On 1/18/12, Matthias Fuchs wrote: > This patch adds support for the MX28 internal RTC > and enables u-boot's date command. > > Signed-off-by: Matthias Fuchs Tested-by: Fabio Estevam ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mai

Re: [U-Boot] [PATCH 1/3] mx28evk: add RTC support

2012-01-19 Thread Marek Vasut
> On Wed, Jan 18, 2012 at 2:07 PM, Marek Vasut wrote: > > Fabio, can you please test this and 2/3 ? > > Yes, will test them soon. > > Regards, > > Fabio Estevam Thanks a lot! ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/l

Re: [U-Boot] [PATCH 1/3] mx28evk: add RTC support

2012-01-19 Thread Fabio Estevam
On Wed, Jan 18, 2012 at 2:07 PM, Marek Vasut wrote: > Fabio, can you please test this and 2/3 ? Yes, will test them soon. Regards, Fabio Estevam ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

Re: [U-Boot] [PATCH 1/3] mx28evk: add RTC support

2012-01-18 Thread Marek Vasut
> This patch adds support for the MX28 internal RTC > and enables u-boot's date command. > > Signed-off-by: Matthias Fuchs > --- > include/configs/mx28evk.h |8 > 1 files changed, 8 insertions(+), 0 deletions(-) > > diff --git a/include/configs/mx28evk.h b/include/configs/mx28evk.h