Files
u-boot-tk1-som/include
Przemyslaw Marczak c48cb7ebfb sandbox: add ADC unit tests
This commit adds unit tests for ADC uclass's methods using sandbox ADC.

Testing proper ADC binding:
- dm_test_adc_bind()                    - device binding
- dm_test_adc_wrong_channel_selection() - checking wrong channel selection

Testing ADC supply operations:
- dm_test_adc_supply():
  - Vdd/Vss values validating
  - Vdd regulator updated value validating
  - Vdd regulator's auto enable state validating

Testing ADC operations results:
- dm_test_adc_single_channel_conversion() - single channel start/data
- dm_test_adc_single_channel_shot()       - single channel shot
- dm_test_adc_multi_channel_conversion()  - multi channel start/data
- dm_test_adc_multi_channel_shot()        - multi channel single shot

Signed-off-by: Przemyslaw Marczak <p.marczak@samsung.com>
Cc: Simon Glass <sjg@chromium.org>
Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
2015-11-02 10:38:00 +09:00
..
2015-10-23 07:37:03 +08:00
2015-09-11 17:15:32 -04:00
2015-10-26 09:22:36 +01:00
2015-11-02 10:38:00 +09:00
2015-05-05 20:58:20 -06:00
2015-06-10 19:26:54 -06:00
2015-07-21 17:39:29 -06:00
2015-07-27 15:53:48 -07:00
2015-10-29 10:34:00 -07:00
2015-08-05 21:06:16 -06:00
2015-04-10 14:23:23 +02:00
2015-08-05 08:42:41 -06:00
2015-08-05 08:44:07 -06:00
2015-05-28 08:18:24 -04:00
2015-10-24 13:50:32 -04:00
2015-08-25 22:53:57 -05:00
2015-07-22 08:57:54 +02:00
2015-09-02 15:26:12 +02:00
2015-10-23 07:37:03 +08:00
2015-07-21 17:39:25 -06:00
2015-09-09 07:48:03 -06:00
2015-06-04 03:34:47 -06:00
2015-08-05 08:42:41 -06:00
2015-04-20 17:57:13 -05:00
2015-07-21 17:39:27 -06:00
2015-07-21 17:39:28 -06:00
2015-03-05 20:50:29 -05:00
2015-07-26 12:11:33 +02:00
2015-10-23 07:37:03 +08:00