aboutsummaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2021-04-21mt76: mt7921: add awake and doze time accountingLorenzo Bianconi4-7/+55
2021-04-21mt76: remove MT76_STATE_PM in tx pathLorenzo Bianconi1-4/+2
2021-04-21mt76: connac: use waitqueue for runtime-pmLorenzo Bianconi6-9/+9
2021-04-21mt76: connac: do not run mt76_txq_schedule_all directlyLorenzo Bianconi2-4/+2
2021-04-21mt76: mt7615: rely on pm refcounting in mt7615_led_set_configLorenzo Bianconi1-1/+3
2021-04-21mt76: connac: alaways wake the device before scanningLorenzo Bianconi3-8/+8
2021-04-21mt76: mt7921: get rid of useless MT76_STATE_PM in mt7921_mac_workLorenzo Bianconi1-5/+0
2021-04-21mt76: connac: remove MT76_STATE_PM in mac_tx_freeLorenzo Bianconi2-10/+0
2021-04-21mt76: connac: check wake refcount in mcu_fw_pmctrlLorenzo Bianconi3-2/+14
2021-04-21mt76: connac: unschedule ps_work in mt76_connac_pm_wakeLorenzo Bianconi3-2/+1
2021-04-21mt76: mt7663: rely on mt76_connac_pm_ref/mt76_connac_pm_unref in tx/rx napiLorenzo Bianconi2-6/+34
2021-04-21mt76: mt7921: rely on mt76_connac_pm_ref/mt76_connac_pm_unref in tx/rx napiLorenzo Bianconi3-8/+37
2021-04-21mt76: dma: add the capability to define a custom rx napi poll routineLorenzo Bianconi8-12/+14
2021-04-21mt76: mt7663: rely on mt76_connac_pm_ref/mt76_connac_pm_unref in tx pathLorenzo Bianconi5-18/+25
2021-04-21mt76: mt7921: rely on mt76_connac_pm_ref/mt76_connac_pm_unref in tx pathLorenzo Bianconi3-14/+13
2021-04-21mt76: connac: introduce wake counter for fw_pmctrl synchronizationLorenzo Bianconi1-0/+31
2021-04-21mt76: mt7663: fix a race between mt7615_mcu_drv_pmctrl and mt7615_mcu_fw_pmctrlLorenzo Bianconi2-6/+15
2021-04-21mt76: mt7921: fix a race between mt7921_mcu_drv_pmctrl and mt7921_mcu_fw_pmctrlLorenzo Bianconi3-10/+26
2021-04-21mt76: mt7921: remove leftover function declarationLorenzo Bianconi1-2/+0
2021-04-21mt76: connac: move mcu_update_arp_filter in mt76_connac moduleLorenzo Bianconi8-104/+58
2021-04-21Merge series "mfd/rtc/regulator: Drop board file support for Samsung PMIC" fr...Mark Brown2-24/+2
2021-04-21net: ethernet: ravb: Fix release of refclkAdam Ford1-3/+4
2021-04-21net: phy: intel-xway: enable integrated led functionsMartin Schiller1-0/+21
2021-04-21net: renesas: ravb: Fix a stuck issue when a lot of frames are receivedYoshihiro Shimoda1-23/+12
2021-04-21net: stmmac: fix TSO and TBS feature enabling during driver openOng Boon Leong1-3/+9
2021-04-21stmmac: intel: set TSO/TBS TX Queues default settingsOng Boon Leong1-0/+3
2021-04-21stmmac: intel: unlock on error path in intel_crosststamp()Dan Carpenter1-0/+1
2021-04-21nfp: devlink: initialize the devlink port attribute "lanes"Yinjun Zhang1-0/+1
2021-04-21net: dsa: mv88e6xxx: Export cross-chip PVT as devlink regionTobias Waldekranz4-0/+78
2021-04-21net: dsa: mv88e6xxx: Fix off-by-one in VTU devlink region sizeTobias Waldekranz1-1/+1
2021-04-21net: dsa: mv88e6xxx: Correct spelling of define "ADRR" -> "ADDR"Tobias Waldekranz2-2/+2
2021-04-21octeontx2-af: Add mailbox for CPT statsSrujana Challa2-0/+160
2021-04-21octeontx2-af: cn10k: Add mailbox to configure reassembly timeoutSrujana Challa2-7/+75
2021-04-21octeontx2-af: cn10k: Mailbox changes for CN10K CPTSrujana Challa2-1/+31
2021-04-21Merge tag 'mmc-v5.12-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/ul...Linus Torvalds1-2/+3
2021-04-21Merge tag 'wireless-drivers-2021-04-21' of git://git.kernel.org/pub/scm/linux...David S. Miller1-3/+4
2021-04-21nvme: cleanup nvme_configure_apstChristoph Hellwig1-80/+69
2021-04-21nvme: do not try to reconfigure APST when the controller is not liveChristoph Hellwig1-1/+2
2021-04-21nvme: add 'kato' sysfs attributeHannes Reinecke1-0/+2
2021-04-21nvme: sanitize KATO settingHannes Reinecke3-7/+15
2021-04-21nvmet: avoid queuing keep-alive timer if it is disabledHou Pu1-2/+8
2021-04-21cpufreq: Kconfig: fix documentation linksAlexander Monakov1-17/+6
2021-04-21brd: expose number of allocated pages in debugfsCalvin Owens1-1/+18
2021-04-21ACPI: video: use native backlight for GA401/GA502/GA503Luke D Jones1-0/+24
2021-04-21ACPI: APEI: remove redundant assignment to variable rcColin Ian King1-1/+0
2021-04-21crypto: ccp: Use the stack and common buffer for INIT commandSean Christopherson2-5/+6
2021-04-21crypto: ccp: Use the stack and common buffer for status commandsSean Christopherson2-16/+12
2021-04-21crypto: ccp: Use the stack for small SEV command buffersSean Christopherson1-73/+44
2021-04-21crypto: ccp: Play nice with vmalloc'd memory for SEV command structsSean Christopherson2-5/+25
2021-04-21crypto: ccp: Reject SEV commands with mismatching command bufferSean Christopherson1-2/+7