summaryrefslogtreecommitdiffstats
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2016-03-10staging: vt6656: Remove unnecessary parenthesesRehas Sachdeva1-2/+2
2016-03-10staging: vt6655: mac.c replace dwData with data.Malcolm Priestley1-19/+19
2016-03-10staging: vt6655: mac.c replace wOffset with offset.Malcolm Priestley1-21/+21
2016-03-10staging: vt6655: mac.c replace byOrgDMACtl with org_dma_ctlMalcolm Priestley1-16/+16
2016-03-10staging: vt6655: mac Replace dwCurrDescAddr with curr_desc_addr.Malcolm Priestley2-22/+22
2016-03-10staging: vt6655: mac.c replace VNSvInPortB with ioread8Malcolm Priestley1-5/+5
2016-03-10staging: vt6655: MACvSetLoopbackMode replace byOrgValue with ioread8Malcolm Priestley1-5/+2
2016-03-10staging: vt6655: MACbPSWakeup replace VNSvInPortB byOrgValue with ioread8Malcolm Priestley1-3/+1
2016-03-10staging: vt6655: mac.c replace VNSvOutPortB with iowrite8Malcolm Priestley1-22/+22
2016-03-10staging: vt6655: mac.c replace VNSvOutPortW with iowrite16Malcolm Priestley1-10/+10
2016-03-10staging: vt6655: mac.c replace VNSvOutPortD with iowrite32.Malcolm Priestley1-27/+25
2016-03-10staging: vt6655: mac.c/h resize all unsigned long to u32Malcolm Priestley2-19/+19
2016-03-10staging: vt6655: MACvRestoreContext replace for loops with memcpy_toio.Malcolm Priestley1-10/+8
2016-03-10staging: vt6655: mac.c rename pbyCxtBuf to cxt_bufMalcolm Priestley1-16/+16
2016-03-10staging: vt6655: MACvSaveContext use memcpy_fromio to read context.Malcolm Priestley1-6/+3
2016-03-10staging: vt6655: replace VNSvInPortD dwData reads with ioread32Malcolm Priestley1-13/+5
2016-03-10staging: vt6655: mac.c Replace VNSvInPortB byData reads with ioread8.Malcolm Priestley1-27/+9
2016-03-10staging: vt6655: mac.c rename dwIoBase to io_baseMalcolm Priestley1-137/+137
2016-03-10staging: lustre: make lustre dependent on LNetJames Simmons4-5/+5
2016-03-10staging: lustre: add help section of Kconfig config LNETJames Simmons1-1/+7
2016-03-10staging: lustre: fixup kernel Kconfig option LNET_MAX_PAYLOADJames Simmons1-2/+2
2016-03-10staging: lustre: move libcfs to lnet layerJames Simmons25-3/+3
2016-03-07staging: lustre: make LNet use lprocfs_call_handlerJames Simmons3-30/+15
2016-03-07staging: lustre: rename proc_call_handler to lprocfs_call_handlerJames Simmons1-9/+9
2016-03-07staging: lustre: change test to assert in LNetGetIdJames Simmons1-3/+1
2016-03-07staging: lustre: Correct missing newlineJames Nunez19-32/+40
2016-03-07staging: lustre: fix 'data race condition' issue in framework.cSebastien Buisson1-2/+1
2016-03-07staging: lustre: fix 'NULL pointer dereference' errorsSebastien Buisson9-40/+61
2016-03-07staging: lustre: fix 'data race condition' issue in conrpc.cSebastien Buisson1-2/+6
2016-03-07staging: lustre: LNet network latency simulationLiang Zhen7-35/+681
2016-03-07staging: lustre: LNet drop rule implementationLiang Zhen8-1/+545
2016-03-05isdn: i4l: move active-isdn drivers to stagingArnd Bergmann36-13/+597
2016-03-05isdn: icn: remove a #warningArnd Bergmann1-1/+1
2016-03-05staging: comedi: comedi.h: Fix comment for struct comedi_krangeIan Abbott1-1/+1
2016-03-05staging: comedi: comedi.h: Do not use BIT macroIan Abbott1-5/+5
2016-03-05staging: comedi: cb_pcimdda: Fix long lines in commentsRasmus Linusson1-5/+6
2016-03-05staging: comedi: cb_pcimdda: Fix multi-line commentsRasmus Linusson1-70/+70
2016-03-05Staging: comedi: s626.c: Remove unused functionsBhumika Goyal1-33/+0
2016-03-05staging: comedi: drivers: Remove use of deprecated pci APIAmitoj Kaur Chawla1-30/+34
2016-03-05staging: comedi: drivers: Remove unneeded NULL check before kfree()Janani Ravichandran1-4/+2
2016-03-05Staging: comedi: contec_pci_dio: fixed comment blocks coding style issuesPhilippe Loctaux1-23/+24
2016-03-05staging: comedi: Use macro DIV_ROUND_CLOSESTBhaktipriya Shridhar1-16/+12
2016-03-05comedi: note a coverity discovered hole that needs fixingAlan1-0/+1
2016-03-05Staging: gdm724x: Replace random_ether_addr with eth_random_addrBhumika Goyal1-1/+1
2016-03-05Staging: gdm724x: Use min instead of ternary operatorBhumika Goyal1-1/+1
2016-03-05staging: gdm724x: gdm_usb: Remove create_workqueue()Amitoj Kaur Chawla1-26/+8
2016-03-05Staging: gdm72xx: remove duplicate conditionDan Carpenter1-3/+2
2016-03-05Staging: gdm72xx: underflow bug in gdm_wimax_ioctl_get_data()Dan Carpenter1-2/+2
2016-03-05staging: gdm72xx: zero out paddingDan Carpenter1-1/+1
2016-03-05Staging: gdm72xx: make "len" unsignedDan Carpenter4-8/+8