Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751598AbbE0AMN (ORCPT ); Tue, 26 May 2015 20:12:13 -0400 Received: from p3plex2out04.prod.phx3.secureserver.net ([184.168.131.18]:43181 "EHLO p3plex2out04.prod.phx3.secureserver.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751295AbbE0AMK convert rfc822-to-8bit (ORCPT ); Tue, 26 May 2015 20:12:10 -0400 From: Hartley Sweeten To: Ian Abbott , "driverdev-devel@linuxdriverproject.org" CC: Greg Kroah-Hartman , "linux-kernel@vger.kernel.org" Subject: RE: [PATCH 0/4] staging: comedi: 8255: fix cleanup and split module Thread-Topic: [PATCH 0/4] staging: comedi: 8255: fix cleanup and split module Thread-Index: AQHQlKMH/iHH3/YcjkCBMrJ7FesnOZ2O+aIA Date: Wed, 27 May 2015 00:12:08 +0000 Message-ID: References: <1432308098-29247-1-git-send-email-abbotti@mev.co.uk> In-Reply-To: <1432308098-29247-1-git-send-email-abbotti@mev.co.uk> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [184.183.19.121] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 8BIT MIME-Version: 1.0 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1577 Lines: 34 On Friday, May 22, 2015 8:22 AM, Ian Abbott wrote: > 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(-) Reviewed-by: H Hartley Sweeten -- 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/