commit | 182bf92d19cf007c2d6b9a264107d6996ae9014f | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Mon Apr 20 12:37:15 2015 -0600 |
committer | Simon Glass <sjg@chromium.org> | Tue May 05 20:58:19 2015 -0600 |
tree | d73c8abc54efc11cf05e39f891dd57560448c8d9 | |
parent | ba3864f8037f58dd1f46cad3b76adc0a84bd33b3 [diff] |
dm: i2c: Add an explicit test mode to the sandbox I2C driver At present this driver has a few test features. They are needed for running the driver model unit tests but are confusing and unnecessary if using sandbox at the command line. Add a flag to enable the test mode, and don't enable it by default. Signed-off-by: Simon Glass <sjg@chromium.org>