summaryrefslogtreecommitdiff
path: root/drivers/staging/comedi/drivers/comedi_bond.c
AgeCommit message (Expand)Author
2017-11-28staging: comedi: drivers: Remove redundant license textGreg Kroah-Hartman
2017-11-28staging: comedi: add SPDX identifiers to all greybus driver filesGreg Kroah-Hartman
2016-06-17staging:comedi:Use unsigned int instead of unsignedNikita Eshkeev
2015-04-30staging: comedi: comedi_bond: fix 'b_mask' calc in bonding_dio_insn_bits()H Hartley Sweeten
2015-03-06staging: comedi: drivers/*.c: remove unnecessary blank linesH Hartley Sweeten
2015-03-06staging: comedi: drivers/*.c: alignment should match open parenthesisH Hartley Sweeten
2015-01-09Staging: comedi: fix blank line coding style in comedi_bond.cFrederic Jacob
2014-11-03staging: comedi: drivers: comedi_bond.c: Remove unneeded #defineRickard Strandqvist
2014-10-29staging: comedi: drivers: comedi_bond.c: Changed from using strncat to strlcatRickard Strandqvist
2014-02-12Staging: comedi: Correct a few printf format codesChase Southwood
2014-02-11Staging: comedi: fix memory leak in comedi_bond.cChase Southwood
2013-08-26staging: comedi: comedi_bond: use correct minor device numbers in nameIan Abbott
2013-08-26staging: comedi: comedi_bond: use krealloc() and fix memory leakIan Abbott
2013-08-26staging: comedi: comedi_bond: handle base channel for insn_bitsIan Abbott
2013-08-26staging: comedi: comedi_bond: get INSN_CONFIG_DIO_QUERY info from horse's mouthIan Abbott
2013-08-26staging: comedi: comedi_bond: just check devprivs->devs once on detachIan Abbott
2013-08-26staging: comedi: comedi_bond: no need to free dev->private on detachIan Abbott
2013-08-26staging: comedi: comedi_bond: remove unused subdev_typeIan Abbott
2013-08-26staging: comedi: comedi_bond: don't map channels individuallyIan Abbott
2013-08-26staging: comedi: comedi_bond: use bitmap to record opened/closed minorsIan Abbott
2013-08-26staging: comedi: comedi_bond: change return value of bonding_attach()Ian Abbott
2013-08-26staging: comedi: comedi_bond: return error code in do_dev_config()Ian Abbott
2013-08-26staging: comedi: comedi_bond: no need to initialize file[]Ian Abbott
2013-08-26staging: comedi: comedi_bond: rename CamelCase identifiersIan Abbott
2013-08-26staging: comedi: comedi_bond: shorten module descriptionIan Abbott
2013-08-26staging: comedi: comedi_bond: reformat some commentsIan Abbott
2013-07-23staging: comedi: don't rely on comedidev.h to include headersH Hartley Sweeten
2013-07-23staging: comedi: use comedi_alloc_devpriv()H Hartley Sweeten
2013-05-13staging: comedi: remove FSF address from boilerplate textH Hartley Sweeten
2013-02-11staging: Remove unnecessary OOM messagesJoe Perches
2012-10-23staging: comedi: remove inline alloc_private()H Hartley Sweeten
2012-09-05staging: comedi: comedi_bond: remove subdevice pointer mathH Hartley Sweeten
2012-09-04staging: comedi: comedi_bond: remove MODULE_NAME macroH Hartley Sweeten
2012-09-04staging: comedi: comedi_bond: remove the STR macroH Hartley Sweeten
2012-09-04staging: comedi: comedi_bond: remove private printk macrosH Hartley Sweeten
2012-09-04staging: comedi: comedi_bond: remove devpriv macroH Hartley Sweeten
2012-09-04staging: comedi: comedi_bond: remove boardinfoH Hartley Sweeten
2012-06-18staging: comedi: remove unneeded sanity check in insn_bits functionsH Hartley Sweeten
2012-06-12staging: comedi: propogate error code from comedi_alloc_subdevicesH Hartley Sweeten
2012-06-12staging: comedi: remove the "Allocate the subdevice..." commentsH Hartley Sweeten
2012-06-12staging: comedi: export alloc_subdevices as comedi_alloc_subdevicesH Hartley Sweeten
2012-05-18staging: comedi: cleanup all the comedi_driver 'detach' functionsH Hartley Sweeten
2012-05-15staging: comedi: refactor comedi_bond driver and use module_comedi_driverH Hartley Sweeten
2010-11-16drivers/staging: Remove unnecessary semicolonsJoe Perches
2010-06-17Staging: Comedi: drivers: Remove comment copied from skel.cIan Abbott
2010-05-11Staging: comedi: range.c: properly mark up __user pointersGreg Kroah-Hartman
2010-05-11Staging: comedi: kcomedilib: make it typesafeGreg Kroah-Hartman
2010-05-11Staging: comedi: move an include file out of comedlib.hGreg Kroah-Hartman
2010-05-11Staging: comedi: remove unneeded ifdef in comedi_bond.cGreg Kroah-Hartman
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo