mbox series

[GIT,PULL] at24: updates for v5.17

Message ID 20220103105749.85404-1-brgl@bgdev.pl
State New
Headers show
Series [GIT,PULL] at24: updates for v5.17 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/brgl/linux.git tags/at24-updates-for-v5.17

Message

Bartosz Golaszewski Jan. 3, 2022, 10:57 a.m. UTC
Hi Wolfram,

Here are the updates for the next merge window for the at24 EEPROM driver.

Details are in the signed tag, please pull.

Best Regards,
Bartosz Golaszewski

The following changes since commit fa55b7dcdc43c1aa1ba12bca9d2dd4318c2a0dbf:

  Linux 5.16-rc1 (2021-11-14 13:56:52 -0800)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/brgl/linux.git tags/at24-updates-for-v5.17

for you to fetch changes up to d08aea21c89dc2d302cadb5c2cc5410b6c3395c8:

  eeprom: at24: Add support for 24c1025 EEPROM (2021-12-13 14:42:39 +0100)

----------------------------------------------------------------
at24 updates for v5.17

- add support for a new model: Microchip 24c1025
- reorganize the compatible definitions in the DT binding document
- drop the at24_client structure by retrieving the struct device associated
  with the chip's regmap

----------------------------------------------------------------
Geert Uytterhoeven (1):
      dt-bindings: at24: Rework special case compatible handling

Heiner Kallweit (1):
      eeprom: at24: remove struct at24_client

Maxim Kochetkov (2):
      dt-bindings: at24: add at24c1025
      eeprom: at24: Add support for 24c1025 EEPROM

 Documentation/devicetree/bindings/eeprom/at24.yaml | 29 ++++-----
 drivers/misc/eeprom/at24.c                         | 68 ++++++++++------------
 2 files changed, 47 insertions(+), 50 deletions(-)

Comments

Wolfram Sang Jan. 6, 2022, 1:35 p.m. UTC | #1
> The following changes since commit fa55b7dcdc43c1aa1ba12bca9d2dd4318c2a0dbf:
> 
>   Linux 5.16-rc1 (2021-11-14 13:56:52 -0800)
> 
> are available in the Git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/brgl/linux.git tags/at24-updates-for-v5.17
> 
> for you to fetch changes up to d08aea21c89dc2d302cadb5c2cc5410b6c3395c8:
> 
>   eeprom: at24: Add support for 24c1025 EEPROM (2021-12-13 14:42:39 +0100)

Thanks, pulled!