The patch titled xtensa: add m41t62 rtc to s6105 platform has been removed from the -mm tree. Its filename was xtensa-add-m41t62-rtc-to-s6105-platform.patch This patch was dropped because it was merged into mainline or a subsystem tree The current -mm tree may be found at http://userweb.kernel.org/~akpm/mmotm/ ------------------------------------------------------ Subject: xtensa: add m41t62 rtc to s6105 platform From: Daniel Glockner <dg@xxxxxxxxx> Signed-off-by: Daniel Glockner <dg@xxxxxxxxx> Cc: Chris Zankel <chris@xxxxxxxxxx> Cc: David Brownell <david-b@xxxxxxxxxxx> Cc: Alessandro Zummo <a.zummo@xxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- arch/xtensa/platforms/s6105/device.c | 3 +++ 1 file changed, 3 insertions(+) diff -puN arch/xtensa/platforms/s6105/device.c~xtensa-add-m41t62-rtc-to-s6105-platform arch/xtensa/platforms/s6105/device.c --- a/arch/xtensa/platforms/s6105/device.c~xtensa-add-m41t62-rtc-to-s6105-platform +++ a/arch/xtensa/platforms/s6105/device.c @@ -143,6 +143,9 @@ static struct platform_device platform_d .resource = s6_gmac_resource, .num_resources = ARRAY_SIZE(s6_gmac_resource), }, + { + I2C_BOARD_INFO("m41t62", S6I2C_ADDR_M41T62), + }, }; static int __init device_init(void) _ Patches currently in -mm which might be from dg@xxxxxxxxx are origin.patch xtensa-variant-specific-code.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