On Fri, 8 Apr 2011 11:08:34 -0700 Kristen Carlson Accardi <[email protected]> wrote:
> Make sure that the drivers for the NAND device and the SSP device > are not being used to avoid conflicts. Surely the drivers should power them back on again ? > mrst_power_off_unused_dev); +#if !defined(CONFIG_SPECTRA) > && !defined(CONFIG_MTD_NAND_DENALI) SPECTRA_MODULE etc too.. > DECLARE_PCI_FIXUP_FINAL(PCI_VENDOR_ID_INTEL, 0x0809, > mrst_power_off_unused_dev); +#endif > DECLARE_PCI_FIXUP_FINAL(PCI_VENDOR_ID_INTEL, 0x080C, > mrst_power_off_unused_dev); > DECLARE_PCI_FIXUP_FINAL(PCI_VENDOR_ID_INTEL, 0x0812, > mrst_power_off_unused_dev); +#if !defined(CONFIG_SPI_INTEL_MID_SSP) > DECLARE_PCI_FIXUP_FINAL(PCI_VENDOR_ID_INTEL, 0x0815, > mrst_power_off_unused_dev); +#endif /* > * The Firmware should program the Langwell keypad registers to > indicate _______________________________________________ MeeGo-kernel mailing list [email protected] http://lists.meego.com/listinfo/meego-kernel
