mbox series

[PULL,u-boot] Please pull u-boot-amlogic-20200727

Message ID 14fd5200-6dd2-fc29-9724-26faa0b56d8f@baylibre.com
State Accepted
Delegated to: Tom Rini
Headers show
Series [PULL,u-boot] Please pull u-boot-amlogic-20200727 | expand

Pull-request

https://gitlab.denx.de/u-boot/custodians/u-boot-amlogic.git tags/u-boot-amlogic-20200727

Message

Neil Armstrong July 27, 2020, 4:24 p.m. UTC
Hi Tom,

This PR fixes a bug when the Amlogic UART detects error on the console line
and enables HDMI, USB Keyboard & ADC for the Odroid-C2.

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

Thanks,
Neil

The following changes since commit 3773028fced4795d52f02b387496395ec387f3bb:

  Merge branch '2020-07-27-misc-env-improvements' (2020-07-27 09:25:53 -0400)

are available in the Git repository at:

  https://gitlab.denx.de/u-boot/custodians/u-boot-amlogic.git tags/u-boot-amlogic-20200727

for you to fetch changes up to 95ca2df3fd8f7b2cc995bccb2b46cd5650c4a9a7:

  configs: odroid-c2: update for HDMI output, ADC & USB keyboard (2020-07-27 16:35:56 +0200)

----------------------------------------------------------------
- Handle errors in Meson serial driver
- Enable HDMI, keyboard and ADC for Odroid-C2

----------------------------------------------------------------
Anand Moon (1):
      configs: odroid-c2: update for HDMI output, ADC & USB keyboard

Neil Armstrong (1):
      serial: meson: handle RX errors

 configs/odroid-c2_defconfig   | 11 +++++++++++
 drivers/serial/serial_meson.c | 43 +++++++++++++++++++++++++++++++++++++++----
 2 files changed, 50 insertions(+), 4 deletions(-)

Comments

Tom Rini July 28, 2020, 1:46 a.m. UTC | #1
On Mon, Jul 27, 2020 at 06:24:05PM +0200, Neil Armstrong wrote:

> Hi Tom,
> 
> This PR fixes a bug when the Amlogic UART detects error on the console line
> and enables HDMI, USB Keyboard & ADC for the Odroid-C2.
> 
> The CI job is at https://gitlab.denx.de/u-boot/custodians/u-boot-amlogic/pipelines/4208
> 
> Thanks,
> Neil
> 
> The following changes since commit 3773028fced4795d52f02b387496395ec387f3bb:
> 
>   Merge branch '2020-07-27-misc-env-improvements' (2020-07-27 09:25:53 -0400)
> 
> are available in the Git repository at:
> 
>   https://gitlab.denx.de/u-boot/custodians/u-boot-amlogic.git tags/u-boot-amlogic-20200727
> 
> for you to fetch changes up to 95ca2df3fd8f7b2cc995bccb2b46cd5650c4a9a7:
> 
>   configs: odroid-c2: update for HDMI output, ADC & USB keyboard (2020-07-27 16:35:56 +0200)
> 

Applied to u-boot/master, thanks!