All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PULL u-boot] Please pull u-boot-amlogic-20190531
@ 2019-05-31  8:21 ` Neil Armstrong
  0 siblings, 0 replies; 4+ messages in thread
From: Neil Armstrong @ 2019-05-31  8:21 UTC (permalink / raw)
  To: u-boot

Hi Tom,

This PR syncs G12A support (DT, clock, config) to enable full functionalities
with already merged drivers, fixes a bug for internal PHY routing on Amlogic GXL/GXM
soc when chainloading, and finally removes an useless PHY reset on the Q200 board support.

Thanks,
Neil

The following changes since commit e2822ccc2c7c0ba8d7d959a1fa1e6221ed135423:

  Merge branch 'master' of git://git.denx.de/u-boot-tegra (2019-05-29 07:28:40 -0400)

are available in the Git repository at:

  git://git.denx.de/u-boot-amlogic.git tags/u-boot-amlogic-20190531

for you to fetch changes up to d0b1f72a04e49cb2abfac5c4e13696eabc125132:

  configs: u200: enable support for USB Host & Gadget (2019-05-31 10:09:41 +0200)

----------------------------------------------------------------
- Sync DT with Linux 5.2-rc1 for G12A
- Add USB clock support that was introduced in 5.2-rc1 bindings
- Add currently in-review for Linux eMMC & USB DT for G12A in -u-boot.dtsi
- Fix PHY routing to external PHY when chainloading from a misconfigred bootloader
- Remove useless PHY GPIO reset from q200 board file
- Enable USB support for Amlogic U200 reference board

----------------------------------------------------------------
Neil Armstrong (6):
      ARM: dts: sync Amlogic G12A DT with Linux 5.2-rc1
      clk: meson-g12a: Add PCIE PLL support
      ARM: dts: Add missing DT for Meson G12A support
      ARM: meson-gx: Reset GXL/GXM to external PHY when not using internal PHY
      boards: amlogic-g200: remove phy reset
      configs: u200: enable support for USB Host & Gadget

 arch/arm/dts/meson-g12a-u-boot.dtsi                | 216 ++++++++++
 arch/arm/dts/meson-g12a-u200-u-boot.dtsi           |  63 +++
 arch/arm/dts/meson-g12a-u200.dts                   | 147 +++++++
 arch/arm/dts/meson-g12a.dtsi                       | 465 +++++++++++++++++++++
 arch/arm/mach-meson/board-gx.c                     |  17 +-
 board/amlogic/q200/q200.c                          |   6 -
 configs/u200_defconfig                             |  17 +
 drivers/clk/meson/g12a.c                           | 103 +++++
 include/dt-bindings/clock/g12a-aoclkc.h            |   2 +
 include/dt-bindings/clock/g12a-clkc.h              |   5 +
 .../dt-bindings/reset/amlogic,meson-g12a-reset.h   |   5 +-
 11 files changed, 1034 insertions(+), 12 deletions(-)
 create mode 100644 arch/arm/dts/meson-g12a-u-boot.dtsi
 create mode 100644 arch/arm/dts/meson-g12a-u200-u-boot.dtsi

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

* [PULL u-boot] Please pull u-boot-amlogic-20190531
@ 2019-05-31  8:21 ` Neil Armstrong
  0 siblings, 0 replies; 4+ messages in thread
From: Neil Armstrong @ 2019-05-31  8:21 UTC (permalink / raw)
  To: trini; +Cc: u-boot-amlogic, U-Boot Mailing List, baylibre-upstreaming

Hi Tom,

This PR syncs G12A support (DT, clock, config) to enable full functionalities
with already merged drivers, fixes a bug for internal PHY routing on Amlogic GXL/GXM
soc when chainloading, and finally removes an useless PHY reset on the Q200 board support.

Thanks,
Neil

The following changes since commit e2822ccc2c7c0ba8d7d959a1fa1e6221ed135423:

  Merge branch 'master' of git://git.denx.de/u-boot-tegra (2019-05-29 07:28:40 -0400)

are available in the Git repository at:

  git://git.denx.de/u-boot-amlogic.git tags/u-boot-amlogic-20190531

for you to fetch changes up to d0b1f72a04e49cb2abfac5c4e13696eabc125132:

  configs: u200: enable support for USB Host & Gadget (2019-05-31 10:09:41 +0200)

----------------------------------------------------------------
- Sync DT with Linux 5.2-rc1 for G12A
- Add USB clock support that was introduced in 5.2-rc1 bindings
- Add currently in-review for Linux eMMC & USB DT for G12A in -u-boot.dtsi
- Fix PHY routing to external PHY when chainloading from a misconfigred bootloader
- Remove useless PHY GPIO reset from q200 board file
- Enable USB support for Amlogic U200 reference board

