The patch titled
i2c: replace more deprecated SA_xxx interrupt flags
has been added to the -mm tree. Its filename is
i2c-replace-more-deprecated-sa_xxx-interrupt-flags.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: i2c: replace more deprecated SA_xxx interrupt flags
From: Thomas Gleixner <[EMAIL PROTECTED]>
Fix the obnoxious users of the deprecated SA_xxx interrupt flags.
Signed-off-by: Thomas Gleixner <[EMAIL PROTECTED]>
Cc: Jean Delvare <[EMAIL PROTECTED]>
Signed-off-by: Andrew Morton <[EMAIL PROTECTED]>
---
drivers/i2c/busses/i2c-bfin-twi.c | 2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
diff -puN
drivers/i2c/busses/i2c-bfin-twi.c~i2c-replace-more-deprecated-sa_xxx-interrupt-flags
drivers/i2c/busses/i2c-bfin-twi.c
---
a/drivers/i2c/busses/i2c-bfin-twi.c~i2c-replace-more-deprecated-sa_xxx-interrupt-flags
+++ a/drivers/i2c/busses/i2c-bfin-twi.c
@@ -573,7 +573,7 @@ static int i2c_bfin_twi_probe(struct pla
p_adap->dev.parent = &dev->dev;
rc = request_irq(iface->irq, bfin_twi_interrupt_entry,
- SA_INTERRUPT, dev->name, iface);
+ IRQF_DISABLED, dev->name, iface);
if (rc) {
dev_err(&(p_adap->dev), "i2c-bfin-twi: can't get IRQ %d !\n",
iface->irq);
_
Patches currently in -mm which might be from [EMAIL PROTECTED] are
i2c-replace-more-deprecated-sa_xxx-interrupt-flags.patch
git-ieee1394.patch
vioc-replace-more-deprecated-sa_xxx-interrupt-flags.patch
input-replace-more-deprecated-sa_xxx-interrupt-flags.patch
optimize-timespec_trunc.patch
kernel-irq-procc-unprotected-iteration-over-the-irq-action-list-in-name_unique.patch
add-support-for-deferrable-timers-respun.patch
add-support-for-deferrable-timers-respun-tidy.patch
add-support-for-deferrable-timers-respun-fix.patch
irq-check-for-percpu-flag-only-when-adding-first-irqaction.patch
move-timekeeping-code-to-timekeepingc.patch
move-timekeeping-code-to-timekeepingc-fix.patch
ignore-stolen-time-in-the-softlockup-watchdog.patch
replace-deprecated-sa_xxx-interrupt-flags.patch
deprecate-sa_xxx-interrupt-flags-v2.patch
sched-fix-idle-load-balancing-in-softirqd-context.patch
sched-dynticks-idle-load-balancing-v3.patch
declare-struct-ktime.patch
add-irqf_irqpoll-flag-common-code.patch
add-irqf_irqpoll-flag-on-x86_64.patch
add-irqf_irqpoll-flag-on-i386.patch
add-irqf_irqpoll-flag-on-ia64.patch
add-irqf_irqpoll-flag-on-sh.patch
add-irqf_irqpoll-flag-on-arm.patch
-
To unsubscribe from this list: send the line "unsubscribe mm-commits" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at http://vger.kernel.org/majordomo-info.html