On 22 May 2014 14:02, kbuild test robot <fengguang.wu@xxxxxxxxx> wrote: > tree: git://git.kernel.org/pub/scm/linux/kernel/git/cjb/mmc.git mmc-next > head: 830bb78ad0985cc44246fcd6f6c1fdddd04c5abb > commit: f6a903a75eff1eb6d53703543b1674da211b0b28 [79/96] mmc: omap_hsmmc: Extend debugfs by SDIO IRQ handling, runtime state > config: make ARCH=m68k allmodconfig > > All error/warnings: > > drivers/mmc/host/omap_hsmmc.c: In function 'omap_hsmmc_regs_show': >>> drivers/mmc/host/omap_hsmmc.c:1841:30: error: 'struct dev_pm_info' has no member named 'runtime_status' > > vim +1841 drivers/mmc/host/omap_hsmmc.c > > 1835 if (mmc->caps & MMC_CAP_SDIO_IRQ) { > 1836 seq_printf(s, "sdio irq \t%s\n", > 1837 (host->flags & HSMMC_SDIO_IRQ_ENABLED) ? "enabled" > 1838 : "disabled"); > 1839 } > 1840 >> 1841 suspended = host->dev->power.runtime_status != RPM_ACTIVE; > 1842 seq_printf(s, "runtime state\t%s\n", (suspended ? "idle" : "active")); > 1843 > 1844 seq_printf(s, "ctx_loss:\t%d\n", host->context_loss); > > --- > 0-DAY kernel build testing backend Open Source Technology Center > http://lists.01.org/mailman/listinfo/kbuild Intel Corporation Hi Chris, I had a second look at Andreas Fenkart's patchset to enable SDIO irq for omap. Those needs an additional iteration, since there are unresolved dependencies to CONFIG_PM_RUNTIME (and possibly to other Kconfigs as well). Apparently I had all the needed Kconfigs enabled while I compile tested them. :-( I tried out doing a local re-base, to remove the related omap patches. If you remove the patches below you won't get any conflicts for omap_hsmmc. Can you do that? Andreas: mmc: omap_hsmmc: Enable SDIO interrupt mmc: omap_hsmmc: enable wakeup event for sdio OMAP4 mmc: omap_hsmmc: Extend debugfs by SDIO IRQ handling, runtime state mmc: omap_hsmmc: abort runtime suspend if pending sdio irq detected mmc: omap_hsmmc: switch default/idle pinctrl states in runtime hooks mmc: omap_hsmmc: Pin remux workaround to support SDIO interrupt on AM335x Balaji: mmc: omap_hsmmc: use IS_ERR macro for error checking Kind regards Uffe -- To unsubscribe from this list: send the line "unsubscribe linux-mmc" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html