summaryrefslogtreecommitdiffstats
path: root/drivers/staging/vt6655
AgeCommit message (Expand)AuthorLines
2017-06-25staging: vt6655 - add parameter namesDerek Robson-67/+57
2017-05-25staging: vt6655: align function parameters to open parenthesisMarko Stankovic-8/+9
2017-05-25staging: vt6655: remove unnecessary blank linesMarko Stankovic-2/+0
2017-05-25staging: vt6655: replace NULL comparison with '!' operatorMarko Stankovic-2/+2
2017-05-25staging: vt6655: add spaces around '%' operatorMarko Stankovic-1/+1
2017-05-15staging: vt6655: Add identifier names to function definitionSucha Supittayapornpong-1/+1
2017-03-29Staging: vt6655 - block comments style fixDerek Robson-1/+1
2017-03-16staging: vt6655: Copy argument names from function definition to declaration ...Tuomo Rinne-5/+5
2017-03-12staging: vt6655: baseband: Add identifier name to function definition argumentsayli karnik-6/+6
2017-03-09staging: vt6655: Remove unnecessary parenthesesSreya Mittal-10/+10
2017-03-06staging: vt6655: Compress return logicsimran singhal-4/+1
2017-02-10staging:vt6656:baseband.h: fix function definition argument without identifie...Arushi Singhal-8/+8
2016-12-06staging: vt6655: Add spaces around +PrasannaKumar Muralidharan-2/+2
2016-11-21staging: vt6655: Fixed coding style warnings on Block commentsVijai Kumar K-5/+8
2016-11-07staging: vt6655: card.c: Fixing multiple assignmentsNick Rosbrook-2/+5
2016-10-17Staging: vt6655: Replace dwIoBase by iobaseVarsha Rao-253/+253
2016-10-16Staging: vt6655: Removes unused macros.Varsha Rao-6/+0
2016-10-16staging: vt6655: Adding space around '<<'Varsha Rao-319/+319
2016-10-16staging: vt6655: Adding space around '+'Varsha Rao-326/+326
2016-10-16staging: vt6655: Adding space around '*'Varsha Rao-2/+2
2016-10-16staging: vt6655: Removes the FSF mailing address.Varsha Rao-114/+0
2016-10-16staging: vt6655: Removes unnecessary blank lines.Varsha Rao-5/+0
2016-10-02Staging: vt6655: Remove explicit NULL comparison using Coccinelleshyam saini-4/+4
2016-09-20Staging: vt6655: baseband: Remove unnecessary space after a castSandhya Bankar-1/+1
2016-09-20Staging: vt6655: card: Remove unnecessary space after a castSandhya Bankar-2/+2
2016-09-18staging: vt6655: device_main: Replace NULL comparison with !xNamrata A Shettar-1/+1
2016-09-18staging: vt6655: device_main: Replace explicit NULL comparisonNamrata A Shettar-1/+1
2016-09-13Staging: vt6655: Remove unused function vnt_key_init_tableBhumika Goyal-12/+0
2016-09-01staging: vt6655: rxtx.c: Fix checkpatch warningAnson Jacob-17/+24
2016-09-01staging: vt6655: rf.c: Fix checkpatch warningAnson Jacob-7/+12
2016-08-21staging: vt6655: power.c: Fix checkpatch warningAnson Jacob-6/+6
2016-08-21staging: vt6655: Fix checkpatch warningAnson Jacob-4/+4
2016-08-21staging: vt6655: channel.c: Fix block comments usage warning by checkpatch.plAnson Jacob-1/+2
2016-05-20Merge tag 'staging-4.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-53/+108
2016-04-12cfg80211: remove enum ieee80211_bandJohannes Berg-5/+5
2016-03-28staging: vt6655: fix style violations for lines over 80 charactersKathryn Hampton-51/+106
2016-03-28Staging: vt6655: defined byVT3253InitTab_RFMD[] and byVT3253B0_RFMD[] as cons...Claudiu Beznea-2/+2
2016-03-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds-4/+8
2016-03-10Staging: vt6655: Remove & from function name.Sandhya Bankar-1/+1
2016-03-10Staging: vt6655: remove unnecessary blank lines from card.cBen Marsh-4/+0
2016-03-10staging: vt6655: mac.c replace dwData with data.Malcolm Priestley-19/+19
2016-03-10staging: vt6655: mac.c replace wOffset with offset.Malcolm Priestley-21/+21
2016-03-10staging: vt6655: mac.c replace byOrgDMACtl with org_dma_ctlMalcolm Priestley-16/+16
2016-03-10staging: vt6655: mac Replace dwCurrDescAddr with curr_desc_addr.Malcolm Priestley-22/+22
2016-03-10staging: vt6655: mac.c replace VNSvInPortB with ioread8Malcolm Priestley-5/+5
2016-03-10staging: vt6655: MACvSetLoopbackMode replace byOrgValue with ioread8Malcolm Priestley-5/+2
2016-03-10staging: vt6655: MACbPSWakeup replace VNSvInPortB byOrgValue with ioread8Malcolm Priestley-3/+1
2016-03-10staging: vt6655: mac.c replace VNSvOutPortB with iowrite8Malcolm Priestley-22/+22
2016-03-10staging: vt6655: mac.c replace VNSvOutPortW with iowrite16Malcolm Priestley-10/+10
2016-03-10staging: vt6655: mac.c replace VNSvOutPortD with iowrite32.Malcolm Priestley-27/+25