
On Fri, Nov 25, 2016 at 12:39:13PM -0700, Simon Glass wrote:
Hi Tom,
This includes support for minnie and mickey Chromebooks, rk3036 USB support, some power improvements and other minor things.
The following changes since commit 543bd27353d2c5679057fe09aa2d02259687ff32:
MAINTAINERS: SUNXI: Update maintainership (2016-11-22 09:07:26 -0500)
are available in the git repository at:
git://git.denx.de/u-boot-rockchip.git
for you to fetch changes up to fc334a074b7309e08c8bbbbf9571f4e5025f345a:
rockchip: configs: correct partitions 'boot' size (2016-11-25 10:03:32 -0700)
Andreas Färber (2): arm: dts: Fix Rockchip sort order arm: rockchip: Fix typo in ROCKCHIP_RK3288 help
Jacob Chen (1): rockchip: configs: correct partitions 'boot' size
Keerthy (3): power: regulator: Introduce regulator_set_value_force function power: regulator: Add limits checking while setting voltage power: regulator: Add limits checking while setting current
NAK, this breaks test.py: commit b98356a47db2884ce1051bfbb3694062ed9136ab Author: Keerthy j-keerthy@ti.com Date: Wed Oct 26 13:42:32 2016 +0530
power: regulator: Add limits checking while setting current
introduces: ======================================= FAILURES ======================================= ____________________ test_ut[ut_dm_power_regulator_set_get_current] ____________________
u_boot_console = <u_boot_console_sandbox.ConsoleSandbox object at 0x7f26c498db10> ut_subtest = 'dm power_regulator_set_get_current'
def test_ut(u_boot_console, ut_subtest): """Execute a "ut" subtest."""
output = u_boot_console.run_command('ut ' + ut_subtest)
assert output.endswith('Failures: 0')
E assert <built-in method endswith of str object at 0x7f26c46174e0>('Failures: 0') E + where <built-in method endswith of str object at 0x7f26c46174e0> = 'Test: dm_test_power_regulator_set_get_current\r\r\n../test/dm/regulator.c:154, dm_test_power_regulator_set_get_current(): -ENOSYS == regulator_set_current(dev, 0): Expected -38, got -22\r\r\nFailures: 1'.endswith