mbox series

[GIT,PULL] at24: fixes for v6.4-rc6

Message ID 20230609082300.32524-1-brgl@bgdev.pl
State New
Headers show
Series [GIT,PULL] at24: fixes for v6.4-rc6 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/brgl/linux.git at24-fixes-for-v6.4-rc6

Message

Bartosz Golaszewski June 9, 2023, 8:23 a.m. UTC
From: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>

Wolfram,

Please pull the following Kconfig fix for at24 for this release cycle.

Bartosz

The following changes since commit ac9a78681b921877518763ba0e89202254349d1b:

  Linux 6.4-rc1 (2023-05-07 13:34:35 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/brgl/linux.git at24-fixes-for-v6.4-rc6

for you to fetch changes up to 2585c430e40776557e2bd66e50d345b6c3914772:

  eeprom: at24: also select REGMAP (2023-06-08 09:58:57 +0200)

----------------------------------------------------------------
at24 fixes for v6.4-rc6

- fix a Kconfig issue (we need to select REGMAP, not only REGMAP_I2C)

----------------------------------------------------------------
Randy Dunlap (1):
      eeprom: at24: also select REGMAP

 drivers/misc/eeprom/Kconfig | 1 +
 1 file changed, 1 insertion(+)

Comments

Wolfram Sang June 9, 2023, 3:19 p.m. UTC | #1
> Please pull the following Kconfig fix for at24 for this release cycle.

Pulled into for-current, thanks!