From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: From: Mark Hounschell Subject: [PATCH V3 00/19] staging: dgap: Digi International dgap driver Date: Wed, 19 Feb 2014 13:11:56 -0500 Message-Id: <1392833535-25652-1-git-send-email-markh@compro.net> List-ID: To: driverdev-devel@linuxdriverproject.org Cc: Mark Hounschell , Greg Kroah-Hartman This patch series whittles down the drivers/staging/dgap directory to just 4 files (dgap_driver.c, dgap_driver.h, Makefile, and Kconfig). This was done because there is a lot of cleanup work to do on these digi drivers and merging as much as is possible will make it easier. I also notice that many merged drivers are single source and header. It also renames the remaining two source files dgap_driver.c and dgap_driver.h to dgap.c and dgap.h to be more consistant with kernel naming conventions. The last patch od the series adds new functionality. In-kernel firmware loading support has been added. Please ignore the previous v1 and v2 versions of this series. This series was done against the proper source tree and was in a totally different sequence and following recommendations from others on the v1 and v2 series. -- 1.8.1.4