Re: [U-Boot] [PATCH 2/2] i2c: at91_i2c: remove the .probe_chip function

2017-12-07 Thread Heiko Schocher
Hello Alan, Am 29.11.2017 um 04:25 schrieb Alan Ott: The .probe_chip function is supposed to probe an i2c device on the bus to determine whether a device is answering to a particular address. at91_i2c_probe_chip() did not do anything resembling this and always returned 0. It looks as though at9

Re: [U-Boot] [PATCH 2/2] i2c: at91_i2c: remove the .probe_chip function

2017-12-07 Thread Heiko Schocher
Hello Alan, Am 29.11.2017 um 04:25 schrieb Alan Ott: The .probe_chip function is supposed to probe an i2c device on the bus to determine whether a device is answering to a particular address. at91_i2c_probe_chip() did not do anything resembling this and always returned 0. It looks as though at9

Re: [U-Boot] [PATCH 2/2] i2c: at91_i2c: remove the .probe_chip function

2017-11-29 Thread Yang, Wenyou
On 2017/11/29 11:25, Alan Ott wrote: The .probe_chip function is supposed to probe an i2c device on the bus to determine whether a device is answering to a particular address. at91_i2c_probe_chip() did not do anything resembling this and always returned 0. It looks as though at91_i2c_probe_chi

[U-Boot] [PATCH 2/2] i2c: at91_i2c: remove the .probe_chip function

2017-11-28 Thread Alan Ott
The .probe_chip function is supposed to probe an i2c device on the bus to determine whether a device is answering to a particular address. at91_i2c_probe_chip() did not do anything resembling this and always returned 0. It looks as though at91_i2c_probe_chip() was intended to be a .probe function