
6 Nov
2015
6 Nov
'15
1:07 p.m.
On 4 November 2015 at 02:52, Przemyslaw Marczak p.marczak@samsung.com wrote:
This should be squashed to commit:
sandbox: add ADC driver
This commit adds implementation of Sandbox ADC device emulation. The device provides:
- single and multi-channel conversion
- 4 channels with predefined conversion output data
- 16-bit resolution
Signed-off-by: Przemyslaw Marczak p.marczak@samsung.com Cc: Simon Glass sjg@chromium.org
Changes V3:
- new commit
include/sandbox-adc.h | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 include/sandbox-adc.h
Agreed it should be squashed in:
Reviewed-by: Simon Glass sjg@chromium.org