summaryrefslogtreecommitdiff
path: root/drivers/staging
AgeCommit message (Expand)Author
2015-11-16Staging: fwserial: Declare fwtty_port_put as staticShraddha Barke
2015-11-16staging/rdma/hfi1: use one-shot LCB writeDean Luick
2015-11-16staging/rdma/hfi1: Remove spurious error messagesIgnacio Hernandez
2015-11-16staging/rdma/hfi1: Fix for opaportconfig ledon by not checking for portNumSebastian Sanchez
2015-11-16staging/rdma/hfi1: Select only devices with active linksDean Luick
2015-11-16staging/rdma/hfi1: Disable thermal polling before sensor initializationJareer Abdel-Qader
2015-11-16staging/rdma/hfi1: Always download SBus firmwareDean Luick
2015-11-16staging/rdma/hfi1: Enable WFR PCIe extended tags from the driverVennila Megavannan
2015-11-16staging/rdma/hfi1: Clear the QSFP reset that is asserted on FLREaswar Hariharan
2015-11-16staging/rdma/hfi1: Convert dd_dev_info() to hfi1_cdbg() in process startupSebastian Sanchez
2015-11-16staging: most: Delete an unnecessary check before the function call "module_put"Markus Elfring
2015-11-16staging: most: rename DIM_EnqueueBuffer to dim_enqueue_bufferChaehyun Lim
2015-11-16staging: most: rename DIM_GetChannelState to dim_get_channel_stateChaehyun Lim
2015-11-16staging: most: fix argument name of DIM_GetChannelStateChaehyun Lim
2015-11-16staging: most: rename DIM_ServiceChannel to dim_service_channelChaehyun Lim
2015-11-16staging: most: rename DIM_ServiceIrq to dim_service_irqChaehyun Lim
2015-11-16staging: most: rename DIM_DestroyChannel to dim_destroy_channelChaehyun Lim
2015-11-16staging: most: rename DIM_InitSync to dim_init_syncChaehyun Lim
2015-11-16staging: most: rename DIM_InitIsoc to dim_init_isocChaehyun Lim
2015-11-16staging: most: rename DIM_InitAsync to dim_init_asyncChaehyun Lim
2015-11-16staging: most: rename DIM_InitControl to dim_init_controlChaehyun Lim
2015-11-16staging: most: rename DIM_NormSyncBufferSize to dim_norm_sync_buffer_sizeChaehyun Lim
2015-11-16staging: most: rename DIM_NormIsocBufferSize to dim_norm_isoc_buffer_sizeChaehyun Lim
2015-11-16staging: most: rename DIM_NormCtrlAsyncBufferSize to dim_norm_ctrl_async_buff...Chaehyun Lim
2015-11-16staging: most: rename DIMCB_IoRead to dimcb_io_readChaehyun Lim
2015-11-16staging: most: rename DIMCB_IoWrite to dimcb_io_writeChaehyun Lim
2015-11-16staging: most: rename DIMCB_OnError to dimcb_on_errorChaehyun Lim
2015-11-16staging: most: rename DIM_GetLockState to dim_get_lock_stateChaehyun Lim
2015-11-16staging: most: rename DIM_DetachBuffers to dim_detach_buffersChaehyun Lim
2015-11-16staging: most: rename DIM_Shutdown to dim_shutdownChaehyun Lim
2015-11-16staging: most: rename DIM_Startup to dim_startupChaehyun Lim
2015-11-16staging: most: add spaces preferred around that '<<'Chaehyun Lim
2015-11-16staging: most: remove blank line after an open braceChaehyun Lim
2015-11-16staging: most: remove multiple blank linesChaehyun Lim
2015-11-16staging: rtl8188eu: goto removedIvan Safonov
2015-11-16staging: rtl8188eu: goto replaced by 'else' branchIvan Safonov
2015-11-16staging: rtl8188eu: unused macros removedIvan Safonov
2015-11-16staging: rtl8188eu: rarely used macros replaced by their definitionsIvan Safonov
2015-11-16staging: rtl8188eu: for loop instead of while loop usedIvan Safonov
2015-11-16staging: rtl8188eu: offset renamed to write_addressIvan Safonov
2015-11-16staging: rtl8188eu: pu4BytePtr renamed to dword_bufferIvan Safonov
2015-11-16staging: rtl8188eu: buf_ptr renamed to byte_bufferIvan Safonov
2015-11-16staging: rtl8188eu: unnessesary braces for single statement block removedIvan Safonov
2015-11-16staging: rtl8188eu: unnecessary initialization removedIvan Safonov
2015-11-16staging: rtl8188eu: types of local variables conformed with types of function...Ivan Safonov
2015-11-16staging: rtl8188eu: buf_ptr variable completely defined in a single lineIvan Safonov
2015-11-16staging: rtl8188eu: offset increment placed into for loop headerIvan Safonov
2015-11-16staging: rtl8188eu: unnecessary branching removedIvan Safonov
2015-11-16staging: rtl8188eu: unnecessary variable override removedIvan Safonov
2015-11-16staging: rtl8188eu: offset variable replaced by its valueIvan Safonov