mbox series

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

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

Pull-request

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

Message

Bartosz Golaszewski June 27, 2019, 2:37 p.m. UTC
From: Bartosz Golaszewski <bgolaszewski@baylibre.com>

Hi Wolfram,

please pull the following set of updates for at24 for the v5.3 merge window.

Best regards,
Bartosz Golaszewski

The following changes since commit a188339ca5a396acc588e5851ed7e19f66b0ebd9:

  Linux 5.2-rc1 (2019-05-19 15:47:09 -0700)

are available in the Git repository at:

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

for you to fetch changes up to dce91ba39c765b2b90d07c717683abcdd9891592:

  eeprom: at24: modify a comment referring to platform data (2019-06-27 15:55:08 +0200)

----------------------------------------------------------------
at24: updates for v5.3

- simplify the probing code by using devm_i2c_new_dummy_device()
- simplify the code further by moving the code around a bit
- use struct_size() instead of calculating the required structure size
  by hand
- remove any references to now removed platform data from comments

----------------------------------------------------------------
Bartosz Golaszewski (3):
      eeprom: at24: use devm_i2c_new_dummy_device()
      eeprom: at24: drop unnecessary label
      eeprom: at24: modify a comment referring to platform data

Gustavo A. R. Silva (1):
      eeprom: at24: use struct_size() in devm_kzalloc()

YueHaibing (1):
      eeprom: at24: Remove set but not used variable 'addr'

 drivers/misc/eeprom/at24.c | 86 +++++++++++++++-------------------------------
 1 file changed, 28 insertions(+), 58 deletions(-)

Comments

Wolfram Sang June 29, 2019, 11:04 a.m. UTC | #1
On Thu, Jun 27, 2019 at 04:37:08PM +0200, Bartosz Golaszewski wrote:
> From: Bartosz Golaszewski <bgolaszewski@baylibre.com>
> 
> Hi Wolfram,
> 
> please pull the following set of updates for at24 for the v5.3 merge window.
> 
> Best regards,
> Bartosz Golaszewski
> 
> The following changes since commit a188339ca5a396acc588e5851ed7e19f66b0ebd9:
> 
>   Linux 5.2-rc1 (2019-05-19 15:47:09 -0700)
> 
> are available in the Git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/brgl/linux.git tags/at24-v5.3-updates-for-wolfram
> 
> for you to fetch changes up to dce91ba39c765b2b90d07c717683abcdd9891592:
> 
>   eeprom: at24: modify a comment referring to platform data (2019-06-27 15:55:08 +0200)
> 

Applied to for-next, thanks!