aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-10-30Merge branch 'fbdev-next' of git://github.com/schandinat/linux-2.6Linus Torvalds1-18/+7
2011-10-28Merge branch 'drm-core-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds1-2/+0
2011-10-28Merge branch 'x86-hyperv-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-102/+0
2011-10-26Remove stale "depends on NETDEV_1000"in staging driversLinus Torvalds2-2/+2
2011-10-26Merge branch 'staging-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/stagingLinus Torvalds716-185650/+103282
2011-10-26Merge branch 'tty-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/ttyLinus Torvalds6-0/+3005
2011-10-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds126-50043/+42
2011-10-25Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds3-4/+3
2011-10-25Merge branch 'staging-next' into Linux 3.1Greg Kroah-Hartman825-235651/+103282
2011-10-24Merge branch 'master' of ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+2
2011-10-23staging: et131x: Remove redundant check and return statementMark Einon1-3/+0
2011-10-23staging: et131x: Mainly whitespace changes to appease checkpatchMark Einon1-35/+46
2011-10-23staging: et131x: Remove last of the forward declarationsMark Einon1-134/+128
2011-10-23staging: et131x: Remove even more forward declarationsMark Einon1-202/+193
2011-10-23staging: et131x: Remove yet more forward declarationsMark Einon1-220/+214
2011-10-23staging: et131x: Remove more forward declarationsMark Einon1-254/+251
2011-10-23staging: et131x: Remove forward declaration of et131x_adapter_setupMark Einon1-223/+222
2011-10-23staging: et131x: Remove some forward declarationsMark Einon1-66/+60
2011-10-23staging: et131x: Remove unused rx_ring.recv_packet_poolMark Einon1-2/+0
2011-10-23staging: et131x: Remove call to find pci pm capabilityMark Einon1-14/+0
2011-10-23staging: et131x: Remove redundant et131x_reset_recv() callMark Einon1-18/+0
2011-10-23staging: et131x: Remove unused rx_ring.recv_buffer_poolMark Einon1-6/+0
2011-10-23Staging: bcm: Fix three initialization errors in InterfaceDld.cKevin McKinney1-4/+5
2011-10-23Staging: bcm: Fix coding style issues in InterfaceDld.cKevin McKinney1-213/+161
2011-10-23staging:iio:dac: Add AD5360 driverLars-Peter Clausen3-0/+593
2011-10-23staging:iio:trigger:bfin-timer: Fix compile errorLars-Peter Clausen1-1/+1
2011-10-23Staging: vt6655: add some range checks before memcpy()Dan Carpenter1-0/+6
2011-10-23Staging: vt6655: whitespace fixes to iotcl.cDan Carpenter1-596/+491
2011-10-23Staging: vt6656: add some range checks before memcpy()Dan Carpenter1-0/+6
2011-10-23Staging: vt6656: whitespace cleanups in ioctl.cDan Carpenter1-552/+483
2011-10-23staging: et131x: Remove unused definesMark Einon1-11/+0
2011-10-23staging: et131x: Convert rest of pci memory management to dma apiMark Einon1-28/+28
2011-10-23staging: et131x: on transmit, stop the queue if the next packet will failMark Einon2-8/+6
2011-10-23staging: et131x: Tidy up PCI device table definitionMark Einon2-9/+4
2011-10-23staging: et131x: Match dma_alloc_ calls with dma_free_ callsMark Einon1-8/+8
2011-10-23staging: et131x: use dma_alloc... instead of pci_alloc...Mark Einon2-18/+22
2011-10-23staging: et131x: Fix issues when USE_FBR0 is not definedMark Einon2-147/+158
2011-10-23staging: et131x: Make rx_ring.fbr{0,1} share a common structureMark Einon1-153/+140
2011-10-23staging: et131x: Moving two extern inline functions to .c fileMark Einon2-10/+11
2011-10-23staging: et131x: Update TODO list - remove 'put driver into single file'Mark Einon1-1/+0
2011-10-23staging: et131x: move et1310_tx.h contents into et131x.cMark Einon2-151/+86
2011-10-23staging: et131x: move et1310_rx.h contents into et131x.cMark Einon2-244/+180
2011-10-23staging: et131x: move et131x_defs.h contents into et131x.cMark Einon2-130/+64
2011-10-23staging: et131x: move et131x_adapter.h contents into et131x.cMark Einon2-218/+151
2011-10-23staging: et131x: move et1310_phy.h contents into et131x.hMark Einon3-291/+227
2011-10-23staging: et131x: move et1310_address_map.h contents into et131x.hMark Einon6-1442/+1370
2011-10-23staging: et131x: Move non-register defines from et131x.h to et131x.cMark Einon2-32/+32
2011-10-23staging: et131x: Move function declarations from et131x.h to et131x.cMark Einon2-102/+31
2011-10-23staging: et131x: Put all .c files into one big fileMark Einon13-5862/+5102
2011-10-19staging:iio:dac:ad5686: Check for negative valuesLars-Peter Clausen1-1/+1