1. 16 12月, 2018 1 次提交
  2. 14 12月, 2018 4 次提交
  3. 07 12月, 2018 2 次提交
  4. 15 11月, 2018 1 次提交
  5. 09 10月, 2018 1 次提交
  6. 07 10月, 2018 1 次提交
  7. 30 9月, 2018 2 次提交
  8. 29 9月, 2018 1 次提交
  9. 18 9月, 2018 1 次提交
  10. 11 9月, 2018 1 次提交
  11. 11 8月, 2018 2 次提交
  12. 20 7月, 2018 1 次提交
  13. 08 5月, 2018 1 次提交
  14. 07 5月, 2018 1 次提交
    • T
      SPDX: Convert all of our single license tags to Linux Kernel style · 83d290c5
      Tom Rini 提交于
      When U-Boot started using SPDX tags we were among the early adopters and
      there weren't a lot of other examples to borrow from.  So we picked the
      area of the file that usually had a full license text and replaced it
      with an appropriate SPDX-License-Identifier: entry.  Since then, the
      Linux Kernel has adopted SPDX tags and they place it as the very first
      line in a file (except where shebangs are used, then it's second line)
      and with slightly different comment styles than us.
      
      In part due to community overlap, in part due to better tag visibility
      and in part for other minor reasons, switch over to that style.
      
      This commit changes all instances where we have a single declared
      license in the tag as both the before and after are identical in tag
      contents.  There's also a few places where I found we did not have a tag
      and have introduced one.
      Signed-off-by: NTom Rini <trini@konsulko.com>
      83d290c5
  15. 10 5月, 2017 1 次提交
  16. 08 5月, 2017 1 次提交
  17. 28 4月, 2017 1 次提交
  18. 28 7月, 2016 1 次提交
  19. 20 6月, 2016 1 次提交
  20. 27 5月, 2016 2 次提交
    • S
      mailbox: implement a sandbox test · 8961b524
      Stephen Warren 提交于
      This adds a sandbox mailbox implementation (provider), a test client
      device, instantiates them both from Sandbox's DT, and adds a DM test
      that excercises everything.
      Signed-off-by: NStephen Warren <swarren@nvidia.com>
      Acked-by: Simon Glass <sjg@chromium.org> # v1
      8961b524
    • S
      Rename reset to sysreset · 11636258
      Stephen Warren 提交于
      The current reset API implements a method to reset the entire system.
      In the near future, I'd like to introduce code that implements the device
      tree reset bindings; i.e. the equivalent of the Linux kernel's reset API.
      This controls resets to individual HW blocks or external chips with reset
      signals. It doesn't make sense to merge the two APIs into one since they
      have different semantic purposes. Resolve the naming conflict by renaming
      the existing reset API to sysreset instead, so the new reset API can be
      called just reset.
      Signed-off-by: NStephen Warren <swarren@nvidia.com>
      Acked-by: NSimon Glass <sjg@chromium.org>
      11636258
  21. 17 5月, 2016 2 次提交
  22. 02 4月, 2016 1 次提交
  23. 18 3月, 2016 1 次提交
  24. 26 2月, 2016 1 次提交
  25. 21 1月, 2016 1 次提交
  26. 08 1月, 2016 1 次提交
  27. 20 11月, 2015 1 次提交
  28. 02 11月, 2015 1 次提交
    • P
      sandbox: add ADC unit tests · c48cb7eb
      Przemyslaw Marczak 提交于
      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: NPrzemyslaw Marczak <p.marczak@samsung.com>
      Cc: Simon Glass <sjg@chromium.org>
      Signed-off-by: NMinkyu Kang <mk7.kang@samsung.com>
      c48cb7eb
  29. 23 10月, 2015 1 次提交
  30. 22 7月, 2015 3 次提交