All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH] arm: mvebu: correct comments around cas_wl/cas_l
@ 2017-11-28 21:38 Chris Packham
  2017-11-29 10:32 ` Stefan Roese
  2017-11-30 12:30 ` Stefan Roese
  0 siblings, 2 replies; 3+ messages in thread
From: Chris Packham @ 2017-11-28 21:38 UTC (permalink / raw)
  To: u-boot

The order of members in struct hws_topology_map is cas_wl, cas_l. The
comments in the original db-88f6820-gp.c had this wrong and have been
copied to other Armada-385 based boards. Practically this hasn't made a
difference since all these boards set both cas_wl and cas_l to 0
(autodetect) but if there were ever a board that did need to set these
explicitly they would run into unexpected issued.

Update the comments to reflect the correct order of structure members.

Reported-by: Tobi Wulff <tobi.wulff@alliedtelesis.co.nz>
Signed-off-by: Chris Packham <judge.packham@gmail.com>
---

 board/CZ.NIC/turris_omnia/turris_omnia.c      | 4 ++--
 board/Marvell/db-88f6820-amc/db-88f6820-amc.c | 2 +-
 board/Marvell/db-88f6820-gp/db-88f6820-gp.c   | 2 +-
 board/gdsys/a38x/controlcenterdc.c            | 2 +-
 board/solidrun/clearfog/clearfog.c            | 2 +-
 5 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/board/CZ.NIC/turris_omnia/turris_omnia.c b/board/CZ.NIC/turris_omnia/turris_omnia.c
index af66837909de..b03c0a3714b1 100644
--- a/board/CZ.NIC/turris_omnia/turris_omnia.c
+++ b/board/CZ.NIC/turris_omnia/turris_omnia.c
@@ -212,7 +212,7 @@ static struct hws_topology_map board_topology_map_1g = {
 	    BUS_WIDTH_16,		/* memory_width */
 	    MEM_4G,			/* mem_size */
 	    DDR_FREQ_800,		/* frequency */
-	    0, 0,			/* cas_l cas_wl */
+	    0, 0,			/* cas_wl cas_l */
 	    HWS_TEMP_NORMAL,		/* temperature */
 	    HWS_TIM_2T} },		/* timing (force 2t) */
 	5,				/* Num Of Bus Per Interface*/
@@ -231,7 +231,7 @@ static struct hws_topology_map board_topology_map_2g = {
 	    BUS_WIDTH_16,		/* memory_width */
 	    MEM_8G,			/* mem_size */
 	    DDR_FREQ_800,		/* frequency */
-	    0, 0,			/* cas_l cas_wl */
+	    0, 0,			/* cas_wl cas_l */
 	    HWS_TEMP_NORMAL,		/* temperature */
 	    HWS_TIM_2T} },		/* timing (force 2t) */
 	5,				/* Num Of Bus Per Interface*/
diff --git a/board/Marvell/db-88f6820-amc/db-88f6820-amc.c b/board/Marvell/db-88f6820-amc/db-88f6820-amc.c
index ac58f9085266..7db0095f75ef 100644
--- a/board/Marvell/db-88f6820-amc/db-88f6820-amc.c
+++ b/board/Marvell/db-88f6820-amc/db-88f6820-amc.c
@@ -68,7 +68,7 @@ static struct hws_topology_map board_topology_map = {
 	    BUS_WIDTH_8,		/* memory_width */
 	    MEM_2G,			/* mem_size */
 	    DDR_FREQ_800,		/* frequency */
-	    0, 0,			/* cas_l cas_wl */
+	    0, 0,			/* cas_wl cas_l */
 	    HWS_TEMP_LOW,		/* temperature */
 	    HWS_TIM_DEFAULT} },		/* timing */
 	5,				/* Num Of Bus Per Interface*/
diff --git a/board/Marvell/db-88f6820-gp/db-88f6820-gp.c b/board/Marvell/db-88f6820-gp/db-88f6820-gp.c
index a1974cb4bd21..b95cd1d4aab5 100644
--- a/board/Marvell/db-88f6820-gp/db-88f6820-gp.c
+++ b/board/Marvell/db-88f6820-gp/db-88f6820-gp.c
@@ -89,7 +89,7 @@ static struct hws_topology_map board_topology_map = {
 	    BUS_WIDTH_8,		/* memory_width */
 	    MEM_4G,			/* mem_size */
 	    DDR_FREQ_800,		/* frequency */
-	    0, 0,			/* cas_l cas_wl */
+	    0, 0,			/* cas_wl cas_l */
 	    HWS_TEMP_LOW,		/* temperature */
 	    HWS_TIM_DEFAULT} },		/* timing */
 	5,				/* Num Of Bus Per Interface*/
