Re: [U-Boot] [PATCH V3 07/14] dm: adc: add simple ADC uclass implementation

2015-11-05 Thread Simon Glass
Hi Przemyslaw, On 27 October 2015 at 06:08, Przemyslaw Marczak wrote: > This commit adds: > - new uclass id: UCLASS_ADC > - new uclass driver: drivers/adc/adc-uclass.c > > The new uclass's API allows for ADC operation on: > * single-channel with channel selection by a number > * multti-channel wi

Re: [U-Boot] [PATCH V3 07/14] dm: adc: add simple ADC uclass implementation

2015-10-27 Thread Przemyslaw Marczak
Hello all, On 10/27/2015 01:08 PM, Przemyslaw Marczak wrote: This commit adds: - new uclass id: UCLASS_ADC - new uclass driver: drivers/adc/adc-uclass.c The new uclass's API allows for ADC operation on: * single-channel with channel selection by a number * multti-channel with channel selection

[U-Boot] [PATCH V3 07/14] dm: adc: add simple ADC uclass implementation

2015-10-27 Thread Przemyslaw Marczak
This commit adds: - new uclass id: UCLASS_ADC - new uclass driver: drivers/adc/adc-uclass.c The new uclass's API allows for ADC operation on: * single-channel with channel selection by a number * multti-channel with channel selection by bit mask ADC uclass's functions: * single-channel: - adc_s