Am Montag, den 22.07.2013, 00:36 +0100 schrieb Mark Brown: > On Sun, Jul 21, 2013 at 11:28:49PM +0200, Lucas Stach wrote: > > Different from other Tegra sound controllers drivers, the AC97 > > controller driver uses the tegra asoc utils directly to request the > > needed clocks, as they are needed at AC97 init time. Move the DT clock > > defines to the right place. > > I'm sorry but I just don't understand what this change is supposed to do > - what is the current place, what is wrong with it and what is the > correct place? The clocks used by the Tegra ASoC utils were defined in the machine driver DT node for all boards, as this is were they get requested by the I2C and SPDIF Tegra audio drivers. Differently from those two the AC97 driver has to request those clocks in the controller drivers, as they are needed at this point for proper initialisation. So the patch moves the clocks from the machine driver node to the AC97 controller DT node, so they can be requested in the right driver. Regards, Lucas -- To unsubscribe from this list: send the line "unsubscribe linux-tegra" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html