Re: [PATCH v3 2/3] i2c: Implement i2c_get_chip_by_phandle()

2023-11-02 Thread Heiko Schocher
Hello Philip, On 31.10.23 08:38, Philip Richard Oberfichtner wrote: > This new function enhances the i2c_get_chip*() toolbox by implementing a > variant that does not require a chip_addr. Instead, the desired device > is pointed to by a phandle. > > Signed-off-by: Philip Richard Oberfichtner > -

Re: [PATCH v3 2/3] i2c: Implement i2c_get_chip_by_phandle()

2023-10-31 Thread Heiko Schocher
Hello Philip, On 31.10.23 08:38, Philip Richard Oberfichtner wrote: > This new function enhances the i2c_get_chip*() toolbox by implementing a > variant that does not require a chip_addr. Instead, the desired device > is pointed to by a phandle. > > Signed-off-by: Philip Richard Oberfichtner > -

[PATCH v3 2/3] i2c: Implement i2c_get_chip_by_phandle()

2023-10-31 Thread Philip Richard Oberfichtner
This new function enhances the i2c_get_chip*() toolbox by implementing a variant that does not require a chip_addr. Instead, the desired device is pointed to by a phandle. Signed-off-by: Philip Richard Oberfichtner --- Notes: Changes in v3: none Changes in v2: new drivers/i2c/i2c-uclas