aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging
Commit message (Expand)AuthorAgeFilesLines
* ASoC: Merge branch 'for-2.6.39' into for-2.6.40Mark Brown2011-04-18352-2850/+1084
|\
| * Merge branch 'staging-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2011-04-0740-2092/+324
| |\
| | * staging: usbip: bugfix for isochronous packets and optimizationArjan Mels2011-04-064-14/+122
| | * staging: usbip: bugfix add number of packets for isochronous framesArjan Mels2011-04-061-1/+6
| | * staging: usbip: bugfixes related to kthread conversionArjan Mels2011-04-061-25/+15
| | * staging: usbip: fix shutdown problems.Arjan Mels2011-04-061-2/+4
| | * staging: hv: Fix GARP not sent after Quick MigrationHaiyang Zhang2011-04-061-0/+24
| | * staging: IIO: IMU: ADIS16400: Avoid using printk facility directlyMichael Hennerich2011-04-051-2/+4
| | * staging: IIO: IMU: ADIS16400: Fix product ID check, skip embedded revision nu...Michael Hennerich2011-04-051-1/+1
| | * staging: IIO: IMU: ADIS16400: Make sure only enabled scan_elements are pushed...Michael Hennerich2011-04-051-3/+7
| | * staging: IIO: IMU: ADIS16400: Fix addresses of GYRO and ACCEL calibration offsetMichael Hennerich2011-04-051-4/+4
| | * staging: IIO: IMU: ADIS16400: Add delay after self testMichael Hennerich2011-04-052-2/+3
| | * staging: IIO: IMU: ADIS16400: Fix up SPI messages cs_change behaviorMichael Hennerich2011-04-052-4/+0
| | * staging/rtl81*: build as loadable modules onlyRandy Dunlap2011-04-043-0/+3
| | * staging: brcm80211: removed 'is_amsdu causing toss' log spamRoland Vossen2011-04-041-3/+1
| | * staging: brcm80211: fix for 'Short CCK' log spamRoland Vossen2011-04-041-2/+1
| | * staging: brcm80211: fix for 'AC_BE txop..' logs spammed problemRoland Vossen2011-04-041-1/+1
| | * staging: memrar: remove driver from treeGreg Kroah-Hartman2011-04-0410-1914/+0
| | * staging: sep: remove last memrar remnantsAlan Cox2011-04-041-13/+2
| | * staging: fix hv_mouse build, needs delay.hRandy Dunlap2011-04-041-0/+1
| | * staging: fix olpc_dcon build errorsSascha Silbe2011-04-042-1/+2
| | * staging: sm7xx: fixed definesJavier M. Mellid2011-04-041-4/+2
| | * Staging: westbridge/astoria: unlock on error pathDan Carpenter2011-04-041-0/+1
| | * staging: ft1000-pcmcia: Fix ft1000_dnld() to work also on 64bit architectures.pixo2011-04-041-39/+39
| | * staging: rts_pstor: set lun_mode in a different placewwang2011-04-041-6/+5
| | * staging: rts_pstor: modify initial card clockwwang2011-04-041-7/+7
| | * Staging: vt665?: prevent modules from being built into the kernel.Greg Kroah-Hartman2011-04-042-2/+2
| | * staging: hv: update dist release parsing in hv_kvp_daemonOlaf Hering2011-04-041-33/+57
| | * staging: hv: use sync_bitops when interacting with the hypervisorOlaf Hering2011-04-044-7/+8
| | * staging: hv: fix reversed memset arguments in hv_mouseDave Jones2011-04-041-2/+2
| * | Merge branch 'for-linus2' of git://git.profusion.mobi/users/lucas/linux-2.6Linus Torvalds2011-04-07317-759/+759
| |\ \
| | * | Fix common misspellingsLucas De Marchi2011-03-31317-759/+759
| | |/
| * | fix build fail for hv_mouse indefine udelayYouquan Song2011-04-071-0/+1
| * | Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2011-04-041-0/+1
| |\ \ | | |/ | |/|
| | * [media] staging: altera-jtag needs delay.hRandy Dunlap2011-03-311-0/+1
* | | sst: fix compile errorLu Guanqun2011-04-081-0/+3
* | | sst: make register_sst_card more self-containedLu Guanqun2011-04-062-1/+1
|/ /
* | drivers: Final irq namespace conversionThomas Gleixner2011-03-292-3/+3
* | staging: Fix bdops->check_events() misconversion in cyasblkdev_block.cTejun Heo2011-03-261-1/+1
* | Merge branch 'for-2.6.39/core' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2011-03-242-8/+14
|\ \
| * | staging: Convert to bdops->check_events()Tejun Heo2011-03-092-8/+14
* | | Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2011-03-2455-9191/+5858
|\ \ \ | | |/ | |/|
| * | [media] lirc_zilog: error out if buffer read bytes != chunk sizeJarod Wilson2011-03-221-1/+7
| * | [media] lirc: silence some compile warningsJarod Wilson2011-03-222-2/+2
| * | [media] lirc_zilog: Update TODO list based on work completed and revised plansAndy Walls2011-03-221-26/+25
| * | [media] lirc_zilog: Fix somewhat confusing information messages in ir_probe()Andy Walls2011-03-221-1/+3
| * | [media] lirc_zilog: Add locking of the i2c_clients when in useAndy Walls2011-03-221-4/+37
| * | [media] lirc_zilog: Add ref counting of struct IR, IR_tx, and IR_rxAndy Walls2011-03-221-204/+380
| * | [media] lirc_zilog: Move constants from ir_probe() into the lirc_driver templateAndy Walls2011-03-221-12/+15
| * | [media] lirc_zilog: Always allocate a Rx lirc_buffer objectAndy Walls2011-03-221-31/+31