Re: [PATCH v4 01/11] mfd: add pruss mfd driver.

From: Arnd Bergmann
Date: Sat May 14 2011 - 16:34:49 EST


On Saturday 14 May 2011, Mark Brown wrote:
> > Will a misc device be a better choice.
>
> > In that case I can remove the MFD cell from the board_file and add an array
> > of platform_device for the UART & CAN.
>
> I think that for me so long as it can simultaneously do two unrelated
> functions which need to be arbitrated between there's probably a place
> for it in MFD, certainly at the minute.

I guess drivers/mfd would be a better place than drivers/misc, but it might not
need to be an mfd driver in the sense that it registers mfd cells.

The more important point is to remove the device registration from the board
file. You definitely should not have the cells in the board file, but replacing
them with platform devices in the board file makes it no better.

My whole point has been that you register them from the main pruss driver
based on run-time data instead of compile-time pre-configured stuff in the
board file.

Arnd
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/