[U-Boot] Please pull from u-boot-i2c

Hello Tom,
please pull from u-boot-i2c.git master
The following changes since commit 97276a91db8e98f081a40ddf9dc8f81d4032a756:
Prepare v2019.04-rc1 (2019-02-07 21:32:19 -0500)
are available in the Git repository at:
git://git.denx.de/u-boot-i2c.git master
for you to fetch changes up to c4bd12a7dad43ed9de3070c7c5e8b690d8c03a79:
i2c: mux: Generate longer i2c mux name (2019-02-11 09:38:23 +0100)
---------------------------------------------------------------- Michal Simek (7): dm: core: Add of_alias_get_highest_id() fdt: Introduce fdtdec_get_alias_highest_id() dm: core: Introduce dev_read_alias_highest_id() dm: core: Add tests for dev_read_alias_highest_id() i2c: dm: Record maximum id of devices before probing devices i2c: Fill req_seq in i2c_post_bind() i2c: mux: Generate longer i2c mux name
drivers/core/of_access.c | 18 ++++++++++++++++++ drivers/core/read.c | 8 ++++++++ drivers/i2c/i2c-uclass.c | 54 +++++++++++++++++++++++++++++++++++++++++++++++++++--- drivers/i2c/muxes/i2c-mux-uclass.c | 29 ++++++++++++++++++++++++++--- include/dm/of_access.h | 10 ++++++++++ include/dm/read.h | 16 ++++++++++++++++ include/fdtdec.h | 13 +++++++++++++ lib/fdtdec.c | 33 +++++++++++++++++++++++++++++++++ test/dm/test-fdt.c | 23 +++++++++++++++++++++++ 9 files changed, 198 insertions(+), 6 deletions(-)
Travis builds fine:
https://travis-ci.org/hsdenx/u-boot-i2c/builds/491562929
This patchseries is necessary for the other patchserie [1] from Michal which converts zynq platform to DM_I2C and removes old driver.
bye, Heiko
[1] https://lists.denx.de/pipermail/u-boot/2019-February/357811.html

On Mon, Feb 11, 2019 at 04:55:29PM +0100, Heiko Schocher wrote:
Hello Tom,
please pull from u-boot-i2c.git master
The following changes since commit 97276a91db8e98f081a40ddf9dc8f81d4032a756:
Prepare v2019.04-rc1 (2019-02-07 21:32:19 -0500)
are available in the Git repository at:
git://git.denx.de/u-boot-i2c.git master
for you to fetch changes up to c4bd12a7dad43ed9de3070c7c5e8b690d8c03a79:
i2c: mux: Generate longer i2c mux name (2019-02-11 09:38:23 +0100)
Applied to u-boot/master, thanks!
participants (2)
-
Heiko Schocher
-
Tom Rini