The patch titled arm: fix i2c-pxa build has been added to the -mm tree. Its filename is fix-i2c-pxa-build.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: arm: fix i2c-pxa build From: Russell King <rmk@xxxxxxxxxxxxxxxx> >From commit 7d054817b780e664bed6701b2aa637718e1905b7: > According to the PXA27x developer's manual, we shall do so. We shall also at least compile test our changes. Signed-off-by: Russell King <rmk+kernel@xxxxxxxxxxxxxxxx> Cc: Jean Delvare <khali@xxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- drivers/i2c/busses/i2c-pxa.c | 2 +- 1 files changed, 1 insertion(+), 1 deletion(-) diff -puN drivers/i2c/busses/i2c-pxa.c~fix-i2c-pxa-build drivers/i2c/busses/i2c-pxa.c --- a/drivers/i2c/busses/i2c-pxa.c~fix-i2c-pxa-build +++ a/drivers/i2c/busses/i2c-pxa.c @@ -548,7 +548,7 @@ static inline void i2c_pxa_stop_message( */ icr = readl(_ICR(i2c)); icr &= ~(ICR_STOP | ICR_ACKNAK); - writel(icr, _IRC(i2c)); + writel(icr, _ICR(i2c)); } /* _ Patches currently in -mm which might be from rmk@xxxxxxxxxxxxxxxx are origin.patch rename-thread_info-to-stack.patch fix-i2c-pxa-build.patch remove-unused-header-file-arch-arm-mach-s3c2410-basth.patch iop13xx-msi-support-rev6.patch arm-remove-useless-config-option-generic_bust_spinlock.patch arm-spinlock-initializer-cleanup.patch update-documentation-driver-model-platformtxt.patch power-management-remove-some-useless-code-from-arm.patch git-md-accel.patch update-smc91x-driver-with-arm-versatile-board-info.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