[U-Boot] Please pull u-boot-dm (take 2)

Hi Tom,
Sorry for the delay with v2.
The following changes since commit 0d3aaa35b87573c229d65bc79050ab13f39d8ec2:
Travis-CI: Fix microblaze and xilinx jobs (2017-10-07 15:54:18 -0400)
are available in the git repository at:
git://git.denx.de/u-boot-dm.git
for you to fetch changes up to 04d0da51578e12bd7c490aa70ed581ee5f9dcfea:
sandbox: avoid memory leak in os_dirent_ls (2017-10-08 20:41:09 -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 | 8 ++++++-- 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(+), 57 deletions(-)
Regards, Simon

On Mon, Oct 09, 2017 at 05:30:17PM -0600, Simon Glass wrote:
Hi Tom,
Sorry for the delay with v2.
The following changes since commit 0d3aaa35b87573c229d65bc79050ab13f39d8ec2:
Travis-CI: Fix microblaze and xilinx jobs (2017-10-07 15:54:18 -0400)
are available in the git repository at:
git://git.denx.de/u-boot-dm.git
for you to fetch changes up to 04d0da51578e12bd7c490aa70ed581ee5f9dcfea:
sandbox: avoid memory leak in os_dirent_ls (2017-10-08 20:41:09 -0600)
Applied to u-boot/master, thanks!
participants (2)
-
Simon Glass
-
Tom Rini