summaryrefslogtreecommitdiffstats
path: root/sys/dev
AgeCommit message (Expand)AuthorFilesLines
2020-06-22Remove AMRR/MiRA support from iwx(4). Tx rate selection happens in firmware.stsp2-146/+13
2020-06-22Remove unused code for parsing non-volatile memory (NVM) from iwx(4).stsp3-465/+5
2020-06-22Blacklist Ericsson F5521gw broadband modem.tobhe1-1/+9
2020-06-22regentobhe2-4/+16
2020-06-22Add Ericsson F5521gw Mobile Broadband Modem.tobhe1-1/+5
2020-06-22Some connectors attach late when the drm driver is registers. Forkettenis1-17/+37
2020-06-22apart from the lock wait_queue_head struct is unused so replace itjsg1-25/+25
2020-06-22don't try to decrement if completion flag is UINT_MAXjsg1-6/+11
2020-06-22drm/amdgpu: Sync with VM root BO when switching VM to CPU update modejsg1-2/+9
2020-06-22drm/amd/powerpay: Disable gfxoff when setting manual mode on picasso and ravenjsg1-0/+9
2020-06-22drm/amd/display: Do not disable pipe split if mode is not supportedjsg1-2/+7
2020-06-22drm/amd/display: dmcu wait loop calculation is incorrect in RVjsg1-3/+0
2020-06-22drm/amd/display: Correct updating logic of dcn21's pipe VM flagsjsg1-5/+1
2020-06-22drm/amd/display: Revert to old formula in set_vtg_paramsjsg1-2/+4
2020-06-22drm/dp: Lenovo X13 Yoga OLED panel brightness fixjsg1-0/+1
2020-06-22drm/amdgpu: Init data to avoid oops while reading pp_num_states.jsg1-1/+4
2020-06-22drm/amd/display: fix virtual signal dsc setupjsg1-1/+1
2020-06-22drm/amd/display: Force watermark value propagationjsg2-1/+6
2020-06-22drm/amdgpu: fix and cleanup amdgpu_gem_object_close v4jsg1-18/+25
2020-06-22gup: document and work around "COW can break either way" issuejsg1-0/+8
2020-06-22Fix two iwx(4) TX_CMD_OFFLD macros.stsp1-3/+3
2020-06-22Prepare for newer iwx(4) firmware scan command versions.stsp2-9/+72
2020-06-22Update definition of the iwx_ac_to_tx_fifo map.stsp1-5/+5
2020-06-22Enable critical temperature detection in iwx(4) firmware.stsp2-2/+71
2020-06-22Do not copy an SSID into the iwx(4) probe request template.stsp1-2/+4
2020-06-22Fix unconditional write to v1.scan_priority in iwx(4) scan command.stsp1-2/+3
2020-06-22Fix length specification for 2GHz band IE data in iwx(4) probe requeststsp1-2/+2
2020-06-22in wait_for_completion_* return 0 on timeout -ERESTARTSYS on signaljsg1-14/+11
2020-06-22let userland read vpd info from a pci device.dlg1-4/+35
2020-06-22use ifiq_input and use it's return value to apply backpressure to rxrs.dlg12-28/+50
2020-06-22use ifiq_input and use it's return value to apply backpressure to rxrs.dlg5-12/+19
2020-06-22use ifiq_input and use it's return value to apply backpressure to rxrs.dlg4-11/+16
2020-06-21Update Spleen kernel fonts to version 1.7.1, bringing the followingfcambus5-35/+35
2020-06-21Nuke pointless vioblk_dev_probe() and vioblk_dev_free() functions andkrw1-21/+5
2020-06-21correct mutex_lock_interruptible()jsg1-2/+9
2020-06-21The onboard interfaces on T7/S7 machines don't provide a valid MAC addressjmatthew1-1/+11
2020-06-20Add bcmtmon(4), a driver for the temperature sensor on the Raspberry Pi 4.kettenis2-1/+129
2020-06-20Shifts (<<) of more than 32 bits must be done on 64-bit values.krw1-2/+2
2020-06-20Make FUNCTION()/UNIT() return valid major/minor device numbers ratherkrw1-3/+4
2020-06-20make zeroing fb mem conditional matching linux pathjsg1-1/+2
2020-06-19Add support for BCM4359 SDIO variants such as the AP6359SA module foundkettenis2-3/+12
2020-06-19Whitespace.krw1-2/+2
2020-06-19Whitespace. Two short lines to one line.krw2-14/+13
2020-06-19Make iwx(4) reset Tx byte count table slots for frames that are done.stsp1-5/+11
2020-06-19Add WPA2 (CCMP) crypto offload support to iwx(4).stsp2-25/+216
2020-06-19reduce the diff to linuxjsg2-4/+2
2020-06-18Add pcamux(4), a driver for the PCA8548 I2C switch.kettenis2-1/+235
2020-06-18BCM5719 A1 seen in the wild.kettenis2-2/+4
2020-06-17Fix broken HID descriptors of Elecom trackballs.bru4-4/+99
2020-06-17needs param.h, not types.hderaadt1-2/+2