mbox series

[GIT,PULL] TI changes for v2021.01-rc1

Message ID 20201012090427.12003-1-lokeshvutla@ti.com
State Accepted
Delegated to: Tom Rini
Headers show
Series [GIT,PULL] TI changes for v2021.01-rc1 | expand

Pull-request

https://gitlab.denx.de/u-boot/custodians/u-boot-ti.git tags/ti-v2021.01-rc1

Message

Lokesh Vutla Oct. 12, 2020, 9:04 a.m. UTC
Hi Tom,
	Please find the PR containing TI related changes targeted for
v2020.01-rc1. Details about the PR are updated in the tag message.

Travis CI build: https://travis-ci.org/github/lokeshvutla/u-boot/builds/734874116

The following changes since commit 050acee119b3757fee3bd128f55d720fdd9bb890:

  Prepare v2020.10 (2020-10-05 11:15:32 -0400)

are available in the Git repository at:

  https://gitlab.denx.de/u-boot/custodians/u-boot-ti.git tags/ti-v2021.01-rc1

for you to fetch changes up to 555ee3949307648d6c40081b30e212af075ab8a8:

  phy: omap-usb2-phy: Drop usage of "ti, dis-chg-det-quirk" DT property (2020-10-12 08:11:11 +0530)

----------------------------------------------------------------
- Minor cleanup on K3 env variables
- Fix OSPI compatible for J721e
- Drop unused property in omap-usb2-phy
- Update Maintainer for am335x-guardian board.

----------------------------------------------------------------
Moses Christopher (1):
      am335x, guardian: update the maintainer list

Nishanth Menon (4):
      configs: j721e_evm: Use DEFAULT_LINUX_BOOT_ENV
      env: ti: ufs: Use dtboaddr instead of overlayaddr
      configs: j721e_evm: Get rid of overlayaddr
      configs: am65x_evm: Use DEFAULT_LINUX_BOOT_ENV and remove overlayaddr

Vignesh Raghavendra (4):
      board: ti: j721e: Fix OSPI node compatible
      configs: am335x_evm_defconfig: Enable CONFIG_OF_LIBFDT_OVERLAY
      dma: ti: k3-udma: Reset the channel during release
      phy: omap-usb2-phy: Drop usage of "ti, dis-chg-det-quirk" DT property

 board/bosch/guardian/MAINTAINERS |  2 +-
 board/ti/j721e/evm.c             |  2 +-
 configs/am335x_evm_defconfig     |  1 -
 drivers/dma/ti/k3-udma.c         |  4 +++-
 drivers/phy/omap-usb2-phy.c      | 11 ++++++++---
 include/configs/am65x_evm.h      |  8 +++-----
 include/configs/j721e_evm.h      |  8 +++-----
 include/environment/ti/ufs.h     |  4 ++--
 8 files changed, 21 insertions(+), 19 deletions(-)

Comments

Tom Rini Oct. 12, 2020, 2:59 p.m. UTC | #1
On Mon, Oct 12, 2020 at 02:34:27PM +0530, Lokesh Vutla wrote:

> Hi Tom,
> 	Please find the PR containing TI related changes targeted for
> v2020.01-rc1. Details about the PR are updated in the tag message.
> 
> Travis CI build: https://travis-ci.org/github/lokeshvutla/u-boot/builds/734874116
> 
> The following changes since commit 050acee119b3757fee3bd128f55d720fdd9bb890:
> 
>   Prepare v2020.10 (2020-10-05 11:15:32 -0400)
> 
> are available in the Git repository at:
> 
>   https://gitlab.denx.de/u-boot/custodians/u-boot-ti.git tags/ti-v2021.01-rc1
> 
> for you to fetch changes up to 555ee3949307648d6c40081b30e212af075ab8a8:
> 
>   phy: omap-usb2-phy: Drop usage of "ti, dis-chg-det-quirk" DT property (2020-10-12 08:11:11 +0530)
> 

Applied to u-boot/master, thanks!