summaryrefslogtreecommitdiffstats
path: root/sys/dev
AgeCommit message (Expand)AuthorFilesLines
2020-03-19Attach imxiomuxc(4) to i.MX8MM as well.patrick1-1/+2
2020-03-19Switch USB to use non-coherent buffers for data transfers. Sincepatrick9-16/+46
2020-03-181. Run Synaptics touchpads in plain W-mode. 2. Update the AGM-check.bru2-13/+24
2020-03-17Hook this up to the drm(4) panel code and add an override for thekettenis1-6/+89
2020-03-17Prevent out-of-bound read if `rate' doesn't match known values.mpi1-9/+9
2020-03-16Actually attach panel (if we have one).kettenis1-1/+7
2020-03-16Replace video "framework" with a more generic port/endpoint "framework".kettenis8-212/+252
2020-03-16Prevent a NULL derefence in alloc_all_endpoints_fixed_ep()jasper1-1/+8
2020-03-16Remove unused function argument.mpi1-5/+5
2020-03-16fix a bunch of weird indentations and extra whitespace; no binary changejasper1-15/+13
2020-03-16spkr(4): fix compilation under SPKRDEBUGcheloha1-2/+2
2020-03-15sparc64 issue being identified and removed, reapply r1.73:krw2-5/+16
2020-03-15Revert nvme back to last working commit for sparc64.kmos2-17/+9
2020-03-15kthread_park() and kthread_stop() don't need PCATCH the linux API doesclaudio1-4/+4
2020-03-14ahci_get_pmp_ccb() returns a non-NULL pointer, fails akrw1-14/+6
2020-03-14Trailing whitespace, long lines, incorrect function names inkrw1-13/+14
2020-03-14drm/i915: Don't try to use the hardware frame counter with i965gm TV outputjsg2-17/+59
2020-03-14On fdt platforms attempt to load system specific .txt and .bin filesjsg1-15/+71
2020-03-13Recognize BCM43341 as a BCM43340 variant.patrick2-2/+4
2020-03-13Bump nvme(4) max physio() i/o size to 128K.krw2-5/+16
2020-03-11cz(4): tsleep(9) -> tsleep_nsec(9), timeout_add(9) -> timeout_add_msec(9)cheloha1-10/+7
2020-03-11Remove dead code which is actually duplicated a few lines abovejasper1-6/+1
2020-03-11The NXP-provided device trees used to make use of the assigned-clockspatrick1-2/+18
2020-03-11Power domains on i.MX8MQ can reference other power domains, whichpatrick1-1/+3
2020-03-10Variables 'nowait' amd 'flags' should have died in 2008 with r1.36'skrw1-10/+3
2020-03-10Coverity points out (12 + MAXMPS) can never be less thankrw1-5/+2
2020-03-10Ooops. Need both files.krw1-2/+2
2020-03-10sgl (scatter gather list) and prpl (physical region page list) are twokrw1-8/+8
2020-03-10Remove unused argument to sr_error.tobhe1-2/+2
2020-03-10synckevlo2-4/+9
2020-03-10Match on Lenovo OneLink Plus Dock Ethernet.kevlo2-2/+4
2020-03-09Return error value when sending "sensor reading" is failed. This fixesyasuoka1-1/+6
2020-03-09Update the console device always when attaching the real deviceyasuoka1-3/+3
2020-03-08Rework ucom(4) a bit. The logic of RTS follows DTR should only be doneclaudio1-6/+16
2020-03-08Wake up processes reading the mixer when the device is detached.ratchov1-1/+5
2020-03-08Use queue descriptor instead of hardcoded value when initializing hw.mpi3-21/+42
2020-03-07Fix use of uninitilized variable in case of emty AC descriptor.ratchov1-2/+2
2020-03-07Use snprintf(9) to create the names for the firmware and NVRAM files. Thispatrick2-82/+60
2020-03-06Make sure 'ts' is initialized.tobhe1-1/+2
2020-03-06Fixup bwfm(4) register bit regarding SDIO device suspend/resume.patrick1-2/+2
2020-03-06Process the NVRAM in bwfm(4) itself. So far we have relied on somepatrick1-6/+23
2020-03-06Process the NVRAM in bwfm(4) itself. So far we have relied on somepatrick3-8/+82
2020-03-06Add a PCI attachment driver for com(4). Intel has been removing legacypatrick2-1/+247
2020-03-06Release mutex before calling sleep_setup_signal() since this may stopkettenis1-2/+3
2020-03-06amdgpu/gmc_v9: save/restore sdpif regs during S3jsg3-1/+39
2020-03-05The local_clock_us() function needs microsecond resolution so implement itkettenis1-1/+4
2020-03-05Update iwm(4) firmware API documentation with respect to sequence numberstsp1-8/+9
2020-03-04fix typo in previouscheloha1-2/+2
2020-03-04Properly implement the page fault handler for CMA GEM buffers and actuallykettenis5-48/+45
2020-03-04Restrict modes to those with an actually supported pixel clock.kettenis3-10/+36