summaryrefslogtreecommitdiffstats
path: root/drivers/staging/vt6655
AgeCommit message (Expand)Author
2016-05-20Merge tag 'staging-4.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2016-04-12cfg80211: remove enum ieee80211_bandJohannes Berg
2016-03-28staging: vt6655: fix style violations for lines over 80 charactersKathryn Hampton
2016-03-28Staging: vt6655: defined byVT3253InitTab_RFMD[] and byVT3253B0_RFMD[] as cons...Claudiu Beznea
2016-03-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2016-03-10Staging: vt6655: Remove & from function name.Sandhya Bankar
2016-03-10Staging: vt6655: remove unnecessary blank lines from card.cBen Marsh
2016-03-10staging: vt6655: mac.c replace dwData with data.Malcolm Priestley
2016-03-10staging: vt6655: mac.c replace wOffset with offset.Malcolm Priestley
2016-03-10staging: vt6655: mac.c replace byOrgDMACtl with org_dma_ctlMalcolm Priestley
2016-03-10staging: vt6655: mac Replace dwCurrDescAddr with curr_desc_addr.Malcolm Priestley
2016-03-10staging: vt6655: mac.c replace VNSvInPortB with ioread8Malcolm Priestley
2016-03-10staging: vt6655: MACvSetLoopbackMode replace byOrgValue with ioread8Malcolm Priestley
2016-03-10staging: vt6655: MACbPSWakeup replace VNSvInPortB byOrgValue with ioread8Malcolm Priestley
2016-03-10staging: vt6655: mac.c replace VNSvOutPortB with iowrite8Malcolm Priestley
2016-03-10staging: vt6655: mac.c replace VNSvOutPortW with iowrite16Malcolm Priestley
2016-03-10staging: vt6655: mac.c replace VNSvOutPortD with iowrite32.Malcolm Priestley
2016-03-10staging: vt6655: mac.c/h resize all unsigned long to u32Malcolm Priestley
2016-03-10staging: vt6655: MACvRestoreContext replace for loops with memcpy_toio.Malcolm Priestley
2016-03-10staging: vt6655: mac.c rename pbyCxtBuf to cxt_bufMalcolm Priestley
2016-03-10staging: vt6655: MACvSaveContext use memcpy_fromio to read context.Malcolm Priestley
2016-03-10staging: vt6655: replace VNSvInPortD dwData reads with ioread32Malcolm Priestley
2016-03-10staging: vt6655: mac.c Replace VNSvInPortB byData reads with ioread8.Malcolm Priestley
2016-03-10staging: vt6655: mac.c rename dwIoBase to io_baseMalcolm Priestley
2016-02-24mac80211: remove ieee80211_get_key_tx_seq/ieee80211_set_key_tx_seqEliad Peller
2016-02-14staging: vt6655: Add missing blank line after declarationJanani Ravichandran
2016-02-14staging: vt6655: Fit function header on the same lineJanani Ravichandran
2016-02-11Staging: vt6655: Add check dma_mapping_errorHaneen Mohammed
2016-02-07staging: vt6655: mac.c replace void __iomem * with struct vnt_privateMalcolm Priestley
2016-02-07staging: vt6655: PSbIsNextTBTTWakeUp Rename bWakeUp wake_upMalcolm Priestley
2016-02-07staging: vt6655: rf.c/h Replace DeviceContext with vnt_privateMalcolm Priestley
2016-02-07staging: vt6655: power.c replace pDevice with privMalcolm Priestley
2016-02-07staging: vt6655: rf.c rename bResult ret.Malcolm Priestley
2016-02-07staging: vt6655: set_channel replace bResult with retMalcolm Priestley
2016-02-07staging: vt6655: set_channel replace void handler.Malcolm Priestley
2016-02-07staging: vt6655: channel.c replace pDevice with privMalcolm Priestley
2015-10-24staging: vt6655: Add space around '*'Burcin Akalin
2015-10-24staging: vt6655: Add space around '*'Burcin Akalin
2015-10-17staging: vt6655: card.c rename pDevice with privMalcolm Priestley
2015-10-17staging: vt6655: rename pOpts and sOpts to opts.Malcolm Priestley
2015-10-17staging: vt6655: remove static inline alloc_td_info.Malcolm Priestley
2015-10-17staging: vt6655: remove static inline alloc_rd_info.Malcolm Priestley
2015-10-17staging: vt6655: replace typedef struct __device_optMalcolm Priestley
2015-10-17staging: vt6655: device.h remove typedef enumMalcolm Priestley
2015-10-17staging: vt6655: device.h remove unsed headers.Malcolm Priestley
2015-10-17staging: vt6655: device.h remove unused macros.Malcolm Priestley
2015-10-17staging: vt6655: device_main Replace uIdx with idx.Malcolm Priestley
2015-10-16staging: vt6655: Prefer using BIT MacroAmitoj Kaur Chawla
2015-10-16staging: vt6655: Remove boolean comparisonsLuis de Bethencourt
2015-10-16staging: vt6655: Remove useless initialisationAmitoj Kaur Chawla