public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
From: Tom Rini <trini@konsulko.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [U-Boot, 3/4] console: unify fgetc function when console MUX is deactivated
Date: Tue, 11 Sep 2018 08:24:35 -0400	[thread overview]
Message-ID: <20180911122435.GU4980@bill-the-cat> (raw)
In-Reply-To: <1533296325-2490-4-git-send-email-patrick.delaunay@st.com>

On Fri, Aug 03, 2018 at 01:38:44PM +0200, Patrick Delaunay wrote:

> Unify the fgetc function when MUX is activated or not:
> - always call tstc() : it is the normal behavior expected
>   by serial uclass (call tstc then getc) and that avoids
>   issue when SERIAL_RX_BUFFER is activated
> - reload WATCHDOG in the char waiting loop
> 
> This patch allow to have the same behavior when CONSOLE_MUX is activated
> or not and avoid regression when this feature is deactivated.
> 
> Signed-off-by: Patrick Delaunay <patrick.delaunay@st.com>
> Reviewed-by: Simon Glass <sjg@chromium.org>

Applied to u-boot/master, thanks!

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: not available
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20180911/0e8cd078/attachment.sig>

  parent reply	other threads:[~2018-09-11 12:24 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-08-03 11:38 [U-Boot] [PATCH 0/4] Solve issue with serial rx buffer when MUX is deactivated Patrick Delaunay
2018-08-03 11:38 ` [U-Boot] [PATCH 1/4] stm32mp1: activate serial rx buffer Patrick Delaunay
2018-09-11 12:24   ` [U-Boot] [U-Boot,1/4] " Tom Rini
2018-08-03 11:38 ` [U-Boot] [PATCH 2/4] serial: protect access to " Patrick Delaunay
2018-08-08  9:56   ` Simon Glass
2018-09-03 13:35     ` Patrick DELAUNAY
2018-09-03 14:03       ` Stefan
2018-09-04  7:56         ` Patrick DELAUNAY
2018-09-04 12:07           ` Stefan
2018-09-06  8:09             ` Patrick DELAUNAY
2018-09-11 12:24   ` [U-Boot] [U-Boot, " Tom Rini
2018-08-03 11:38 ` [U-Boot] [PATCH 3/4] console: unify fgetc function when console MUX is deactivated Patrick Delaunay
2018-08-08  9:55   ` Simon Glass
2018-09-03 14:56     ` Patrick DELAUNAY
2018-09-11 12:24   ` Tom Rini [this message]
2018-08-03 11:38 ` [U-Boot] [PATCH 4/4] cli: handle getch error Patrick Delaunay
2018-09-11 12:24   ` [U-Boot] [U-Boot,4/4] " Tom Rini

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20180911122435.GU4980@bill-the-cat \
    --to=trini@konsulko.com \
    --cc=u-boot@lists.denx.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox