From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tom Warren Date: Wed, 6 Jul 2016 10:32:53 -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 e8009beff6d5c55c1bf1ae8184791f167e6378b0: Merge git://git.denx.de/u-boot-arc (2016-07-04 11:46:21 -0400) are available in the git repository at: git://git.denx.de/u-boot-tegra.git master for you to fetch changes up to 703aaf76c2c06109fc36266767b2d1dcfce6f3ba: fdt: Drop some unused compatible strings (2016-07-05 13:23:04 -0700) ---------------------------------------------------------------- Simon Glass (6): errno: Add copyright header and header guard errno: Allow errno_str() to be used without CONFIG_ERRNO_STR tegra: dts: Sync tegra20 device tree files with Linux video: tegra: Move to using simple-panel and pwm-backlight tegra: video: Always use write-through cache on LCD fdt: Drop some unused compatible strings Stephen Warren (2): pci: tegra: correctly program PADS_REFCLK registers pci: tegra: actually program REFCLK_CFG* on recent SoCs arch/arm/dts/tegra20-harmony.dts | 751 ++++++++++++++++++++++++++++-- arch/arm/dts/tegra20-seaboard.dts | 934 ++++++++++++++++++++++++++++++++++---- arch/arm/dts/tegra20-ventana.dts | 685 ++++++++++++++++++++++++++-- configs/colibri_t20_defconfig | 3 + configs/harmony_defconfig | 3 + configs/medcom-wide_defconfig | 3 + configs/paz00_defconfig | 3 + configs/seaboard_defconfig | 3 + configs/tec_defconfig | 3 + configs/ventana_defconfig | 3 + drivers/pci/pci_tegra.c | 37 +- drivers/video/tegra.c | 333 +++----------- include/errno.h | 12 + include/fdtdec.h | 4 - lib/fdtdec.c | 4 - 15 files changed, 2329 insertions(+), 452 deletions(-)