summaryrefslogtreecommitdiffstats
path: root/drivers/staging/vt6655/device_main.c
Commit message (Expand)AuthorAgeFilesLines
* staging: vt6655: Fix interrupt race condition on device start up.Malcolm Priestley2019-04-031-4/+4
* staging: vt6655: Remove vif check from vnt_interruptMalcolm Priestley2019-04-031-2/+1
* cross-tree: phase out dma_zalloc_coherent()Luis Chamberlain2019-01-081-13/+6
* staging: vt6655: add handling memory leak on vnt_start()Ji-Hun Kim2018-04-231-2/+6
* staging: vt6655: check for memory allocation failuresJi-Hun Kim2018-04-231-26/+118
* staging: vt6655: remove unnecessary parenthesesSantha Meena Ramamoorthy2018-03-061-3/+3
* staging: vt6655: Use GFP_KERNEL in kzallocJia-Ju Bai2017-12-191-4/+4
* 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
* vt6655: Fix a possible sleep-in-atomic bug in vt6655_suspendJia-Ju Bai2017-10-181-1/+2
* staging: vt6655: align function parameters to open parenthesisMarko Stankovic2017-05-251-6/+7
* staging: vt6655: remove unnecessary blank linesMarko Stankovic2017-05-251-2/+0
* staging: vt6655: replace NULL comparison with '!' operatorMarko Stankovic2017-05-251-2/+2
* staging: vt6655: Add spaces around +PrasannaKumar Muralidharan2016-12-061-2/+2
* staging: vt6655: Removes the FSF mailing address.Varsha Rao2016-10-161-4/+0
* staging: vt6655: Removes unnecessary blank lines.Varsha Rao2016-10-161-1/+0
* staging: vt6655: device_main: Replace NULL comparison with !xNamrata A Shettar2016-09-181-1/+1
* staging: vt6655: device_main: Replace explicit NULL comparisonNamrata A Shettar2016-09-181-1/+1
* staging: vt6655: Fix checkpatch warningAnson Jacob2016-08-211-4/+4
* cfg80211: remove enum ieee80211_bandJohannes Berg2016-04-121-2/+2
* Staging: vt6655: Remove & from function name.Sandhya Bankar2016-03-101-1/+1
* Staging: vt6655: Add check dma_mapping_errorHaneen Mohammed2016-02-111-0/+5
* staging: vt6655: mac.c replace void __iomem * with struct vnt_privateMalcolm Priestley2016-02-071-12/+12
* staging: vt6655: rename pOpts and sOpts to opts.Malcolm Priestley2015-10-171-54/+54
* staging: vt6655: remove static inline alloc_td_info.Malcolm Priestley2015-10-171-2/+2
* staging: vt6655: remove static inline alloc_rd_info.Malcolm Priestley2015-10-171-2/+2
* staging: vt6655: replace typedef struct __device_optMalcolm Priestley2015-10-171-46/+46
* staging: vt6655: device_main Replace uIdx with idx.Malcolm Priestley2015-10-171-12/+12
* staging: vt6655: device_tx_srv rename pTDMalcolm Priestley2015-10-041-11/+11
* staging: vt6655: device_main replace pTDInfo with td_info.Malcolm Priestley2015-10-041-8/+8
* staging: vt6655: device_main replace pRD with rd.Malcolm Priestley2015-10-041-16/+16
* staging: vt6655: device_alloc_rx_buf replace pRDInfo with rd_info.Malcolm Priestley2015-10-041-6/+6
* staging: vt6655: device_main.c replace pDesc with desc.Malcolm Priestley2015-10-041-40/+40
* staging: vt6655: device_main replace pDevice with priv.Malcolm Priestley2015-10-041-296/+292
* staging: vt6655: don't stop TX queue unless buffer full.Malcolm Priestley2015-09-291-6/+2
* staging: vt6655: Move code in device_get_pci_infoMalcolm Priestley2015-09-141-18/+3
* staging: vt6655: device_get_pci_info pcid already assigned.Malcolm Priestley2015-09-141-2/+0
* staging: vt6655: device_get_pci_info remove call to set master.Malcolm Priestley2015-09-141-5/+0
* staging: vt6655: device_get_pci_info remove variable cis_addr.Malcolm Priestley2015-09-141-3/+0
* staging: vt6655: device_get_pci_info remove unused pci_read_config_*Malcolm Priestley2015-09-141-9/+0
* staging: vt6655: remove and move vt6655_init_infoMalcolm Priestley2015-09-141-12/+2
* staging: vt6655: vt6655_init_info remove memset.Malcolm Priestley2015-09-141-2/+0
* staging: vt6655: remove unused multicast_limit.Malcolm Priestley2015-09-141-1/+0
* staging: vt6655: Remove typedef struct __chip_info_tblMalcolm Priestley2015-09-141-29/+11
* staging: vt6655: remove get_chip_name and info message.Malcolm Priestley2015-09-141-12/+0
* staging: vt6655: vt6655_probe remove PCI debug infoMalcolm Priestley2015-09-141-46/+0
* staging: vt6655: replace typedef struct tagSRxDescMalcolm Priestley2015-09-121-24/+27
* staging: vt6655: replace typedef struct tagDEVICE_RD_INFOMalcolm Priestley2015-09-121-12/+12
* staging: vt6655: replace typedef struct tagRDES1Malcolm Priestley2015-09-121-1/+1
* staging: vt6655: replace typedef struct tagRDES0Malcolm Priestley2015-09-121-5/+5
OpenPOWER on IntegriCloud