mbox series

[GIT,PULL] at24: fixes for v5.14

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

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/brgl/linux.git tags/at24-fixes-for-v5.14

Message

Bartosz Golaszewski July 5, 2021, 9:33 a.m. UTC
Wolfram,

Please pull the following fix for an issue that was raised recently on the
list. If multiple eeproms would have the same labels in the system, the driver
would refuse to bind any other than the first one.

Best Regards,
Bartosz Golaszewski

The following changes since commit 62fb9874f5da54fdb243003b386128037319b219:

  Linux 5.13 (2021-06-27 15:21:11 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/brgl/linux.git tags/at24-fixes-for-v5.14

for you to fetch changes up to c36748ac545421d94a5091c754414c0f3664bf10:

  misc: eeprom: at24: Always append device id even if label property is set. (2021-07-01 18:49:37 +0200)

----------------------------------------------------------------
at24 fixes for v5.14

- fix a problem with repeating labels not getting a device id

----------------------------------------------------------------
Jérôme Glisse (1):
      misc: eeprom: at24: Always append device id even if label property is set.

 drivers/misc/eeprom/at24.c | 17 +++++++----------
 1 file changed, 7 insertions(+), 10 deletions(-)

Comments

Bartosz Golaszewski July 18, 2021, 12:51 p.m. UTC | #1
On Mon, Jul 5, 2021 at 11:33 AM Bartosz Golaszewski <brgl@bgdev.pl> wrote:
>
> Wolfram,
>
> Please pull the following fix for an issue that was raised recently on the
> list. If multiple eeproms would have the same labels in the system, the driver
> would refuse to bind any other than the first one.
>
> Best Regards,
> Bartosz Golaszewski
>

Hi Wolfram,

Gentle ping for the PR.

Bart
Wolfram Sang July 20, 2021, 8:30 p.m. UTC | #2
On Mon, Jul 05, 2021 at 11:33:14AM +0200, Bartosz Golaszewski wrote:
> Wolfram,
> 
> Please pull the following fix for an issue that was raised recently on the
> list. If multiple eeproms would have the same labels in the system, the driver
> would refuse to bind any other than the first one.
> 
> Best Regards,
> Bartosz Golaszewski
> 
> The following changes since commit 62fb9874f5da54fdb243003b386128037319b219:
> 
>   Linux 5.13 (2021-06-27 15:21:11 -0700)
> 
> are available in the Git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/brgl/linux.git tags/at24-fixes-for-v5.14
> 
> for you to fetch changes up to c36748ac545421d94a5091c754414c0f3664bf10:
> 
>   misc: eeprom: at24: Always append device id even if label property is set. (2021-07-01 18:49:37 +0200)
> 

Back from the holidays and merged to for-current, thanks!