diff --git a/board/gdsys/a38x/controlcenterdc.c b/board/gdsys/a38x/controlcenterdc.c
index 32168d35768a..3d74a6dfb897 100644
--- a/board/gdsys/a38x/controlcenterdc.c
+++ b/board/gdsys/a38x/controlcenterdc.c
@@ -52,7 +52,7 @@ static struct hws_topology_map ddr_topology_map = {
 	    BUS_WIDTH_16,		/* memory_width */
 	    MEM_4G,			/* mem_size */
 	    DDR_FREQ_533,		/* frequency */
-	    0, 0,			/* cas_l cas_wl */
+	    0, 0,			/* cas_wl cas_l */
 	    HWS_TEMP_LOW,		/* temperature */
 	    HWS_TIM_DEFAULT} },		/* timing */
 	5,				/* Num Of Bus Per Interface*/
diff --git a/board/solidrun/clearfog/clearfog.c b/board/solidrun/clearfog/clearfog.c
index 8906636f7646..1472e9793e5f 100644
--- a/board/solidrun/clearfog/clearfog.c
+++ b/board/solidrun/clearfog/clearfog.c
@@ -82,7 +82,7 @@ static struct hws_topology_map board_topology_map = {
 	    BUS_WIDTH_16,		/* memory_width */
 	    MEM_4G,			/* mem_size */
 	    DDR_FREQ_800,		/* frequency */
-	    0, 0,			/* cas_l cas_wl */
+	    0, 0,			/* cas_wl cas_l */
 	    HWS_TEMP_LOW,		/* temperature */
 	    HWS_TIM_DEFAULT} },		/* timing */
 	5,				/* Num Of Bus Per Interface*/
-- 
2.15.0

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

* [U-Boot] [PATCH] arm: mvebu: correct comments around cas_wl/cas_l
  2017-11-28 21:38 [U-Boot] [PATCH] arm: mvebu: correct comments around cas_wl/cas_l Chris Packham
@ 2017-11-29 10:32 ` Stefan Roese
  2017-11-30 12:30 ` Stefan Roese
  1 sibling, 0 replies; 3+ messages in thread
From: Stefan Roese @ 2017-11-29 10:32 UTC (permalink / raw)
  To: u-boot

