All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCHv2] socfpga: Move board/socfpga_cyclone5 to board/socfpga
@ 2013-07-02 22:00 dinguyen at altera.com
  2013-07-05 21:04 ` Albert ARIBAUD
  2013-07-25  8:56 ` Albert ARIBAUD
  0 siblings, 2 replies; 9+ messages in thread
From: dinguyen at altera.com @ 2013-07-02 22:00 UTC (permalink / raw)
  To: u-boot

From: Dinh Nguyen <dinguyen@altera.com>

Because the SOCFPGA platform will include support for Cyclone V and
Arria V FPGA parts, renaming socfpga_cyclone5 folder to socfpga to
be more generic.

Signed-off-by: Dinh Nguyen <dinguyen@altera.com>
Reviewed-by: Pavel Machek <pavel@denx.de>
Cc: Chin Liang See <clsee@altera.com>
Cc: Wolfgang Denk <wd@denx.de>
CC: Pavel Machek <pavel@denx.de>
Cc: Tom Rini <trini@ti.com>

v2:
- Add Reviewed-by: Pavel Machek
- Cc: Tom Rini
---
 .../altera/{socfpga_cyclone5 => socfpga}/Makefile  |    0
 .../socfpga_cyclone5.c                             |    0
 boards.cfg                                         |    2 +-
 3 files changed, 1 insertion(+), 1 deletion(-)
 rename board/altera/{socfpga_cyclone5 => socfpga}/Makefile (100%)
 rename board/altera/{socfpga_cyclone5 => socfpga}/socfpga_cyclone5.c (100%)

diff --git a/board/altera/socfpga_cyclone5/Makefile b/board/altera/socfpga/Makefile
similarity index 100%
rename from board/altera/socfpga_cyclone5/Makefile
rename to board/altera/socfpga/Makefile
diff --git a/board/altera/socfpga_cyclone5/socfpga_cyclone5.c b/board/altera/socfpga/socfpga_cyclone5.c
similarity index 100%
rename from board/altera/socfpga_cyclone5/socfpga_cyclone5.c
rename to board/altera/socfpga/socfpga_cyclone5.c
diff --git a/boards.cfg b/boards.cfg
index c0c4282..eea92d5 100644
--- a/boards.cfg
+++ b/boards.cfg
@@ -335,7 +335,7 @@ kzm9g                        arm         armv7       kzm9g               kmc
 armadillo-800eva             arm         armv7       armadillo-800eva    atmark-techno  rmobile
 zynq                         arm         armv7       zynq                xilinx         zynq
 zynq_dcc                     arm         armv7       zynq                xilinx         zynq        zynq:ZYNQ_DCC
-socfpga_cyclone5                arm         armv7          socfpga_cyclone5    altera		    socfpga
+socfpga_cyclone5                arm         armv7          socfpga    altera		    socfpga
 actux1_4_16                  arm         ixp         actux1              -              -           actux1:FLASH2X2
 actux1_4_32                  arm         ixp         actux1              -              -           actux1:FLASH2X2,RAM_32MB
 actux1_8_16                  arm         ixp         actux1              -              -           actux1:FLASH1X8
-- 
1.7.9.5

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

* [U-Boot] [PATCHv2] socfpga: Move board/socfpga_cyclone5 to board/socfpga
  2013-07-02 22:00 [U-Boot] [PATCHv2] socfpga: Move board/socfpga_cyclone5 to board/socfpga dinguyen at altera.com
