Tero Kristo <t-kristo@xxxxxx> writes: > OMAP SMPS regulator driver provides access to OMAP voltage processor > controlled regulators. These include VDD_MPU and VDD_CORE for OMAP3 and > additionally VDD_IVA for OMAP4. SMPS regulators use the OMAP voltage > layer for the actual voltage regulation operations. > > Signed-off-by: Tero Kristo <t-kristo@xxxxxx> FYI, this adds a section mismatch warning: WARNING: vmlinux.o(.devinit.text+0x1984): Section mismatch in reference from the function omap_smps_reg_probe() to the (unknown reference) .init.data:(unknown) The function __devinit omap_smps_reg_probe() references a (unknown reference) __initdata (unknown). If (unknown) is only used by omap_smps_reg_probe then annotate (unknown) with a matching annotation. -- To unsubscribe from this list: send the line "unsubscribe linux-omap" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html