summaryrefslogtreecommitdiffstats
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2012-06-25staging: nvec: convert to devm_ functionsMarc Dietrich4-40/+28
2012-06-25Staging: ipack/devices/ipoctal: remove unneeded lock in IRQ handlerSamuel Iglesias Gonsalvez1-2/+1
2012-06-25Staging: ipack/bridges/tpci200: remove unneeded lock in irq handlerSamuel Iglesias Gonsalvez2-7/+0
2012-06-25Staging: ipack/devices/ipoctal: remove unneeded includesSamuel Iglesias Gonsalvez1-4/+0
2012-06-25Staging: ipack/devices/ipoctal: fix oops when accessing "buffer"Samuel Iglesias Gonsalvez1-2/+1
2012-06-25staging: sm7xxfb: Fix typos in sm7xxfbJustin P. Mattock1-2/+2
2012-06-25staging: zram/zcache: swtich Kconfig dependency from X86 to ZSMALLOCSeth Jennings2-8/+2
2012-06-25staging: reduce stack usage in prism2fw.cRandy Dunlap1-55/+69
2012-06-25Merge 3.5-rc4 into staging-nextGreg Kroah-Hartman293-1533/+4970
2012-06-24Fix typo in printed messagesAnatol Pomozov2-2/+2
2012-06-24Merge tag 'rdma-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/rolan...Linus Torvalds6-46/+55
2012-06-24Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds3-2/+82
2012-06-24Merge branches 'cma' and 'ocrdma' into for-linusRoland Dreier5-45/+54
2012-06-22staging: r8712u: Remove useless driver version infoLarry Finger1-3/+1
2012-06-22staging: iio: fix typo, improve timestamp alignment commentPeter Meerwald1-1/+1
2012-06-22staging: iio: simplify timestamp alignment in iio_simple_dummyPeter Meerwald1-2/+1
2012-06-22staging: iio: fix trigger handler of iio_simple_dummy driverPeter Meerwald1-2/+2
2012-06-22iio:trigger: Use to_iio_trigger() instead of dev_get_drvdata()Lars-Peter Clausen1-2/+1
2012-06-22staging:iio:trigger: Use to_iio_trigger() instead of dev_get_drvdata()Lars-Peter Clausen3-5/+5
2012-06-22staging: vt6656: Correct a few assignments to be compares in iwctl_siwencodee...Jesper Juhl1-3/+3
2012-06-22staging: rts5139: Remove duplicate include of rts51x.hJesper Juhl1-1/+0
2012-06-22staging: rts5139: rts51x_chip: fixed brace coding style issueErik Jones1-3/+2
2012-06-22staging: comedi: ni_daq_700: refactor the pcmcia attach/detachH Hartley Sweeten1-30/+9
2012-06-22staging: comedi: ni_daq_700: remove the pcmcia suspend/resumeH Hartley Sweeten1-12/+0
2012-06-22staging: comedi: ni_daq_700: remove unneeded pcmcia private dataH Hartley Sweeten1-17/+0
2012-06-22staging: comedi: ni_daq_700: remove unused pcmcia 'stop' logicH Hartley Sweeten1-9/+0
2012-06-22staging: comedi: ni_daq_700: cleanup pcmcia debug output messagesH Hartley Sweeten1-8/+4
2012-06-22staging: comedi: ni_daq_700: fix return for insn_config functionH Hartley Sweeten1-2/+1
2012-06-22staging: comedi: ni_daq_700: use a local var to fix a > 80 char line issueH Hartley Sweeten1-4/+2
2012-06-22staging: comedi: ni_daq_700: remove some dangling ';'H Hartley Sweeten1-2/+2
2012-06-22staging: comedi: ni_daq_700: remove local variable in the 'attach' functionH Hartley Sweeten1-5/+2
2012-06-22staging: comedi: ni_daq_700: change the 'attach' printk's to dev_printk'sH Hartley Sweeten1-4/+6
2012-06-22staging: comedi: ni_daq_700: remove the #ifdef'ed out irq codeH Hartley Sweeten1-23/+2
2012-06-22staging: comedi: ni_daq_700: remove the subdev_700_init functionH Hartley Sweeten1-21/+10
2012-06-22staging: comedi: ni_daq_700: remove a couple unused definesH Hartley Sweeten1-6/+0
2012-06-22staging: comedi: ni_daq_700: remove the CALLBACK_* codeH Hartley Sweeten1-44/+2
2012-06-22staging: comedi: ni_daq_700: remove unused private data variableH Hartley Sweeten1-4/+1
2012-06-22staging: comedi: ni_daq_700: remove thisboard macroH Hartley Sweeten1-5/+1
2012-06-22staging: comedi: ni_daq_700: move the boardinfo variableH Hartley Sweeten1-9/+8
2012-06-22staging: comedi: ni_daq_700: Remove bustype variable from the boardinfoH Hartley Sweeten1-21/+6
2012-06-22staging: comedi: ni_daq_700: Remove unneeded variables from the boardinfoH Hartley Sweeten1-8/+0
2012-06-22staging: comedi: ni_daq_700: Remove unused variables from the boardinfoH Hartley Sweeten1-4/+0
2012-06-22staging: comedi: ni_daq_700: Remove a "do nothing" function stubH Hartley Sweeten1-8/+0
2012-06-22staging: comedi: ni_daq_700: Remove the unused private data structH Hartley Sweeten1-11/+0
2012-06-22staging: comedi: ni_daq_700: Move the comedi_driver variableH Hartley Sweeten1-14/+10
2012-06-22staging: comedi: ni_daq_700: refactor the pcmcia support codeH Hartley Sweeten1-44/+36
2012-06-22staging: comedi: ni_daq_700: remove some useless commentsH Hartley Sweeten1-13/+6
2012-06-22staging: comedi: ni_daq_700: cleanup to the pcmcia_driver declarationH Hartley Sweeten1-7/+7
2012-06-22staging: comedi: ni_daq_700: change driver registration orderH Hartley Sweeten1-2/+8
2012-06-22staging: comedi: ni_daq_700: consolidate the init and exit functionsH Hartley Sweeten1-14/+2