summaryrefslogtreecommitdiffstats
path: root/sys/dev
AgeCommit message (Expand)AuthorFilesLines
2019-08-26Add amluart(4), a driver for the UARTs found on various Amlogic SoCs.kettenis2-1/+614
2019-08-25drm/amdgpu: fix a potential information leaking bugjsg1-1/+1
2019-08-25avoid checking s->spf twice if it is above maximum in uaudio_adjspf(); ok ratchov@miko1-2/+2
2019-08-24sync devlistjsg1-0/+18
2019-08-24drm/i915/cml: Introduce Comet Lake PCHjsg2-1/+7
2019-08-24drm/i915/cml: Add CML PCI IDSjsg2-1/+29
2019-08-23regenjsg2-42/+52
2019-08-23add Intel 100 Series LP eMMC/SDXC from fkrjsg1-9/+11
2019-08-22do pci_intr_disestablish() and bus_space_unmap() calls if auich_alloc_cdata() fails; ok ratchov@miko1-18/+17
2019-08-21Add simple amdgpu pci id devlist for the ramdisk to determine ifjsg2-0/+96
2019-08-20Trailing whitespace.krw2-7/+7
2019-08-20Use the defines DETACH_FORCE and DETACH_QUIET when constructing a valuekrw2-6/+10
2019-08-19Add a configuration option for reverse scrolling.bru3-9/+25
2019-08-19Accept more elantech-v4 models, and apply a test for external buttons.bru1-7/+8
2019-08-19Add support for SMBus System Interface (SSIF).kettenis4-11/+254
2019-08-19Remove some unused code left over from an ancient (i.e. 2007) attemptkrw2-25/+2
2019-08-19define CONFIG_X86* in autoconf.h as needed and reduce diff to linuxjsg12-27/+23
2019-08-19Enable TCP and UDP checksum offloading by default for ix(4).jan1-3/+1
2019-08-19Add missing OHCI clocks for Allwinner R40.kettenis1-0/+6
2019-08-18Increase timeout used when waiting for the Rx FIFO to fill up when in polledkettenis1-2/+2
2019-08-18In polled mode, wait on STOP detected bit to be set in the interrupt statuskettenis1-5/+4
2019-08-18Implement a few Linux compat ACPI interfaces and enable the ACPI supportkettenis13-58/+273
2019-08-17drm/i915: Fix wrong escape clock divisor init for GLKjsg1-2/+2
2019-08-17drm: silence variable 'conn' set but not usedjsg1-1/+1
2019-08-17drm/amd/display: Increase size of audios arrayjsg2-1/+2
2019-08-17drm/amd/display: Only enable audio if speaker allocation existsjsg1-1/+1
2019-08-17drm/amd/display: Fix dc_create failure handling and 666 color depthsjsg2-2/+5
2019-08-17drm/amd/display: use encoder's engine id to find matched free audio devicejsg1-1/+7
2019-08-17drm/amd/display: Wait for backlight programming completion in set backlight leveljsg1-0/+4
2019-08-17change drm memory barriers to be closer to what linux does onjsg1-7/+19
2019-08-17Move play blocks count from the audio_softc to the audio_buf structure.ratchov1-20/+22
2019-08-17Move block size and block count calculations in their own routines.ratchov1-80/+108
2019-08-15auich_freemem() returns void. while here fix a typo in an error message. audio playback still works under virtualbox. ok ratchov@miko1-5/+4
2019-08-14move CONFIG_DRM_FBDEV_EMULATION and CONFIG_BACKLIGHT_CLASS_DEVICEjsg2-4/+3
2019-08-13Implement backlight control for amdgpu(4). This allows me to setpatrick1-2/+28
2019-08-13Reorganize the ipmi(4) code a bit in anticipation of adding SSIF support:kettenis3-218/+224
2019-08-13azalia: add quirk for speaker routing on ThinkPad X1C7jcs3-4/+13
2019-08-13regenjsg2-6/+18
2019-08-13add Union Memory NVMejsg1-3/+7
2019-08-13Don't match on amdgpu devices flagged as having experimental hardware supportjsg2-2/+17
2019-08-12Fix typo; spotted by Krystian Lewandowski.kettenis1-2/+2
2019-08-12Remlve command mutex. It is unnecessary since commands are alreadykettenis2-9/+2
2019-08-11Add clock support to sxirtc(4); needed by newer Linux DTs.kettenis1-7/+71
2019-08-11Add battery sensors for the AXP803. A somewhat recent Linux DT is neededkettenis1-4/+104
2019-08-11Add sxisyscon(4) a driver for the system controller found on variouskettenis2-1/+88
2019-08-11The "phy-names" property has been dropped from the Linux device trees sokettenis1-13/+4
2019-08-11Fix an issue where output gets stuck when a machine is under load. Alsokettenis1-31/+18
2019-08-10udcf(4): tvtohz(9)+timeout_add(9) -> timeout_add_msec(9); ok kettenis@cheloha1-56/+21
2019-08-10gpiodcf(4): tvtohz(9)+timeout_add(9) -> timeout_add_msec(9)cheloha1-54/+21
2019-08-10Make sure fdt_get_reg() looks beyond its parent to establish the correctkettenis1-31/+36