SPDX: Convert all of our single license tags to Linux Kernel styleWhen U-Boot started using SPDX tags we were among the early adopters andthere weren't a lot of other examples to borrow from. So
SPDX: Convert all of our single license tags to Linux Kernel styleWhen U-Boot started using SPDX tags we were among the early adopters andthere weren't a lot of other examples to borrow from. So we picked thearea of the file that usually had a full license text and replaced itwith an appropriate SPDX-License-Identifier: entry. Since then, theLinux Kernel has adopted SPDX tags and they place it as the very firstline 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 visibilityand in part for other minor reasons, switch over to that style.This commit changes all instances where we have a single declaredlicense in the tag as both the before and after are identical in tagcontents. There's also a few places where I found we did not have a tagand have introduced one.Signed-off-by: Tom Rini <trini@konsulko.com>
show more ...
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>
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>