Re: [U-Boot] [PATCH V2 1/3] test: dm: adc: use the real device name

2019-07-14 Thread Tom Rini
On Wed, May 22, 2019 at 07:08:09AM +, Peng Fan wrote: > "adc" is not the real device name, "adc@0" is. > > Signed-off-by: Peng Fan > Reviewed-by: Bin Meng Applied to u-boot/master, thanks! -- Tom signature.asc Description: PGP signature ___ U

Re: [U-Boot] [PATCH V2 1/3] test: dm: adc: use the real device name

2019-06-24 Thread Peng Fan
> Subject: Re: [PATCH V2 1/3] test: dm: adc: use the real device name > > On Wed, Jun 19, 2019 at 02:17:59AM +, Peng Fan wrote: > > Hi Simon, Tom > > > Subject: [PATCH V2 1/3] test: dm: adc: use the real device name > > > > > > "adc" is not the real device name, "adc@0" is. > > > > > > Signed

Re: [U-Boot] [PATCH V2 1/3] test: dm: adc: use the real device name

2019-06-24 Thread Tom Rini
On Wed, Jun 19, 2019 at 02:17:59AM +, Peng Fan wrote: > Hi Simon, Tom > > Subject: [PATCH V2 1/3] test: dm: adc: use the real device name > > > > "adc" is not the real device name, "adc@0" is. > > > > Signed-off-by: Peng Fan > > Will you pick up this patchset? > https://patchwork.ozlabs.org

Re: [U-Boot] [PATCH V2 1/3] test: dm: adc: use the real device name

2019-06-18 Thread Peng Fan
Hi Simon, Tom > Subject: [PATCH V2 1/3] test: dm: adc: use the real device name > > "adc" is not the real device name, "adc@0" is. > > Signed-off-by: Peng Fan Will you pick up this patchset? https://patchwork.ozlabs.org/patch/1103212/ https://patchwork.ozlabs.org/patch/1103213/ https://patchwor

Re: [U-Boot] [PATCH V2 1/3] test: dm: adc: use the real device name

2019-05-22 Thread Bin Meng
On Wed, May 22, 2019 at 3:08 PM Peng Fan wrote: > > "adc" is not the real device name, "adc@0" is. > > Signed-off-by: Peng Fan > --- > > V2: > new > > test/dm/adc.c | 16 > 1 file changed, 8 insertions(+), 8 deletions(-) > Reviewed-by: Bin Meng ___