From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752767AbdLMLah (ORCPT ); Wed, 13 Dec 2017 06:30:37 -0500 Received: from mail-wr0-f193.google.com ([209.85.128.193]:45661 "EHLO mail-wr0-f193.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751529AbdLMLaf (ORCPT ); Wed, 13 Dec 2017 06:30:35 -0500 X-Google-Smtp-Source: ACJfBovGZBzg4gc6Vg9j5IzSZOoSaE4sO+FAgmxAF8XLxQFaIuDihQPueN3dHaB6Y2M1s3BeUdCF5g== From: Bartosz Golaszewski To: Wolfram Sang , linux-i2c@vger.kernel.org Cc: linux-kernel@vger.kernel.org, Bartosz Golaszewski Subject: [PATCH] MAINTAINERS: add git URL for at24 Date: Wed, 13 Dec 2017 12:30:31 +0100 Message-Id: <20171213113031.8668-1-brgl@bgdev.pl> X-Mailer: git-send-email 2.15.1 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Add the link to my git tree to the at24 section. Signed-off-by: Bartosz Golaszewski --- MAINTAINERS | 1 + 1 file changed, 1 insertion(+) diff --git a/MAINTAINERS b/MAINTAINERS index 55af54fa0837..edaf9802a11f 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -2262,6 +2262,7 @@ F: include/linux/async_tx.h AT24 EEPROM DRIVER M: Bartosz Golaszewski 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 -- 2.15.1