summaryrefslogtreecommitdiff
path: root/sys/dev
AgeCommit message (Expand)Author
2022-10-21constify quirks tableKlemens Nanni
2022-10-21constify global identity tablesKlemens Nanni
2022-10-20Add the hooks to disable and enable GPIO interrupts. Should fix potentialMark Kettenis
2022-10-20Add RK3568 support.Mark Kettenis
2022-10-20Constify global product tableKlemens Nanni
2022-10-20Remove the single part string for DS1339, since that is only required onMarcus Glocker
2022-10-19Remove unused setfd member from struct audio_hw_ifKlemens Nanni
2022-10-19Use C99 struct init for struct audio_hw_ifKlemens Nanni
2022-10-19Constify global tables only used in lookups, OK ratchovKlemens Nanni
2022-10-19Constify string tablesKlemens Nanni
2022-10-18Add support for the DS1339 RTC, like found on the PiJuice.Marcus Glocker
2022-10-18Add definitions for runtime services related to EFI variables and systemMark Kettenis
2022-10-18Remove unused AUDIO_PROP_{MMAP,INDEPENDENT}Klemens Nanni
2022-10-18Document and report mpii(4) RAID 1E as suchKlemens Nanni
2022-10-17Convert more drivers to use todr_attach(). The quality of the RTC isMark Kettenis
2022-10-16Improve the clickpad/touchpad detection in hidmt.Ulf Brosziewski
2022-10-16Fix a bug in the initialization mechanism of wsmouse.Ulf Brosziewski
2022-10-16Add the guts for EFI runtime services support on amd64. This will be usedMark Kettenis
2022-10-16Change function definitions using the identifier-list form used in theJonathan Gray
2022-10-15Convert remaining I2C RTC drivers to use todr_attach().Mark Kettenis
2022-10-13Add (minimal) support for the RK3568 PCIe controller. This relies onMark Kettenis
2022-10-13Make comment match the code.Theo Buehler
2022-10-12Extend struct todr_chip_handle with a todr_quality member. This allows usMark Kettenis
2022-10-10Add support for the RK817 PMIC.Mark Kettenis
2022-10-10revert amdgpu dirty fb helper changes from 5.15.71Jonathan Gray
2022-10-09RK3566/RK3568 support.Mark Kettenis
2022-10-09RK3566/RK3568 support.Mark Kettenis
2022-10-09Fix typo in debug messages.Kevin Lo
2022-10-08Add PNP ID to make this attach on Qualcomm SoCs.Mark Kettenis
2022-10-08regenMarcus Glocker
2022-10-08Add Wacom One M CTL-672 USB tablet.Marcus Glocker
2022-10-07unstub intel_guc_send_busy_loop() ct_send()Jonathan Gray
2022-10-07add msleep_interruptible()Jonathan Gray
2022-10-07unstub guc_ct_buffer_reset() h2g_has_room()Jonathan Gray
2022-10-07add CIRC_SPACE()Jonathan Gray
2022-10-07unstub guc_mmio_reg_add()Jonathan Gray
2022-10-07add bsearch() from libcJonathan Gray
2022-10-07unstub i915_gem_object_create_shmem_from_data()Jonathan Gray
2022-10-04Repair Apple-specific translation support broken by mistake in 1.88; reportedMiod Vallat
2022-10-03dapmic(4): support clean shutdown with the power buttonJeremie Courreges-Anglas
2022-10-03Reorganize the EFI code a bit. Move the efi.h header from dev/acpi toMark Kettenis
2022-10-03drm/amdgpu: don't register a dirty callback for non-atomicJonathan Gray
2022-10-03drm/amd/display: Mark dml30's UseMinimumDCFCLK() as noinline for stack usageJonathan Gray
2022-10-03drm/amd/display: Reduce number of arguments of dml31's CalculateFlipSchedule()Jonathan Gray
2022-10-03drm/amd/display: Reduce number of arguments of dml31's CalculateWatermarksAnd...Jonathan Gray
2022-10-03drm/amd/display: Limit user regamma to a valid valueJonathan Gray
2022-10-03drm/amdgpu: use dirty framebuffer helperJonathan Gray
2022-10-03drm/amd/pm: disable BACO entry/exit completely on several sienna cichlid cardsJonathan Gray
2022-10-03drm/amd/amdgpu: fixing read wrong pf2vf data in SRIOVJonathan Gray
2022-10-03drm/amdgpu: make sure to init common IP before gmcJonathan Gray