summaryrefslogtreecommitdiffstats
path: root/sys/arm/mv/mv_ts.c
Commit message (Collapse)AuthorAgeFilesLines
* Follow r261352 by updating all drivers which are children of simplebusian2014-02-021-0/+3
| | | | | | | | | | | | | to check the status property in their probe routines. Simplebus used to only instantiate its children whose status="okay" but that was improper behavior, fixed in r261352. Now that it doesn't check anymore and probes all its children; the children all have to do the check because really only the children know how to properly interpret their status property strings. Right now all existing drivers only understand "okay" versus something- that's-not-okay, so they all use the new ofw_bus_status_okay() helper.
* Add mvts(4) driver for internal thermal sensor found on 88F6282 and 88F6283.hrs2012-08-181-0/+178
The temperature value will be exported via sysctl like this: dev.mvts.0.temperature: 52.1C
OpenPOWER on IntegriCloud