On Mon, Jul 09, 2012 at 03:15:27PM -0700, Andrew Morton wrote:
OK, this is the second such patch I've seen and it's time to wonder if
we should get grumpy at tglx. afacit 1c6c6952 broke the following
drivers:
sound/soc/codecs/wm8994.c
drivers/mfd/wm831x-auxadc.c
drivers/mfd/wm8350-core.c
drivers/regulator/wm831x-isink.c
drivers/regulator/wm831x-ldo.c
drivers/regulator/wm831x-dcdc.c
drivers/input/misc/wm831x-on.c
what am I missing here?
At least the above (and possibly a good proportion of the others from
the looks of things) aren't affected by this change because they are
nested IRQs for MFDs where we can guarantee that there will never be a
primary IRQ. _ONESHOT shouldn't make any odds in these situations.
drivers/base/regmap/regmap-irq.c
This is using irq_flags passed in by the caller so should be unaffected,
it's always been the responsibility of the caller to set the flags.