lkml.org 
[lkml]   [2015]   [May]   [22]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
From
Subject[PATCH 0/4] staging: comedi: 8255: fix cleanup and split module
Date
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(-)


\
 
 \ /
  Last update: 2015-05-22 17:41    [W:0.038 / U:0.932 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site