Prev: direct-io: honor dio->boundary a little more strictly
Next: [tip:x86/fpu] x86, fpu: Use the proper asm constraint in use_xsave()
From: Lars-Peter Clausen on 11 May 2010 20:20 Hi This patch series contains fixes and updates for the pcf50633 mfd and adc driver. Lars-Peter Clausen (4): MFD: pcf50633: Fix bitfield logic in interrupt handler MFD: pcf50633-adc: Fix potential race pcf50633_adc_sync_read MFD: pcf50633: Use threaded irq MFD: pcf50633: Move irq related functions to its own file. drivers/mfd/Makefile | 3 +- drivers/mfd/pcf50633-adc.c | 39 ++--- drivers/mfd/pcf50633-core.c | 344 ++----------------------------------------- drivers/mfd/pcf50633-irq.c | 318 +++++++++++++++++++++++++++++++++++++++ 4 files changed, 346 insertions(+), 358 deletions(-) create mode 100644 drivers/mfd/pcf50633-irq.c -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo(a)vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/ |