summaryrefslogtreecommitdiff
path: root/sys/dev
AgeCommit message (Expand)Author
2020-03-31When using a fixed Tx MCS in iwx(4) enable SGI if the peer supports it.Stefan Sperling
2020-03-31When using a fixed Tx MCS in iwm(4) enable SGI if the peer supports it.Stefan Sperling
2020-03-30No point in checking the loop variable for NULL inside a LIST_FOREACH.Kenneth R Westerback
2020-03-29Pin groups have regulators associated with them; enable these such thatMark Kettenis
2020-03-29Add glue to make ipmi(4) attach to FDT.Mark Kettenis
2020-03-28Export the number of arguments exposed by a probe to userland.Martin Pieuchot
2020-03-28Add a few more Allwinner A80 clocks and resets.Mark Kettenis
2020-03-28Apply masks to values read from the RTC registers. This is essential forMark Kettenis
2020-03-27Add imxpwm(4), a driver for the PWM controller found on various NXP i.MX SoCs.Patrick Wildt
2020-03-27Don't free() part of a struct.Kenneth R Westerback
2020-03-27Use correct bit mask to promptly exit rge_set_phy_power() andKenneth R Westerback
2020-03-27BD71837 uses the same BUCK2 register as BD71847. This allowsPatrick Wildt
2020-03-26Fix register definition. Fixes USB3 support when USB has not beenMark Kettenis
2020-03-26Prevent NULL dereference in passing result of dma_alloc() with NO_WAITtobhe
2020-03-26drm/amd/amdgpu: Fix GPR read from debugfs (v2)Jonathan Gray
2020-03-26drm/amd/display: fix dcc swath size calculations on dcn1Jonathan Gray
2020-03-26drm/amd/display: Clear link settings on MST disable connectorJonathan Gray
2020-03-26print platform name and gen in early inteldrm attachJonathan Gray
2020-03-25Add missing %s in sr_error, otherwise 'sd->sd_name' is not printed.tobhe
2020-03-25Revert introduction of MSI-X code, deraadt@ reported a regression on i386.Martin Pieuchot
2020-03-25Introduce stacktrace_save_at() and make use of it in dt(4).Martin Pieuchot
2020-03-25Indicate that the case handling data underruns falls through to the caseJonathan Matthew
2020-03-24Backout the rename, it was more confusing then helpful.anton
2020-03-24Put MSI-X stuff under !SMALL_KERNEL to reduce the growth for i386 floppy.Martin Pieuchot
2020-03-24Remove a chatty debug printf (not enabled by default) in wskbdopen() andanton
2020-03-24Rename wsmousedoioctl() -> wmouse_do_ioctl() and follow the sameanton
2020-03-24Ensure that me_evp is still NULL before assignment during open of wsconsanton
2020-03-23UART 1-3 support for Allwinner H3 (maybe H5/H2+).SASANO Takayoshi
2020-03-23If samples per frame is larger than the device usb packet size,Alexander Bluhm
2020-03-23Make it possible to use em(4) with MSI-X, currently disabled by default.Martin Pieuchot
2020-03-23Make it possible to use ix(4) with MSI-X, currently disabled by default.Martin Pieuchot
2020-03-23If an USB audio device supports less rates for recording than forAlexander Bluhm
2020-03-23Fix brightness control on machines where initial brigness unknown.Alexandre Ratchov
2020-03-22Mark omissions of break statements as intentional.Ulf Brosziewski
2020-03-22Implement WSDISPLAYIO GET/SET ioctls in rkdrm. This allows backlight controls...Brandon Mercer
2020-03-22Don't allocate a framebuffer if no interface ports have been configured.Mark Kettenis
2020-03-22zap trailing whitespaceanton
2020-03-21The #pwm-cells attribute describes the amount of flags in additionPatrick Wildt
2020-03-21Simplify some goto'ing that jumps a single line orKenneth R Westerback
2020-03-21Fix crash when no device ports have been registered. Remove unused variableMark Kettenis
2020-03-21Add clock support for i.MX8MM. The CCM is based on the i.MX8MQ version,Patrick Wildt
2020-03-21Instead of passing the flags as part of a struct that's supposed to bePatrick Wildt
2020-03-21drm/amd/display: remove duplicated assignment to grph_obj_typeJonathan Gray
2020-03-20pccbb.c: tsleep(9) -> tsleep_nsec(9), timeout_add(9) -> timeout_add_nsec(9)cheloha
2020-03-20The i.MX8MQ 32K clock is always on.Patrick Wildt
2020-03-20Add bdpmic(4), a driver for the ROHM BD71837 and BD71847 PowerPatrick Wildt
2020-03-20Add bdpmic(4), a driver for the ROHM BD71837 and BD71847 PowerPatrick Wildt
2020-03-20Both i.MX8MM and i.MX8MQ use the same uSDHC as the i.MX7D, andPatrick Wildt
2020-03-20Add support for reading the i.MX8MM temperature sensors.Patrick Wildt
2020-03-19Plug memory leak of psensor if read_sensor does not return zero.tracey