mbox series

[GIT,PULL] at24: fixes for v5.9-rc5

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

Pull-request

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

Message

Bartosz Golaszewski Sept. 8, 2020, 12:41 p.m. UTC
From: Bartosz Golaszewski <bgolaszewski@baylibre.com>

Hi Wolfram,

Please pull the following fix for at24.

Thanks,
Bartosz

The following changes since commit 9123e3a74ec7b934a4a099e98af6a61c2f80bbf5:

  Linux 5.9-rc1 (2020-08-16 13:04:57 -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.9-rc5

for you to fetch changes up to 45df80d7605c25055a85fbc5a8446c81c6c0ca24:

  misc: eeprom: at24: register nvmem only after eeprom is ready to use (2020-09-01 09:49:55 +0200)

----------------------------------------------------------------
at24 fixes for v5.9-rc5

- delay registration of the nvmem provider until after power is enabled

----------------------------------------------------------------
Vadym Kochan (1):
      misc: eeprom: at24: register nvmem only after eeprom is ready to use

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

Comments

Wolfram Sang Sept. 9, 2020, 8:18 a.m. UTC | #1
On Tue, Sep 08, 2020 at 02:41:16PM +0200, Bartosz Golaszewski wrote:
> From: Bartosz Golaszewski <bgolaszewski@baylibre.com>
> 
> Hi Wolfram,
> 
> Please pull the following fix for at24.
> 
> Thanks,
> Bartosz
> 
> The following changes since commit 9123e3a74ec7b934a4a099e98af6a61c2f80bbf5:
> 
>   Linux 5.9-rc1 (2020-08-16 13:04:57 -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.9-rc5
> 
> for you to fetch changes up to 45df80d7605c25055a85fbc5a8446c81c6c0ca24:
> 
>   misc: eeprom: at24: register nvmem only after eeprom is ready to use (2020-09-01 09:49:55 +0200)
> 

Applied to for-current, thanks!