Re: [PATCH] Start split out of common open firmware code
From: Segher Boessenkool <hidden>
Date: 2007-04-12 07:00:48
From: Segher Boessenkool <hidden>
Date: 2007-04-12 07:00:48
quoted
quoted
This creates kernel/openfw.c (depending on CONFIG_OPENFW) and puts the first trivially common bits from the prom.c files into it.Is this the right place ? I want to split flat DT from live DT in separate files, then we have of_device.c and of_platform.c that will need merging too, and possibly the filesystem... that's a lot to put in kernel/We could make drivers/openfw/{device,platform}.c, maybe that would work best?
drivers/ is the wrong place to put this IMHO. Why not use kernel/openfirmware/*.[ch] ? Segher