On 02/05/16 18:11, H Hartley Sweeten wrote:
This "driver" is not a actually a comedi driver. It's a helper module that handles DMA for the National Instruments boards that use the MITE ASIC. This series is mostly an aesthetic cleanup that shortens the long struct names and the members of the structs. It also shuffles around the functions in the driver to make it easier to follow and adds docbook comments for all the exported functions. H Hartley Sweeten (19): staging: comedi: mite: rename 'struct mite_struct' staging: comedi: mite: rename 'struct mite_dma_descriptor' staging: comedi: mite: rename 'struct mite_dma_descriptor_ring' staging: comedi: mite: rename mite_ring member 'descriptors_dma_addr' staging: comedi: mite: rename mite_ring member 'descriptors' staging: comedi: mite: tidy up mite_init_ring_descriptors() staging: comedi: mite: rename mite member 'mite_io_addr' staging: comedi: mite: remove mite member 'channel_allocated' staging: comedi: mite: introduce mite_free_dma_descs() staging: comedi: mite: use prefered form for passing a struct size staging: comedi: mite: document mite_alloc()/mite_detach() staging: comedi: mite: do mite_steup() as part of mite_attach() staging: comedi: mite: tidy up kernel messages in mite_steup() staging: comedi: mite: move the mite ring functions staging: comedi: mite: tidy up mite dma channel request/release staging: comedi: mite: move mite_prep_dma() staging: comedi: mite: move the mite dma arm/disarm/reset functions staging: comedi: mite: document the remaining exported functions staging: comedi: mite: tidy up module init/exit drivers/staging/comedi/drivers/mite.c | 990 ++++++++++++++----------- drivers/staging/comedi/drivers/mite.h | 81 +- drivers/staging/comedi/drivers/ni_660x.c | 26 +- drivers/staging/comedi/drivers/ni_mio_common.c | 2 +- drivers/staging/comedi/drivers/ni_pcidio.c | 10 +- drivers/staging/comedi/drivers/ni_pcimio.c | 32 +- drivers/staging/comedi/drivers/ni_stc.h | 10 +- 7 files changed, 605 insertions(+), 546 deletions(-)
Thanks! Reviewed-by: Ian Abbott <abbotti@xxxxxxxxx> -- -=( Ian Abbott @ MEV Ltd. E-mail: <abbotti@xxxxxxxxx> )=- -=( Web: http://www.mev.co.uk/ )=- _______________________________________________ devel mailing list devel@xxxxxxxxxxxxxxxxxxxxxx http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel