These patches are for the Comedi "8255" driver module (including the creation of a new "comedi_8255" module split off from it).
Patch 1 fixes a problem cleaning up on failure in the Comedi "8255" driver. Patch 2 is just a minor change to header file inclusion. Patch 3 is a documentation fix. Patch 4 splits off the "8255 subdevice helper" functionality of the driver module (which is used by other Comedi driver modules), into a separate module called "comedi_8255", leaving the existing "8255" module as the Comedi driver for "standalone" 8255 devices. 1) staging: comedi: 8255: fix I/O region leak on failure 2) staging: comedi: 8255.h: don't include "../comedidev.h" 3) staging: comedi: 8255: document callback parameters better 4) staging: comedi: comedi_8255: new module split from 8255 drivers/staging/comedi/Kconfig | 18 +- drivers/staging/comedi/drivers/8255.c | 232 ++-------------------- drivers/staging/comedi/drivers/8255.h | 19 +- drivers/staging/comedi/drivers/Makefile | 3 +- drivers/staging/comedi/drivers/comedi_8255.c | 285 +++++++++++++++++++++++++++ 5 files changed, 322 insertions(+), 235 deletions(-) -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/