summaryrefslogtreecommitdiffstats
path: root/sys/dev
AgeCommit message (Expand)AuthorFilesLines
2019-10-16Move sxidog(4) such that we can use it on arm64.kettenis2-1/+179
2019-10-16Add a few newer _OSI strings to the parser.mlarkin1-1/+7
2019-10-16regenmlarkin2-2/+2
2019-10-16Fix a bunch of lines that had whitespace at the endmlarkin1-22/+22
2019-10-16Fix a bunch of lines that had whitespace at the endmlarkin1-7/+7
2019-10-16Remove trailing whitespace from a linemlarkin1-2/+2
2019-10-16Fix reversed gotos; CID 1453190.daniel1-3/+3
2019-10-15Fix compiler's view of the alignment of xhci structs. Because the structvisa1-6/+6
2019-10-14Convert tsleep(9) to tsleep_nsec(9).mpi2-4/+4
2019-10-14Add another quirk for the ALC285 on the X1C7 to avoid a clickingjcs2-4/+14
2019-10-14Rename AZ_QRK_WID_SPKR2_DAC and AZ_QRK_WID_DOLBY_ATMOS to make itjcs3-10/+10
2019-10-13Convert all tsleep(9) calls to tsleep_nsec(9) in wsdisplay(4).fcambus1-4/+5
2019-10-13Fix whitespace issue spotted by Krystian Lewandowski.kettenis1-2/+2
2019-10-13Add display brightness hooks.kettenis1-1/+10
2019-10-13Move ws_get_param/ws_set_param into wsdisplay code.kettenis7-25/+21
2019-10-13drm/radeon: Bail earlier when radeon.cik_/si_support=0 is passedjsg2-25/+31
2019-10-13drm/amdgpu: Check for valid number of registers to readjsg1-0/+3
2019-10-13drm/amdgpu: Fix KFD-related kernel oops on Hawaiijsg1-1/+2
2019-10-12Print version number.kettenis1-3/+4
2019-10-12Fix a use-after-free memory access in iwm's interrupt handler.stsp1-14/+14
2019-10-10Only set the IPv4 address in umb(4) if both MBIM_IPCONF_HAS_ADDRINFO andclaudio1-6/+5
2019-10-10Make reading past the end of an AML array not a panic.mlarkin1-8/+4
2019-10-10Remove trailing whitespacemlarkin1-2/+2
2019-10-09Restore BSS channel only when BSS was not changed in iee80211_input().tobhe1-9/+14
2019-10-09Restore BSS channel only when BSS was not changed in iee80211_intputm().tobhe1-4/+14
2019-10-08Convert tsleep(9) to tsleep_nsec(9).mpi1-5/+6
2019-10-08drm/amdgpu/si: fix ASIC testsjsg1-3/+3
2019-10-08drm/amd/display: support spdifjsg2-11/+10
2019-10-08drm/amd/display: reprogram VM config when system resumejsg1-0/+8
2019-10-08drm/amd/display: fix issue where 252-255 values are clippedjsg1-1/+2
2019-10-08gpu: drm: radeon: Fix a possible null-pointer dereference in radeon_connector_set_property()jsg1-1/+1
2019-10-08drm/radeon: Fix EEH during kexecjsg1-0/+8
2019-10-07Add moxtet(4), a driver for the Turris Mox modules. For now thispatrick2-2/+182
2019-10-07Add mvspi(4), a driver for the SPI controller on thepatrick2-2/+316
2019-10-07Add SPI clocks.patrick1-1/+9
2019-10-07Add amliic(4), a driver for the I2C controller found on Amlogic SoCs.kettenis2-1/+280
2019-10-07Attach Hyper-V guest services to VMBus 4.0mikeb1-0/+1
2019-10-07Convert infinite tsleep(9) to tsleep_nsec(9).mpi1-5/+5
2019-10-07Restart the send queue (rather than just clearing OACTIVE) when we'vejmatthew2-8/+18
2019-10-06Use MSEC_TO_NSEC() to define XHCI_CMD_TIMEOUT & use it w/ tsleep_nsec(9).mpi2-6/+5
2019-10-06tsleep(9) to tsleep_nsec(9) conversionmpi1-2/+2
2019-10-06tsleep(9) to tsleep_nsec(9) conversions.mpi4-13/+13
2019-10-06Fix vn_open to require an op of 0, and 0 or KERNELPATH only as flags.beck2-4/+4
2019-10-06Add support for i2c clock.kettenis1-1/+35
2019-10-06Add support for i2c pins.kettenis1-10/+97
2019-10-06Fix month mask.kettenis1-2/+2
2019-10-06drm/amd/display: Restore backlight brightness after system resumejsg1-0/+1
2019-10-06drm/amd/powerplay/smu7: enforce minimal VBITimeout (v2)jsg1-0/+5
2019-10-06add BL_CORE_SUSPENDRESUME definejsg1-0/+3
2019-10-05fix build errors of aac(4)jan2-9/+4