Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757566AbbEVPVy (ORCPT ); Fri, 22 May 2015 11:21:54 -0400 Received: from smtp89.iad3a.emailsrvr.com ([173.203.187.89]:45310 "EHLO smtp89.iad3a.emailsrvr.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1757141AbbEVPVu (ORCPT ); Fri, 22 May 2015 11:21:50 -0400 X-Sender-Id: abbotti@mev.co.uk From: Ian Abbott To: Cc: Greg Kroah-Hartman , Ian Abbott , H Hartley Sweeten , Subject: [PATCH 0/4] staging: comedi: 8255: fix cleanup and split module Date: Fri, 22 May 2015 16:21:34 +0100 Message-Id: <1432308098-29247-1-git-send-email-abbotti@mev.co.uk> X-Mailer: git-send-email 2.1.4 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1418 Lines: 30 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 majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/