All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH] arm: mx5: Fix RTC bus number
@ 2014-07-24 22:05 Marek Vasut
  2014-07-25  2:27 ` Fabio Estevam
  0 siblings, 1 reply; 6+ messages in thread
From: Marek Vasut @ 2014-07-24 22:05 UTC (permalink / raw)
  To: u-boot

A previous update to the I2C stack introduced a typo in the
configuration option. Fix the typo and therefore allow the
RTC to work correctly with the 'date' command again.

Signed-off-by: Marek Vasut <marex@denx.de>
Cc: Stefano Babic <sbabic@denx.de>
---
 include/configs/m53evk.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/configs/m53evk.h b/include/configs/m53evk.h
index 97196c6..e5756d3 100644
--- a/include/configs/m53evk.h
+++ b/include/configs/m53evk.h
@@ -175,7 +175,7 @@
 #ifdef CONFIG_CMD_I2C
 #define CONFIG_SYS_I2C
 #define CONFIG_SYS_I2C_MXC
-#define CONFIG_SYS_SPD_BUS_NUM		1 /* I2C2 */
+#define CONFIG_SYS_RTC_BUS_NUM		1 /* I2C2 */
 #endif
 
 /*
-- 
2.0.1

^ permalink raw reply related	[flat|nested] 6+ messages in thread

* [U-Boot] [PATCH] arm: mx5: Fix RTC bus number
  2014-07-24 22:05 [U-Boot] [PATCH] arm: mx5: Fix RTC bus number Marek Vasut
@ 2014-07-25  2:27 ` Fabio Estevam
  2014-07-25  3:29   ` Otavio Salvador
  2014-07-25 15:24   ` Marek Vasut
  0 siblings, 2 replies; 6+ messages in thread
From: Fabio Estevam @ 2014-07-25  2:27 UTC (permalink / raw)
  To: u-boot

On Thu, Jul 24, 2014 at 7:05 PM, Marek Vasut <marex@denx.de> wrote:
> A previous update to the I2C stack introduced a typo in the
> configuration option. Fix the typo and therefore allow the
> RTC to work correctly with the 'date' command again.
>
> Signed-off-by: Marek Vasut <marex@denx.de>
> Cc: Stefano Babic <sbabic@denx.de>
> ---
>  include/configs/m53evk.h | 2 +-

It would be clearer if m53evk was mentioned in the Subject.

^ permalink raw reply	[flat|nested] 6+ messages in thread

* [U-Boot] [PATCH] arm: mx5: Fix RTC bus number
  2014-07-25  2:27 ` Fabio Estevam
@ 2014-07-25  3:29   ` Otavio Salvador
  2014-07-25 15:24   ` Marek Vasut
  1 sibling, 0 replies; 6+ messages in thread
From: Otavio Salvador @ 2014-07-25  3:29 UTC (permalink / raw)
  To: u-boot

On Thu, Jul 24, 2014 at 11:27 PM, Fabio Estevam <festevam@gmail.com> wrote:
> On Thu, Jul 24, 2014 at 7:05 PM, Marek Vasut <marex@denx.de> wrote:
>> A previous update to the I2C stack introduced a typo in the
>> configuration option. Fix the typo and therefore allow the
>> RTC to work correctly with the 'date' command again.
>>
>> Signed-off-by: Marek Vasut <marex@denx.de>
>> Cc: Stefano Babic <sbabic@denx.de>
>> ---
>>  include/configs/m53evk.h | 2 +-
>
> It would be clearer if m53evk was mentioned in the Subject.

Agreed, the current commit log is misleading.

-- 
Otavio Salvador                             O.S. Systems
http://www.ossystems.com.br        http://code.ossystems.com.br
Mobile: +55 (53) 9981-7854            Mobile: +1 (347) 903-9750

^ permalink raw reply	[flat|nested] 6+ messages in thread

* [U-Boot] [PATCH] arm: mx5: Fix RTC bus number
  2014-07-25  2:27 ` Fabio Estevam
  2014-07-25  3:29   ` Otavio Salvador
@ 2014-07-25 15:24   ` Marek Vasut
  1 sibling, 0 replies; 6+ messages in thread
From: Marek Vasut @ 2014-07-25 15:24 UTC (permalink / raw)
  To: u-boot

On Friday, July 25, 2014 at 04:27:58 AM, Fabio Estevam wrote:
> On Thu, Jul 24, 2014 at 7:05 PM, Marek Vasut <marex@denx.de> wrote:
> > A previous update to the I2C stack introduced a typo in the
> > configuration option. Fix the typo and therefore allow the
> > RTC to work correctly with the 'date' command again.
> > 
> > Signed-off-by: Marek Vasut <marex@denx.de>
> > Cc: Stefano Babic <sbabic@denx.de>
> > ---
> > 
> >  include/configs/m53evk.h | 2 +-
> 
> It would be clearer if m53evk was mentioned in the Subject.

Thanks for spotting this.

Best regards,
Marek Vasut

^ permalink raw reply	[flat|nested] 6+ messages in thread

* [U-Boot] [PATCH] arm: mx5: Fix RTC bus number
  2014-07-25 15:22 Marek Vasut
@ 2014-07-25 15:24 ` Marek Vasut
  0 siblings, 0 replies; 6+ messages in thread
From: Marek Vasut @ 2014-07-25 15:24 UTC (permalink / raw)
  To: u-boot

On Friday, July 25, 2014 at 05:22:47 PM, Marek Vasut wrote:
> A previous update to the I2C stack introduced a typo in the
> configuration option. Fix the typo and therefore allow the
> RTC to work correctly with the 'date' command again.
> 
> Signed-off-by: Marek Vasut <marex@denx.de>
> Cc: Stefano Babic <sbabic@denx.de>

Darn, please ignore.

Best regards,
Marek Vasut

^ permalink raw reply	[flat|nested] 6+ messages in thread

* [U-Boot] [PATCH] arm: mx5: Fix RTC bus number
@ 2014-07-25 15:22 Marek Vasut
  2014-07-25 15:24 ` Marek Vasut
  0 siblings, 1 reply; 6+ messages in thread
From: Marek Vasut @ 2014-07-25 15:22 UTC (permalink / raw)
  To: u-boot

A previous update to the I2C stack introduced a typo in the
configuration option. Fix the typo and therefore allow the
RTC to work correctly with the 'date' command again.

Signed-off-by: Marek Vasut <marex@denx.de>
Cc: Stefano Babic <sbabic@denx.de>
---
 include/configs/m53evk.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/configs/m53evk.h b/include/configs/m53evk.h
index 97196c6..e5756d3 100644
--- a/include/configs/m53evk.h
+++ b/include/configs/m53evk.h
@@ -175,7 +175,7 @@
 #ifdef CONFIG_CMD_I2C
 #define CONFIG_SYS_I2C
 #define CONFIG_SYS_I2C_MXC
-#define CONFIG_SYS_SPD_BUS_NUM		1 /* I2C2 */
+#define CONFIG_SYS_RTC_BUS_NUM		1 /* I2C2 */
 #endif
 
 /*
-- 
2.0.1

^ permalink raw reply related	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2014-07-25 15:24 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-07-24 22:05 [U-Boot] [PATCH] arm: mx5: Fix RTC bus number Marek Vasut
2014-07-25  2:27 ` Fabio Estevam
2014-07-25  3:29   ` Otavio Salvador
2014-07-25 15:24   ` Marek Vasut
2014-07-25 15:22 Marek Vasut
2014-07-25 15:24 ` Marek Vasut

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.