13 Jun
2008
13 Jun
'08
12:08 p.m.
Jon Smirl wrote:
You're loading the fabric driver as a platform driver controlled via Kconfig. Has any progress been made on a way to trigger loading it via the device tree?
What should I trigger it on? For this idea to work, I need to have a node in the device tree that no other driver wants. What node should that be?
Why are you calling all of the mpc code fsl? Freescale makes other processors that start with imx, mcp, mac, mmc, m68...
The SSI device exists in both i.MX and MPC parts, so it makes sense to call that fsl_. The DMA controller could exist on non-MPC parts, but currently it doesn't. I called it fsl_dma.c just to be consistent.
If it turns out that there's a real name clash, we can always rename them.