diff options
| author | Antoniu Miclaus <[email protected]> | 2023-09-26 13:01:49 +0300 |
|---|---|---|
| committer | Jonathan Cameron <[email protected]> | 2023-10-05 14:44:05 +0100 |
| commit | 67142d6f1e2fd97c035a42612b5b28809dc5f6ea (patch) | |
| tree | 1f7c488da71d2b0f418a0fc36fd6621e6636c55e | |
| parent | d2d1ecc67c48caf479319c4e1ab3d7896f826429 (diff) | |
MAINTAINERS: fix Analog Devices website link
The http://ez.analog.com/community/linux-device-drivers link is broken.
Update website link to the new available one:
https://ez.analog.com/linux-software-drivers
Signed-off-by: Antoniu Miclaus <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Jonathan Cameron <[email protected]>
| -rw-r--r-- | MAINTAINERS | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 337a4244ee30..0782484cceb8 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -1119,7 +1119,7 @@ ANALOG DEVICES INC AD4130 DRIVER M: Cosmin Tanislav <[email protected]> S: Supported -W: http://ez.analog.com/community/linux-device-drivers +W: https://ez.analog.com/linux-software-drivers F: Documentation/ABI/testing/sysfs-bus-iio-adc-ad4130 F: Documentation/devicetree/bindings/iio/adc/adi,ad4130.yaml F: drivers/iio/adc/ad4130.c @@ -1152,7 +1152,7 @@ ANALOG DEVICES INC AD74115 DRIVER M: Cosmin Tanislav <[email protected]> S: Supported -W: http://ez.analog.com/community/linux-device-drivers +W: https://ez.analog.com/linux-software-drivers F: Documentation/devicetree/bindings/iio/addac/adi,ad74115.yaml F: drivers/iio/addac/ad74115.c @@ -12820,7 +12820,7 @@ MAX31827 TEMPERATURE SWITCH DRIVER M: Daniel Matyas <[email protected]> S: Supported -W: http://ez.analog.com/community/linux-device-drivers +W: https://ez.analog.com/linux-software-drivers F: Documentation/devicetree/bindings/hwmon/adi,max31827.yaml F: Documentation/hwmon/max31827.rst F: drivers/hwmon/max31827.c |