mbox series

[GIT,PULL] at24 updates for v6.15-rc1

Message ID 20250311115237.39627-1-bartosz.golaszewski@linaro.org
State New
Headers show
Series [GIT,PULL] at24 updates for v6.15-rc1 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/brgl/linux.git tags/at24-updates-for-v6.15-rc1

Message

Bartosz Golaszewski March 11, 2025, 11:52 a.m. UTC
Wolfram,

Please pull the following set of updates for the AT24 driver for the
upcoming merge window.

Thanks,
Bartosz

The following changes since commit 2014c95afecee3e76ca4a56956a936e23283f05b:

  Linux 6.14-rc1 (2025-02-02 15:39:26 -0800)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/brgl/linux.git tags/at24-updates-for-v6.15-rc1

for you to fetch changes up to f25f405d250fdc7e2e67be8d1732cbbc7cd782d0:

  eeprom: at24: Drop of_match_ptr() and ACPI_PTR() protections (2025-03-03 12:08:24 +0100)

----------------------------------------------------------------
at24 updates for v6.15-rc1

- add two new compatible entries to the DT binding document
- drop of_match_ptr() and ACPI_PTR() macros

----------------------------------------------------------------
Andy Shevchenko (1):
      eeprom: at24: Drop of_match_ptr() and ACPI_PTR() protections

Danila Tikhonov (2):
      dt-bindings: eeprom: at24: Add compatible for Puya P24C64F
      dt-bindings: eeprom: at24: Add compatible for Giantec GT24P128E

 Documentation/devicetree/bindings/eeprom/at24.yaml |  5 ++++-
 drivers/misc/eeprom/at24.c                         | 10 ++++------
 2 files changed, 8 insertions(+), 7 deletions(-)

Comments

Wolfram Sang March 11, 2025, 1:40 p.m. UTC | #1
On Tue, Mar 11, 2025 at 12:52:37PM +0100, Bartosz Golaszewski wrote:
> Wolfram,
> 
> Please pull the following set of updates for the AT24 driver for the
> upcoming merge window.
> 
> Thanks,
> Bartosz
> 
> The following changes since commit 2014c95afecee3e76ca4a56956a936e23283f05b:
> 
>   Linux 6.14-rc1 (2025-02-02 15:39:26 -0800)
> 
> are available in the Git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/brgl/linux.git tags/at24-updates-for-v6.15-rc1
> 
> for you to fetch changes up to f25f405d250fdc7e2e67be8d1732cbbc7cd782d0:
> 
>   eeprom: at24: Drop of_match_ptr() and ACPI_PTR() protections (2025-03-03 12:08:24 +0100)

Thanks, pulled!