diff options
author | Bartosz Golaszewski <brgl@bgdev.pl> | 2017-12-13 12:30:31 +0100 |
---|---|---|
committer | Bartosz Golaszewski <brgl@bgdev.pl> | 2018-01-01 19:40:48 +0100 |
commit | f9a19fcce56331bf754500fb8be36db0c32acaf1 (patch) | |
tree | f379ec5bf5fd6611f1d10190f8bb85684e087e86 /MAINTAINERS | |
parent | eeprom: at24: support eeproms that do not auto-rollover reads (diff) | |
download | linux-f9a19fcce56331bf754500fb8be36db0c32acaf1.tar.xz linux-f9a19fcce56331bf754500fb8be36db0c32acaf1.zip |
MAINTAINERS: add git URL for at24
Add the link to my git tree to the at24 section.
Signed-off-by: Bartosz Golaszewski <brgl@bgdev.pl>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 4abe47bc211f..b4cc42e784af 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -2262,6 +2262,7 @@ F: include/linux/async_tx.h AT24 EEPROM DRIVER M: Bartosz Golaszewski <brgl@bgdev.pl> L: linux-i2c@vger.kernel.org +T: git git://git.kernel.org/pub/scm/linux/kernel/git/brgl/linux.git S: Maintained F: Documentation/devicetree/bindings/eeprom/at24.txt F: drivers/misc/eeprom/at24.c |