index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
staging
/
vt6655
Age
Commit message (
Expand
)
Author
Files
Lines
2016-05-21
Merge tag 'staging-4.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
7
-53
/
+108
2016-04-12
cfg80211: remove enum ieee80211_band
Johannes Berg
3
-5
/
+5
2016-03-28
staging: vt6655: fix style violations for lines over 80 characters
Kathryn Hampton
7
-51
/
+106
2016-03-28
Staging: vt6655: defined byVT3253InitTab_RFMD[] and byVT3253B0_RFMD[] as cons...
Claudiu Beznea
1
-2
/
+2
2016-03-19
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
1
-4
/
+8
2016-03-11
Staging: vt6655: Remove & from function name.
Sandhya Bankar
1
-1
/
+1
2016-03-11
Staging: vt6655: remove unnecessary blank lines from card.c
Ben Marsh
1
-4
/
+0
2016-03-11
staging: vt6655: mac.c replace dwData with data.
Malcolm Priestley
1
-19
/
+19
2016-03-11
staging: vt6655: mac.c replace wOffset with offset.
Malcolm Priestley
1
-21
/
+21
2016-03-11
staging: vt6655: mac.c replace byOrgDMACtl with org_dma_ctl
Malcolm Priestley
1
-16
/
+16
2016-03-11
staging: vt6655: mac Replace dwCurrDescAddr with curr_desc_addr.
Malcolm Priestley
2
-22
/
+22
2016-03-11
staging: vt6655: mac.c replace VNSvInPortB with ioread8
Malcolm Priestley
1
-5
/
+5
2016-03-11
staging: vt6655: MACvSetLoopbackMode replace byOrgValue with ioread8
Malcolm Priestley
1
-5
/
+2
2016-03-11
staging: vt6655: MACbPSWakeup replace VNSvInPortB byOrgValue with ioread8
Malcolm Priestley
1
-3
/
+1
2016-03-11
staging: vt6655: mac.c replace VNSvOutPortB with iowrite8
Malcolm Priestley
1
-22
/
+22
2016-03-11
staging: vt6655: mac.c replace VNSvOutPortW with iowrite16
Malcolm Priestley
1
-10
/
+10
2016-03-11
staging: vt6655: mac.c replace VNSvOutPortD with iowrite32.
Malcolm Priestley
1
-27
/
+25
2016-03-11
staging: vt6655: mac.c/h resize all unsigned long to u32
Malcolm Priestley
2
-19
/
+19
2016-03-11
staging: vt6655: MACvRestoreContext replace for loops with memcpy_toio.
Malcolm Priestley
1
-10
/
+8
2016-03-11
staging: vt6655: mac.c rename pbyCxtBuf to cxt_buf
Malcolm Priestley
1
-16
/
+16
2016-03-11
staging: vt6655: MACvSaveContext use memcpy_fromio to read context.
Malcolm Priestley
1
-6
/
+3
2016-03-11
staging: vt6655: replace VNSvInPortD dwData reads with ioread32
Malcolm Priestley
1
-13
/
+5
2016-03-11
staging: vt6655: mac.c Replace VNSvInPortB byData reads with ioread8.
Malcolm Priestley
1
-27
/
+9
2016-03-11
staging: vt6655: mac.c rename dwIoBase to io_base
Malcolm Priestley
1
-137
/
+137
2016-02-24
mac80211: remove ieee80211_get_key_tx_seq/ieee80211_set_key_tx_seq
Eliad Peller
1
-4
/
+8
2016-02-15
staging: vt6655: Add missing blank line after declaration
Janani Ravichandran
1
-0
/
+1
2016-02-15
staging: vt6655: Fit function header on the same line
Janani Ravichandran
1
-3
/
+1
2016-02-12
Staging: vt6655: Add check dma_mapping_error
Haneen Mohammed
1
-0
/
+5
2016-02-08
staging: vt6655: mac.c replace void __iomem * with struct vnt_private
Malcolm Priestley
7
-117
/
+137
2016-02-08
staging: vt6655: PSbIsNextTBTTWakeUp Rename bWakeUp wake_up
Malcolm Priestley
1
-3
/
+3
2016-02-08
staging: vt6655: rf.c/h Replace DeviceContext with vnt_private
Malcolm Priestley
2
-10
/
+8
2016-02-08
staging: vt6655: power.c replace pDevice with priv
Malcolm Priestley
1
-28
/
+28
2016-02-08
staging: vt6655: rf.c rename bResult ret.
Malcolm Priestley
1
-69
/
+69
2016-02-08
staging: vt6655: set_channel replace bResult with ret
Malcolm Priestley
1
-5
/
+5
2016-02-08
staging: vt6655: set_channel replace void handler.
Malcolm Priestley
2
-3
/
+2
2016-02-08
staging: vt6655: channel.c replace pDevice with priv
Malcolm Priestley
1
-29
/
+29
2015-10-25
staging: vt6655: Add space around '*'
Burcin Akalin
1
-1
/
+1
2015-10-25
staging: vt6655: Add space around '*'
Burcin Akalin
1
-1
/
+1
2015-10-17
staging: vt6655: card.c rename pDevice with priv
Malcolm Priestley
1
-193
/
+193
2015-10-17
staging: vt6655: rename pOpts and sOpts to opts.
Malcolm Priestley
3
-60
/
+60
2015-10-17
staging: vt6655: remove static inline alloc_td_info.
Malcolm Priestley
2
-6
/
+2
2015-10-17
staging: vt6655: remove static inline alloc_rd_info.
Malcolm Priestley
2
-7
/
+2
2015-10-17
staging: vt6655: replace typedef struct __device_opt
Malcolm Priestley
3
-62
/
+62
2015-10-17
staging: vt6655: device.h remove typedef enum
Malcolm Priestley
1
-4
/
+2
2015-10-17
staging: vt6655: device.h remove unsed headers.
Malcolm Priestley
1
-22
/
+0
2015-10-17
staging: vt6655: device.h remove unused macros.
Malcolm Priestley
1
-64
/
+0
2015-10-17
staging: vt6655: device_main Replace uIdx with idx.
Malcolm Priestley
1
-12
/
+12
2015-10-17
staging: vt6655: Prefer using BIT Macro
Amitoj Kaur Chawla
1
-1
/
+1
2015-10-17
staging: vt6655: Remove boolean comparisons
Luis de Bethencourt
1
-4
/
+4
2015-10-17
staging: vt6655: Remove useless initialisation
Amitoj Kaur Chawla
1
-1
/
+1
[next]