Hi Przemyslaw, On 27 October 2015 at 06:08, Przemyslaw Marczak <[email protected]> wrote: > 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 <[email protected]> > Cc: Simon Glass <[email protected]> > --- > Changes V3: > - new commit > --- > arch/sandbox/dts/sandbox_pmic.dtsi | 2 +- > arch/sandbox/dts/test.dts | 6 ++ > configs/sandbox_defconfig | 2 + > drivers/adc/Kconfig | 9 ++ > drivers/adc/Makefile | 1 + > drivers/adc/sandbox.c | 174 > +++++++++++++++++++++++++++++++++++++ > 6 files changed, 193 insertions(+), 1 deletion(-) > create mode 100644 drivers/adc/sandbox.c >
Reviewed-by: Simon Glass <[email protected]> (could fix the include order though) _______________________________________________ U-Boot mailing list [email protected] http://lists.denx.de/mailman/listinfo/u-boot

