The addi-data drivers are a bit of a mess and have a lot of bloat due to the "common" code. They also abuse the comedi API to try and make it conform to the API add-data uses for their own drivers. Separate the addi_apci_1032 driver from the "common" code so the bloat can be removed. Fix the subdevice operations so they conform to the comedi API. Fix the interrupt support. H Hartley Sweeten (29): staging: comedi: addi_apci_1032: separate from addi_common.c staging: comedi: addi_apci_1032: remove i_ADDI_Reset() staging: comedi: addi_apci_1032: board does not have ttl i/o staging: comedi: addi_apci_1032: board does not have a timer staging: comedi: addi_apci_1032: board does not have digital outputs staging: comedi: addi_apci_1032: board does not have analog inputs staging: comedi: addi_apci_1032: board does not have analog outputs staging: comedi: addi_apci_1032: board has 32 digital inputs staging: comedi: addi_apci_1032: simplify the PCI bar reading staging: comedi: addi_apci_1032: remove dw_AiBase staging: comedi: addi_apci_1032: remove i_IorangeBase[01] staging: comedi: addi_apci_1032: remove use of devpriv->iobase staging: comedi: addi_apci_1032: remove i_IobaseReserved staging: comedi: addi_apci_1032: remove unnecessary eeprom code staging: comedi: addi_apci_1032: call v_APCI1032_Interrupt() directly staging: comedi: addi_apci_1032: remove the boardinfo staging: comedi: addi_apci_1032: cleanup the register map defines staging: comedi: addi_apci_1032: cleanup i_APCI1032_Reset() staging: comedi: addi_apci_1032: fix i_APCI1032_ReadMoreDigitalInput() staging: comedi: addi_apci_1032: remove i_APCI1032_Read1DigitalInput() staging: comedi: addi_apci_1032: cleanup i_APCI1032_ReadMoreDigitalInput() staging: comedi: addi_apci_1032: only allocate one subdevice staging: comedi: addi_apci_1032: cleanup v_ADDI_Interrupt() staging: comedi: addi_apci_1032: merge in hwdrv_apci1032.c staging: comedi: addi_apci_1032: add a subdevice for the interrupt support staging: comedi: addi_apci_1032: remove send_sig() use staging: comedi: addi_apci_1032: hook-up the interrupt subdevice staging: comedi: addi_apci_1032: remove len_chanlist on di subdevice staging: comedi: addi_apci_1032: remove unnecessary include .../comedi/drivers/addi-data/hwdrv_apci1032.c | 313 ------------------ drivers/staging/comedi/drivers/addi_apci_1032.c | 351 +++++++++++++++++++-- 2 files changed, 322 insertions(+), 342 deletions(-) delete mode 100644 drivers/staging/comedi/drivers/addi-data/hwdrv_apci1032.c -- 1.7.11 _______________________________________________ devel mailing list devel@xxxxxxxxxxxxxxxxxxxxxx http://driverdev.linuxdriverproject.org/mailman/listinfo/devel