summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-11-02staging: comedi: addi_apci_3120: remove CONFIG_APCI_3120 defineH Hartley Sweeten2-4/+0
2012-11-02staging: comedi: addi_apci_3120: merge in addi_apci_3001 driverH Hartley Sweeten4-101/+39
2012-11-02Merge tag 'iio-for-3.8b' of git://git.kernel.org/pub/scm/linux/kernel/git/jic...Greg Kroah-Hartman9-1002/+427
2012-11-02iio: isl29018: Support suspend and resume.Bryan Freed1-0/+45
2012-11-02iio: Accept a leading '+' sign when parsing fixed point numbersLars-Peter Clausen1-0/+2
2012-11-02iio: Reject trailing garbage when parsing fixed point numbersLars-Peter Clausen1-2/+0
2012-11-02iio: Do not accept multiple '.' in fixed point numbersLars-Peter Clausen1-1/+1
2012-11-02staging: iio: adc: ad7280a.c: fixed macro coding styleKumar Amit Mehta1-1/+1
2012-11-01staging: comedi: jr3_pci: CodingStyle fixesIan Abbott1-205/+188
2012-11-01staging: comedi: jr3_pci: update driver description commentIan Abbott1-18/+20
2012-11-01staging: comedi: jr3_pci: remove noisy printkIan Abbott1-63/+0
2012-11-01staging: comedi: jr3_pci: remove devpriv->pci_enabledIan Abbott1-3/+2
2012-11-01staging: comedi: jr3_pci: remove devpriv->pci_devIan Abbott1-9/+5
2012-11-01staging: comedi: jr3_pci: rename card variableIan Abbott1-6/+6
2012-11-01staging: comedi: jr3_pci: use auto_attach methodIan Abbott1-63/+28
2012-11-01staging: comedi: addi_apci_1710: add the missing MODULE_* informationH Hartley Sweeten1-0/+4
2012-11-01staging: comedi: addi_apci_1710: remove COMEDI_SUBD_TTLIO defineH Hartley Sweeten1-4/+0
2012-11-01staging: comedi: addi_apci_1710: remove the 'i_IorangeBase*'H Hartley Sweeten1-3/+0
2012-11-01staging: comedi: addi_apci_1710: remove the eeprom parametersH Hartley Sweeten1-17/+0
2012-11-01staging: comedi: addi_apci_1710: remove dma setup/free codeH Hartley Sweeten1-60/+5
2012-11-01staging: comedi: addi_apci_1710: remove eeprom handling codeH Hartley Sweeten1-35/+8
2012-11-01staging: comedi: addi_apci_1710: remove i_ADDI_ResetH Hartley Sweeten1-11/+2
2012-11-01staging: comedi: addi_apci_1710: cleanup addi_find_boardinfo()H Hartley Sweeten1-10/+5
2012-11-01staging: comedi: addi-data: remove special handling for apci1710H Hartley Sweeten2-315/+137
2012-11-01staging: comedi: addi_apci_1710: separate from addi_common.cH Hartley Sweeten1-3/+367
2012-11-01staging: comedi: gsc_hpdi: update driver description commentIan Abbott1-18/+18
2012-11-01staging: comedi: gsc_hpdi: change DEBUG_PRINT()Ian Abbott1-2/+4
2012-11-01staging: comedi: gsc_hpdi: use board name to request resourcesIan Abbott1-2/+2
2012-11-01staging: comedi: gsc_hpdi: make board name pointer constIan Abbott1-2/+1
2012-11-01staging: comedi: gsc_hpdi: remove board(dev) functionIan Abbott1-10/+5
2012-11-01staging: comedi: gsc_hpdi: don't store physical base addressesIan Abbott1-15/+7
2012-11-01staging: comedi: gsc_hpdi: remove devpriv->hw_devIan Abbott1-20/+18
2012-11-01staging: comedi: gsc_hpdi: use auto_attach methodIan Abbott1-37/+22
2012-11-01staging: csr: csr_wifi_nme_task.h: remove function prototypesDevendra Naga1-3/+0
2012-11-01staging: csr: csr_wifi_nme_ap_lib.h: remove the function prototypesDevendra Naga1-18/+0
2012-11-01staging: csr: csr_wifi_nme_lib.h: remove function prototypesDevendra Naga1-54/+0
2012-11-01staging: csr: sme_blocking.c: add missing check for return of sme_wait_for_replyDevendra Naga1-0/+2
2012-11-01staging: csr: sme_blocking.c: remove braces around single statement blocksDevendra Naga1-145/+74
2012-11-01staging: csr: sme_blocking.c: replace spaces with the tabs in sme_mgt_tspecDevendra Naga1-19/+19
2012-11-01staging: csr: sme_blocking.c: replace spaces with tabsDevendra Naga1-24/+24
2012-11-01staging: csr: inet.c: replaces spaces with tabsDevendra Naga1-4/+4
2012-11-01staging: csr: inet.c: single statement if blocks doesn't need bracesDevendra Naga1-4/+2
2012-11-01staging: comedi: skel: do auto-attachment of PCI devicesIan Abbott1-27/+195
2012-11-01staging: comedi: skel: move skel_pci_tableIan Abbott1-13/+13
2012-11-01staging: comedi: skel: remove remaining forward declarationIan Abbott1-18/+16
2012-11-01staging: comedi: skel: remove most forward declarationsIan Abbott1-145/+129
2012-11-01staging: comedi: skel: use module_comedi_pci_driver()Ian Abbott1-21/+1
2012-11-01staging: comedi: skel: remove driver_ prefixIan Abbott1-17/+17
2012-11-01staging: comedi: skel: replace pr_...() with dev_...()Ian Abbott1-7/+2
2012-11-01staging: comedi: skel: remove thisboard macroIan Abbott1-7/+4