mbox series

pull request of u-boot-fsl-mpc85xx

Message ID VE1PR04MB6494E9BC36508643AB56EB15E6EA0@VE1PR04MB6494.eurprd04.prod.outlook.com
State Accepted
Delegated to: Tom Rini
Headers show
Series pull request of u-boot-fsl-mpc85xx | expand

Pull-request

https://gitlab.denx.de/u-boot/custodians/u-boot-mpc85xx.git HEAD

Message

Priyanka Jain Feb. 26, 2020, 4:29 a.m. UTC
Dear Tom,



Please find my pull-request for u-boot-mpc85xx/master

https://travis-ci.org/p-priyanka-jain/u-boot/builds/654734910



Summary

Update Sata node for T2080QDS and revert Sata related unrequired patches.



priyankajain

--------------------------
The following changes since commit 8e51bf746a11d7f67416859da73a83109af4e0a3:

  Merge tag 'u-boot-rockchip-20200220' of https://gitlab.denx.de/u-boot/custodians/u-boot-rockchip (2020-02-20 22:14:29 -0500)

are available in the Git repository at:

  https://gitlab.denx.de/u-boot/custodians/u-boot-mpc85xx.git HEAD

for you to fetch changes up to ce92b89c4005d8c712e166fba98ea4207f1391e2:

  arch: powerpc: Rewrite the sata node to fit the driver (2020-02-25 10:16:05 +0530)

----------------------------------------------------------------
Peng Ma (4):
      Revert "ata: fsl_ahci: Add sata DM support for Freescale powerpc socs"
      Revert "powerpc: mpc85xx: delete FSL_SATA for T2080QDS board."
      Revert "configs: enable sata device module in T2080QDS"
      arch: powerpc: Rewrite the sata node to fit the driver

arch/powerpc/cpu/mpc85xx/Kconfig          |    4 +-
arch/powerpc/dts/t2080.dtsi               |   15 +-
configs/T2080QDS_NAND_defconfig           |    4 -
configs/T2080QDS_SDCARD_defconfig         |    4 -
configs/T2080QDS_SECURE_BOOT_defconfig    |    4 +-
configs/T2080QDS_SPIFLASH_defconfig       |    4 -
configs/T2080QDS_SRIO_PCIE_BOOT_defconfig |    4 -
configs/T2080QDS_defconfig                |    4 -
drivers/ata/Kconfig                       |   10 -
drivers/ata/Makefile                      |    1 -
drivers/ata/fsl_ahci.c                    | 1031 -----------------------------
11 files changed, 8 insertions(+), 1077 deletions(-)
delete mode 100644 drivers/ata/fsl_ahci.c

Comments

Tom Rini Feb. 26, 2020, 12:53 p.m. UTC | #1
On Wed, Feb 26, 2020 at 04:29:47AM +0000, Priyanka Jain wrote:

> Dear Tom,
> 
> 
> 
> Please find my pull-request for u-boot-mpc85xx/master
> 
> https://travis-ci.org/p-priyanka-jain/u-boot/builds/654734910
> 
> 
> 
> Summary
> 
> Update Sata node for T2080QDS and revert Sata related unrequired patches.
> 
> 
> 
> priyankajain
> 

Applied to u-boot/master, thanks!