Re: [PATCH v2] test/py: i2c: Add tests for i2c command

2023-12-20 Thread Tom Rini
On Wed, Dec 20, 2023 at 05:45:24PM +0100, Michal Simek wrote: > > > On 12/20/23 16:46, Tom Rini wrote: > > On Tue, Nov 21, 2023 at 05:28:43PM +0530, Love Kumar wrote: > > > > > Add below test cases for i2c commands: > > > i2c_bus - To show i2c bus info, > > > i2c_dev - To set or show the current

Re: [PATCH v2] test/py: i2c: Add tests for i2c command

2023-12-20 Thread Michal Simek
On 12/20/23 16:46, Tom Rini wrote: On Tue, Nov 21, 2023 at 05:28:43PM +0530, Love Kumar wrote: Add below test cases for i2c commands: i2c_bus - To show i2c bus info, i2c_dev - To set or show the current bus, i2c_probe - To probe the i2c device, i2c_eeprom - To test i2c eeprom device, i2c_pro

Re: [PATCH v2] test/py: i2c: Add tests for i2c command

2023-12-20 Thread Tom Rini
On Tue, Nov 21, 2023 at 05:28:43PM +0530, Love Kumar wrote: > Add below test cases for i2c commands: > i2c_bus - To show i2c bus info, > i2c_dev - To set or show the current bus, > i2c_probe - To probe the i2c device, > i2c_eeprom - To test i2c eeprom device, > i2c_probe_all_buses - To list down a

Re: [PATCH v2] test/py: i2c: Add tests for i2c command

2023-11-21 Thread Tom Rini
On Tue, Nov 21, 2023 at 05:28:43PM +0530, Love Kumar wrote: > Add below test cases for i2c commands: > i2c_bus - To show i2c bus info, > i2c_dev - To set or show the current bus, > i2c_probe - To probe the i2c device, > i2c_eeprom - To test i2c eeprom device, > i2c_probe_all_buses - To list down a

[PATCH v2] test/py: i2c: Add tests for i2c command

2023-11-21 Thread Love Kumar
Add below test cases for i2c commands: i2c_bus - To show i2c bus info, i2c_dev - To set or show the current bus, i2c_probe - To probe the i2c device, i2c_eeprom - To test i2c eeprom device, i2c_probe_all_buses - To list down all the buses and probes it Signed-off-by: Love Kumar --- Changes in v2: