Message ID | 20230926100149.4611-1-antoniu.miclaus@analog.com (mailing list archive) |
---|---|
State | Accepted |
Headers | show |
Series | MAINTAINERS: fix Analog Devices website link | expand |
On Tue, 26 Sep 2023 13:01:49 +0300 Antoniu Miclaus <antoniu.miclaus@analog.com> wrote: > 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 <antoniu.miclaus@analog.com> Applied to the togreg branch of iio.git and pushed out as testing. Thanks, J > --- > MAINTAINERS | 6 +++--- > 1 file changed, 3 insertions(+), 3 deletions(-) > > diff --git a/MAINTAINERS b/MAINTAINERS > index b19995690904..94066240e475 100644 > --- a/MAINTAINERS > +++ b/MAINTAINERS > @@ -1119,7 +1119,7 @@ ANALOG DEVICES INC AD4130 DRIVER > M: Cosmin Tanislav <cosmin.tanislav@analog.com> > L: linux-iio@vger.kernel.org > 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 <cosmin.tanislav@analog.com> > L: linux-iio@vger.kernel.org > 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 > > @@ -12818,7 +12818,7 @@ MAX31827 TEMPERATURE SWITCH DRIVER > M: Daniel Matyas <daniel.matyas@analog.com> > L: linux-hwmon@vger.kernel.org > 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
diff --git a/MAINTAINERS b/MAINTAINERS index b19995690904..94066240e475 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -1119,7 +1119,7 @@ ANALOG DEVICES INC AD4130 DRIVER M: Cosmin Tanislav <cosmin.tanislav@analog.com> L: linux-iio@vger.kernel.org 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 <cosmin.tanislav@analog.com> L: linux-iio@vger.kernel.org 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 @@ -12818,7 +12818,7 @@ MAX31827 TEMPERATURE SWITCH DRIVER M: Daniel Matyas <daniel.matyas@analog.com> L: linux-hwmon@vger.kernel.org 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
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 <antoniu.miclaus@analog.com> --- MAINTAINERS | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-)