Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932828AbbFERav (ORCPT ); Fri, 5 Jun 2015 13:30:51 -0400 Received: from smtp81.iad3a.emailsrvr.com ([173.203.187.81]:37111 "EHLO smtp81.iad3a.emailsrvr.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751534AbbFERat (ORCPT ); Fri, 5 Jun 2015 13:30:49 -0400 X-Sender-Id: abbotti@mev.co.uk From: Ian Abbott To: Cc: Greg Kroah-Hartman , Ian Abbott , H Hartley Sweeten , Subject: [PATCH 00/32] staging: comedi: das08: tidy up Date: Fri, 5 Jun 2015 18:30:03 +0100 Message-Id: <1433525435-12986-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: 2450 Lines: 46 Clean up the Comedi "das08" module a bit, mostly for consistent naming of things. 01) staging: comedi: das08.h: reformat copyright comment 02) staging: comedi: das08.h: change description in copyright header comment 03) staging: comedi: das08.h: reformat remaining comments 04) staging: comedi: das08: use indexed initializer for AI range table types 05) staging: comedi: das08: improve test for programmable gain 06) staging: comedi: das08.h: make self-reliant 07) staging: comedi: das08: rename DAS08_LSB and DAS08_MSB 08) staging: comedi: das08: rename DAS08_TRIG_12BIT 09) staging: comedi: das08: rename DAS08_STATUS 10) staging: comedi: das08: rename and rewrite DAS08_EOC 11) staging: comedi: das08: rename and rewrite DAS08_IRQ 12) staging: comedi: das08: rename and rewrite DAS08_IP 13) staging: comedi: das08: rename DAS08_CONTROL 14) staging: comedi: das08: rename DAS08_MUX() and DAS08_MUX_MASK 15) staging: comedi: das08: rename and rewrite DAS08_INTE 16) staging: comedi: das08: rename DAS08_OP() and DAS08_DO_MASK 17) staging: comedi: das08: rename and split DAS08JR_DIO 18) staging: comedi: das08: rename DAS08JR_AO_LSB() and DAS08JR_AO_MSB() 19) staging: comedi: das08: add DAS08JR_AO_UPDATE_REG 20) staging: comedi: das08: replace DAS08AO_GAIN_CONTROL/STATUS 21) staging: comedi: das08: rename DAS08AO_AO_LSB() and DAS08AO_AO_MSB() 22) staging: comedi: das08: rename DAS08AO_AO_UPDATE 23) staging: comedi: das08: remove board register map comments 24) staging: comedi: das08.c: reformat copyright comment 25) staging: comedi: das08.c: reformat remaining comments 26) staging: comedi: das08: rename ai range tables 27) staging: comedi: das08: rename the gainlist variables 28) staging: comedi: das08: rename das08_ai_rinsn() 29) staging: comedi: das08: rename das08_di_rbits() & das08jr_di_rbits() 30) staging: comedi: das08: rename das08_do_wbits() & das08jr_do_wbits() 31) staging: comedi: das08: clarify sign-magnitude conversion 32) staging: comedi: das08: use better MODULE_DESCRIPTION() drivers/staging/comedi/drivers/das08.c | 333 ++++++++++++++++----------------- drivers/staging/comedi/drivers/das08.h | 48 ++--- 2 files changed, 188 insertions(+), 193 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/