aboutsummaryrefslogtreecommitdiffstats
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2022-07-11mt76: mt7921: add PATCH_FINISH_REQ cmd response handlingYN Chen1-1/+2
2022-07-11mt76: add DBDC rxq handlings into mac_reset_workRyder Lee2-18/+14
2022-07-11mt76: mt7915: add more ethtool statsRyder Lee4-16/+73
2022-07-11mt76: mt7921: introduce ACPI SAR config in tx powerDeren Wu3-11/+25
2022-07-11mt76: mt7921: introduce ACPI SAR supportDeren Wu5-0/+395
2022-07-11mt76: add 6 GHz band support in mt76_sar_freq_rangesDeren Wu1-0/+6
2022-07-11mt76: mt7915: fix endian bug in mt7915_rf_regval_set()Dan Carpenter1-1/+2
2022-07-11mt76: mt76x02u: fix possible memory leak in __mt76x02u_mcu_send_msgLorenzo Bianconi1-1/+1
2022-07-11mt76: mt7915: fix endianness in mt7915_rf_regval_getLorenzo Bianconi1-1/+1
2022-07-11wifi: mac80211_hwsim: add back erroneously removed castJohannes Berg1-1/+1
2022-07-11spi: remove duplicate parameters check in acpi_spi_add_resource()Andy Shevchenko1-3/+0
2022-07-11spi: propagate error code to the caller of acpi_spi_device_alloc()Andy Shevchenko1-1/+1
2022-07-11spi: Return deferred probe error when controller isn't yet availableAndy Shevchenko1-1/+1
2022-07-11regulator: qcom_spmi: add support for PMP8074 regulatorsRobert Marko1-0/+23
2022-07-11regulator: qcom_spmi: add support for HT_P600Robert Marko1-0/+7
2022-07-11regulator: qcom_spmi: add support for HT_P150Robert Marko1-0/+7
2022-07-11regulator: max597x: Remove unused including <linux/version.h>Jiapeng Chong1-1/+0
2022-07-11Merge tag 'fpga-late-for-5.20-rc1' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/fpga/linux-fpga into char-misc-nextGreg Kroah-Hartman4-25/+605
2022-07-11Merge tag 'mhi-for-v5.20' of git://git.kernel.org/pub/scm/linux/kernel/git/mani/mhi into char-misc-nextGreg Kroah-Hartman4-9/+46
2022-07-11xen/gntdev: Ignore failure to unmap INVALID_GRANT_HANDLEDemi Marie Obenour1-2/+4
2022-07-11drm/i915/selftests: fix a couple IS_ERR() vs NULL testsDan Carpenter1-4/+4
2022-07-11drm/ttm: audit bo->resource usage v2Christian König2-10/+13
2022-07-11drm/nouveau: audit bo->resource usageChristian König1-1/+2
2022-07-11drm/amdgpu: audit bo->resource usageChristian König2-2/+3
2022-07-11drm/ttm: rename and cleanup ttm_bo_initChristian König8-65/+121
2022-07-11pinctrl: qcom: Add pinctrl driver for MSM8909Stephan Gerhold3-0/+965
2022-07-11pinctrl: starfive: Serialize adding groups and functionsJianlong Huang1-0/+5
2022-07-11coresight: etm4x: avoid build failure with unrolled loopsNick Desaulniers1-1/+2
2022-07-11wifi: mac80211_hwsim: fix race condition in pending packetJeongik Cha1-6/+8
2022-07-11gpio: thunderx: Don't directly include asm-generic/msi.hMarc Zyngier1-2/+0
2022-07-11staging: r8188eu: the bcnhead parameter is always 0Martin Kaiser1-14/+2
2022-07-11staging: r8188eu: efuse_utilized is never readMartin Kaiser1-9/+0
2022-07-11staging: r8188eu: _offset is always 0 in efuse_phymap_to_logicalMartin Kaiser1-4/+3
2022-07-11staging: r8188eu: offset is always 0 in iol_read_efuseMartin Kaiser1-3/+3
2022-07-11staging: r8188eu: offset is always 0 in rtl8188e_ReadEFuseMartin Kaiser3-5/+5
2022-07-11staging: r8188eu: txpktbuf_bndy is always 0Martin Kaiser1-4/+4
2022-07-11staging: r8188eu: merge ReadEFuseByIC into rtl8188e_ReadEFuseMartin Kaiser1-6/+1
2022-07-11staging: r8188eu: use memcpy for fallback mac addressMartin Kaiser1-3/+1
2022-07-11staging: r8188eu: always initialise efuse buffer with 0xffMartin Kaiser1-8/+6
2022-07-11staging: r8188eu: use a local buffer for efuse dataMartin Kaiser2-13/+11
2022-07-11staging: r8188eu: merge EFUSE_ShadowMapUpdate with its callerMartin Kaiser3-34/+9
2022-07-11staging: r8188eu: remove eeprom function prototypesMartin Kaiser1-6/+0
2022-07-11staging: r8188eu: remove EepromOrEfuse from struct eeprom_privMartin Kaiser3-5/+1
2022-07-11staging: r8188eu: remove unused eeprom definesMartin Kaiser1-6/+0
2022-07-11staging: r8188eu: remove HW_VAR_DM_FUNC_CLR from SetHwReg8188EU()Michael Straube3-8/+10
2022-07-11staging: r8188eu: remove HW_VAR_DM_FUNC_RESET from SetHwReg8188EU()Michael Straube3-6/+10
2022-07-11staging: r8188eu: remove HW_VAR_DM_FLAG from SetHwReg8188EU()Michael Straube3-5/+9
2022-07-11staging: r8188eu: remove HW_VAR_DM_FUNC_OP from SetHwReg8188EU()Michael Straube3-11/+6
2022-07-11staging: r8188eu: remove HW_VAR_BASIC_RATE from SetHwReg8188EU()Michael Straube5-40/+42
2022-07-11staging: rtl8192u: Fix sleep in atomic context bug in dm_fsync_timer_callbackDuoming Zhou3-22/+20