pchtherm: Add IDs for CannonLake-H, CometLake and Lewisburg controllersSubmitted by: Dmitry Luhtionov <[email protected]>
pchtherm: fix a wrong bit and a wrong register useProbably just copy-paste errors that slipped in.(cherry picked from commit 5084dde5f087264cf9a826569d1152c65d88a0fe)PR: 253915Reported by: Mi
pchtherm: fix a wrong bit and a wrong register useProbably just copy-paste errors that slipped in.(cherry picked from commit 5084dde5f087264cf9a826569d1152c65d88a0fe)PR: 253915Reported by: Michal Vanco <[email protected]>
show more ...
Add Cannon Point PCH Thermal Controller Device ID.PR: 249047Reported by: Dries Michiels <driesm.michiels at gmail.com>
Add Platform Controller Hub built-in thermal management device driver.Differential Revision: https://reviews.freebsd.org/D24077
Distinguish _CID match and _HID match and make lower priority probewhen _CID match.Reviewed by: jhb, impDifferential Revision:https://reviews.freebsd.org/D16468
intelspi: don't leak spibus children on detach.Submitted by: Yuri PankovMFC after: 1 weekApproved by: re (gjb)Differential revision: https://reviews.freebsd.org/D17076
Specify the correct resource type in teardown paths.Submitted by: Yuri Pankov <[email protected]>Approved by: re (kib)MFC after: 1 week
[intelspi] Add SPI driver for Intel BayTrail SoCAdd SPI mode (PIO-only) support for Intel Synchronous Serial Port thatcan be found in several Intel's products starting from PXA family.Most of imp
[intelspi] Add SPI driver for Intel BayTrail SoCAdd SPI mode (PIO-only) support for Intel Synchronous Serial Port thatcan be found in several Intel's products starting from PXA family.Most of implementations have slight differences in behavior and inaddresses for registers subset. This driver covers only BayTrail SoCimplementation for it's the only hardware I have to test it on.Driver attaches to ACPI bus only and does not have PCI or FDT supportfor now due to lack of hardware to test it on."intelspi" is the best name I've managed to come up with. Linux drivername (spi-pxa2xx) does not make sense because current implementationdoes not support actual PXA2xx SoCs. And as far as I know there is nocodename assigned to Intel SSP chip.Reviewed by: br, manuMFC after: 1 monthDifferential Revision: https://reviews.freebsd.org/D8896