From patchwork Sat Oct 7 08:27:14 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Wolfram Sang X-Patchwork-Id: 822912 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 3y8KPM661Qz9t5w for ; Sat, 7 Oct 2017 19:27:19 +1100 (AEDT) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1750852AbdJGI1R (ORCPT ); Sat, 7 Oct 2017 04:27:17 -0400 Received: from sauhun.de ([88.99.104.3]:46272 "EHLO pokefinder.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750798AbdJGI1P (ORCPT ); Sat, 7 Oct 2017 04:27:15 -0400 Received: from localhost (p54B33CE6.dip0.t-ipconnect.de [84.179.60.230]) by pokefinder.org (Postfix) with ESMTPSA id 86D6D2C3635; Sat, 7 Oct 2017 10:27:14 +0200 (CEST) Date: Sat, 7 Oct 2017 10:27:14 +0200 From: Wolfram Sang To: Linus Torvalds Cc: linux-i2c@vger.kernel.org, linux-kernel@vger.kernel.org, Peter Rosin Subject: [PULL REQUEST] i2c for 4.14 Message-ID: <20171007082710.or56cv7lqy5ixhc3@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, I2C has three driver fixes for the newly introduced drivers and one ID addition for the i801 driver. Please pull. Thanks, Wolfram The following changes since commit 9e66317d3c92ddaab330c125dfe9d06eee268aff: Linux 4.14-rc3 (2017-10-01 14:54:54 -0700) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux.git i2c/for-current-4.14 for you to fetch changes up to 25f2f440989c7079fdd8fccd54592cc077b63ae5: i2c: i2c-stm32f7: make structure stm32f7_setup static const (2017-10-05 14:44:57 +0200) ---------------------------------------------------------------- Colin Ian King (1): i2c: i2c-stm32f7: make structure stm32f7_setup static const Jarkko Nikula (1): i2c: i801: Add support for Intel Cedar Fork Pierre-Yves MORDRET (1): i2c: stm32f7: fix setup structure Thomas Meyer (1): i2c: ensure termination of *_device_id tables with much appreciated quality assurance from ---------------------------------------------------------------- Jean Delvare (1): (Rev.) i2c: i801: Add support for Intel Cedar Fork Documentation/i2c/busses/i2c-i801 | 1 + drivers/i2c/busses/Kconfig | 1 + drivers/i2c/busses/i2c-i801.c | 4 ++++ drivers/i2c/busses/i2c-sprd.c | 1 + drivers/i2c/busses/i2c-stm32f7.c | 17 +++++++---------- 5 files changed, 14 insertions(+), 10 deletions(-)