----------------------------------------------------------------
Neil Armstrong (6):
      ARM: dts: sync Amlogic G12A DT with Linux 5.2-rc1
      clk: meson-g12a: Add PCIE PLL support
      ARM: dts: Add missing DT for Meson G12A support
      ARM: meson-gx: Reset GXL/GXM to external PHY when not using internal PHY
      boards: amlogic-g200: remove phy reset
      configs: u200: enable support for USB Host & Gadget

 arch/arm/dts/meson-g12a-u-boot.dtsi                | 216 ++++++++++
 arch/arm/dts/meson-g12a-u200-u-boot.dtsi           |  63 +++
 arch/arm/dts/meson-g12a-u200.dts                   | 147 +++++++
 arch/arm/dts/meson-g12a.dtsi                       | 465 +++++++++++++++++++++
 arch/arm/mach-meson/board-gx.c                     |  17 +-
 board/amlogic/q200/q200.c                          |   6 -
 configs/u200_defconfig                             |  17 +
 drivers/clk/meson/g12a.c                           | 103 +++++
 include/dt-bindings/clock/g12a-aoclkc.h            |   2 +
 include/dt-bindings/clock/g12a-clkc.h              |   5 +
 .../dt-bindings/reset/amlogic,meson-g12a-reset.h   |   5 +-
 11 files changed, 1034 insertions(+), 12 deletions(-)
 create mode 100644 arch/arm/dts/meson-g12a-u-boot.dtsi
 create mode 100644 arch/arm/dts/meson-g12a-u200-u-boot.dtsi

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

* [U-Boot] [PULL u-boot] Please pull u-boot-amlogic-20190531
  2019-05-31  8:21 ` Neil Armstrong
@ 2019-05-31 14:36   ` Tom Rini
  -1 siblings, 0 replies; 4+ messages in thread
From: Tom Rini @ 2019-05-31 14:36 UTC (permalink / raw)
  To: u-boot

On Fri, May 31, 2019 at 10:21:59AM +0200, Neil Armstrong wrote:

> Hi Tom,
> 
> This PR syncs G12A support (DT, clock, config) to enable full functionalities
> with already merged drivers, fixes a bug for internal PHY routing on Amlogic GXL/GXM
> soc when chainloading, and finally removes an useless PHY reset on the Q200 board support.
> 
> Thanks,
> Neil
> 
> The following changes since commit e2822ccc2c7c0ba8d7d959a1fa1e6221ed135423:
> 
>   Merge branch 'master' of git://git.denx.de/u-boot-tegra (2019-05-29 07:28:40 -0400)
> 
> are available in the Git repository at:
> 
>   git://git.denx.de/u-boot-amlogic.git tags/u-boot-amlogic-20190531
> 
> for you to fetch changes up to d0b1f72a04e49cb2abfac5c4e13696eabc125132:
> 
>   configs: u200: enable support for USB Host & Gadget (2019-05-31 10:09:41 +0200)
> 

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/20190531/26ef55de/attachment.sig>

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

* Re: [PULL u-boot] Please pull u-boot-amlogic-20190531
@ 2019-05-31 14:36   ` Tom Rini
  0 siblings, 0 replies; 4+ messages in thread
From: Tom Rini @ 2019-05-31 14:36 UTC (permalink / raw)
  To: Neil Armstrong; +Cc: u-boot-amlogic, U-Boot Mailing List, baylibre-upstreaming

[-- Attachment #1: Type: text/plain, Size: 889 bytes --]

On Fri, May 31, 2019 at 10:21:59AM +0200, Neil Armstrong wrote:

> Hi Tom,
> 
> This PR syncs G12A support (DT, clock, config) to enable full functionalities
> with already merged drivers, fixes a bug for internal PHY routing on Amlogic GXL/GXM
> soc when chainloading, and finally removes an useless PHY reset on the Q200 board support.
> 
> Thanks,
> Neil
> 
> The following changes since commit e2822ccc2c7c0ba8d7d959a1fa1e6221ed135423:
> 
>   Merge branch 'master' of git://git.denx.de/u-boot-tegra (2019-05-29 07:28:40 -0400)
> 
> are available in the Git repository at:
> 
>   git://git.denx.de/u-boot-amlogic.git tags/u-boot-amlogic-20190531
> 
> for you to fetch changes up to d0b1f72a04e49cb2abfac5c4e13696eabc125132:
> 
>   configs: u200: enable support for USB Host & Gadget (2019-05-31 10:09:41 +0200)
> 

Applied to u-boot/master, thanks!

-- 
Tom

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 819 bytes --]

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

end of thread, other threads:[~2019-05-31 14:36 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-05-31  8:21 [U-Boot] [PULL u-boot] Please pull u-boot-amlogic-20190531 Neil Armstrong
2019-05-31  8:21 ` Neil Armstrong
2019-05-31 14:36 ` [U-Boot] " Tom Rini
2019-05-31 14:36   ` Tom Rini

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.