summaryrefslogtreecommitdiffstats
path: root/drivers
AgeCommit message (Expand)AuthorLines
2023-02-13wifi: brcmfmac: Rename Cypress 89459 to BCM4355Hector Martin-10/+7
2023-02-13Merge tag 'platform-drivers-x86-v6.2-5' of git://git.kernel.org/pub/scm/linux...Linus Torvalds-0/+9
2023-02-13drm: Disable dynamic debug as brokenVille Syrjälä-1/+2
2023-02-13phy: qcom: snps-eusb2: Add missing headersVinod Koul-0/+2
2023-02-13cpuidle: psci: Do not suspend topology CPUs on PREEMPT_RTKrzysztof Kozlowski-2/+16
2023-02-13powercap: intel_rapl: Fix handling for large time windowZhang Rui-1/+9
2023-02-13block: ublk: check IO buffer based on flag need_get_dataLiu Xiaodong-4/+9
2023-02-13Merge tag 'qcom-drivers-for-6.3-2' of https://git.kernel.org/pub/scm/linux/ke...Arnd Bergmann-1341/+877
2023-02-13Merge tag 'qcom-drivers-for-6.3' of https://git.kernel.org/pub/scm/linux/kern...Arnd Bergmann-38/+1994
2023-02-13wifi: iwl4965: Add missing check for create_singlethread_workqueue()Jiasheng Jiang-2/+10
2023-02-13wifi: iwl3945: Add missing check for create_singlethread_workqueueJiasheng Jiang-4/+12
2023-02-13wifi: rtw88: mac: Use existing macros in rtw_pwr_seq_parser()Martin Blumenstingl-2/+2
2023-02-13wifi: rtw88: Move enum rtw_tx_queue_type mapping code to tx.{c,h}Martin Blumenstingl-33/+46
2023-02-13wifi: rtw88: pci: Change queue datatype to enum rtw_tx_queue_typeMartin Blumenstingl-7/+10
2023-02-13wifi: rtw88: pci: Use enum type for rtw_hw_queue_mapping() and ac_to_hwqMartin Blumenstingl-3/+3
2023-02-13wifi: wl1251: Fix a typo ("boradcast")Jonathan Neuschäfer-1/+1
2023-02-13wifi: libertas: add support for WPS enrollee IE in probe requestsDoug Brown-3/+45
2023-02-13wifi: libertas: add new TLV type for WPS enrollee IEDoug Brown-0/+1
2023-02-13wifi: libertas: only add RSN/WPA IE in lbs_add_wpa_tlvDoug Brown-10/+18
2023-02-13wifi: libertas: fix code style in Marvell structsDoug Brown-10/+10
2023-02-13cpuidle: driver: Update microsecond values of state parameters as neededRafael J. Wysocki-0/+4
2023-02-13Merge tag 'qcom-arm64-for-6.3-2' of https://git.kernel.org/pub/scm/linux/kern...Arnd Bergmann-0/+1173
2023-02-13platform/x86/amd/pmf: Add depends on CONFIG_POWER_SUPPLYShyam Sundar S K-0/+1
2023-02-13gpio: sim: Use %pfwP specifier instead of calling fwnode API directlyAndy Shevchenko-5/+4
2023-02-13tee: Remove call to get_kernel_pages()Ira Weiny-13/+8
2023-02-13tee: Remove vmalloc page supportIra Weiny-24/+12
2023-02-13spi: bcm63xx-hsspi: bcmbca-hsspi: fix _be16 type usageWilliam Zhang-6/+10
2023-02-13regulator: max20411: Fix off-by-one for n_voltages settingAxel Lin-1/+1
2023-02-13Merge tag 'mt76-for-kvalo-2023-02-03' of https://github.com/nbd168/wirelessKalle Valo-646/+1335
2023-02-13vdpa_sim: not reset state in vdpasim_queue_readyEugenio Pérez-0/+2
2023-02-13clocksource/drivers/timer-sun4i: Add CLOCK_EVT_FEAT_DYNIRQYangtao Li-1/+2
2023-02-13clocksource/drivers/em_sti: Mark driver as non-removableUwe Kleine-König-6/+1
2023-02-13clocksource/drivers/sh_tmu: Mark driver as non-removableUwe Kleine-König-6/+1
2023-02-13clocksource/drivers/riscv: Patch riscv_clock_next_event() jump before first useMatt Evans-5/+5
2023-02-13clocksource/drivers/timer-microchip-pit64b: Add delay timerClaudiu Beznea-0/+12
2023-02-13clocksource/drivers/timer-microchip-pit64b: Select driver only on ARMClaudiu Beznea-1/+1
2023-02-13clocksource/drivers/riscv: Get rid of clocksource_arch_init() callbackLad Prabhakar-0/+5
2023-02-13clocksource/drivers/sh_cmt: Mark driver as non-removableUwe Kleine-König-6/+1
2023-02-13clocksource/drivers/timer-microchip-pit64b: Drop obsolete dependency on COMPI...Jean Delvare-1/+1
2023-02-13clocksource/drivers/riscv: Increase the clock source ratingSamuel Holland-1/+1
2023-02-13clocksource/drivers/timer-riscv: Set CLOCK_EVT_FEAT_C3STOP based on DTAnup Patel-0/+10
2023-02-13net: phy: start using genphy_c45_ethtool_get/set_eee()Oleksij Rempel-58/+2
2023-02-13net: phy: migrate phy_init_eee() to genphy_c45_eee_is_active()Oleksij Rempel-75/+14
2023-02-13net: phy: c45: migrate to genphy_c45_write_eee_adv()Oleksij Rempel-1/+10
2023-02-13net: phy: c22: migrate to genphy_c45_write_eee_adv()Oleksij Rempel-1/+9
2023-02-13net: phy: add genphy_c45_ethtool_get/set_eee() supportOleksij Rempel-0/+238
2023-02-13net: phy: export phy_check_valid() functionOleksij Rempel-2/+2
2023-02-13net: phy: micrel: add ksz9477_get_features()Oleksij Rempel-0/+21
2023-02-13net: phy: add genphy_c45_read_eee_abilities() functionOleksij Rempel-0/+86
2023-02-13net: dsa: microchip: enable EEE supportOleksij Rempel-0/+66