.../devicetree/bindings/hwmon/fan-common.yaml | 77 ++++++ .../bindings/hwmon/maxim,max6639.yaml | 116 ++++++++ drivers/hwmon/max6639.c | 251 +++++++++++++----- include/linux/platform_data/max6639.h | 15 -- 4 files changed, 381 insertions(+), 78 deletions(-) create mode 100644 Documentation/devicetree/bindings/hwmon/fan-common.yaml create mode 100644 Documentation/devicetree/bindings/hwmon/maxim,max6639.yaml delete mode 100644 include/linux/platform_data/max6639.h