summaryrefslogtreecommitdiff
path: root/sys/dev
AgeCommit message (Expand)Author
2019-08-27don't check the page number was set correctly.David Gwynne
2019-08-27make SIOCGIFSFFPAGE support QSFP modules better.David Gwynne
2019-08-26Replace umb_ntop() with sockaddr_ntop() which does almost the same thing.Claudio Jeker
2019-08-26Remove unnecessary retrieval of the GPC regmap. We don't need it sincePatrick Wildt
2019-08-26remove some debug cruft that i should have removed after the addr64 stuffDavid Gwynne
2019-08-26Add amlreset(4), a driver to support reset signal controller blocks onMark Kettenis
2019-08-26Implement GPIO hogging.Mark Kettenis
2019-08-26Add amluart(4), a driver for the UARTs found on various Amlogic SoCs.Mark Kettenis
2019-08-25drm/amdgpu: fix a potential information leaking bugJonathan Gray
2019-08-25avoid checking s->spf twice if it is above maximum in uaudio_adjspf(); ok rat...miko
2019-08-24sync devlistJonathan Gray
2019-08-24drm/i915/cml: Introduce Comet Lake PCHJonathan Gray
2019-08-24drm/i915/cml: Add CML PCI IDSJonathan Gray
2019-08-23regenJonathan Gray
2019-08-23add Intel 100 Series LP eMMC/SDXC from fkrJonathan Gray
2019-08-22do pci_intr_disestablish() and bus_space_unmap() calls if auich_alloc_cdata()...miko
2019-08-21Add simple amdgpu pci id devlist for the ramdisk to determine ifJonathan Gray
2019-08-20Trailing whitespace.Kenneth R Westerback
2019-08-20Use the defines DETACH_FORCE and DETACH_QUIET when constructing a valueKenneth R Westerback
2019-08-19Add a configuration option for reverse scrolling.Ulf Brosziewski
2019-08-19Accept more elantech-v4 models, and apply a test for external buttons.Ulf Brosziewski
2019-08-19Add support for SMBus System Interface (SSIF).Mark Kettenis
2019-08-19Remove some unused code left over from an ancient (i.e. 2007) attemptKenneth R Westerback
2019-08-19define CONFIG_X86* in autoconf.h as needed and reduce diff to linuxJonathan Gray
2019-08-19Enable TCP and UDP checksum offloading by default for ix(4).jan
2019-08-19Add missing OHCI clocks for Allwinner R40.Mark Kettenis
2019-08-18Increase timeout used when waiting for the Rx FIFO to fill up when in polledMark Kettenis
2019-08-18In polled mode, wait on STOP detected bit to be set in the interrupt statusMark Kettenis
2019-08-18Implement a few Linux compat ACPI interfaces and enable the ACPI supportMark Kettenis
2019-08-17drm/i915: Fix wrong escape clock divisor init for GLKJonathan Gray
2019-08-17drm: silence variable 'conn' set but not usedJonathan Gray
2019-08-17drm/amd/display: Increase size of audios arrayJonathan Gray
2019-08-17drm/amd/display: Only enable audio if speaker allocation existsJonathan Gray
2019-08-17drm/amd/display: Fix dc_create failure handling and 666 color depthsJonathan Gray
2019-08-17drm/amd/display: use encoder's engine id to find matched free audio deviceJonathan Gray
2019-08-17drm/amd/display: Wait for backlight programming completion in set backlight l...Jonathan Gray
2019-08-17change drm memory barriers to be closer to what linux does onJonathan Gray
2019-08-17Move play blocks count from the audio_softc to the audio_buf structure.Alexandre Ratchov
2019-08-17Move block size and block count calculations in their own routines.Alexandre Ratchov
2019-08-15auich_freemem() returns void. while here fix a typo in an error message. audi...miko
2019-08-14move CONFIG_DRM_FBDEV_EMULATION and CONFIG_BACKLIGHT_CLASS_DEVICEJonathan Gray
2019-08-13Implement backlight control for amdgpu(4). This allows me to setPatrick Wildt
2019-08-13Reorganize the ipmi(4) code a bit in anticipation of adding SSIF support:Mark Kettenis
2019-08-13azalia: add quirk for speaker routing on ThinkPad X1C7Joshua Stein
2019-08-13regenJonathan Gray
2019-08-13add Union Memory NVMeJonathan Gray
2019-08-13Don't match on amdgpu devices flagged as having experimental hardware supportJonathan Gray
2019-08-12Fix typo; spotted by Krystian Lewandowski.Mark Kettenis
2019-08-12Remlve command mutex. It is unnecessary since commands are alreadyMark Kettenis
2019-08-11Add clock support to sxirtc(4); needed by newer Linux DTs.Mark Kettenis