| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2021-06-21 | fix proplib deprecation | christos | |
| 2021-01-27 | Use DEVICE_COMPAT_EOL. | thorpej | |
| 2021-01-25 | Since we're using designated initialisers for compat data, we should | thorpej | |
| use a completely empty initializer for the sentinel. | |||
| 2021-01-17 | Use designated initializers and a consistent termination style in | thorpej | |
| compat_data[]. | |||
| 2020-12-23 | Handle pins that represent alerts. | jdc | |
| split out common code for alert and indicator pins change the previously debug-only callout to work for alerts too split out common code for alerts in refresh and in callout While here, remove redundant variable used for checking sysmon setup. | |||
| 2020-12-06 | Don't read from the chip when matching, fail the attach instead (requested | jdc | |
| by jmcneill). Reverts previous. | |||
| 2020-12-05 | Return "match_result", not "1". Pointed out by jmcneill. | jdc | |
| 2020-12-05 | When matching, try a read in case this is an optional device and isn't | jdc | |
| actually present. Make sure that we set sc->sc_sme to NULL in failure cases and when we detach in order to avoid calling sysmon_envsys_unregister() with an invalid struct. | |||
| 2020-10-31 | Detach led's and sysmon in our detach routine. | jdc | |
| 2020-10-29 | Add a driver for the PCF8574 I/O expander, used as a GPIO in some sparc64 | jdc | |
| hardware. The driver currently handles pins configured as LED or INDICATOR and adds them to the LED and sysmon_envsys subsystems, respectively. | |||
