Re: [PATCH v2] cmd: adc: Add support for storing ADC result in env variable

2022-04-23 Thread Tom Rini
On Thu, Apr 14, 2022 at 06:52:25PM +0200, Marek Vasut wrote: > Add the ability to save ADC conversion result in an environment > variable. This is useful for further arbitrary processing by the > U-Boot scripts. > > Signed-off-by: Marek Vasut > Cc: Fabrice Gasnier > Cc: Patrice Chotard > Cc:

Re: [PATCH v2] cmd: adc: Add support for storing ADC result in env variable

2022-04-15 Thread Patrick DELAUNAY
Hi Marek, On 4/14/22 18:52, Marek Vasut wrote: Add the ability to save ADC conversion result in an environment variable. This is useful for further arbitrary processing by the U-Boot scripts. Signed-off-by: Marek Vasut Cc: Fabrice Gasnier Cc: Patrice Chotard Cc: Patrick Delaunay Cc: Simon

[PATCH v2] cmd: adc: Add support for storing ADC result in env variable

2022-04-14 Thread Marek Vasut
Add the ability to save ADC conversion result in an environment variable. This is useful for further arbitrary processing by the U-Boot scripts. Signed-off-by: Marek Vasut Cc: Fabrice Gasnier Cc: Patrice Chotard Cc: Patrick Delaunay Cc: Simon Glass --- V2: - Fix up commit message - Call