mbox series

[GIT,PULL] at24: updates for v4.21

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

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/brgl/linux.git tags/at24-4.21-updates-for-wolfram

Message

Bartosz Golaszewski Dec. 12, 2018, 5:20 p.m. UTC
The following changes since commit 40e020c129cfc991e8ab4736d2665351ffd1468d:

  Linux 4.20-rc6 (2018-12-09 15:31:00 -0800)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/brgl/linux.git tags/at24-4.21-updates-for-wolfram

for you to fetch changes up to 37cf28d3b5bca1b532a0b6aac722e7f2788a9294:

  eeprom: at24: add support for 24c2048 (2018-12-10 16:23:27 +0100)

----------------------------------------------------------------
at24: updates for 4.21

Adding a new compatible for 24c2048.

----------------------------------------------------------------
Adrian Bunk (2):
      dt-bindings: eeprom: at24: add "atmel,24c2048" compatible string
      eeprom: at24: add support for 24c2048

 Documentation/devicetree/bindings/eeprom/at24.txt | 1 +
 drivers/misc/eeprom/Kconfig                       | 2 +-
 drivers/misc/eeprom/at24.c                        | 3 +++
 3 files changed, 5 insertions(+), 1 deletion(-)

Comments

Wolfram Sang Dec. 17, 2018, 10:22 p.m. UTC | #1
On Wed, Dec 12, 2018 at 06:20:51PM +0100, Bartosz Golaszewski wrote:
> The following changes since commit 40e020c129cfc991e8ab4736d2665351ffd1468d:
> 
>   Linux 4.20-rc6 (2018-12-09 15:31:00 -0800)
> 
> are available in the Git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/brgl/linux.git tags/at24-4.21-updates-for-wolfram
> 
> for you to fetch changes up to 37cf28d3b5bca1b532a0b6aac722e7f2788a9294:
> 
>   eeprom: at24: add support for 24c2048 (2018-12-10 16:23:27 +0100)

Pulled, thanks!

Do you also have a minute to update the at24 related patches in
patchwork assigned to you?
Bartosz Golaszewski Dec. 18, 2018, 9:15 a.m. UTC | #2
pon., 17 gru 2018 o 23:22 Wolfram Sang <wsa@the-dreams.de> napisaƂ(a):
>
> On Wed, Dec 12, 2018 at 06:20:51PM +0100, Bartosz Golaszewski wrote:
> > The following changes since commit 40e020c129cfc991e8ab4736d2665351ffd1468d:
> >
> >   Linux 4.20-rc6 (2018-12-09 15:31:00 -0800)
> >
> > are available in the Git repository at:
> >
> >   git://git.kernel.org/pub/scm/linux/kernel/git/brgl/linux.git tags/at24-4.21-updates-for-wolfram
> >
> > for you to fetch changes up to 37cf28d3b5bca1b532a0b6aac722e7f2788a9294:
> >
> >   eeprom: at24: add support for 24c2048 (2018-12-10 16:23:27 +0100)
>
> Pulled, thanks!
>
> Do you also have a minute to update the at24 related patches in
> patchwork assigned to you?
>

Done, except for this one:

  http://patchwork.ozlabs.org/patch/851270/

Did you ever make up your mind about the devm i2c dummies?

Bart