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
Simon Glass
c05ed00afb
common: Drop linux/delay.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
Simon Glass
691d719db7
common: Drop init.h from common header
...
Move this uncommon header out of the common header.
Signed-off-by: Simon Glass <sjg@chromium.org >
2020-05-18 17:33:33 -04:00
Simon Glass
db41d65a97
common: Move hang() to the same header as panic()
...
At present panic() is in the vsprintf.h header file. That does not seem
like an obvious choice for hang(), even though it relates to panic(). So
let's put hang() in its own header.
Signed-off-by: Simon Glass <sjg@chromium.org >
[trini: Migrate a few more files]
Signed-off-by: Tom Rini <trini@konsulko.com >
2020-01-17 17:53:40 -05:00
Paul Burton
cd71b1d5d2
mips: jz47xx: Add JZ4780 SoC support
...
Add initial support for the Ingenic JZ47xx MIPS SoC.
Cc: Daniel Schwierzeck <daniel.schwierzeck@gmail.com >
Signed-off-by: Paul Burton <paul.burton@imgtec.com >
Signed-off-by: Marek Vasut <marek.vasut@gmail.com >
Signed-off-by: Ezequiel Garcia <ezequiel@collabora.com >
Reviewed-by: Marek Vasut <marex@denx.de >
2018-12-19 15:23:01 +01:00