Tom Rini
65cc0e2a65
global: Move remaining CONFIG_SYS_* to CFG_SYS_*
...
The rest of the unmigrated CONFIG symbols in the CONFIG_SYS namespace do
not easily transition to Kconfig. In many cases they likely should come
from the device tree instead. Move these out of CONFIG namespace and in
to CFG namespace.
Signed-off-by: Tom Rini <trini@konsulko.com >
Reviewed-by: Simon Glass <sjg@chromium.org >
2022-12-05 16:06:08 -05:00
Simon Glass
cd93d625fd
common: Drop linux/bitops.h from common header
...
Move this uncommon header out of the common header.
Signed-off-by: Simon Glass <sjg@chromium.org >
2020-05-18 21:19:23 -04:00
Robert Beckett
fff7b33ce5
rtc: rx8010js: add compatible string
...
Add compatible string used by Linux.
Allows for simpler syncing of device trees.
Signed-off-by: Robert Beckett <bob.beckett@collabora.com >
2019-12-27 14:34:29 +01:00
Robert Beckett
a00b1f9d7a
rtc: rx8010sj: fix DM initialization
...
pass the udevice by reference instead of double ref
Signed-off-by: Robert Beckett <bob.beckett@collabora.com >
2019-12-27 14:33:11 +01:00
Nandor Han
958a2106f5
rtc: adding RX8010SJ rtc driver
...
Add a new driver for RX8010SJ rtc chip. The driver implements both
formats of U-Boot driver model.
Signed-off-by: Nandor Han <nandor.han@ge.com >
Signed-off-by: Martyn Welch <martyn.welch@collabora.co.uk >
Signed-off-by: Sebastian Reichel <sebastian.reichel@collabora.co.uk >
2018-02-04 12:00:58 +01:00