2017-11-29 10:04 GMT+01:00 Wolfram Sang <wsa@xxxxxxxxxxxxx>: > The driver gaines DT support recently, so we should add the binding docs > in the MAINTAINERS file. > > Signed-off-by: Wolfram Sang <wsa@xxxxxxxxxxxxx> > --- > MAINTAINERS | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/MAINTAINERS b/MAINTAINERS > index aa71ab52fd76d1..c870f329613d04 100644 > --- a/MAINTAINERS > +++ b/MAINTAINERS > @@ -2262,6 +2262,7 @@ AT24 EEPROM DRIVER > M: Bartosz Golaszewski <brgl@xxxxxxxx> > L: linux-i2c@xxxxxxxxxxxxxxx > S: Maintained > +F: Documentation/devicetree/bindings/eeprom/at24.txt > F: drivers/misc/eeprom/at24.c > F: include/linux/platform_data/at24.h > > -- > 2.11.0 > Acked-by: Bartosz Golaszewski <brgl@xxxxxxxx>