All of lore.kernel.org
 help / color / mirror / Atom feed
* [Fuego] [nirrognas][fuego-core][next] power-control: allow specifying multiple boards
@ 2019-07-11  4:34 Daniel Sangorrin
  2019-07-17  7:45 ` Tim.Bird
  0 siblings, 1 reply; 2+ messages in thread
From: Daniel Sangorrin @ 2019-07-11  4:34 UTC (permalink / raw)
  To: fuego

Sorry the flags were too limiting on my previous patch.
You can squash this patch on to the previous one if you want.

Signed-off-by: Daniel Sangorrin <daniel.sangorrin@toshiba.co.jp>
---
 scripts/ftc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/scripts/ftc b/scripts/ftc
index ae43b4b..01c8e21 100755
--- a/scripts/ftc
+++ b/scripts/ftc
@@ -5048,7 +5048,7 @@ def do_ttc(command, bvars, board_name):
 
 def do_power_control(conf, options, command):
     bmap = get_fuego_boards(conf)
-    board_names, options = get_board_arg(command, conf, options, "!m")
+    board_names, options = get_board_arg(command, conf, options, "!,am")
 
     for board_name in board_names:
         board = bmap[board_name]
-- 
2.17.1


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

* Re: [Fuego] [nirrognas][fuego-core][next] power-control: allow specifying multiple boards
  2019-07-11  4:34 [Fuego] [nirrognas][fuego-core][next] power-control: allow specifying multiple boards Daniel Sangorrin
@ 2019-07-17  7:45 ` Tim.Bird
  0 siblings, 0 replies; 2+ messages in thread
From: Tim.Bird @ 2019-07-17  7:45 UTC (permalink / raw)
  To: daniel.sangorrin, fuego

I folded this into the other patch.
 -- Tim


> -----Original Message-----
> From: fuego-bounces@lists.linuxfoundation.org [mailto:fuego-
> bounces@lists.linuxfoundation.org] On Behalf Of Daniel Sangorrin
> Sent: Thursday, July 11, 2019 1:34 PM
> To: fuego@lists.linuxfoundation.org
> Subject: [Fuego] [nirrognas][fuego-core][next] power-control: allow
> specifying multiple boards
> 
> Sorry the flags were too limiting on my previous patch.
> You can squash this patch on to the previous one if you want.
> 
> Signed-off-by: Daniel Sangorrin <daniel.sangorrin@toshiba.co.jp>
> ---
>  scripts/ftc | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/scripts/ftc b/scripts/ftc
> index ae43b4b..01c8e21 100755
> --- a/scripts/ftc
> +++ b/scripts/ftc
> @@ -5048,7 +5048,7 @@ def do_ttc(command, bvars, board_name):
> 
>  def do_power_control(conf, options, command):
>      bmap = get_fuego_boards(conf)
> -    board_names, options = get_board_arg(command, conf, options, "!m")
> +    board_names, options = get_board_arg(command, conf, options, "!,am")
> 
>      for board_name in board_names:
>          board = bmap[board_name]
> --
> 2.17.1
> 
> _______________________________________________
> Fuego mailing list
> Fuego@lists.linuxfoundation.org
> https://lists.linuxfoundation.org/mailman/listinfo/fuego

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

end of thread, other threads:[~2019-07-17  7:45 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-07-11  4:34 [Fuego] [nirrognas][fuego-core][next] power-control: allow specifying multiple boards Daniel Sangorrin
2019-07-17  7:45 ` Tim.Bird

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.