Prev: [PATCH] staging/comedi/comedi.h: cleanups
Next: MFD: rdc321x: change resources flags to IORESOURCE_IO
From: Samuel Ortiz on 16 May 2010 18:10 Hi Lars-Peter, On Wed, May 12, 2010 at 02:10:52AM +0200, Lars-Peter Clausen wrote: > Hi > > This patch series contains fixes and updates for the pcf50633 mfd and adc > driver. All 4 patches applied, thanks a lot. Cheers, Samuel. > 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 > -- Intel Open Source Technology Centre http://oss.intel.com/ -- 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/ |