mbox series

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

Message ID c4e53b7a-128a-2d60-729f-713c4981c4f1@baylibre.com
State Accepted
Delegated to: Tom Rini
Headers show
Series [PULL,u-boot] Please pull u-boot-amlogic-20200511 | expand

Pull-request

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

Message

Neil Armstrong May 12, 2020, 9:26 a.m. UTC
Hi Tom,

This PR enables adds GPIO Open-Drain/Open-Source emulation in GPIO uclass
and finally enables USB Host support for the Odroid-C2 board.

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

Thanks,
Neil

The following changes since commit c5c657644bc35fd6b3d6e5517698721e90646b8d:

  Merge branch '2020-05-08-assorted-fixes' (2020-05-08 18:58:19 -0400)

are available in the Git repository at:

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

for you to fetch changes up to 9bf87e256c26246fa6d8df491617e40cb7df89c2:

  test: dm: update test for open-drain/open-source emulation in gpio-uclass (2020-05-11 15:12:56 +0200)

----------------------------------------------------------------
- Enable USB Host for Odroid-C2 board
- Add Open-Drain/Open-Source emulation in GPIO uclass

----------------------------------------------------------------
Beniamino Galvani (1):
      odroid-c2: enable USB host controller

Neil Armstrong (2):
      gpio: emulate open drain & open source in dm_gpio_set_value()
      test: dm: update test for open-drain/open-source emulation in gpio-uclass

 arch/arm/dts/meson-gxbb-odroidc2-u-boot.dtsi |  8 +++
 arch/sandbox/dts/test.dts                    |  4 +-
 configs/odroid-c2_defconfig                  |  7 +++
 drivers/gpio/gpio-uclass.c                   | 15 +++++
 test/dm/gpio.c                               | 89 ++++++++++++++++++++++++++++
 5 files changed, 122 insertions(+), 1 deletion(-)

Comments

Tom Rini May 12, 2020, 7:59 p.m. UTC | #1
On Tue, May 12, 2020 at 11:26:52AM +0200, Neil Armstrong wrote:

> Hi Tom,
> 
> This PR enables adds GPIO Open-Drain/Open-Source emulation in GPIO uclass
> and finally enables USB Host support for the Odroid-C2 board.
> 
> The CI job is at https://gitlab.denx.de/u-boot/custodians/u-boot-amlogic/pipelines/3196
> 
> Thanks,
> Neil
> 
> The following changes since commit c5c657644bc35fd6b3d6e5517698721e90646b8d:
> 
>   Merge branch '2020-05-08-assorted-fixes' (2020-05-08 18:58:19 -0400)
> 
> are available in the Git repository at:
> 
>   https://gitlab.denx.de/u-boot/custodians/u-boot-amlogic.git tags/u-boot-amlogic-20200511
> 
> for you to fetch changes up to 9bf87e256c26246fa6d8df491617e40cb7df89c2:
> 
>   test: dm: update test for open-drain/open-source emulation in gpio-uclass (2020-05-11 15:12:56 +0200)
> 

Applied to u-boot/master, thanks!