Message ID | 20211210182604.14288-1-fido_max@inbox.ru |
---|---|
Headers | show |
Series | Add Microchip EEPROM 24xx1025 support. | expand |
On Fri, Dec 10, 2021 at 7:26 PM Maxim Kochetkov <fido_max@inbox.ru> wrote: > > Add Microchip EEPROM 24xx1025 support. > > v3: add dt-bindings > v2: rebased on git://git.kernel.org/pub/scm/linux/kernel/git/brgl/linux.git/at24/for-next > > Maxim Kochetkov (2): > eeprom: at24: Add support for 24c1025 EEPROM > dt-bindings: at24: add at24c1025 > > .../devicetree/bindings/eeprom/at24.yaml | 4 ++++ > drivers/misc/eeprom/at24.c | 15 ++++++++++++++- > 2 files changed, 18 insertions(+), 1 deletion(-) > > -- > 2.32.0 > Series queued for v5.17. Bart
On 13.12.2021 16:40, Bartosz Golaszewski wrote: > On Fri, Dec 10, 2021 at 7:26 PM Maxim Kochetkov <fido_max@inbox.ru> wrote: >> >> Add Microchip EEPROM 24xx1025 support. >> >> v3: add dt-bindings >> v2: rebased on git://git.kernel.org/pub/scm/linux/kernel/git/brgl/linux.git/at24/for-next >> >> Maxim Kochetkov (2): >> eeprom: at24: Add support for 24c1025 EEPROM >> dt-bindings: at24: add at24c1025 >> >> .../devicetree/bindings/eeprom/at24.yaml | 4 ++++ >> drivers/misc/eeprom/at24.c | 15 ++++++++++++++- >> 2 files changed, 18 insertions(+), 1 deletion(-) >> >> -- >> 2.32.0 >> > > Series queued for v5.17. Great! https://git.kernel.org/pub/scm/linux/kernel/git/brgl/linux.git/log/drivers/misc/eeprom?h=at24/for-next was merged into next: https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git/commit/drivers/misc/eeprom?id=eb67a13c80a75ebd73f70538fc2e7f6f09ef778a But without 24c1025 commits > > Bart