On Monday 29 October 2012, Pratyush Anand wrote: > Miphy Clock initialization is very specific to controller and its > instances. Pass this custom function using auxdata. > > Signed-off-by: Pratyush Anand <pratyush.anand@xxxxxx> > --- > arch/arm/mach-spear13xx/spear1310.c | 148 +++++++++++++++++++++++++++++++++++ > 1 files changed, 148 insertions(+), 0 deletions(-) I think you shouldn't have this in platform code. I don't have the full picture here but it looks like it could be a separate clock driver so you can use the regular clock functions. Platform data with callbacks is not acceptable here. Arnd -- To unsubscribe from this list: send the line "unsubscribe linux-pci" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html