mbox series

[U-Boot] Please pull u-boot-mpc85xx master

Message ID DB7PR04MB429865F700B676C9A4D1C6FA9ACC0@DB7PR04MB4298.eurprd04.prod.outlook.com
State Accepted
Delegated to: Tom Rini
Headers show
Series [U-Boot] Please pull u-boot-mpc85xx master | expand

Pull-request

git://git.denx.de/u-boot-mpc85xx.git tags/mpc85xx-for-v2018.11

Message

York Sun Oct. 30, 2018, 7:21 p.m. UTC
Tom,

The following changes since commit 454cf76184c65426b68033a23da086e73663f2fc:

  Prepare v2018.11-rc3 (2018-10-29 16:04:26 -0400)

are available in the Git repository at:

  git://git.denx.de/u-boot-mpc85xx.git tags/mpc85xx-for-v2018.11

for you to fetch changes up to db148f2a6938b47cf26c5fd11481e7462a6a793a:

  powerpc: t1040: Correct RCW EC2 settings (2018-10-29 13:19:43 -0700)

Travis build log is https://travis-ci.org/yorksun/u-boot/builds/448003795

----------------------------------------------------------------
Workaround and bug fix for Freescale PowerPC

Add workaround for Freescale USB erratum A005275.
Correct RCW macros for T1080.

----------------------------------------------------------------
Bin Meng (2):
      powerpc: t1040: Correct RCW MAC2_GMII_SEL value
      powerpc: t1040: Correct RCW EC2 settings

Chris Packham (1):
      fsl/usb: Workaround for USB erratum-A005275

 arch/powerpc/cpu/mpc85xx/Kconfig      |  8 ++++++++
 arch/powerpc/cpu/mpc85xx/cmd_errata.c |  4 ++++
 arch/powerpc/include/asm/immap_85xx.h |  5 ++---
 drivers/net/fm/t1040.c                |  3 ---
 drivers/usb/common/fsl-errata.c       | 28 ++++++++++++++++++++++++++++
 drivers/usb/host/ehci-fsl.c           |  7 +++++++
 drivers/usb/host/ehci-hcd.c           | 12 +++++++++++-
 drivers/usb/host/ehci.h               |  4 ++++
 include/fsl_usb.h                     |  1 +
 9 files changed, 65 insertions(+), 7 deletions(-)

Thanks.

York

Comments

Tom Rini Oct. 31, 2018, 2:44 p.m. UTC | #1
On Tue, Oct 30, 2018 at 07:21:09PM +0000, York Sun wrote:

> Tom,
> 
> The following changes since commit 454cf76184c65426b68033a23da086e73663f2fc:
> 
>   Prepare v2018.11-rc3 (2018-10-29 16:04:26 -0400)
> 
> are available in the Git repository at:
> 
>   git://git.denx.de/u-boot-mpc85xx.git tags/mpc85xx-for-v2018.11
> 
> for you to fetch changes up to db148f2a6938b47cf26c5fd11481e7462a6a793a:
> 
>   powerpc: t1040: Correct RCW EC2 settings (2018-10-29 13:19:43 -0700)
> 
> Travis build log is https://travis-ci.org/yorksun/u-boot/builds/448003795
> 

Applied to u-boot/master, thanks!