summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Staging: hv: mousevsc: Get rid of unnecessary commentsK. Y. Srinivasan2011-10-041-21/+0
* Staging: hv: mousevsc: Enable autoloading of the mouse driverK. Y. Srinivasan2011-10-041-4/+1
* Staging: hv: mousevsc: Cleanup mousevsc_on_device_add()K. Y. Srinivasan2011-10-041-7/+2
* Staging: hv: mousevsc: Get rid of mousevsc_on_receive_input_report() by inliningK. Y. Srinivasan2011-10-041-19/+8
* Staging: hv: mousevsc: Cleanup camel cased enumsK. Y. Srinivasan2011-10-041-17/+17
* Staging: hv: mousevsc: Get rid of ref_count state in struct mousevsc_devK. Y. Srinivasan2011-10-041-51/+3
* Staging: hv: mousevsc: Now cleanup mousevsc_remove()K. Y. Srinivasan2011-10-041-50/+3
* Staging: hv: mousevsc: Get rid of mousevsc_on_device_remove() by inlining codeK. Y. Srinivasan2011-10-041-30/+17
* Staging: hv: mousevsc: Cleanup mousevsc_connect_to_vsp()K. Y. Srinivasan2011-10-041-33/+1
* Staging: hv: mousevsc: Get rid of mousevsc_on_send_completion()K. Y. Srinivasan2011-10-041-21/+0
* Staging: hv: mousevsc: Cleanup alloc_input_device()K. Y. Srinivasan2011-10-041-1/+1
* Staging: hv: mousevsc: Get rid of the unused state: num_outstanding_reqK. Y. Srinivasan2011-10-041-3/+0
* Staging: hv: mousevsc: Free allocated memory in free_input_device()K. Y. Srinivasan2011-10-041-0/+2
* Staging: hv: mousevsc: Get rid of unnecessary pr_* callsK. Y. Srinivasan2011-10-041-53/+11
* Staging: hv: mousevsc: Cleanup error handlingK. Y. Srinivasan2011-10-041-16/+7
* Staging: hv: mousevsc: Get rid of unnecessary DPRINT callsK. Y. Srinivasan2011-10-041-15/+3
* Staging: hv: mousevsc: Cleanup and properly implement reportdesc_callback()K. Y. Srinivasan2011-10-041-33/+23
* Staging: hv: mousevsc: Use completion primitive to synchronizeK. Y. Srinivasan2011-10-041-20/+10
* Staging: hv: mousevsc: Correctly initialize the header sizeK. Y. Srinivasan2011-10-041-1/+1
* Staging: hv: mousevsc: Handle the case where we may get bogus report desc sizeK. Y. Srinivasan2011-10-041-0/+2
* Staging: hv: mousevsc: Change the allocation flags to reflect interrupt contextK. Y. Srinivasan2011-10-041-3/+3
* Staging: hv: mousevsc: Fixup some bogus WARN_ON() callsK. Y. Srinivasan2011-10-041-3/+3
* Staging: hv: mousevsc: Get rid of the struct input_device_contextK. Y. Srinivasan2011-10-041-38/+13
* Staging: hv: mousevsc: Fixup struct hv_input_dev_infoK. Y. Srinivasan2011-10-041-3/+3
* staging: iio: if(__LITTLE_ENDIAN) -> #ifdef __LITTLE_ENDIANJonathan Cameron2011-10-041-4/+5
* staging: r8712u: include module.h where neededStephen Rothwell2011-10-042-0/+2
* staging: iio: adc: add includes of module.h and stat.hStephen Rothwell2011-10-041-0/+2
* staging: brcm80211: removed functionality to disable N modeRoland Vossen2011-10-033-65/+24
* staging: brcm80211: cleaned up buffer len defines in fullmacRoland Vossen2011-10-034-13/+11
* staging: brcm80211: renamed ioctl functions/structs to dcmdRoland Vossen2011-10-038-242/+233
* staging: brcm80211: removed 'enforce_mutex' parameter in fullmacRoland Vossen2011-10-033-17/+14
* staging: brcm80211: removed fullmac function brcmf_bus_devreset()Roland Vossen2011-10-032-83/+1
* staging: brcm80211: removed unused softmac mimo disable codeRoland Vossen2011-10-033-22/+9
* staging: brcm80211: removed unused fullmac spinlockRoland Vossen2011-10-031-38/+20
* staging: brcm80211: reducing indentation levels in bcmsdh_sdmmc.cArend van Spriel2011-10-031-77/+63
* staging: brcm80211: reduce indentation level in dhd_sdio.c #3Roland Vossen2011-10-031-41/+44
* staging: brcm80211: reduce indentation level in dhd_sdio.c #2Roland Vossen2011-10-031-45/+58
* staging: brcm80211: reduce indentation level in dhd_sdio.c #1Roland Vossen2011-10-031-54/+54
* staging: brcm80211: only allow one call to add_interface callbackArend van Spriel2011-10-031-1/+4
* staging: brcm80211: added __iomem qualifier to softmac phyRoland Vossen2011-10-034-16/+16
* staging: brcm80211: added __iomem qualifier to softmac dma.cRoland Vossen2011-10-032-10/+12
* staging: brcm80211: added __iomem qualifier to softmac main.cRoland Vossen2011-10-032-43/+42
* staging: brcm80211: reduced softmac sparse warningsRoland Vossen2011-10-034-31/+27
* staging: brcm80211: various __iomem additions to softmac.Roland Vossen2011-10-039-103/+123
* staging: brcm80211: cleaning up tx rate control code in softmacRoland Vossen2011-10-031-12/+7
* staging: brcm80211: removed unused smac tx ampdu packet queueRoland Vossen2011-10-032-3/+0
* staging: brcm80211: removed some unused fmac variable declarationsRoland Vossen2011-10-031-29/+0
* staging: brcm80211: declared global vars in softmac phy as constRoland Vossen2011-10-033-33/+35
* staging: brcm80211: simple changes to softmac phy variablesRoland Vossen2011-10-033-38/+1
* staging: brcm80211: use d11rxhdr structure in brcms_c_recover_tsf64()Arend van Spriel2011-10-033-24/+3
OpenPOWER on IntegriCloud