aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/vt6655/baseband.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-01-12staging: vt6655: fix sparse warning: argument typeEddie Kovsky1-1/+1
2014-11-07staging: vt6655: BBbReadEmbedded replace __iomem with vnt_privateMalcolm Priestley1-12/+10
2014-11-07staging: vt6655: BBbWriteEmbedded replace __iomem with vnt_private for callersMalcolm Priestley1-43/+39
2014-11-07staging: vt6655: baseband/rf s_bAL7230Init change __iomem for baseband functionsMalcolm Priestley1-2/+4
2014-11-07staging: vt6655: baseband replace __iomem where caller is priv dereferenced.Malcolm Priestley1-11/+19
2014-11-05staging: vt6655 baseband.c camel case replace pDevice -> privMalcolm Priestley1-236/+236
2014-11-05staging: vt6655: baseband.c/h remove dead functionsMalcolm Priestley1-162/+0
2014-10-29staging: vt6655: remove typedef void *TimerFunctionMalcolm Priestley1-4/+4
2014-10-29staging: vt6655: dead code remove tether.hMalcolm Priestley1-1/+0
2014-10-29staging: vt6655: baseband.c timers replace spin lockMalcolm Priestley1-4/+9
2014-10-29staging: vt6655: baseband.c replace BIT0 with BIT(0)Malcolm Priestley1-4/+4
2014-10-20staging: vt6655: Remove unnecessary else after returnDilek Uzulmez1-10/+9
2014-09-23staging: vt6655: shift open brace '{' to previous lineTapasweni Pathak1-2/+3
2014-08-30staging: vt6655: Remove BBvCalculateParameter and its data membersMalcolm Priestley1-143/+0
2014-08-30staging: vt6655: baseband add new function vnt_get_phy_fieldMalcolm Priestley1-6/+139
2014-08-30staging: vt6655: device.h dead code remove bCCKMalcolm Priestley1-6/+0
2014-08-17staging: vt6655: Convert DBG_PRT to pr_<level>Joe Perches1-27/+35
2014-08-16staging: vt6655: baseband replace PSDeviceMalcolm Priestley1-15/+15
2014-07-27staging: vt6655: Add missing blank lines after declarationsGuillaume Clement1-0/+1
2014-07-27staging: vt6655: remove useless return statementsGuillaume Clement1-3/+0
2014-07-22staging: vt6655: statify some variablesGuillaume Clement1-7/+7
2014-07-22staging: vt6655: change type of PortOffset to void __iomem *Guillaume Clement1-15/+15
2014-06-19staging: vt6655: replace C99 style commentsJames A Shackleford1-150/+150
2014-05-15staging: vt6655: fix checkpatch bracing issuesGuido Martínez1-45/+39
2014-05-15staging: vt6655: remove dead codeGuido Martínez1-17/+0
2013-11-10staging: vt6655: delete explicit comparison to boolTeodora Baluta1-2/+2
2013-10-27staging: vt6655: fixed use of unnecessary braces in baseband.cArchana kumari1-4/+3
2013-03-25staging: vt6655: Remove unnecessary blank linesJoe Perches1-35/+0
2013-03-25staging: vt6655: Remove unnecessary parentheses from returnsJoe Perches1-2/+2
2013-03-25staging: vt6655: Convert to kernel brace styleJoe Perches1-26/+13
2013-03-25staging: vt6655: Remove commented out printksJoe Perches1-25/+2
2013-03-18staging:vt6655:baseband: Whitespace cleanupsJoe Perches1-2405/+2405
2012-09-04staging: "vt6655" Typo change *Caculate to *Calculate.Justin P. Mattock1-3/+3
2012-09-04staging: "vt6655" Typo change *Embeded to *Embedded.Justin P. Mattock1-81/+81
2012-09-04staging: "vt6655" Fix typos in comments.Justin P. Mattock1-4/+4
2012-07-09staging: vt6655: Remove all commented macrosMarcos Paulo de Souza1-2/+0
2010-08-02Staging: vt6655: replace BOOL with in kernel boolCharles Clément1-8/+8
2010-08-02Staging: vt6655: replace FALSE with in kernel falseCharles Clément1-11/+11
2010-08-02Staging: vt6655: replace TRUE with in kernel trueCharles Clément1-11/+11
2010-06-24Staging: vt6655: remove BYTE typedefCharles Clément1-43/+43
2010-06-24Staging: vt6655: remove WORD typedefCharles Clément1-7/+7
2010-06-22Staging: vt6655: remove DWORD_PTR pointer typedefCharles Clément1-15/+15
2010-06-18Staging: vt6655: remove PWORD typedefCharles Clément1-1/+1
2010-06-18Staging: vt6655: remove PBYTE typedefCharles Clément1-4/+4
2010-06-18Staging: vt6655: remove custom ULONG typedefCharles Clément1-5/+5
2010-06-18Staging: vt6655: remove custom UINT typedefCharles Clément1-13/+13
2010-05-14Staging: vt6655: remove OUT definitionCharles Clément1-3/+3
2010-05-14Staging: vt6655: remove IN definitionCharles Clément1-12/+12
2010-05-14Staging: vt6655: remove HANDLE definition and useCharles Clément1-2/+2
2010-05-11Staging: vt6655: remove VOID definition and useCharles Clément1-17/+17