The patch titled ppc: MCC2 missing in MPC8260 device_list has been added to the -mm tree. Its filename is ppc-mcc2-missing-in-mpc8260-device_list.patch *** Remember to use Documentation/SubmitChecklist when testing your code *** See http://www.zip.com.au/~akpm/linux/patches/stuff/added-to-mm.txt to find out what to do about this ------------------------------------------------------ Subject: ppc: MCC2 missing in MPC8260 device_list From: Morten Banzon <morten.banzon@xxxxxxxxxxxx> Adds the MCC2 device to the 8260 device_list. Signed-off-by: Morten Banzon <morten.banzon@xxxxxxxxxxxx> Cc: Kumar Gala <galak@xxxxxxxxxxxxxxxxx> Cc: Paul Mackerras <paulus@xxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- arch/ppc/syslib/pq2_sys.c | 5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) diff -puN arch/ppc/syslib/pq2_sys.c~ppc-mcc2-missing-in-mpc8260-device_list arch/ppc/syslib/pq2_sys.c --- a/arch/ppc/syslib/pq2_sys.c~ppc-mcc2-missing-in-mpc8260-device_list +++ a/arch/ppc/syslib/pq2_sys.c @@ -52,8 +52,9 @@ struct ppc_sys_spec ppc_sys_specs[] = { { MPC82xx_CPM_FCC1, MPC82xx_CPM_FCC2, MPC82xx_CPM_FCC3, MPC82xx_CPM_SCC1, MPC82xx_CPM_SCC2, MPC82xx_CPM_SCC3, - MPC82xx_CPM_SCC4, MPC82xx_CPM_MCC1, MPC82xx_CPM_SMC1, - MPC82xx_CPM_SMC2, MPC82xx_CPM_SPI, MPC82xx_CPM_I2C, + MPC82xx_CPM_SCC4, MPC82xx_CPM_MCC1, MPC82xx_CPM_MCC2, + MPC82xx_CPM_SMC1, MPC82xx_CPM_SMC2, MPC82xx_CPM_SPI, + MPC82xx_CPM_I2C, } }, { _ Patches currently in -mm which might be from morten.banzon@xxxxxxxxxxxx are ppc-mcc2-missing-in-mpc8260-device_list.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