summaryrefslogtreecommitdiff
path: root/sys/dev
AgeCommit message (Expand)Author
2022-11-26Rename type argument to buf in hidpp10_get_type(), no functional change.Anton Lindqvist
2022-11-26While emulating the bell, wsdisplay could end up sleeping when reachingAnton Lindqvist
2022-11-25nvme can do 64bit dma.David Gwynne
2022-11-24Don't report unknown apic structure types if they're in the OEM reservedJonathan Matthew
2022-11-23Add pwmleds(4), a driver for PWM controlled LEDs.Mark Kettenis
2022-11-22Allocate additional command queue slots and use command completion eventsJonathan Matthew
2022-11-20port the kstat code from re(4) to rge(4)David Gwynne
2022-11-17whitespace fixes. no functional change.David Gwynne
2022-11-14When the fdt does not provide a list of brightness states, pwmbl(4)Miod Vallat
2022-11-14include sys/device.h, on some architectures this gets pulled in, but othersTheo de Raadt
2022-11-11Debug was accidentally left enabled in previous commit.Matthieu Herrb
2022-11-11Due to checksum offloading one more element could be written to the ringMoritz Buhl
2022-11-11Add icc(4) to handle Customer Control keyboards attached to i2c bus.Matthieu Herrb
2022-11-11ihidev can pass a buffer larger than the size of the claimed inputAnton Lindqvist
2022-11-11regenJonathan Gray
2022-11-11add AMD family 19h model 44h (Rembrandt) idsJonathan Gray
2022-11-11Make ucc(4) the first consumer of hidcc. No intended functional change.Anton Lindqvist
2022-11-11Extract the HID specific pieces from ucc(4) into hidcc. First stepsAnton Lindqvist
2022-11-11return early from drm activate functions after fatal errorJonathan Gray
2022-11-10Apparently we receive interrupts for both powerkey press and release, whichPatrick Wildt
2022-11-10Remove hack that uses a timeout to fake interrupts now that qcpdc(4) allowsPatrick Wildt
2022-11-10We need to turn a few more things on in the resume path. This makes itMark Kettenis
2022-11-10Add qcpdc(4), a driver for the Qualcomm Power Domain controller found onPatrick Wildt
2022-11-10Move the code handling brightness keys into a task, since withMatthieu Herrb
2022-11-10Return error number instead of call panic().ASOU Masato
2022-11-09Hook up gpiobl(4) to the screen burner instead of wsdisplay(4) brightnessTobias Heider
2022-11-09Constify simplefb_formats[]; OK patrickKlemens Nanni
2022-11-09Add qcpwm(4), a driver for the PWM found on Qualcomm PMICs. This is usedPatrick Wildt
2022-11-09Move input/output configuration into the correct function.Patrick Wildt
2022-11-09Implement wakeup interrupt support. For now this is only implemented forMark Kettenis
2022-11-09Implement reading/writing pins on qcpmicgpio(4).Patrick Wildt
2022-11-09translate Fn+(1-10,-,=) keys to F1-F12 on M1 laptops with a touchbarRobert Nagy
2022-11-09regenRobert Nagy
2022-11-09add a USB ID for WELLSPRINGM1_J293 to be used by aplhidev(4) to identifyRobert Nagy
2022-11-08Hook up all those Qualcomm SoC SPMI devices.Patrick Wildt
2022-11-08Add qcrtc(4), a driver for the RTC found on Qualcomm PMICs. UnfortunatelyPatrick Wildt
2022-11-08Add qcpon(4), a driver for the Qualcomm PMIC block that hosts the powerkeyPatrick Wildt
2022-11-08Add qcpmicgpio(4), a driver for the GPIO block inside the Qualcomm PMICs.Patrick Wildt
2022-11-08Add qcpmic(4), a driver for the SPMI-connected PMICs found on Qualcomm SoCs,Patrick Wildt
2022-11-08Add qcspmi(4), a driver for the SPMI PMIC Arbiter found on Qualcomm SoCs,Patrick Wildt
2022-11-08Add gpiobl(4), a driver for gpio controlled display backlights. This willTobias Heider
2022-11-08Implement alternative mailbox handling mechanism required by newer firmware.Mark Kettenis
2022-11-08fix indentKlemens Nanni
2022-11-08acpihpet(4): disable/reenable acpihpet_delay() during suspend/resumeScott Soule Cheloha
2022-11-08Implement reading/writing/configuring pins in qcgpio(4). The code hasPatrick Wildt
2022-11-07The gpiokeys(4) 'label' property seems to be optional. If we don't havePatrick Wildt
2022-11-07Add support for the PCIe controller on the Qualcomm SC8280XP. ThankfullyPatrick Wildt
2022-11-07The ARM SMMUv2 does actually support #iommu-cells = <2>, where the secondPatrick Wildt
2022-11-06Enable IPv4, TCP, and UDP checksum offloading, and VLAN HW taggingMoritz Buhl
2022-11-06Add FDT-based attachment for qciic(4).Patrick Wildt