On 28.11.2017 22:38, Chris Packham wrote:
> The order of members in struct hws_topology_map is cas_wl, cas_l. The
> comments in the original db-88f6820-gp.c had this wrong and have been
> copied to other Armada-385 based boards. Practically this hasn't made a
> difference since all these boards set both cas_wl and cas_l to 0
> (autodetect) but if there were ever a board that did need to set these
> explicitly they would run into unexpected issued.
> 
> Update the comments to reflect the correct order of structure members.
> 
> Reported-by: Tobi Wulff <tobi.wulff@alliedtelesis.co.nz>
> Signed-off-by: Chris Packham <judge.packham@gmail.com>
> ---
> 
>   board/CZ.NIC/turris_omnia/turris_omnia.c      | 4 ++--
>   board/Marvell/db-88f6820-amc/db-88f6820-amc.c | 2 +-
>   board/Marvell/db-88f6820-gp/db-88f6820-gp.c   | 2 +-
>   board/gdsys/a38x/controlcenterdc.c            | 2 +-
>   board/solidrun/clearfog/clearfog.c            | 2 +-
>   5 files changed, 6 insertions(+), 6 deletions(-)
> 
> diff --git a/board/CZ.NIC/turris_omnia/turris_omnia.c b/board/CZ.NIC/turris_omnia/turris_omnia.c
> index af66837909de..b03c0a3714b1 100644
> --- a/board/CZ.NIC/turris_omnia/turris_omnia.c
> +++ b/board/CZ.NIC/turris_omnia/turris_omnia.c
> @@ -212,7 +212,7 @@ static struct hws_topology_map board_topology_map_1g = {
>   	    BUS_WIDTH_16,		/* memory_width */
>   	    MEM_4G,			/* mem_size */
>   	    DDR_FREQ_800,		/* frequency */
> -	    0, 0,			/* cas_l cas_wl */
> +	    0, 0,			/* cas_wl cas_l */
>   	    HWS_TEMP_NORMAL,		/* temperature */
>   	    HWS_TIM_2T} },		/* timing (force 2t) */
>   	5,				/* Num Of Bus Per Interface*/
> @@ -231,7 +231,7 @@ static struct hws_topology_map board_topology_map_2g = {
>   	    BUS_WIDTH_16,		/* memory_width */
>   	    MEM_8G,			/* mem_size */
>   	    DDR_FREQ_800,		/* frequency */
> -	    0, 0,			/* cas_l cas_wl */
> +	    0, 0,			/* cas_wl cas_l */
>   	    HWS_TEMP_NORMAL,		/* temperature */
>   	    HWS_TIM_2T} },		/* timing (force 2t) */
>   	5,				/* Num Of Bus Per Interface*/
> diff --git a/board/Marvell/db-88f6820-amc/db-88f6820-amc.c b/board/Marvell/db-88f6820-amc/db-88f6820-amc.c
> index ac58f9085266..7db0095f75ef 100644
> --- a/board/Marvell/db-88f6820-amc/db-88f6820-amc.c
> +++ b/board/Marvell/db-88f6820-amc/db-88f6820-amc.c
> @@ -68,7 +68,7 @@ static struct hws_topology_map board_topology_map = {
>   	    BUS_WIDTH_8,		/* memory_width */
>   	    MEM_2G,			/* mem_size */
>   	    DDR_FREQ_800,		/* frequency */
> -	    0, 0,			/* cas_l cas_wl */
> +	    0, 0,			/* cas_wl cas_l */
>   	    HWS_TEMP_LOW,		/* temperature */
>   	    HWS_TIM_DEFAULT} },		/* timing */
>   	5,				/* Num Of Bus Per Interface*/
> diff --git a/board/Marvell/db-88f6820-gp/db-88f6820-gp.c b/board/Marvell/db-88f6820-gp/db-88f6820-gp.c
> index a1974cb4bd21..b95cd1d4aab5 100644
> --- a/board/Marvell/db-88f6820-gp/db-88f6820-gp.c
> +++ b/board/Marvell/db-88f6820-gp/db-88f6820-gp.c
> @@ -89,7 +89,7 @@ static struct hws_topology_map board_topology_map = {
>   	    BUS_WIDTH_8,		/* memory_width */
>   	    MEM_4G,			/* mem_size */
>   	    DDR_FREQ_800,		/* frequency */
> -	    0, 0,			/* cas_l cas_wl */
> +	    0, 0,			/* cas_wl cas_l */
>   	    HWS_TEMP_LOW,		/* temperature */
>   	    HWS_TIM_DEFAULT} },		/* timing */
>   	5,				/* Num Of Bus Per Interface*/
> diff --git a/board/gdsys/a38x/controlcenterdc.c b/board/gdsys/a38x/controlcenterdc.c
> index 32168d35768a..3d74a6dfb897 100644
> --- a/board/gdsys/a38x/controlcenterdc.c
> +++ b/board/gdsys/a38x/controlcenterdc.c
> @@ -52,7 +52,7 @@ static struct hws_topology_map ddr_topology_map = {
>   	    BUS_WIDTH_16,		/* memory_width */
>   	    MEM_4G,			/* mem_size */
>   	    DDR_FREQ_533,		/* frequency */
> -	    0, 0,			/* cas_l cas_wl */
> +	    0, 0,			/* cas_wl cas_l */
>   	    HWS_TEMP_LOW,		/* temperature */
>   	    HWS_TIM_DEFAULT} },		/* timing */
>   	5,				/* Num Of Bus Per Interface*/
> diff --git a/board/solidrun/clearfog/clearfog.c b/board/solidrun/clearfog/clearfog.c
> index 8906636f7646..1472e9793e5f 100644
> --- a/board/solidrun/clearfog/clearfog.c
> +++ b/board/solidrun/clearfog/clearfog.c
> @@ -82,7 +82,7 @@ static struct hws_topology_map board_topology_map = {
>   	    BUS_WIDTH_16,		/* memory_width */
>   	    MEM_4G,			/* mem_size */
>   	    DDR_FREQ_800,		/* frequency */
> -	    0, 0,			/* cas_l cas_wl */
> +	    0, 0,			/* cas_wl cas_l */
>   	    HWS_TEMP_LOW,		/* temperature */
>   	    HWS_TIM_DEFAULT} },		/* timing */
>   	5,				/* Num Of Bus Per Interface*/
> 

Reviewed-by: Stefan Roese <sr@denx.de>

Thanks,
Stefan

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

* [U-Boot] [PATCH] arm: mvebu: correct comments around cas_wl/cas_l
  2017-11-28 21:38 [U-Boot] [PATCH] arm: mvebu: correct comments around cas_wl/cas_l Chris Packham
  2017-11-29 10:32 ` Stefan Roese
@ 2017-11-30 12:30 ` Stefan Roese
  1 sibling, 0 replies; 3+ messages in thread
From: Stefan Roese @ 2017-11-30 12:30 UTC (permalink / raw)
  To: u-boot

On 28.11.2017 22:38, Chris Packham wrote:
> The order of members in struct hws_topology_map is cas_wl, cas_l. The
> comments in the original db-88f6820-gp.c had this wrong and have been
> copied to other Armada-385 based boards. Practically this hasn't made a
> difference since all these boards set both cas_wl and cas_l to 0
> (autodetect) but if there were ever a board that did need to set these
> explicitly they would run into unexpected issued.
> 
> Update the comments to reflect the correct order of structure members.
> 
> Reported-by: Tobi Wulff <tobi.wulff@alliedtelesis.co.nz>
> Signed-off-by: Chris Packham <judge.packham@gmail.com>

Applied to u-boot-marvell/master.

Thanks,
Stefan

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

end of thread, other threads:[~2017-11-30 12:30 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-11-28 21:38 [U-Boot] [PATCH] arm: mvebu: correct comments around cas_wl/cas_l Chris Packham
2017-11-29 10:32 ` Stefan Roese
2017-11-30 12:30 ` Stefan Roese

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.