mbox series

[GIT,PULL] TI changes for v2020.10-rc4

Message ID 20200831135907.23538-1-lokeshvutla@ti.com
State Accepted
Delegated to: Tom Rini
Headers show
Series [GIT,PULL] TI changes for v2020.10-rc4 | expand

Pull-request

https://gitlab.denx.de/u-boot/custodians/u-boot-ti.git tags/ti-v2020.10-rc4

Message

Lokesh Vutla Aug. 31, 2020, 1:59 p.m. UTC
Hi Tom,
	Please find the pull request for v2020.10-rc4 containing TI
specific changes. This is critical for booting mainline linux K3 devices. 
Please consider this as critical fix and merge this PR.

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

The following changes since commit 9f04a634ef331b4fc6b3e677f276156192a413c7:

  Merge branch '2020-08-27-misc-fixes' (2020-08-28 08:51:37 -0400)

are available in the Git repository at:

  https://gitlab.denx.de/u-boot/custodians/u-boot-ti.git tags/ti-v2020.10-rc4

for you to fetch changes up to b892b6d1e0afef8d47f256d5b3ca4687bed1bee3:

  ti: common: Remove additional i2c read for board detection (2020-08-31 14:40:28 +0530)

----------------------------------------------------------------
- Update to ABI 3.0
- Fix i2c write in eeprom driver
----------------------------------------------------------------
Lokesh Vutla (3):
      firmware: ti_sci: drop the device ids to resource id translation table
      firmware: ti_sci: Drop unused structure ti_sci_rm_type_map
      arm: dts: k3-am65: Update the RM resource types

Michal Simek (1):
      ti: common: Remove additional i2c read for board detection

 arch/arm/dts/k3-am65-mcu.dtsi  | 12 ++++----
 board/ti/common/board_detect.c | 18 ++++--------
 drivers/firmware/ti_sci.c      | 62 ++----------------------------------------
 3 files changed, 15 insertions(+), 77 deletions(-)

Comments

Tom Rini Aug. 31, 2020, 9:12 p.m. UTC | #1
On Mon, Aug 31, 2020 at 07:29:07PM +0530, Lokesh Vutla wrote:

> Hi Tom,
> 	Please find the pull request for v2020.10-rc4 containing TI
> specific changes. This is critical for booting mainline linux K3 devices. 
> Please consider this as critical fix and merge this PR.
> 
> Travis CI build: https://travis-ci.org/github/lokeshvutla/u-boot/builds/722678033
> 
> The following changes since commit 9f04a634ef331b4fc6b3e677f276156192a413c7:
> 
>   Merge branch '2020-08-27-misc-fixes' (2020-08-28 08:51:37 -0400)
> 
> are available in the Git repository at:
> 
>   https://gitlab.denx.de/u-boot/custodians/u-boot-ti.git tags/ti-v2020.10-rc4
> 
> for you to fetch changes up to b892b6d1e0afef8d47f256d5b3ca4687bed1bee3:
> 
>   ti: common: Remove additional i2c read for board detection (2020-08-31 14:40:28 +0530)
> 

Applied to u-boot/master, thanks!