summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2009-06-19Staging: altpciechdma: fix build warningsGreg Kroah-Hartman1-5/+9
2009-06-19Staging: altpciechdma: Add missing __devexit_p()Jean Delvare1-1/+1
2009-06-19Staging: heci: fix the problem that file_ext->state should be protected by de...Dongxiao Xu3-6/+26
2009-06-19Staging: heci: do not print error when heci_bh_handler is already on workqueueDongxiao Xu1-8/+4
2009-06-19Staging: heci: fix setting h_is bit in h_csr registerDongxiao Xu4-4/+24
2009-06-19Staging: heci: fix typos and add wait after disconnectDongxiao Xu3-2/+3
2009-06-19Staging: heci: fix softirq safe to unsafe spinlock issueDongxiao Xu3-26/+26
2009-06-19Staging: heci: fix spinlock order mess of device_lock and read_io_lockDongxiao Xu2-3/+16
2009-06-19Staging: heci: fix wrong order of device_lock and file_lockDongxiao Xu1-2/+5
2009-06-19Staging: heci: fix userspace pointer messDongxiao Xu2-9/+15
2009-06-19Staging: rspiusb: copy_to/from_user related fixesvibi sreenivasan1-14/+30
2009-06-19Staging: rspiusb: Fix a bunch of warnings.vibi sreenivasan1-4/+4
2009-06-19Staging: rspiusb: duplicate code in pixis_ioRichard Genoud1-51/+8
2009-06-19Staging: rspiusb.c: break the huge piusb_ioctl function into several onesRichard Genoud1-90/+116
2009-06-19Staging: rspiusb: clean rspiusb codeRichard Genoud2-192/+242
2009-06-19Staging: rspiusb: make driver compileJ.R. Mauro1-7/+7
2009-06-19staging: p9auth: prevent some oopses and memory leaksSerge E. Hallyn1-1/+23
2009-06-19Staging: oslec bug fixDavid Rowe1-1/+1
2009-06-19staging: b3dfg: clean up MODULE_PARM_DESC newlineAndre Lopes1-1/+1
2009-06-19staging: wis-sony-tuner.c: fix &&/|| errorRoel Kluin1-1/+1
2009-06-19Staging: rtl8192su: Correct use of ! and &Julia Lawall1-1/+1
2009-06-19Staging: rtl8192su: fix build warningsGreg Kroah-Hartman1-1/+1
2009-06-19Staging: add rtl8192SU wireless usb driverJerry Chuang86-0/+78441
2009-06-19Staging: cpc-usb: fix build warningsGreg Kroah-Hartman1-1/+1
2009-06-19Staging: cpc-usb: fix printk format warningsAlexander Beregalov1-2/+2
2009-06-19Staging: cpc-usb: depends on PROC_FSAlexander Beregalov3-11/+3
2009-06-19Staging: cpc-usb: Adjust NULL testJulia Lawall1-1/+1
2009-06-19Staging: cpc-usb: add TODO fileGreg Kroah-Hartman1-0/+9
2009-06-19Staging: cpc-usb: fix checkpatch warnings in sja2m16c.hGreg Kroah-Hartman1-25/+25
2009-06-19Staging: cpc-usb: fix up checkpatch errors in cpc-usb_drv.cGreg Kroah-Hartman1-113/+75
2009-06-19Staging: cpc-usb: add driver to the buildGreg Kroah-Hartman4-0/+10
2009-06-19Staging: cpc-usb: fix some build problems in the driverGreg Kroah-Hartman1-4/+1
2009-06-19Staging: add cpc-usb driver to the staging treeSebastian Haas6-0/+2336
2009-06-19Staging: epl: do not use CLONE_SIGHAND with allow_signal()Oleg Nesterov2-5/+6
2009-06-19Staging: android: fix Kconfig issuesGreg Kroah-Hartman1-0/+4
2009-06-19Staging: android: binder: fix up some checkpatch warningsGreg Kroah-Hartman1-162/+274
2009-06-19Staging: android: ram_console: fix up remaining checkpatch warningsGreg Kroah-Hartman1-4/+5
2009-06-19Staging: android: logger: fix up remaining checkpatch warningsGreg Kroah-Hartman1-6/+6
2009-06-19Staging: android: lowmemorykiller: fix up remaining checkpatch warningsGreg Kroah-Hartman1-10/+16
2009-06-19Staging: android: timed_gpio: Separate timed_output class into a separate dri...Mike Lockwood6-57/+210
2009-06-19Staging: android: lowmemorykiller: fix possible android low memory killer NUL...David Rientjes1-2/+8
2009-06-19Staging: android: lowmemorykiller: cleanup android low memory killerDavid Rientjes1-13/+26
2009-06-19Staging: android: lowmemorykiller: Don't count free space unless it meets the...Arve Hjønnevåg1-4/+9
2009-06-19Staging: android: lowmemorykiller: Only iterate over process list when needed.Arve Hjønnevåg1-14/+21
2009-06-19Staging: vt6655: uses pci functions, should depend on PCIRandy Dunlap1-0/+1
2009-06-19Staging: vt6655: Integrate drivers/staging/vt6655 into build system.Forest Bond4-218/+46
2009-06-19Staging: vt6655: use net_device_ops for management functionsForest Bond2-7/+17
2009-06-19Staging: vt6655: Remove LINUX_VERSION_CODE preprocessor conditionals.Forest Bond6-409/+16
2009-06-19Staging: vt6655: Replace net_device->priv accesses with netdev_priv calls.Forest Bond4-54/+51
2009-06-19Staging: vt6655: Build vt6655.ko, not viawget.ko.Forest Bond1-1/+1