aboutsummaryrefslogtreecommitdiff
path: root/drivers/staging
AgeCommit message (Expand)Author
2011-03-07staging: rtl8187se: check kmalloc return valueXiaochen Wang
2011-03-07staging: brcm80211: FIX for bug that prevents system from entering suspend stateDowan Kim
2011-03-07staging: rts_pstor: fix a bug that a greenhouse sd card can't be recognizedwwang
2011-03-07staging: sep: remove unused ioctlsMark Allyn
2011-03-07Staging: Merge ENE UB6250 SD card codes from keucr to drivers/usb/storagehuajun li
2011-03-07staging: rtl8192e: unused Remove dot11PowerSaveMode and RT_PS_MODEMike McCormack
2011-03-07staging: rtl8192e: Move card specific structures out of ieee80211 library headerMike McCormack
2011-03-07staging: rtl8192e: Delete unused members from struct r8192_privMike McCormack
2011-03-07staging: rtl8192e: Delete non-existing function declarationsMike McCormack
2011-03-07staging: rtl8192e: Delete unused dm_change_dynamic_initgain_threshMike McCormack
2011-03-07staging: rtl8192e: Pass r8192_priv to MgntActSet_RF_StateMike McCormack
2011-03-07staging: rtl8192e: Pass r8192_priv around instead of net_deviceMike McCormack
2011-03-07staging: rtl8192e: Remove redundant function declarationsMike McCormack
2011-03-07staging: rtl8192e: Pass r8192_priv around instead of net_deviceMike McCormack
2011-03-07staging: rtl8192e: Convert more functions to use r8192_privMike McCormack
2011-03-07staging: rtl8192e: Pass r8192e_priv to phy functionsMike McCormack
2011-03-07staging: rtl8192e: Pass r8192_priv to eprom_readMike McCormack
2011-03-07staging: rtl8192e: Move PowerSaveControl to r8192e_privMike McCormack
2011-03-07staging: rtl8192e: Move variables to ieee80211 structMike McCormack
2011-03-07staging: rtl8192e: Move definition of RT_RF_CHANGE_SOURCEMike McCormack
2011-03-07staging: rtl8192e: Move RfOffReason to r8192e_priv structMike McCormack
2011-03-07staging: rtl8192e: Move eRFPowerState to r8192e_priv structMike McCormack
2011-03-07staging: rtl8192e: Remove pointless hw_sleep_wqMike McCormack
2011-03-07staging: rtl8192e: Remove unnecessary ps_lockMike McCormack
2011-03-07staging: rtl8192e: Use single spinlock in MgntActSet_RF_StateMike McCormack
2011-03-07staging: rtl8192e: Remove SetRFPowerStateMike McCormack
2011-03-07staging: rtl8192e: Remove SetRFPowerStateInProgressMike McCormack
2011-03-07staging: rtl8192e: Add a spinlock around SetRFPowerState8190Mike McCormack
2011-03-07staging: gma500: fix build errorsMarek Belisko
2011-03-07staging: gma500: Resync the patch queue with GregKH's space cleanup.Alan Cox
2011-03-07staging: keucr: use kernel byteorder functionsJonathan Neuschäfer
2011-03-07staging: keucr: remove unused typedef VOIDJonathan Neuschäfer
2011-03-07staging/easycap: convert comparison to NULL into booleanTomas Winkler
2011-03-07staging/easycap: replace if(false == var) with if (!var)Tomas Winkler
2011-03-07staging/easycap: replace if(true == var) with if (var)Tomas Winkler
2011-03-07staging/easycap: more style fixing in easycap_main.cTomas Winkler
2011-03-07staging: xgifb: remove private ioctlsAaro Koskinen
2011-03-07staging: lirc: fix for "lirc_dev: lirc_register_driver: driver pointer must b...Thomas Viehweger
2011-03-02Staging: hv: hv_mouse: remove unneeded function forward declarationGreg Kroah-Hartman
2011-03-02Staging: hv: hv_mouse: fix up guid variable nameGreg Kroah-Hartman
2011-03-02Staging: hv: hv_mouse: get rid of hungarian notation for name of the moduleGreg Kroah-Hartman
2011-03-02Staging: hv: hv_mouse: fix up camelcase fields in struct mousevsc_prt_msgGreg Kroah-Hartman
2011-03-02Staging: hv: hv_mouse: fix up camelcase usage in struct pipe_prt_msgGreg Kroah-Hartman
2011-03-02Staging: hv: hv_mouse: fix up pipe size field nameGreg Kroah-Hartman
2011-03-02Staging: hv: hv_mouse: fix up camelcase use for enum pipe_prot_msg_type in st...Greg Kroah-Hartman
2011-03-02Staging: hv: hv_mouse: use an anonymous union for struct mousevsc_prt_msgGreg Kroah-Hartman
2011-03-02Staging: hv: hv_mouse: clean up camelcase in struct synthhid_input_reportGreg Kroah-Hartman
2011-03-02Staging: hv: hv_mouse: fix camelcase in struct synthhid_device_info_ackGreg Kroah-Hartman
2011-03-02Staging: hv: hv_mouse: use a real struct hid_descriptorGreg Kroah-Hartman
2011-03-02Staging: hv: hv_mouse: clean up camelcase when using struct hv_input_dev_infoGreg Kroah-Hartman