[PATCH 32/55] i2c: irq: Remove IRQF_DISABLED
From: Jean Delvare <hidden>
Date: 2011-09-24 11:54:43
Also in:
linux-arch, linux-i2c, lkml
From: Jean Delvare <hidden>
Date: 2011-09-24 11:54:43
Also in:
linux-arch, linux-i2c, lkml
On Thu, 22 Sep 2011 16:58:59 +0800, Yong Zhang wrote:
Since commit [e58aa3d2: genirq: Run irq handlers with interrupts disabled], We run all interrupt handlers with interrupts disabled and we even check and yell when an interrupt handler returns with interrupts enabled (see commit [b738a50a: genirq: Warn when handler enables interrupts]). So now this flag is a NOOP and can be removed. Signed-off-by: Yong Zhang <redacted> Acked-by: Wolfram Sang <redacted> Acked-by: Linus Walleij <redacted> Acked-by: Barry Song <redacted> --- drivers/i2c/busses/i2c-bfin-twi.c | 4 ++-- drivers/i2c/busses/i2c-designware.c | 2 +- drivers/i2c/busses/i2c-highlander.c | 2 +- drivers/i2c/busses/i2c-nomadik.c | 2 +- drivers/i2c/busses/i2c-nuc900.c | 2 +- drivers/i2c/busses/i2c-pmcmsp.c | 2 +- drivers/i2c/busses/i2c-s3c2410.c | 2 +- drivers/i2c/busses/i2c-sh7760.c | 2 +- drivers/i2c/busses/i2c-sh_mobile.c | 2 +- drivers/i2c/busses/i2c-stu300.c | 2 +- 10 files changed, 11 insertions(+), 11 deletions(-)
Ben, I'll let you pick this patch as it only touches drivers which are under your responsibility. This will limit the risk of conflicts between our trees. -- Jean Delvare