From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tom Warren Date: Fri, 11 May 2018 12:19:58 -0700 Subject: [U-Boot] Pull request, u-boot-tegra/master 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 Tom, Please pull u-boot-tegra/master into U-Boot/master. Thanks! All Tegra builds are OK, and Stephen's automated test system reports that all tests pass. The following changes since commit da342f06b30399fbbebbb53aadfc018713c65c24: Merge git://git.denx.de/u-boot-ubi (2018-05-10 07:17:14 -0400) are available in the git repository at: git://git.denx.de/u-boot-tegra.git master for you to fetch changes up to 71cb3d7c7897cd02ca731f4c510fff49705b84b7: apalis_t30: fix optional pcie port reset for reliable pcie operation (2018-05-10 16:34:30 -0700) ---------------------------------------------------------------- Marcel Ziswiler (11): mtd: nand: tegra: convert to driver model and live tree configs: harmony: enable live tree, mtd and ubi configs: colibri_t20: enable mtd apalis-tk1: add missing as3722 gpio0 configuration power: as3722: fix ldo_get/set_enable for ldo index bigger than 7 pci: tegra: introduce weak tegra_pcie_board_port_reset() function power: as3722: add as3722_ldo_set_voltage signature to header file apalis-tk1: fix pcie reset for reliable gigabit ethernet operation apalis_t30: describe pcie ports apalis_t30: fix pcie port 0 and 1 pin muxing apalis_t30: fix optional pcie port reset for reliable pcie operation Sanchayan Maity (1): configs: apalis-tk1: fix boot failure using ext4 rootfs arch/arm/dts/tegra124-apalis.dts | 6 +- arch/arm/dts/tegra30-apalis.dts | 3 + board/toradex/apalis-tk1/Kconfig | 8 + board/toradex/apalis-tk1/apalis-tk1.c | 252 +++++++++++++-------- board/toradex/apalis_t30/Kconfig | 9 + board/toradex/apalis_t30/apalis_t30.c | 57 ++++- .../toradex/apalis_t30/pinmux-config-apalis_t30.h | 16 +- configs/colibri_t20_defconfig | 1 + configs/harmony_defconfig | 6 + drivers/mtd/nand/tegra_nand.c | 98 ++++---- drivers/pci/pci_tegra.c | 17 +- drivers/power/regulator/as3722_regulator.c | 18 +- include/configs/apalis-tk1.h | 4 +- include/configs/harmony.h | 4 + include/pci_tegra.h | 10 + include/power/as3722.h | 4 +- 16 files changed, 356 insertions(+), 157 deletions(-) create mode 100644 include/pci_tegra.h