mbox series

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

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

Pull-request

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

Message

Bartosz Golaszewski March 24, 2020, 8:12 a.m. UTC
From: Bartosz Golaszewski <bgolaszewski@baylibre.com>

Wolfram,

please pull the following change in at24 for v5.7. This time it's just
a single new ACPI ID.

The following changes since commit bb6d3fb354c5ee8d6bde2d576eb7220ea09862b9:

  Linux 5.6-rc1 (2020-02-09 16:08:48 -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.7

for you to fetch changes up to 4837621cd61e6b81a182098889143c6c9a06b0f3:

  eeprom: at24: add TPF0001 ACPI ID for 24c1024 device (2020-02-10 11:03:39 +0100)

----------------------------------------------------------------
at24 updates for v5.7

- add a new ACPI ID for 24c1024

----------------------------------------------------------------
Markus Pietrek (1):
      eeprom: at24: add TPF0001 ACPI ID for 24c1024 device

 drivers/misc/eeprom/at24.c | 1 +
 1 file changed, 1 insertion(+)

Comments

Wolfram Sang March 24, 2020, 10:39 a.m. UTC | #1
On Tue, Mar 24, 2020 at 09:12:53AM +0100, Bartosz Golaszewski wrote:
> From: Bartosz Golaszewski <bgolaszewski@baylibre.com>
> 
> Wolfram,
> 
> please pull the following change in at24 for v5.7. This time it's just
> a single new ACPI ID.
> 
> The following changes since commit bb6d3fb354c5ee8d6bde2d576eb7220ea09862b9:
> 
>   Linux 5.6-rc1 (2020-02-09 16:08:48 -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.7
> 
> for you to fetch changes up to 4837621cd61e6b81a182098889143c6c9a06b0f3:
> 
>   eeprom: at24: add TPF0001 ACPI ID for 24c1024 device (2020-02-10 11:03:39 +0100)
> 
> ----------------------------------------------------------------
> at24 updates for v5.7
> 
> - add a new ACPI ID for 24c1024
> 
> ----------------------------------------------------------------
> Markus Pietrek (1):
>       eeprom: at24: add TPF0001 ACPI ID for 24c1024 device
> 
>  drivers/misc/eeprom/at24.c | 1 +
>  1 file changed, 1 insertion(+)

Thanks, pulled!