From patchwork Sat Dec 16 16:52:18 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Wolfram Sang X-Patchwork-Id: 849537 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=none (mailfrom) smtp.mailfrom=vger.kernel.org (client-ip=209.132.180.67; helo=vger.kernel.org; envelope-from=linux-i2c-owner@vger.kernel.org; receiver=) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by ozlabs.org (Postfix) with ESMTP id 3yzYHr3cr6z9sBZ for ; Sun, 17 Dec 2017 03:52:24 +1100 (AEDT) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756728AbdLPQwW (ORCPT ); Sat, 16 Dec 2017 11:52:22 -0500 Received: from sauhun.de ([88.99.104.3]:60512 "EHLO pokefinder.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752746AbdLPQwW (ORCPT ); Sat, 16 Dec 2017 11:52:22 -0500 Received: from localhost (p5486C38E.dip0.t-ipconnect.de [84.134.195.142]) by pokefinder.org (Postfix) with ESMTPSA id C4E5F2C33B1; Sat, 16 Dec 2017 17:52:19 +0100 (CET) Date: Sat, 16 Dec 2017 17:52:18 +0100 From: Wolfram Sang To: Linus Torvalds Cc: linux-i2c@vger.kernel.org, linux-kernel@vger.kernel.org, Peter Rosin , Bartosz Golaszewski Subject: [PULL REQUEST] i2c for 4.15 Message-ID: <20171216165214.qrd75nivc2lz3qep@ninjato> MIME-Version: 1.0 Content-Disposition: inline User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-i2c-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-i2c@vger.kernel.org Linus, here are two bugfixes for the AT24 I2C eeprom driver and some minor corrections for I2C bus drivers. Please pull. Thanks, Wolfram The following changes since commit ae64f9bd1d3621b5e60d7363bc20afb46aede215: Linux 4.15-rc2 (2017-12-03 11:01:47 -0500) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux.git i2c/for-current for you to fetch changes up to 45fd4470ba86e9ca2837b666a52cc65dc69f0fa3: i2c: piix4: Fix port number check on release (2017-12-12 23:27:04 +0100) ---------------------------------------------------------------- Arvind Yadav (1): i2c-cht-wc: constify platform_device_id Benjamin Gaignard (1): i2c: stm32: Fix copyrights David Lechner (1): eeprom: at24: change nvmem stride to 1 Jean Delvare (1): i2c: piix4: Fix port number check on release Sakari Ailus (1): eeprom: at24: fix I2C device selection for runtime PM Wolfram Sang (1): Merge tag 'at24-4.15-rc3-fixes-for-wolfram' of git://git.kernel.org/.../brgl/linux into i2c/for-current drivers/i2c/busses/i2c-cht-wc.c | 2 +- drivers/i2c/busses/i2c-piix4.c | 2 +- drivers/i2c/busses/i2c-stm32.h | 3 ++- drivers/i2c/busses/i2c-stm32f4.c | 3 ++- drivers/i2c/busses/i2c-stm32f7.c | 3 ++- drivers/misc/eeprom/at24.c | 26 +++++++++++--------------- 6 files changed, 19 insertions(+), 20 deletions(-)