Tom Rini
60e313d5c6
global: Add <linux/string.h> instead of long indirect include path
...
In a number of cases we have C files which rely on a chain of indirect
include paths to get <linux/string.h> to be included via <command.h>. To
facilitate cleaning up <command.h> make this code directly include
<linux/string.h>.
Signed-off-by: Tom Rini <trini@konsulko.com >
---
Cc: Andrew Davis <afd@ti.com >
Cc: Bin Meng <bmeng.cn@gmail.com >
Cc: Dai Okamura <okamura.dai@socionext.com >
Cc: Fabio Estevam <festevam@gmail.com >
Cc: Francesco Dolcini <francesco.dolcini@toradex.com >
Cc: Ilias Apalodimas <ilias.apalodimas@linaro.org >
Cc: Jens Wiklander <jens.wiklander@linaro.org >
Cc: Kunihiko Hayashi <hayashi.kunihiko@socionext.com >
Cc: Mingkai Hu <mingkai.hu@nxp.com >
Cc: Priyanka Jain <priyanka.jain@nxp.com >
Cc: Shengzhou Liu <Shengzhou.Liu@nxp.com >
Cc: Simon Glass <sjg@chromium.org >
Cc: Stefano Babic <sbabic@nabladev.com >
Cc: Svyatoslav Ryhel <clamor95@gmail.com >
Cc: Thierry Reding <treding@nvidia.com >
Cc: William Zhang <william.zhang@broadcom.com >
2025-05-14 12:15:31 -06:00
Tom Rini
03de305ec4
Restore patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet"
...
As part of bringing the master branch back in to next, we need to allow
for all of these changes to exist here.
Reported-by: Jonas Karlman <jonas@kwiboo.se >
Signed-off-by: Tom Rini <trini@konsulko.com >
2024-05-20 13:35:03 -06:00
Tom Rini
d678a59d2d
Revert "Merge patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet""
...
When bringing in the series 'arm: dts: am62-beagleplay: Fix Beagleplay
Ethernet"' I failed to notice that b4 noticed it was based on next and
so took that as the base commit and merged that part of next to master.
This reverts commit c8ffd1356d , reversing
changes made to 2ee6f3a5f7 .
Reported-by: Jonas Karlman <jonas@kwiboo.se >
Signed-off-by: Tom Rini <trini@konsulko.com >
2024-05-19 08:16:36 -06:00
Tom Rini
301bac6047
cmd: Remove <common.h> and add needed includes
...
Remove <common.h> from all "cmd/" files and when needed add
missing include files directly.
Signed-off-by: Tom Rini <trini@konsulko.com >
2024-05-06 15:05:04 -06:00
Bin Meng
3c7bb89718
cmd: Split out timer command from the sleep command
...
CONFIG_CMD_TIMER merits a single file instead of co-exist in the
sleep command file.
Signed-off-by: Bin Meng <bin.meng@windriver.com >
2020-10-23 13:33:07 -04:00