power: change from meaningless value to error number'-1' is absolutely meaningless value.This patch changed from meaningless value to error number.Signed-off-by: Jaehoon Chung <jh80.chung@samsun
power: change from meaningless value to error number'-1' is absolutely meaningless value.This patch changed from meaningless value to error number.Signed-off-by: Jaehoon Chung <jh80.chung@samsung.com>Reviewed-by: Simon Glass <sjg@chromium.org>
show more ...
Move console definitions into a new console.h fileThe console includes a global variable and several functions that are onlyused by a small subset of U-Boot files. Before adding more functions, mo
Move console definitions into a new console.h fileThe console includes a global variable and several functions that are onlyused by a small subset of U-Boot files. Before adding more functions, movethe definitions into their own header file.Signed-off-by: Simon Glass <sjg@chromium.org>
power: Add PMIC_ prefix to CHARGER_EN/DISABLEThis enum should be common across all PMICs rather than having itindependently defined with the same name in multiple places.Signed-off-by: Simon Gla
power: Add PMIC_ prefix to CHARGER_EN/DISABLEThis enum should be common across all PMICs rather than having itindependently defined with the same name in multiple places.Signed-off-by: Simon Glass <sjg@chromium.org>Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
trats2: Code cleanup.Remove wrong and unused env variablesTrats2 is not as GT-I8800.Signed-off-by: Przemyslaw Marczak <p.marczak@samsung.com>Acked-by: Jaehoon Chung <jh80.chung@samsung.com>Cc:
trats2: Code cleanup.Remove wrong and unused env variablesTrats2 is not as GT-I8800.Signed-off-by: Przemyslaw Marczak <p.marczak@samsung.com>Acked-by: Jaehoon Chung <jh80.chung@samsung.com>Cc: Piotr Wilczek <p.wilczek@samsung.com>Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
drivers: convert makefiles to Kbuild styleSigned-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
power:battery: add battery support for Trats2 boardSigned-off-by: Piotr Wilczek <p.wilczek@samsung.com>Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>Signed-off-by: Minkyu Kang <mk7.kang
power:battery: add battery support for Trats2 boardSigned-off-by: Piotr Wilczek <p.wilczek@samsung.com>Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
Add GPL-2.0+ SPDX-License-Identifier to source filesSigned-off-by: Wolfgang Denk <wd@denx.de>[trini: Fixup common/cmd_io.c]Signed-off-by: Tom Rini <trini@ti.com>
power:bat:trats: Break battery charging with ctrl+CAdd support for disabling battery charging with ctrl+C keyboardcombination pressed.Moreover the battery update is done more frequently.Signed-
power:bat:trats: Break battery charging with ctrl+CAdd support for disabling battery charging with ctrl+C keyboardcombination pressed.Moreover the battery update is done more frequently.Signed-off-by: Lukasz Majewski <l.majewski@samsung.com>Cc: Tom Rini <trini@ti.com>Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
pmic:battery: Support for Trats Battery at PMIC frameworkTrats battery is now treated in the same way as other power relateddevices. This approach allows for more unified handling of all devicesr
pmic:battery: Support for Trats Battery at PMIC frameworkTrats battery is now treated in the same way as other power relateddevices. This approach allows for more unified handling of all devicesresponsible for power management.Signed-off-by: Lukasz Majewski <l.majewski@samsung.com>Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>Cc: Stefano Babic <sbabic@denx.de>