Re: [U-Boot] [PATCH] py: test_gpio: Add support for GPIO pytest

2017-09-21 Thread Michal Simek
On 21.9.2017 17:35, Stephen Warren wrote: > On 09/21/2017 06:24 AM, Michal Simek wrote: >> Hi Stephen, >> >> On 20.9.2017 19:05, Stephen Warren wrote: >>> On 09/20/2017 01:55 AM, Michal Simek wrote: From: Vipul Kumar This patch tests the gpio commands using the gpio data from b

Re: [U-Boot] [PATCH] py: test_gpio: Add support for GPIO pytest

2017-09-21 Thread Stephen Warren
On 09/21/2017 06:24 AM, Michal Simek wrote: Hi Stephen, On 20.9.2017 19:05, Stephen Warren wrote: On 09/20/2017 01:55 AM, Michal Simek wrote: From: Vipul Kumar This patch tests the gpio commands using the gpio data from boardenv file. Also one test will show the default status of all the gp

Re: [U-Boot] [PATCH] py: test_gpio: Add support for GPIO pytest

2017-09-21 Thread Michal Simek
Hi Stephen, On 20.9.2017 19:05, Stephen Warren wrote: > On 09/20/2017 01:55 AM, Michal Simek wrote: >> From: Vipul Kumar >> >> This patch tests the gpio commands using the >> gpio data from boardenv file. >> >> Also one test will show the default status of all the gpio's >> supported by the proce

Re: [U-Boot] [PATCH] py: test_gpio: Add support for GPIO pytest

2017-09-20 Thread Stephen Warren
On 09/20/2017 01:55 AM, Michal Simek wrote: From: Vipul Kumar This patch tests the gpio commands using the gpio data from boardenv file. Also one test will show the default status of all the gpio's supported by the processor. Nit: Wrap the commit description to something like 74 characters;

[U-Boot] [PATCH] py: test_gpio: Add support for GPIO pytest

2017-09-20 Thread Michal Simek
From: Vipul Kumar This patch tests the gpio commands using the gpio data from boardenv file. Also one test will show the default status of all the gpio's supported by the processor. Signed-off-by: Vipul Kumar Signed-off-by: Michal Simek --- test/py/tests/test_gpio.py | 111 +