summaryrefslogtreecommitdiff
path: root/sys/dev
AgeCommit message (Expand)Author
2019-04-22Add support for official Linux device tree bindings and implement supportMark Kettenis
2019-04-22Configure pins.Mark Kettenis
2019-04-21Timeline lock is used from interrupt context so use IPL_TTY to preventMark Kettenis
2019-04-21Fix rbtree_postorder_for_each_entry_safe() implementation. Fixes crashesMark Kettenis
2019-04-20armv7 RAMDISK is now compiled with -Oz (just to be like other ramdisks),Theo de Raadt
2019-04-20drm/ttm: Fix bo_global and mem_global kfree errorJonathan Gray
2019-04-20Adapt radeondrm_detach_kms() to struct drm_device being split fromJonathan Gray
2019-04-17Remove unused parameter from virtio_init_vq()Stefan Fritsch
2019-04-17Initialize virtqueue before passing it to deviceStefan Fritsch
2019-04-16When we encounter ppb(4)s that are not configured we allocate a rangePatrick Wildt
2019-04-16i2c reads are more reliable a byte at a time.David Gwynne
2019-04-16make sff page reads work on little endian archs too. like amd64.David Gwynne
2019-04-15Use timeout_del_barrier(9) instead of timeout_del(9) followed byVisa Hankala
2019-04-15implement SIOCGIFSFFPAGE so ifconfig can get transceiver info.David Gwynne
2019-04-15the myx_cmd struct has to be 4 byte aligned for use with bus_spaceDavid Gwynne
2019-04-15enum thing needs commas between items.David Gwynne
2019-04-15there's some new errors that commands can complete with tooDavid Gwynne
2019-04-15there's a bunch of new commands in newer firmwaresDavid Gwynne
2019-04-15trim some debug code that printed out the name of a commandDavid Gwynne
2019-04-14Update shared drm code, inteldrm(4) and radeondrm(4) from linux 4.4 toJonathan Gray
2019-04-13MSFT0101 must require some special handling, since this breaksTheo de Raadt
2019-04-13Add missing compatibles for newer Linux kernel bindings.Mark Kettenis
2019-04-10Hide debug printfs.Alexandre Ratchov
2019-04-10Add support for X722 to ixl(4)Peter Hessler
2019-04-10syncPeter Hessler
2019-04-10Add support for X722 to ixl(4)Peter Hessler
2019-04-10implement support for SIOCGIFSFFPAGEDavid Gwynne
2019-04-10add support for SIOCGIFSFFPAGE so userland can read sfp module infoDavid Gwynne
2019-04-10Handle missed service errors, specific to isochronous transfers.Alexandre Ratchov
2019-04-10Fix URE_WDT6_SET_MODE register definition.Kevin Lo
2019-04-08change psize to a signed int to cope with it going negative sinceJoshua Stein
2019-04-08Make azalia(4) initialize dolby atmos codecs in the resume path.Stefan Sperling
2019-04-05Try to start playback after play buffer pointers are advanced.Alexandre Ratchov
2019-04-04Make tpm(4) attach to MSFT0101 chips.Edd Barrett
2019-04-04Simplify underruns handling: just copy silence produced by upper layer.Alexandre Ratchov
2019-04-04Avoid potential null-pointer dereference. Found by Kent R. Spillner.Mark Kettenis
2019-04-04The ASUS E200HA reads the register at "address" 0x00 instead of 0x18.Mark Kettenis
2019-04-03Correct access to doorbell. In radeondrm this is only present and usedJonathan Gray
2019-04-03Always copy data (if any) whenever a new bounce buffer is available.Alexandre Ratchov
2019-04-03Check for available space before copying data to the bounce buffers.Alexandre Ratchov
2019-04-03Make the uaudio_stream->ubuf_xfer relative to current xfer number.Alexandre Ratchov
2019-04-02disable MSI for AMD Summit Ridge/Raven Ridge HD Audio as workaround for audio...thfr
2019-04-02Don't detach non-removable devices during resume on "sdhc* at acpi?".Stefan Sperling
2019-04-01Correctly extract the RSSI information from the structure. It'sPatrick Wildt
2019-04-01Enable RF_KILL interrupts on resumekn
2019-04-01Fix interrupt handler to set RUNNING flag when RF switch is enabledkn
2019-04-01In the upstreamed and official device tree for i.MX8MQ the clocksPatrick Wildt
2019-04-01imxdwusb(4) and imxpd(4) are no longer needed.Patrick Wildt
2019-04-01In the upstreamed and official device tree for i.MX8MQ the USB physPatrick Wildt
2019-04-01In the upstreamed and official device tree for i.MX8MQ the power domains arePatrick Wildt