On Thu, Oct 15, 2009 at 02:59:31PM +0900, Thomas Abraham wrote: > This patch removes the unsed host_caps field entry from the sdhci platform data > structure. It then adds three new fields for specifying parent clock name, > source clock name and clock frequency for sdhci controller. This patch also > does corresponding fixups for sdhci-0 amd sdhci-1 controller's platform data. Why is this required? Passing clock names around as platform data is generally frowned upon within the clock API - the idea is that this should all be mapped within the clock API and the drivers should just request fixed clock names with any setup done in the board initialisation. Perhaps clkdev support for the S3C platforms would help here? -- To unsubscribe from this list: send the line "unsubscribe linux-samsung-soc" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html