summaryrefslogtreecommitdiffstats
path: root/sys/dev
AgeCommit message (Expand)AuthorFilesLines
2020-02-12drm/rect: Avoid division by zerojsg1-1/+6
2020-02-10When walking the HID descriptor, even though we filter for hid_inputpatrick1-1/+3
2020-02-10Add support for the RK3399's VOP clocks to rkclock(4).patrick2-2/+68
2020-02-08On the Lenovo X395 acpivout(4) does not attach since there ispatrick2-6/+7
2020-02-07fd(4): timeout_add(9) -> timeout_add_msec(9), tsleep(9) -> tsleep_nsec(9)cheloha1-5/+5
2020-02-07Nuke softc field 'sc_adapter" and just point sc_link's at shiney newkrw2-10/+7
2020-02-06Remove pointless intermediate scsi_adapter field of softc by pointingkrw2-7/+3
2020-02-06Delete unused scsi_adapter fields of softc's.krw2-5/+3
2020-02-06Eliminate use of 'migration aids' #define scsipi_<blah> and just usekrw3-20/+13
2020-02-06Soooooo much eye-searing trailing whitespace.krw1-196/+196
2020-02-06So much eye-searing trailing whitespace.krw1-12/+12
2020-02-06Whitespace tweak.krw2-6/+4
2020-02-05Nuke unnecessary abstraction 'scsi_minphys()' which just callskrw19-41/+38
2020-02-05Very old firmware umsm devices don't work as umb(4), so I made them workderaadt1-2/+1
2020-02-05regenpatrick2-2/+12
2020-02-05Add some more Apollo Lake PCI IDs.patrick1-1/+3
2020-02-05Fix confusion between minimum and maximum samples-per-frame.ratchov1-2/+2
2020-02-05regenpatrick2-2/+22
2020-02-05Add some more Apollo Lake PCI IDs.patrick1-1/+5
2020-02-05regenpatrick2-2/+7
2020-02-05Add Pericom PI7C9X2G404EL PCIe Packet Switchpatrick1-1/+2
2020-02-05Detach timeouts and the softint handler before freeing memory.mpi1-5/+5
2020-02-05regenpatrick2-0/+155
2020-02-05Add some more Gemini Lake IDs.patrick1-1/+32
2020-02-04Refactoring to prepare multi-queues support, no intended behavior change:mpi4-345/+370
2020-02-04Replace msleep(9) by sleep_setup/setup_signal/finish() dance.mpi1-5/+6
2020-01-30Split `p_priority' into `p_runpri' and `p_slppri'.mpi1-3/+3
2020-01-29Add support for notifications about audio(4) controls changes.ratchov1-3/+158
2020-01-28The default-brightness-level property actually contains an indexpatrick1-2/+5
2020-01-28Make acpivout(4) call ws_[gs]et_param instead of directlypatrick1-35/+77
2020-01-28drm/radeon: fix bad DMA from INTERRUPT_CNTL2jsg3-6/+6
2020-01-28drm/panel: make drm_panel.h self-containedjsg1-0/+1
2020-01-28drm/fb-helper: generic: Call drm_client_add() after setup is donejsg1-2/+2
2020-01-28drm/fb-helper: generic: Fix setup error pathjsg1-40/+58
2020-01-28drm/dp_mst: Skip validating ports during destruction, just refjsg1-0/+16
2020-01-27Improve use of SMR in dt(4) by changing the time when smr_barrier()visa1-34/+9
2020-01-27Make urtwn(4) attach to tp-link tl-wn823n (RTL8192EU).stsp1-2/+3
2020-01-27regenstsp2-4/+9
2020-01-27add USB device ID for tp-link tl-wn823nstsp1-1/+2
2020-01-27Rename advminphys function to adv_minphys. The prototype and one usage weresthen1-2/+2
2020-01-27Send APM_POWER_CHANGE events to userland after refreshing battery infojca1-1/+4
2020-01-27Prototypes should not name the parameters.krw1-2/+2
2020-01-27Prototypes should not name the parameters.krw1-2/+2
2020-01-26Set the default brightness level upon attach.patrick1-1/+3
2020-01-26The enable-gpios property is an optional property, so don't error out ifpatrick1-11/+7
2020-01-26Pull in drm_bridge.c from linux 4.19.y.patrick1-25/+356
2020-01-26Add simplepanel(4), a driver for simple display panels. This onepatrick2-1/+79
2020-01-26Shuffle some names around to make reading the code less headachekrw20-62/+62
2020-01-26In amdgpio_pin_intr() disable pins a pending interrupt is seen for whichjsg1-11/+19
2020-01-25Drivers that implement their own *minphys() don't need to call thekrw23-51/+23