Re: [PATCH 12/26] x86: sysreset: Move priv/plat structs to headers

2020-12-28 Thread Simon Glass
On Sat, Dec 19, 2020 at 10:40:04AM -0700, Simon Glass wrote: > With the new of-platdata, these need to be available to dt_platdata.c > so must be in header files. Move them and add the dtd struct too. Reviewed-by: Andy Shevchenko > Signed-off-by: Simon Glass > --- > > arch/x86/include/asm/sysr

Re: [PATCH 12/26] x86: sysreset: Move priv/plat structs to headers

2020-12-21 Thread Andy Shevchenko
On Sat, Dec 19, 2020 at 10:40:04AM -0700, Simon Glass wrote: > With the new of-platdata, these need to be available to dt_platdata.c > so must be in header files. Move them and add the dtd struct too. Reviewed-by: Andy Shevchenko > Signed-off-by: Simon Glass > --- > > arch/x86/include/asm/sys

[PATCH 12/26] x86: sysreset: Move priv/plat structs to headers

2020-12-19 Thread Simon Glass
With the new of-platdata, these need to be available to dt_platdata.c so must be in header files. Move them and add the dtd struct too. Signed-off-by: Simon Glass --- arch/x86/include/asm/sysreset.h | 18 ++ drivers/sysreset/sysreset_x86.c | 5 + 2 files changed, 19 inserti