Commit 9a51b86a authored by Wolfram Sang's avatar Wolfram Sang
Browse files

Merge tag 'at24-v5.2-updates-for-wolfram' of...

Merge tag 'at24-v5.2-updates-for-wolfram' of git://git.kernel.org/pub/scm/linux/kernel/git/brgl/linux into i2c/for-5.2

at24: updates for linux v5.2

- change my e-mail address
- add a new compatible for Renesas R1EX24016 to the DT binding document
parents 8221324b d333bad1
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -50,6 +50,7 @@ Required properties:

                "nxp,se97b" - the fallback is "atmel,24c02",
                "renesas,r1ex24002" - the fallback is "atmel,24c02"
                "renesas,r1ex24016" - the fallback is "atmel,24c16"
                "renesas,r1ex24128" - the fallback is "atmel,24c128"
                "rohm,br24t01" - the fallback is "atmel,24c01"

+1 −1
Original line number Diff line number Diff line
@@ -2567,7 +2567,7 @@ F: include/linux/dmaengine.h
F:	include/linux/async_tx.h

AT24 EEPROM DRIVER
M:	Bartosz Golaszewski <brgl@bgdev.pl>
M:	Bartosz Golaszewski <bgolaszewski@baylibre.com>
L:	linux-i2c@vger.kernel.org
T:	git git://git.kernel.org/pub/scm/linux/kernel/git/brgl/linux.git
S:	Maintained