@ 2013-07-05 21:04 ` Albert ARIBAUD
  2013-07-08 16:10   ` Dinh Nguyen
  2013-07-25  8:56 ` Albert ARIBAUD
  1 sibling, 1 reply; 9+ messages in thread
From: Albert ARIBAUD @ 2013-07-05 21:04 UTC (permalink / raw)
  To: u-boot

Hi dinguyen at altera.com,

On Tue, 2 Jul 2013 17:00:18 -0500, <dinguyen@altera.com> wrote:

> From: Dinh Nguyen <dinguyen@altera.com>
> 
> Because the SOCFPGA platform will include support for Cyclone V and
> Arria V FPGA parts, renaming socfpga_cyclone5 folder to socfpga to
> be more generic.
> 
> Signed-off-by: Dinh Nguyen <dinguyen@altera.com>
> Reviewed-by: Pavel Machek <pavel@denx.de>
> Cc: Chin Liang See <clsee@altera.com>
> Cc: Wolfgang Denk <wd@denx.de>
> CC: Pavel Machek <pavel@denx.de>
> Cc: Tom Rini <trini@ti.com>
> 
> v2:
> - Add Reviewed-by: Pavel Machek
> - Cc: Tom Rini
> ---

Do you really mean that V2 is the exact same code as V1? If it is, then
V2 is unneeded. And if V2 is different from V1, then history should
tells us the difference(s).

Amicalement,
-- 
Albert.

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

* [U-Boot] [PATCHv2] socfpga: Move board/socfpga_cyclone5 to board/socfpga
  2013-07-05 21:04 ` Albert ARIBAUD
@ 2013-07-08 16:10   ` Dinh Nguyen
  2013-07-08 20:01     ` Albert ARIBAUD
  0 siblings, 1 reply; 9+ messages in thread
From: Dinh Nguyen @ 2013-07-08 16:10 UTC (permalink / raw)
  To: u-boot

Hi Albert,

On Fri, 2013-07-05 at 23:04 +0200, ZY - albert.u.boot wrote:
> Hi dinguyen at altera.com,
> 
> On Tue, 2 Jul 2013 17:00:18 -0500, <dinguyen@altera.com> wrote:
> 
> > From: Dinh Nguyen <dinguyen@altera.com>
> > 
> > Because the SOCFPGA platform will include support for Cyclone V and
> > Arria V FPGA parts, renaming socfpga_cyclone5 folder to socfpga to
> > be more generic.
> > 
> > Signed-off-by: Dinh Nguyen <dinguyen@altera.com>
> > Reviewed-by: Pavel Machek <pavel@denx.de>
> > Cc: Chin Liang See <clsee@altera.com>
> > Cc: Wolfgang Denk <wd@denx.de>
> > CC: Pavel Machek <pavel@denx.de>
> > Cc: Tom Rini <trini@ti.com>
> > 
> > v2:
> > - Add Reviewed-by: Pavel Machek
> > - Cc: Tom Rini
> > ---
> 
> Do you really mean that V2 is the exact same code as V1? If it is, then
> V2 is unneeded. And if V2 is different from V1, then history should
> tells us the difference(s).

V2 is the same as v1 codewise. So should I resend this a V1 to be
applied?

Dinh
> 
> Amicalement,

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

