[U-Boot] Please pull u-boot-dm

Hi Tom,
Here are a few clean-ups and fixes.
https://travis-ci.org/sglass68/u-boot/builds/281422204
The following changes since commit ec4e99a4a24c84069c710df3202ecb1e501ff60f:
Merge git://git.denx.de/u-boot-mmc (2017-09-28 23:31:11 -0400)
are available in the git repository at:
git://git.denx.de/u-boot-dm.git
for you to fetch changes up to 6d2eeed584240a2a141e68d40e893e66d12c100c:
sandbox: avoid memory leak in os_dirent_ls (2017-09-29 13:13:24 -0600)
---------------------------------------------------------------- Faiz Abbas (1): dm: core: Round up size when allocating so that it is cache line aligned
Heinrich Schuchardt (1): sandbox: avoid memory leak in os_dirent_ls
Klaus Goger (1): dm: ofnode: query correct property in livetree ofnode_get_addr_size
Rob Clark (1): test: print_ut: Add test for %ls strings
Simon Glass (4): dm: gpio: vybrid_gpio: Correct driver's use of bind() method dm: gpio: Add a comment about not copying some drivers dm: gpio: Correct use of -ENODEV in drivers dm: gpio: pca953x: Drop pointless data structure checks
arch/sandbox/cpu/os.c | 20 ++++++++++++++------ drivers/core/device.c | 1 + drivers/core/ofnode.c | 4 +++- drivers/gpio/adi_gpio2.c | 2 +- drivers/gpio/atmel_pio4.c | 12 ++++++------ drivers/gpio/imx_rgpio2p.c | 7 ++++++- drivers/gpio/mxc_gpio.c | 7 ++++++- drivers/gpio/omap_gpio.c | 11 ++++++----- drivers/gpio/pca953x_gpio.c | 11 ----------- drivers/gpio/tegra186_gpio.c | 2 +- drivers/gpio/vybrid_gpio.c | 25 ++++++------------------- drivers/i2c/imx_lpi2c.c | 2 +- drivers/i2c/mxc_i2c.c | 12 ++++++------ drivers/i2c/tegra186_bpmp_i2c.c | 2 +- test/print_ut.c | 3 +++ 15 files changed, 61 insertions(+), 60 deletions(-)
Regards, Simon

On Fri, Sep 29, 2017 at 05:14:12PM -0600, Simon Glass wrote:
Hi Tom,
Here are a few clean-ups and fixes.
https://travis-ci.org/sglass68/u-boot/builds/281422204
The following changes since commit ec4e99a4a24c84069c710df3202ecb1e501ff60f:
Merge git://git.denx.de/u-boot-mmc (2017-09-28 23:31:11 -0400)
are available in the git repository at:
git://git.denx.de/u-boot-dm.git
for you to fetch changes up to 6d2eeed584240a2a141e68d40e893e66d12c100c:
sandbox: avoid memory leak in os_dirent_ls (2017-09-29 13:13:24 -0600)
NAK, on omap3_beagle (xM specifically): U-Boot SPL 2017.09-00405-ged8ea3f (Sep 29 2017 - 20:00:11) Trying to boot from MMC1 SPL: Please implement spl_start_uboot() for your board SPL: Direct Linux boot not active! reading u-boot.img reading u-boot.img
U-Boot 2017.09-00405-ged8ea3f (Sep 29 2017 - 20:00:11 -0400), Build: jenkins-u-boot-mainline-hw-764
OMAP3630/3730-GP ES1.1, CPU-OPP2, L3-200MHz, Max CPU Clock 800 MHz OMAP3 Beagle board + LPDDR/NAND I2C: ready DRAM: 512 MiB No match for driver 'gpio_omap' No match for driver 'gpio_omap' No match for driver 'gpio_omap' No match for driver 'gpio_omap' No match for driver 'gpio_omap' No match for driver 'gpio_omap' initcall sequence 9ff98b7c failed at call 801105bb (err=-22) ### ERROR ### Please RESET the board ###
participants (2)
-
Simon Glass
-
Tom Rini