Merge tag '20191217-for-next' of https://gitlab.denx.de/u-boot/custodians/u-boot...
authorTom Rini <trini@konsulko.com>
Tue, 17 Dec 2019 12:53:08 +0000 (07:53 -0500)
committerTom Rini <trini@konsulko.com>
Tue, 17 Dec 2019 12:53:08 +0000 (07:53 -0500)
commit533c9f5714bdba79dc6f2629284d4c1a08a611d1
tree97a49bbeaec32a4ee2fedef9d98da6c3d7e978a4
parent553cb06887825314e74a9bdac337467c77d1db88
parent033e18b47bd020610f84ca88c5ce3b88215d563a
Merge tag '20191217-for-next' of https://gitlab.denx.de/u-boot/custodians/u-boot-i2c into next

i2c: for next
- misc: i2c_eeprom:
  Add partition support and add ability to query size
  of eeprom device and partitions
- i2c common:
  add support for offset overflow in to address and add
  sandbox tests for it.