summaryrefslogtreecommitdiffstats
path: root/drivers/staging/vt6655
Commit message (Expand)AuthorAgeFilesLines
...
* | staging: vt6655: Rename function MACvEnableProtectMDPhilipp Hortmann2022-08-162-3/+3
* | staging: vt6655: Create one function for two macrosPhilipp Hortmann2022-08-161-2/+7
* | staging: vt6655: Convert macro MACvEnableProtectMD to functionPhilipp Hortmann2022-08-162-8/+9
* | staging: vt6655: Replace MACvTransmitAC0 with function vt6655_mac_dma_ctlPhilipp Hortmann2022-08-162-11/+1
* | staging: vt6655: Replace MACvTransmit0 with function vt6655_mac_dma_ctlPhilipp Hortmann2022-08-162-11/+1
* | staging: vt6655: Replace MACvReceive1 with function vt6655_mac_dma_ctlPhilipp Hortmann2022-08-162-12/+2
* | staging: vt6655: Rename function MACvReceive0 and add parameterPhilipp Hortmann2022-08-161-6/+6
* | staging: vt6655: Convert macro MACvReceive0 to functionPhilipp Hortmann2022-08-162-10/+11
|/
* Merge tag 'staging-6.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2022-08-0411-269/+197
|\
| * staging: vt6655: Convert macro vt6655_mac_clear_stck_ds to functionPhilipp Hortmann2022-07-282-8/+9
| * staging: vt6655: Rename MACvClearStckDSPhilipp Hortmann2022-07-282-2/+2
| * staging: vt6655: Convert macro vt6655_mac_word_reg_bits_off to functionPhilipp Hortmann2022-07-142-7/+10
| * staging: vt6655: Convert macro vt6655_mac_reg_bits_off to functionPhilipp Hortmann2022-07-142-7/+9
| * staging: vt6655: Convert macro vt6655_mac_word_reg_bits_on to functionPhilipp Hortmann2022-07-142-7/+9
| * staging: vt6655: Convert macro vt6655_mac_reg_bits_on to functionPhilipp Hortmann2022-07-142-7/+9
| * staging: vt6655: Rename MACvWordRegBitsOffPhilipp Hortmann2022-07-143-8/+8
| * staging: vt6655: Rename MACvRegBitsOffPhilipp Hortmann2022-07-145-22/+22
| * staging: vt6655: Rename MACvWordRegBitsOnPhilipp Hortmann2022-07-144-13/+13
| * staging: vt6655: Rename MACvRegBitsOnPhilipp Hortmann2022-07-147-28/+24
| * staging: vt6655: Rename wData to reg_value in two macrosPhilipp Hortmann2022-07-141-6/+6
| * staging: vt6655: Rename byData to reg_value in two macrosPhilipp Hortmann2022-07-141-6/+6
| * staging: vt6655: Rename wBits to bit_mask in two macrosPhilipp Hortmann2022-07-141-4/+4
| * staging: vt6655: Rename byBits to bit_mask in two macrosPhilipp Hortmann2022-07-141-4/+4
| * staging: vt6655: Rename byRegOfs to reg_offset in four macrosPhilipp Hortmann2022-07-141-12/+12
| * staging: vt6655: Use loop in vt6655_mac_read_ether_addrPhilipp Hortmann2022-07-081-6/+2
| * staging: vt6655: Use loop in vt6655_mac_write_bssid_addrPhilipp Hortmann2022-07-081-6/+2
| * staging: vt6655: Convert macro vt6655_mac_read_ether_addr to functionPhilipp Hortmann2022-07-081-11/+12
| * staging: vt6655: Convert macro vt6655_mac_write_bssid_addr to functionPhilipp Hortmann2022-07-081-11/+13
| * staging: vt6655: Move two macros to file where those are usedPhilipp Hortmann2022-07-082-24/+24
| * staging: vt6655: Rename MACvReadEtherAddressPhilipp Hortmann2022-07-082-2/+2
| * staging: vt6655: Rename MACvWriteBSSIDAddressPhilipp Hortmann2022-07-082-2/+2
| * staging: vt6655: Rename pbyEtherAddr to mac_addrPhilipp Hortmann2022-07-081-14/+14
| * staging: vt6655: Update function descriptionNam Cao2022-06-061-2/+2
| * staging: vt6655: Delete upc.hPhilipp Hortmann2022-06-063-31/+2
| * staging: vt6655: Add missing BE support on 2x iowrite32Philipp Hortmann2022-06-062-0/+5
| * staging: vt6655: Replace VNSvOutPortD with iowrite32Philipp Hortmann2022-06-068-51/+41
| * staging: vt6655: Replace MACvRx1PerPktMode with VNSvOutPortDPhilipp Hortmann2022-06-062-4/+1
| * staging: vt6655: Replace MACvRx0PerPktMode with VNSvOutPortDPhilipp Hortmann2022-06-062-4/+1
| * staging: vt6655: Replace MACvSetCurrBCNTxDescAddr with VNSvOutPortDPhilipp Hortmann2022-06-063-8/+2
| * staging: vt6655: Replace MACvIntDisable with VNSvOutPortDPhilipp Hortmann2022-06-063-5/+2
| * staging: vt6655: Replace MACvIntEnable with VNSvOutPortDPhilipp Hortmann2022-06-062-6/+3
| * staging: vt6655: Replace MACvWriteISR with VNSvOutPortDPhilipp Hortmann2022-06-062-4/+1
| * staging: vt6655: Replace VNSvOutPortW with iowrite16Philipp Hortmann2022-06-067-30/+17
| * staging: vt6655: Replace MACvSetCurrBCNLength with VNSvOutPortWPhilipp Hortmann2022-06-062-6/+1
* | wifi: mac80211: return a beacon for a specific linkShaul Triebitz2022-06-201-1/+1
* | wifi: mac80211: split bss_info_changed methodJohannes Berg2022-06-201-1/+1
* | wifi: mac80211: move interface config to new structJohannes Berg2022-06-201-3/+3
|/
* staging: vt6655: Replace VNSvOutPortB with iowrite8Philipp Hortmann2022-05-199-64/+48
* staging: vt6655: Replace MACvTransmitBCN with VNSvOutPortBPhilipp Hortmann2022-05-192-4/+1
* staging: vt6655: Replace MACvStart with VNSvOutPortBPhilipp Hortmann2022-05-192-5/+2