* [U-Boot] [PATCHv2] socfpga: Move board/socfpga_cyclone5 to board/socfpga
  2013-07-08 16:10   ` Dinh Nguyen
@ 2013-07-08 20:01     ` Albert ARIBAUD
  2013-07-08 23:22       ` Pavel Machek
  0 siblings, 1 reply; 9+ messages in thread
From: Albert ARIBAUD @ 2013-07-08 20:01 UTC (permalink / raw)
  To: u-boot

Hi Dinh,

On Mon, 8 Jul 2013 11:10:37 -0500, Dinh Nguyen <dinguyen@altera.com>
wrote:

> Hi Albert,
> 
> On Fri, 2013-07-05 at 23:04 +0200, ZY - albert.u.boot wrote:
> > Hi dinguyen at altera.com,
> > 
> > On Tue, 2 Jul 2013 17:00:18 -0500, <dinguyen@altera.com> wrote:
> > 
> > > From: Dinh Nguyen <dinguyen@altera.com>
> > > 
> > > Because the SOCFPGA platform will include support for Cyclone V and
> > > Arria V FPGA parts, renaming socfpga_cyclone5 folder to socfpga to
> > > be more generic.
> > > 
> > > Signed-off-by: Dinh Nguyen <dinguyen@altera.com>
> > > Reviewed-by: Pavel Machek <pavel@denx.de>
> > > Cc: Chin Liang See <clsee@altera.com>
> > > Cc: Wolfgang Denk <wd@denx.de>
> > > CC: Pavel Machek <pavel@denx.de>
> > > Cc: Tom Rini <trini@ti.com>
> > > 
> > > v2:
> > > - Add Reviewed-by: Pavel Machek
> > > - Cc: Tom Rini
> > > ---
> > 
> > Do you really mean that V2 is the exact same code as V1? If it is, then
> > V2 is unneeded. And if V2 is different from V1, then history should
> > tells us the difference(s).
> 
> V2 is the same as v1 codewise. So should I resend this a V1 to be
> applied?

If V1 is the same as V2 as far as the code is concerned, then there is
simply no point in sending V2 or resending V1 again.

The V2 history makes me guess you thought it necessary to officialize
Pavel's Reviewed-By somehow, but that's unneeded; patchworks takes care
of collecting all the {Reviewed,Acked,Tested,...}-by's and providing
them when applying the patch through pwclient.

> Dinh

Amicalement,
-- 
Albert.

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

* [U-Boot] [PATCHv2] socfpga: Move board/socfpga_cyclone5 to board/socfpga
  2013-07-08 20:01     ` Albert ARIBAUD
@ 2013-07-08 23:22       ` Pavel Machek
  2013-07-09  8:57         ` Albert ARIBAUD
  0 siblings, 1 reply; 9+ messages in thread
From: Pavel Machek @ 2013-07-08 23:22 UTC (permalink / raw)
  To: u-boot

Hi!

> > > > From: Dinh Nguyen <dinguyen@altera.com>
> > > > 
> > > > Because the SOCFPGA platform will include support for Cyclone V and
> > > > Arria V FPGA parts, renaming socfpga_cyclone5 folder to socfpga to
> > > > be more generic.
> > > > 
> > > > Signed-off-by: Dinh Nguyen <dinguyen@altera.com>
> > > > Reviewed-by: Pavel Machek <pavel@denx.de>
> > > > Cc: Chin Liang See <clsee@altera.com>
> > > > Cc: Wolfgang Denk <wd@denx.de>
> > > > CC: Pavel Machek <pavel@denx.de>
> > > > Cc: Tom Rini <trini@ti.com>
> > > > 
> > > > v2:
> > > > - Add Reviewed-by: Pavel Machek
> > > > - Cc: Tom Rini
> > > > ---
> > > 
> > > Do you really mean that V2 is the exact same code as V1? If it is, then
> > > V2 is unneeded. And if V2 is different from V1, then history should
> > > tells us the difference(s).
> > 
> > V2 is the same as v1 codewise. So should I resend this a V1 to be
> > applied?
> 
> If V1 is the same as V2 as far as the code is concerned, then there is
> simply no point in sending V2 or resending V1 again.
> 
> The V2 history makes me guess you thought it necessary to officialize
> Pavel's Reviewed-By somehow, but that's unneeded; patchworks takes care
> of collecting all the {Reviewed,Acked,Tested,...}-by's and providing
> them when applying the patch through pwclient.

This got pretty confusing lately. Can we just wait for the patches to
be applied, or do we need to take some action?

Thanks,
									Pavel
-- 
(english) http://www.livejournal.com/~pavelmachek
(cesky, pictures) http://atrey.karlin.mff.cuni.cz/~pavel/picture/horses/blog.html

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

* [U-Boot] [PATCHv2] socfpga: Move board/socfpga_cyclone5 to board/socfpga
  2013-07-08 23:22       ` Pavel Machek
@ 2013-07-09  8:57         ` Albert ARIBAUD
  0 siblings, 0 replies; 9+ messages in thread
