The patch titled rtc-pcf8563: add chip id has been removed from the -mm tree. Its filename was rtc-pcf8563-add-chip-id.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: rtc-pcf8563: add chip id From: Jon Smirl <jonsmirl@xxxxxxxxx> Add the rtc8564 chip entry Signed-off-by: Jon Smirl <jonsmirl@xxxxxxxxx> Signed-off-by: Alessandro Zummo <a.zummo@xxxxxxxxxxxx> Cc: David Brownell <david-b@xxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- drivers/rtc/rtc-pcf8563.c | 1 + 1 file changed, 1 insertion(+) diff -puN drivers/rtc/rtc-pcf8563.c~rtc-pcf8563-add-chip-id drivers/rtc/rtc-pcf8563.c --- a/drivers/rtc/rtc-pcf8563.c~rtc-pcf8563-add-chip-id +++ a/drivers/rtc/rtc-pcf8563.c @@ -302,6 +302,7 @@ static int pcf8563_remove(struct i2c_cli static const struct i2c_device_id pcf8563_id[] = { { "pcf8563", 0 }, + { "rtc8564", 0 }, { } }; MODULE_DEVICE_TABLE(i2c, pcf8563_id); _ Patches currently in -mm which might be from jonsmirl@xxxxxxxxx are linux-next.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