summaryrefslogtreecommitdiffstats
path: root/sys/dev
AgeCommit message (Expand)AuthorFilesLines
2019-11-04Don't send the BT coex config command to iwm 8k init firmware because newerstsp1-12/+17
2019-11-04iwm API version -31 firmware and up will crash after load unless the driverstsp1-2/+4
2019-11-04Fix handling of iwm_sf_config() input argument.stsp1-2/+2
2019-11-04Ignore FW_DBG_DEST and FW_DBG_CONF iwm firmware image TLV sections, for now.stsp1-1/+5
2019-11-04Support iwm(4) firmware images with ucode_api flags larger than 32 bits.stsp3-18/+39
2019-11-04Sync iwm's SCD_QUEUE macros with iwlwifi.stsp1-3/+3
2019-11-04Tweak a device type check in iwm_apm_init() to ensure it will matchstsp1-2/+2
2019-11-04Enable only iwm's "firmware-load" interrupt while loading the firmware.stsp1-4/+19
2019-11-04Add support for iwm firmware paging, required for newer 8k device firmware.stsp3-4/+363
2019-11-03Correctly re-initialize the nameinfo struct that is re-used forbeck1-1/+2
2019-11-02Add a few more PCIe capability registers and bits. As usual, the nameskettenis1-1/+18
2019-10-30drm/amdgpu: Bail earlier when amdgpu.cik_/si_support is not set to 1jsg2-35/+35
2019-10-30drm/ttm: Restore ttm prefaultingjsg1-9/+7
2019-10-30drm/edid: Add 6 bpc quirk for SDC panel in Lenovo G50jsg1-0/+3
2019-10-30Revert "drm/radeon: Fix EEH during kexec"jsg1-8/+0
2019-10-29syncjcs2-2/+7
2019-10-29add an Intel 9260 wifi cardjcs1-1/+2
2019-10-29Regen for Marvell 88SE9128 AHCI.kurt2-2/+7
2019-10-29Add Marvell 88SE9128 AHCI. okay kettenis@kurt1-1/+2
2019-10-28Have iwm(4) configure the PCIe LTR.stsp4-9/+98
2019-10-28Make iwm_stop_device() power down bus master DMA clocks on 7k devices only.stsp1-7/+9
2019-10-28Recognize IWM_DTS_MEASUREMENT_NOTIF_WIDE PHY_OP notification which willstsp2-13/+26
2019-10-28Get rid of version 1 of iwm's time event firmware API.stsp2-114/+11
2019-10-28Remove a couple of unneeded IWM_UCODE_TLV_FLAGS_* flags:stsp2-26/+2
2019-10-28Remove unneeded IWM_UCODE_TLV_FLAGS_RX_ENERGY_API flag.stsp2-37/+3
2019-10-28Do not set IWM_SF_CFG_DUMMY_NOTIF_OFF bit in iwm SF_CFG firmware command.stsp1-1/+3
2019-10-28Skip the 'update MCC' command if iwm 8k firmware supports Locationstsp2-2/+20
2019-10-28Use 0x6c as permanent ID for IWM_PHY_DB_CMD; remove incorrect comment.stsp2-6/+4
2019-10-28Remove unused DEFAULT_MAX_TX_POWER definition from if_iwmreg.h,stsp1-3/+1
2019-10-28The iwm_prepare_card_hw() call in iwm_attach() is only needed on 8k devices.stsp1-9/+9
2019-10-28iwm: tweak post-alive NIC locking to more closely match how Linux does itstsp1-6/+13
2019-10-28iwm: enlarge maximum NVM section size; required for newer firmwarestsp2-4/+11
2019-10-28Better error handling for bwfm(4) connection attempts. When we failpatrick1-11/+53
2019-10-27tweak the rx path to look more like the tx path.dlg2-83/+75
2019-10-27Add i.MX5/6 support and enable this driver on armv7(4).kettenis1-13/+48
2019-10-27fix the last commit.dlg1-4/+4
2019-10-26put vlan tag offload back indlg1-6/+13
2019-10-26make vmx transmit (vmxnet3_start) mpsafe.dlg2-149/+104
2019-10-26avoid rxr races between rxfill from the interrupt and timeout pathsdlg1-6/+32
2019-10-25Remove some space before tab and other small indentation errors.claudio1-10/+9
2019-10-23Add sxisid(4), a driver to read the on-chip eFuses written bykettenis2-1/+159
2019-10-23Use baseboard specific vendor, product and serial strings for DMI_BOARD_*jsg1-4/+32
2019-10-21Add sxipwm(4) and pwmbl(4). Thse two drivers together add support for thekettenis3-1/+447
2019-10-21On newer ThinkPads reporting HKEY version > 1, don't claim wsconsjcs1-3/+5
2019-10-21When incrementing or decrementing screen brightness, don't justjcs1-33/+20
2019-10-21Mark recycled USB `xfer' as NOT_STARTED to not confuse HCD abort methods.mpi1-1/+2
2019-10-20unstub amdgpu_ttm_bo_eviction_valuable()jsg1-1/+0
2019-10-18Add support for dynamic queue allocation (DQA) to iwm(4).stsp3-66/+194
2019-10-17Avoid including an armv7 MD header.kettenis1-2/+3
2019-10-17drm/amd/display: num of sw i2c/aux engines less than num of connectorsjsg7-7/+52