The patch titled x86,mrst: add mapping for bma023 has been added to the -mm tree. Its filename is x86mrst-add-mapping-for-bma023.patch Before you just go and hit "reply", please: a) Consider who else should be cc'ed b) Prefer to cc a suitable mailing list as well c) Ideally: find the original patch on the mailing list and do a reply-to-all to that, adding suitable additional cc's *** Remember to use Documentation/SubmitChecklist when testing your code *** See http://userweb.kernel.org/~akpm/stuff/added-to-mm.txt to find out what to do about this The current -mm tree may be found at http://userweb.kernel.org/~akpm/mmotm/ ------------------------------------------------------ Subject: x86,mrst: add mapping for bma023 From: William Douglas <william.douglas@xxxxxxxxx> There is now an upstream bma023 driver so instead of submitting ours we use that one. The defaults are just fine so it's a simple mapping entry. (Thanks go to Erik Andersson for incorporating the changes we needed into his version) Signed-off-by: William Douglas <william.douglas@xxxxxxxxx> Signed-off-by: Alan Cox <alan@xxxxxxxxxxxxxxx> Cc: Ingo Molnar <mingo@xxxxxxx> Cc: Thomas Gleixner <tglx@xxxxxxxxxxxxx> Cc: "H. Peter Anvin" <hpa@xxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- arch/x86/platform/mrst/mrst.c | 1 + 1 file changed, 1 insertion(+) diff -puN arch/x86/platform/mrst/mrst.c~x86mrst-add-mapping-for-bma023 arch/x86/platform/mrst/mrst.c --- a/arch/x86/platform/mrst/mrst.c~x86mrst-add-mapping-for-bma023 +++ a/arch/x86/platform/mrst/mrst.c @@ -485,6 +485,7 @@ static void __init *no_platform_data(voi } static const struct devs_id __initconst device_ids[] = { + {"bma023", SFI_DEV_TYPE_I2C, 1, &no_platform_data}, {"pmic_gpio", SFI_DEV_TYPE_SPI, 1, &pmic_gpio_platform_data}, {"spi_max3111", SFI_DEV_TYPE_SPI, 0, &max3111_platform_data}, {"i2c_max7315", SFI_DEV_TYPE_I2C, 1, &max7315_platform_data}, _ Patches currently in -mm which might be from william.douglas@xxxxxxxxx are x86mrst-add-mapping-for-bma023.patch printk-fix-bounds-checking-for-log_prefix.patch printk-remove-bounds-checking-for-log_prefix.patch -- To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html