From: Albert ARIBAUD @ 2013-07-09  8:57 UTC (permalink / raw)
  To: u-boot

Hi Pavel,

On Tue, 9 Jul 2013 01:22:01 +0200, Pavel Machek <pavel@denx.de> wrote:

> Hi!
> 
> > > > > From: Dinh Nguyen <dinguyen@altera.com>
> > > > > 
> > > > > Because the SOCFPGA platform will include support for Cyclone V and
> > > > > Arria V FPGA parts, renaming socfpga_cyclone5 folder to socfpga to
> > > > > be more generic.
> > > > > 
> > > > > Signed-off-by: Dinh Nguyen <dinguyen@altera.com>
> > > > > Reviewed-by: Pavel Machek <pavel@denx.de>
> > > > > Cc: Chin Liang See <clsee@altera.com>
> > > > > Cc: Wolfgang Denk <wd@denx.de>
> > > > > CC: Pavel Machek <pavel@denx.de>
> > > > > Cc: Tom Rini <trini@ti.com>
> > > > > 
> > > > > v2:
> > > > > - Add Reviewed-by: Pavel Machek
> > > > > - Cc: Tom Rini
> > > > > ---
> > > > 
> > > > Do you really mean that V2 is the exact same code as V1? If it is, then
> > > > V2 is unneeded. And if V2 is different from V1, then history should
> > > > tells us the difference(s).
> > > 
> > > V2 is the same as v1 codewise. So should I resend this a V1 to be
> > > applied?
> > 
> > If V1 is the same as V2 as far as the code is concerned, then there is
> > simply no point in sending V2 or resending V1 again.
> > 
> > The V2 history makes me guess you thought it necessary to officialize
> > Pavel's Reviewed-By somehow, but that's unneeded; patchworks takes care
> > of collecting all the {Reviewed,Acked,Tested,...}-by's and providing
> > them when applying the patch through pwclient.
> 
> This got pretty confusing lately. Can we just wait for the patches to
> be applied, or do we need to take some action?

No, no need to take action; I was just clarifying why V2 was unneeded
here, so that similar uneeded new versions are avoided in the future.

Since V1 has already been marked as superseded, I'll apply V2 -- after
2013.07 is out.

> Thanks,
> 									Pavel

Amicalement,
-- 
Albert.

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

* [U-Boot] [PATCHv2] socfpga: Move board/socfpga_cyclone5 to board/socfpga
  2013-07-02 22:00 [U-Boot] [PATCHv2] socfpga: Move board/socfpga_cyclone5 to board/socfpga dinguyen at altera.com
  2013-07-05 21:04 ` Albert ARIBAUD
@ 2013-07-25  8:56 ` Albert ARIBAUD
  1 sibling, 0 replies; 9+ messages in thread
From: Albert ARIBAUD @ 2013-07-25  8:56 UTC (permalink / raw)
  To: u-boot

Hi dinguyen at altera.com,

On Tue, 2 Jul 2013 17:00:18 -0500, <dinguyen@altera.com> wrote:

