summaryrefslogtreecommitdiff
path: root/sys/dev
AgeCommit message (Expand)Author
2020-01-26Pull in drm_bridge.c from linux 4.19.y.Patrick Wildt
2020-01-26Add simplepanel(4), a driver for simple display panels. This onePatrick Wildt
2020-01-26Shuffle some names around to make reading the code less headacheKenneth R Westerback
2020-01-26In amdgpio_pin_intr() disable pins a pending interrupt is seen for whichJonathan Gray
2020-01-25Drivers that implement their own *minphys() don't need to call theKenneth R Westerback
2020-01-25use SMR rather than SRP to protect the device handle arrayJonathan Matthew
2020-01-24New `kern.allowdt' button must be set to open(2) /dev/dt.Martin Pieuchot
2020-01-24Rename audio_mixer_{read,write} to audio_mixer_{get,set}.Alexandre Ratchov
2020-01-24cleanup unused headers generated by configJonathan Gray
2020-01-24ihidev(4): tsleep(9) -> tsleep_nsec(9); ok mpi@ jcs@cheloha
2020-01-24remove some ifdef notyet code that doesn't seem to be moving forward...Ted Unangst
2020-01-24remove unreferenced ncr5380 driver filesTed Unangst
2020-01-24Double tap the actual Zaurus zombies.Kenneth R Westerback
2020-01-23Make thermal framework support in sxitemp(4) interrupt driven such thatMark Kettenis
2020-01-23Fix the mask that we applied when setting the voltage.Mark Kettenis
2020-01-23Use a consistant idiom/format when declaring scsi_adapter structuresKenneth R Westerback
2020-01-23we've been using LBA48 for < 137GB drives for 17 years, so perhapsTed Unangst
2020-01-23regenJonathan Gray
2020-01-23add ids for coffee lake and comet lake graphics with known marketing namesJonathan Gray
2020-01-23Hook sxisid(4) up to the nvmem "framework".Mark Kettenis
2020-01-23Use information from nvmem (provided by sxisid(4)) to calibrate theMark Kettenis
2020-01-23Add an interface to read an nvmem "cell".Mark Kettenis
2020-01-23ciss(4): tsleep(9) -> tsleep_nsec(9)cheloha
2020-01-23ciss(4): ciss_cmd: split polling loop into two loopscheloha
2020-01-22Unbreak !DIAGNOSTIC build.Martin Pieuchot
2020-01-22Recognize BCM4345 rev 9, which requires a different firmware,Patrick Wildt
2020-01-22Ack SDIO interrupts earlier on dwmmc(4). While handling an SDIOPatrick Wildt
2020-01-22delete wasteful ;;Theo de Raadt
2020-01-22Remove empty unmap_mapping_range() define and hide drm_vma_node_unmap().Jonathan Gray
2020-01-22The Pinebook Pro's u-boot seems to add a zero-length framebufferPatrick Wildt
2020-01-22rm rtfps driver. disabled and man page doesn't inspire much confidence.Ted Unangst
2020-01-22Make ttm_bo_unmap_virtual_locked() actually unmap things. Fixes cursorMark Kettenis
2020-01-22Some devices do not update the TRB transfer residual information asKenneth R Westerback
2020-01-22wbsd(4): timeout_add(9) -> timeout_add_msec(9); ok deraadt@cheloha
2020-01-22Add a zero length TD, rather than adding a zero length TRB to theKenneth R Westerback
2020-01-22xbf(4): tsleep(9) -> tsleep_nsec(9); ok mikeb@cheloha
2020-01-21Import dt(4) a driver and framework for Dynamic Profiling.Martin Pieuchot
2020-01-21Enable mmhub power gating on picasso. Matches linux 4.20.Jonathan Gray
2020-01-21Fix support for additional I2C busses in piixpm(4) for older SB800 SMBusClaudio Jeker
2020-01-21Add the beginnings of an nvmem "framework".Mark Kettenis
2020-01-20match on Intel Comet Lake and Tiger Lake EthernetJonathan Gray
2020-01-20regenJonathan Gray
2020-01-20add ids for Intel Comet Lake and Tiger Lake EthernetJonathan Gray
2020-01-20remove esp at pcmcia attachment. it doesn't even compile.Ted Unangst
2020-01-20ciss(4): de-indent polling logiccheloha
2020-01-20regenJonathan Gray
2020-01-20add another Intel Bluetooth deviceJonathan Gray
2020-01-20regenJonathan Gray
2020-01-20add some more Intel NVMe devicesJonathan Gray
2020-01-19eso(4): do not retake audio_lock during draincheloha