Re: [PATCH 1/1] i2c: Bugfix in i2c_get_chip_by_phandle()

2023-11-27 Thread Tom Rini
On Fri, 24 Nov 2023 15:04:01 +0100, Philip Oberfichtner wrote: > The "i2cbcdev" sneaked in when implementing this function for the > bootcounter use case. Obviously the intention was to use prop_name > instead. > > Fixes: b483552773 (i2c: Implement i2c_get_chip_by_phandle()) > > > [...] Applie

Re: [PATCH 1/1] i2c: Bugfix in i2c_get_chip_by_phandle()

2023-11-27 Thread Tom Rini
On Mon, Nov 27, 2023 at 07:12:35AM +0100, Heiko Schocher wrote: > Hello Philip, > > On 24.11.23 15:04, Philip Oberfichtner wrote: > > The "i2cbcdev" sneaked in when implementing this function for the > > bootcounter use case. Obviously the intention was to use prop_name > > instead. > > > > Fixes

Re: [PATCH 1/1] i2c: Bugfix in i2c_get_chip_by_phandle()

2023-11-26 Thread Heiko Schocher
Hello Philip, On 24.11.23 15:04, Philip Oberfichtner wrote: > The "i2cbcdev" sneaked in when implementing this function for the > bootcounter use case. Obviously the intention was to use prop_name > instead. > > Fixes: b483552773 (i2c: Implement i2c_get_chip_by_phandle()) > > Signed-off-by: Phil

[PATCH 1/1] i2c: Bugfix in i2c_get_chip_by_phandle()

2023-11-24 Thread Philip Oberfichtner
The "i2cbcdev" sneaked in when implementing this function for the bootcounter use case. Obviously the intention was to use prop_name instead. Fixes: b483552773 (i2c: Implement i2c_get_chip_by_phandle()) Signed-off-by: Philip Oberfichtner --- drivers/i2c/i2c-uclass.c | 2 +- 1 file changed, 1 in