> From: Dinh Nguyen <dinguyen@altera.com>
> 
> Because the SOCFPGA platform will include support for Cyclone V and
> Arria V FPGA parts, renaming socfpga_cyclone5 folder to socfpga to
> be more generic.
> 
> Signed-off-by: Dinh Nguyen <dinguyen@altera.com>
> Reviewed-by: Pavel Machek <pavel@denx.de>
> Cc: Chin Liang See <clsee@altera.com>
> Cc: Wolfgang Denk <wd@denx.de>
> CC: Pavel Machek <pavel@denx.de>
> Cc: Tom Rini <trini@ti.com>
> 
> v2:
> - Add Reviewed-by: Pavel Machek
> - Cc: Tom Rini
> ---
>  .../altera/{socfpga_cyclone5 => socfpga}/Makefile  |    0
>  .../socfpga_cyclone5.c                             |    0
>  boards.cfg                                         |    2 +-
>  3 files changed, 1 insertion(+), 1 deletion(-)
>  rename board/altera/{socfpga_cyclone5 => socfpga}/Makefile (100%)
>  rename board/altera/{socfpga_cyclone5 => socfpga}/socfpga_cyclone5.c (100%)
> 
> diff --git a/board/altera/socfpga_cyclone5/Makefile b/board/altera/socfpga/Makefile
> similarity index 100%
> rename from board/altera/socfpga_cyclone5/Makefile
> rename to board/altera/socfpga/Makefile
> diff --git a/board/altera/socfpga_cyclone5/socfpga_cyclone5.c b/board/altera/socfpga/socfpga_cyclone5.c
> similarity index 100%
> rename from board/altera/socfpga_cyclone5/socfpga_cyclone5.c
> rename to board/altera/socfpga/socfpga_cyclone5.c
> diff --git a/boards.cfg b/boards.cfg
> index c0c4282..eea92d5 100644
> --- a/boards.cfg
> +++ b/boards.cfg
> @@ -335,7 +335,7 @@ kzm9g                        arm         armv7       kzm9g               kmc
>  armadillo-800eva             arm         armv7       armadillo-800eva    atmark-techno  rmobile
>  zynq                         arm         armv7       zynq                xilinx         zynq
>  zynq_dcc                     arm         armv7       zynq                xilinx         zynq        zynq:ZYNQ_DCC
> -socfpga_cyclone5                arm         armv7          socfpga_cyclone5    altera		    socfpga
> +socfpga_cyclone5                arm         armv7          socfpga    altera		    socfpga
>  actux1_4_16                  arm         ixp         actux1              -              -           actux1:FLASH2X2
>  actux1_4_32                  arm         ixp         actux1              -              -           actux1:FLASH2X2,RAM_32MB
>  actux1_8_16                  arm         ixp         actux1              -              -           actux1:FLASH1X8

Applied to u-boot-arm/master, thanks!

Amicalement,
-- 
Albert.

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

* [U-Boot] [PATCHv2] socfpga: Move board/socfpga_cyclone5 to board/socfpga
  2013-07-02 20:18 dinguyen at altera.com
@ 2013-07-02 21:49 ` Wolfgang Denk
  0 siblings, 0 replies; 9+ messages in thread
From: Wolfgang Denk @ 2013-07-02 21:49 UTC (permalink / raw)
  To: u-boot

Dear dinguyen at altera.com,

In message <1372796330-23254-1-git-send-email-dinguyen@altera.com> you wrote:
> From: Dinh Nguyen <dinguyen@altera.com>
> 
> Because the SOCFPGA platform will include support for Cyclone V and
> Arria V FPGA parts, renaming socfpga_cyclone5 folder to socfpga to
> be more generic.
> 
> Signed-off-by: Dinh Nguyen <dinguyen@altera.com>
> Reviewed-by: Pavel Machek <pavel@denx.de>
> Cc: Chin Liang See <clsee@altera.com>
> Cc: Wolfgang Denk <wd@denx.de>
> CC: Pavel Machek <pavel@denx.de>
> Cc: Tom Rini <trini@ti.com>
> ---
>  .../altera/{socfpga_cyclone5 => socfpga}/Makefile  |    0
>  .../socfpga_cyclone5.c                             |    0
>  boards.cfg                                         |    2 +-
>  3 files changed, 1 insertion(+), 1 deletion(-)
>  rename board/altera/{socfpga_cyclone5 => socfpga}/Makefile (100%)
>  rename board/altera/{socfpga_cyclone5 => socfpga}/socfpga_cyclone5.c (100%)

OK, so this is marked as patch v2, but where is the changelog that
describes what you actually changed compared to v1?

Best regards,

Wolfgang Denk

-- 
DENX Software Engineering GmbH,     MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd at denx.de
READ THIS BEFORE OPENING PACKAGE: According to Certain Suggested Ver-
sions of the Grand Unified Theory, the Primary Particles Constituting
this Product May Decay to Nothingness Within the  Next  Four  Hundred
Million Years.

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

* [U-Boot] [PATCHv2] socfpga: Move board/socfpga_cyclone5 to board/socfpga
@ 2013-07-02 20:18 dinguyen at altera.com
  2013-07-02 21:49 ` Wolfgang Denk
  0 siblings, 1 reply; 9+ messages in thread
