mbox series

[GIT,PULL] Please pull u-boot-amlogic-20230607

Message ID fc521727-2c12-b75a-0913-1fcc05f5d290@linaro.org
State New
Headers show
Series [GIT,PULL] Please pull u-boot-amlogic-20230607 | expand

Pull-request

https://source.denx.de/u-boot/custodians/u-boot-amlogic.git tags/u-boot-amlogic-20230607

Message

Neil Armstrong June 7, 2023, 11:48 a.m. UTC
Hi Tom,

A single change to to fix the meson_serial_pending logic.

The CI job is at https://source.denx.de/u-boot/custodians/u-boot-amlogic/pipelines/16505

Thanks,
Neil

The following changes since commit fadf83c86d7252df2b50ba526ffeea95658cb5b5:

   Merge tag 'ubifixes-for-v2023-07-rc4' of https://source.denx.de/u-boot/custodians/u-boot-ubi (2023-06-06 09:47:17 -0400)

are available in the Git repository at:

   https://source.denx.de/u-boot/custodians/u-boot-amlogic.git tags/u-boot-amlogic-20230607

for you to fetch changes up to afa85a2247297d660a63295bfbdd6e24e8e56902:

   serial: meson: fix meson_serial_pending() tx logic (2023-06-07 10:09:20 +0200)

----------------------------------------------------------------
- meson_uart empty logic fix

----------------------------------------------------------------
Mattijs Korpershoek (1):
       serial: meson: fix meson_serial_pending() tx logic

  drivers/serial/serial_meson.c | 5 ++++-
  1 file changed, 4 insertions(+), 1 deletion(-)

Comments

Tom Rini June 7, 2023, 4:23 p.m. UTC | #1
On Wed, Jun 07, 2023 at 01:48:06PM +0200, Neil Armstrong wrote:

> 
> Hi Tom,
> 
> A single change to to fix the meson_serial_pending logic.
> 
> The CI job is at https://source.denx.de/u-boot/custodians/u-boot-amlogic/pipelines/16505
> 
> Thanks,
> Neil
> 
> The following changes since commit fadf83c86d7252df2b50ba526ffeea95658cb5b5:
> 
>   Merge tag 'ubifixes-for-v2023-07-rc4' of https://source.denx.de/u-boot/custodians/u-boot-ubi (2023-06-06 09:47:17 -0400)
> 
> are available in the Git repository at:
> 
>   https://source.denx.de/u-boot/custodians/u-boot-amlogic.git tags/u-boot-amlogic-20230607
> 
> for you to fetch changes up to afa85a2247297d660a63295bfbdd6e24e8e56902:
> 
>   serial: meson: fix meson_serial_pending() tx logic (2023-06-07 10:09:20 +0200)
> 

Applied to u-boot/master, thanks!