[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1433525435-12986-1-git-send-email-abbotti@mev.co.uk>
Date: Fri, 5 Jun 2015 18:30:03 +0100
From: Ian Abbott <abbotti@....co.uk>
To: <driverdev-devel@...uxdriverproject.org>
Cc: Greg Kroah-Hartman <gregkh@...uxfoundation.org>,
Ian Abbott <abbotti@....co.uk>,
H Hartley Sweeten <hsweeten@...ionengravers.com>,
<linux-kernel@...r.kernel.org>
Subject: [PATCH 00/32] staging: comedi: das08: tidy up
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@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists