summaryrefslogtreecommitdiffstats
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2020-09-20Revert "staging: rtl8192e: fix kconfig dependency warning for RTLLIB_CRYPTO_WEP"Greg Kroah-Hartman1-1/+0
2020-09-20Revert "staging: rtl8192e: fix kconfig dependency warning for RTLLIB_CRYPTO_T...Greg Kroah-Hartman1-1/+0
2020-09-17staging: hikey9xx: convert phy-kirin970-usb3.txt to yamlMauro Carvalho Chehab2-25/+72
2020-09-17staging: hikey9xx: phy-hi3670-usb3: change some DT propertiesMauro Carvalho Chehab1-5/+5
2020-09-17staging: hikey9xx: phy-hi3670-usb3: fix coding styleMauro Carvalho Chehab1-80/+75
2020-09-17staging: hikey9xx: phy-hi3670-usb3.txt: use a consistent namespaceMauro Carvalho Chehab1-2/+2
2020-09-17staging: hikey9xx: phy-hi3670-usb3: use a consistent namespaceMauro Carvalho Chehab1-49/+49
2020-09-17staging: hikey9xx: phy-hi3670-usb3: fix some issues at the init codeYu Chen1-38/+32
2020-09-17staging: hikey9xx: add build for the Kirin 970 PHY driverMauro Carvalho Chehab2-0/+13
2020-09-17staging: hikey9xx: add USB physical layer for Kirin 3670Yu Chen2-0/+707
2020-09-17staging: rtl8188eu: clean up comparsion style issuesMichael Straube6-14/+14
2020-09-17staging: rtl8188eu: use __func__ in hal directoryMichael Straube7-50/+50
2020-09-16staging: wfx: simplify virt_addr_valid callTom Rix1-1/+1
2020-09-16staging: wlan-ng: convert tasklets to use new tasklet_setup() APIAllen Pais2-15/+12
2020-09-16staging: rtl8723bs: convert tasklets to use new tasklet_setup() APIAllen Pais1-5/+4
2020-09-16staging: rtl8712: convert tasklets to use new tasklet_setup() APIAllen Pais4-10/+10
2020-09-16staging: rtl8192e: fix kconfig dependency warning for RTLLIB_CRYPTO_WEPNecip Fazil Yildiran1-0/+1
2020-09-16staging: rtl8192e: fix kconfig dependency warning for RTLLIB_CRYPTO_TKIPNecip Fazil Yildiran1-0/+1
2020-09-16staging: rtl8192e: fix kconfig dependency warning for RTLLIB_CRYPTO_CCMPNecip Fazil Yildiran1-0/+1
2020-09-16staging: rtl8192e: convert tasklets to use new tasklet_setup() APIAllen Pais2-17/+16
2020-09-16staging: rtl8192: convert tasklets to use new tasklet_setup() APIAllen Pais2-8/+7
2020-09-16staging: rtl8188eu: convert tasklets to use new tasklet_setup() APIAllen Pais5-10/+8
2020-09-16staging: rtl8188eu: clean up blank line style issuesMichael Straube8-6/+8
2020-09-16staging: ralink-gdma: convert tasklets to use new tasklet_setup() APIAllen Pais1-3/+3
2020-09-16staging: mt7621-dma: convert tasklets to use new tasklet_setup() APIAllen Pais1-3/+3
2020-09-16staging: ks7010: convert tasklets to use new tasklet_setup() APIAllen Pais2-6/+6
2020-09-16staging: rtl8723bs: os_dep: fixed spacing around operators issueRoss Schmidt1-7/+9
2020-09-16staging: rtl8723bs: os_dep: fixed bracing issueRoss Schmidt1-8/+6
2020-09-16staging: rtl8723bs: os_dep: fixed trailing statementsRoss Schmidt1-4/+8
2020-09-16staging: rtl8188eu: remove extra indentationsMichael Straube4-42/+42
2020-09-14staging: rtl8723bs: remove 5 GHz codeMichael Straube1-20/+11
2020-09-14staging: rtl8723bs: remove cckrates{only}_included()Michael Straube2-33/+3
2020-09-14Merge 5.9-rc5 into staging-nextGreg Kroah-Hartman1241-4399/+7532
2020-09-13Merge tag 'usb-5.9-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds11-81/+87
2020-09-13Merge tag 'staging-5.9-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds23-99/+169
2020-09-13Merge tag 'driver-core-5.9-rc5' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds4-17/+20
2020-09-13Merge tag 'char-misc-5.9-rc5' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds11-49/+104
2020-09-13staging: regulator: hi6421v600-regulator: Remove unused including <linux/vers...YueHaibing1-1/+0
2020-09-13staging: mt7621-pci: Update driver TODO fileAbheek Dhawan1-1/+1
2020-09-13staging: wfx: update TODO listJérôme Pouiller1-19/+0
2020-09-13staging: wfx: drop async field from struct hif_cmdJérôme Pouiller3-22/+10
2020-09-13staging: wfx: uniformize naming rules in hif_tx_mib.cJérôme Pouiller1-25/+25
2020-09-13staging: wfx: fix spacesJérôme Pouiller2-4/+1
2020-09-13staging: wfx: fix naming of hif_tx_rate_retry_policyJérôme Pouiller1-2/+2
2020-09-13staging: wfx: drop macro API_SSID_SIZEJérôme Pouiller3-9/+3
2020-09-13staging: wfx: drop struct hif_ie_tlvJérôme Pouiller1-7/+3
2020-09-13staging: wfx: drop useless union hif_indication_dataJérôme Pouiller2-14/+10
2020-09-13staging: wfx: drop useless union hif_event_dataJérôme Pouiller1-7/+5
2020-09-13staging: wfx: drop useless union hif_privacy_key_dataJérôme Pouiller1-13/+11
2020-09-13staging: wfx: drop useless structs only used in hif_ind_startupJérôme Pouiller2-27/+14