summaryrefslogtreecommitdiffstats
path: root/drivers/staging/vt6655/mac.c
Commit message (Expand)AuthorAgeFilesLines
* staging: vt6655: Remove redundant license textGreg Kroah-Hartman2017-11-281-10/+0
* staging: vt6655: add SPDX identifiers to all vt6655 driver filesGreg Kroah-Hartman2017-11-281-0/+1
* Staging: vt6655: Fixing coding style warningsSimo Koskinen2017-07-181-1/+1
* staging: vt6655: Adding space around '+'Varsha Rao2016-10-161-1/+1
* staging: vt6655: Removes the FSF mailing address.Varsha Rao2016-10-161-5/+0
* staging: vt6655: Removes unnecessary blank lines.Varsha Rao2016-10-161-1/+0
* staging: vt6655: fix style violations for lines over 80 charactersKathryn Hampton2016-03-281-5/+10
* staging: vt6655: mac.c replace dwData with data.Malcolm Priestley2016-03-101-19/+19
* staging: vt6655: mac.c replace wOffset with offset.Malcolm Priestley2016-03-101-21/+21
* staging: vt6655: mac.c replace byOrgDMACtl with org_dma_ctlMalcolm Priestley2016-03-101-16/+16
* staging: vt6655: mac Replace dwCurrDescAddr with curr_desc_addr.Malcolm Priestley2016-03-101-15/+15
* staging: vt6655: mac.c replace VNSvInPortB with ioread8Malcolm Priestley2016-03-101-5/+5
* staging: vt6655: MACvSetLoopbackMode replace byOrgValue with ioread8Malcolm Priestley2016-03-101-5/+2
* staging: vt6655: MACbPSWakeup replace VNSvInPortB byOrgValue with ioread8Malcolm Priestley2016-03-101-3/+1
* staging: vt6655: mac.c replace VNSvOutPortB with iowrite8Malcolm Priestley2016-03-101-22/+22
* staging: vt6655: mac.c replace VNSvOutPortW with iowrite16Malcolm Priestley2016-03-101-10/+10
* staging: vt6655: mac.c replace VNSvOutPortD with iowrite32.Malcolm Priestley2016-03-101-27/+25
* staging: vt6655: mac.c/h resize all unsigned long to u32Malcolm Priestley2016-03-101-11/+11
* staging: vt6655: MACvRestoreContext replace for loops with memcpy_toio.Malcolm Priestley2016-03-101-10/+8
* staging: vt6655: mac.c rename pbyCxtBuf to cxt_bufMalcolm Priestley2016-03-101-16/+16
* staging: vt6655: MACvSaveContext use memcpy_fromio to read context.Malcolm Priestley2016-03-101-6/+3
* staging: vt6655: replace VNSvInPortD dwData reads with ioread32Malcolm Priestley2016-03-101-13/+5
* staging: vt6655: mac.c Replace VNSvInPortB byData reads with ioread8.Malcolm Priestley2016-03-101-27/+9
* staging: vt6655: mac.c rename dwIoBase to io_baseMalcolm Priestley2016-03-101-137/+137
* staging: vt6655: Add missing blank line after declarationJanani Ravichandran2016-02-141-0/+1
* staging: vt6655: mac.c replace void __iomem * with struct vnt_privateMalcolm Priestley2016-02-071-41/+67
* Staging: vt6655: mac: Remove extra bracesShivani Bhardwaj2015-10-121-2/+1
* staging: vt6655: remove unused DBG_PORT80 and VIAWET_DEBUGMalcolm Priestley2015-07-221-17/+0
* staging: vt6655: Remove ununsed macro ASSERTMalcolm Priestley2015-07-221-1/+0
* staging: vt6655: Checkpatch fix: lines longer than 80 columnsGuillaume Brogi2015-05-081-17/+32
* Staging: vt6655: fix C99 commentsMatteo Semenzato2015-03-061-41/+41
* staging: vt6655: fix space prohibited before that ','Heba Aamer2015-01-251-1/+1
* Staging: vt6655: Fixed a typoGustavo A. R. Silva2015-01-121-2/+2
* staging: vt6655: remove unused function in mac.cFred Chou2015-01-121-19/+0
* staging: vt6655: remove duplicate MACvSetPacketFilterMalcolm Priestley2014-12-021-66/+0
* staging: vt6655: mac.c and mac.h remove dead functions.Malcolm Priestley2014-11-051-702/+0
* staging: vt6655: mac.c/h remove member type commentsMalcolm Priestley2014-11-051-10/+0
* staging: vt6655: mac remove dead variable TxRate_iwconfigMalcolm Priestley2014-11-051-1/+0
* staging: vt6655: dead code remove tether.hMalcolm Priestley2014-10-291-1/+0
* staging: vt6655: MACvSetDefaultKeyEntry replace WLAN_WEP104_KEYLENMalcolm Priestley2014-10-291-1/+1
* staging: vt6655: Convert DBG_PRT to pr_<level>Joe Perches2014-08-171-30/+35
* staging: vt6655: change type of PortOffset to void __iomem *Guillaume Clement2014-07-221-52/+52
* staging: vt6655: fix checkpatch bracing issuesGuido Martínez2014-05-151-49/+39
* staging: vt6655: remove dead codeGuido Martínez2014-05-151-8/+0
* staging: vt6655: 64 bit fixes: MACvSetKeyEntry correct sizeof long,Malcolm Priestley2014-03-081-5/+5
* staging: vt6655: delete explicit comparison to boolTeodora Baluta2013-11-101-2/+2
* staging: vt6655: Remove unnecessary blank linesJoe Perches2013-03-251-33/+0
* staging: vt6655: Remove commented out if()sJoe Perches2013-03-251-10/+0
* staging: vt6655: Remove unnecessary parentheses from returnsJoe Perches2013-03-251-6/+6
* staging:vt6655:mac: Whitespace cleanupsJoe Perches2013-03-181-816/+816
OpenPOWER on IntegriCloud