aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/vt6655 (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-03-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-4/+8
2016-03-10Staging: vt6655: Remove & from function name.Sandhya Bankar1-1/+1
2016-03-10Staging: vt6655: remove unnecessary blank lines from card.cBen Marsh1-4/+0
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-02-24mac80211: remove ieee80211_get_key_tx_seq/ieee80211_set_key_tx_seqEliad Peller1-4/+8
2016-02-14staging: vt6655: Add missing blank line after declarationJanani Ravichandran1-0/+1
2016-02-14staging: vt6655: Fit function header on the same lineJanani Ravichandran1-3/+1
2016-02-11Staging: vt6655: Add check dma_mapping_errorHaneen Mohammed1-0/+5
2016-02-07staging: vt6655: mac.c replace void __iomem * with struct vnt_privateMalcolm Priestley7-117/+137
2016-02-07staging: vt6655: PSbIsNextTBTTWakeUp Rename bWakeUp wake_upMalcolm Priestley1-3/+3
2016-02-07staging: vt6655: rf.c/h Replace DeviceContext with vnt_privateMalcolm Priestley2-10/+8
2016-02-07staging: vt6655: power.c replace pDevice with privMalcolm Priestley1-28/+28
2016-02-07staging: vt6655: rf.c rename bResult ret.Malcolm Priestley1-69/+69
2016-02-07staging: vt6655: set_channel replace bResult with retMalcolm Priestley1-5/+5
2016-02-07staging: vt6655: set_channel replace void handler.Malcolm Priestley2-3/+2
2016-02-07staging: vt6655: channel.c replace pDevice with privMalcolm Priestley1-29/+29
2015-10-24staging: vt6655: Add space around '*'Burcin Akalin1-1/+1
2015-10-24staging: vt6655: Add space around '*'Burcin Akalin1-1/+1
2015-10-17staging: vt6655: card.c rename pDevice with privMalcolm Priestley1-193/+193
2015-10-17staging: vt6655: rename pOpts and sOpts to opts.Malcolm Priestley3-60/+60
2015-10-17staging: vt6655: remove static inline alloc_td_info.Malcolm Priestley2-6/+2
2015-10-17staging: vt6655: remove static inline alloc_rd_info.Malcolm Priestley2-7/+2
2015-10-17staging: vt6655: replace typedef struct __device_optMalcolm Priestley3-62/+62
2015-10-17staging: vt6655: device.h remove typedef enumMalcolm Priestley1-4/+2
2015-10-17staging: vt6655: device.h remove unsed headers.Malcolm Priestley1-22/+0
2015-10-17staging: vt6655: device.h remove unused macros.Malcolm Priestley1-64/+0
2015-10-17staging: vt6655: device_main Replace uIdx with idx.Malcolm Priestley1-12/+12
2015-10-16staging: vt6655: Prefer using BIT MacroAmitoj Kaur Chawla1-1/+1
2015-10-16staging: vt6655: Remove boolean comparisonsLuis de Bethencourt1-4/+4
2015-10-16staging: vt6655: Remove useless initialisationAmitoj Kaur Chawla1-1/+1
2015-10-12Staging: vt6655: mac: Remove extra bracesShivani Bhardwaj1-2/+1
2015-10-12Staging: vt6655: rxtx: Remove extra parenthesesShivani Bhardwaj1-2/+2
2015-10-12Staging: vt6655: rxtx: Remove extra space characterShivani Bhardwaj1-1/+1
2015-10-12Staging: vt6655: Renamed uRATE to ratePaul McQuade2-8/+8