From: dinguyen at altera.com @ 2013-07-02 20:18 UTC (permalink / raw)
  To: u-boot

From: Dinh Nguyen <dinguyen@altera.com>

Because the SOCFPGA platform will include support for Cyclone V and
Arria V FPGA parts, renaming socfpga_cyclone5 folder to socfpga to
be more generic.

Signed-off-by: Dinh Nguyen <dinguyen@altera.com>
Reviewed-by: Pavel Machek <pavel@denx.de>
Cc: Chin Liang See <clsee@altera.com>
Cc: Wolfgang Denk <wd@denx.de>
CC: Pavel Machek <pavel@denx.de>
Cc: Tom Rini <trini@ti.com>
---
 .../altera/{socfpga_cyclone5 => socfpga}/Makefile  |    0
 .../socfpga_cyclone5.c                             |    0
 boards.cfg                                         |    2 +-
 3 files changed, 1 insertion(+), 1 deletion(-)
 rename board/altera/{socfpga_cyclone5 => socfpga}/Makefile (100%)
 rename board/altera/{socfpga_cyclone5 => socfpga}/socfpga_cyclone5.c (100%)

diff --git a/board/altera/socfpga_cyclone5/Makefile b/board/altera/socfpga/Makefile
similarity index 100%
rename from board/altera/socfpga_cyclone5/Makefile
rename to board/altera/socfpga/Makefile
diff --git a/board/altera/socfpga_cyclone5/socfpga_cyclone5.c b/board/altera/socfpga/socfpga_cyclone5.c
similarity index 100%
rename from board/altera/socfpga_cyclone5/socfpga_cyclone5.c
rename to board/altera/socfpga/socfpga_cyclone5.c
diff --git a/boards.cfg b/boards.cfg
index c0c4282..eea92d5 100644
--- a/boards.cfg
+++ b/boards.cfg
@@ -335,7 +335,7 @@ kzm9g                        arm         armv7       kzm9g               kmc
 armadillo-800eva             arm         armv7       armadillo-800eva    atmark-techno  rmobile
 zynq                         arm         armv7       zynq                xilinx         zynq
 zynq_dcc                     arm         armv7       zynq                xilinx         zynq        zynq:ZYNQ_DCC
-socfpga_cyclone5                arm         armv7          socfpga_cyclone5    altera		    socfpga
+socfpga_cyclone5                arm         armv7          socfpga    altera		    socfpga
 actux1_4_16                  arm         ixp         actux1              -              -           actux1:FLASH2X2
 actux1_4_32                  arm         ixp         actux1              -              -           actux1:FLASH2X2,RAM_32MB
 actux1_8_16                  arm         ixp         actux1              -              -           actux1:FLASH1X8
-- 
1.7.9.5

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

end of thread, other threads:[~2013-07-25  8:56 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-07-02 22:00 [U-Boot] [PATCHv2] socfpga: Move board/socfpga_cyclone5 to board/socfpga dinguyen at altera.com
2013-07-05 21:04 ` Albert ARIBAUD
2013-07-08 16:10   ` Dinh Nguyen
2013-07-08 20:01     ` Albert ARIBAUD
2013-07-08 23:22       ` Pavel Machek
2013-07-09  8:57         ` Albert ARIBAUD
2013-07-25  8:56 ` Albert ARIBAUD
  -- strict thread matches above, loose matches on Subject: below --
2013-07-02 20:18 dinguyen at altera.com
2013-07-02 21:49 ` Wolfgang Denk

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.