From mboxrd@z Thu Jan 1 00:00:00 1970 From: Priyanka Jain Date: Wed, 26 Feb 2020 04:29:47 +0000 Subject: pull request of u-boot-fsl-mpc85xx Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de 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