Home
last modified time | relevance | path

Searched hist:f32a8007ef0fcc1a8f27e0cb444f6861163b03f6 (Results 1 – 1 of 1) sorted by relevance

/openbmc/u-boot/drivers/i2c/
H A Di2c-uclass.cdiff f32a8007ef0fcc1a8f27e0cb444f6861163b03f6 Fri Dec 07 07:50:38 CST 2018 Jean-Jacques Hiblot <jjhiblot@ti.com> dm: i2c: Make i2c_get_chip_for_busnum() fail if the chip is not detected

i2c_get_chip_for_busnum() really should check the presence of the chip on
the bus. Most of the users of this function assume that this is done.

Signed-off-by: Jean-Jacques Hiblot <jjhiblot@ti.com>
Reviewed-by: Heiko Schocher <hs@denx.de>