mbox series

[v3,0/2] Add Microchip EEPROM 24xx1025 support.

Message ID 20211210182604.14288-1-fido_max@inbox.ru
Headers show
Series Add Microchip EEPROM 24xx1025 support. | expand

Message

Maxim Kochetkov Dec. 10, 2021, 6:26 p.m. UTC
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(-)

Comments

Bartosz Golaszewski Dec. 13, 2021, 1:40 p.m. UTC | #1
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
Maxim Kochetkov Dec. 14, 2021, 7:02 p.m. UTC | #2
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