From patchwork Fri Oct 27 19:35:51 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Wolfram Sang X-Patchwork-Id: 831480 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 3yNvHb2Mwbz9t4X for ; Sat, 28 Oct 2017 06:35:55 +1100 (AEDT) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752650AbdJ0Tfx (ORCPT ); Fri, 27 Oct 2017 15:35:53 -0400 Received: from sauhun.de ([88.99.104.3]:35249 "EHLO pokefinder.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752646AbdJ0Tfw (ORCPT ); Fri, 27 Oct 2017 15:35:52 -0400 Received: from localhost (unknown [94.230.152.199]) by pokefinder.org (Postfix) with ESMTPSA id 75D932C3620; Fri, 27 Oct 2017 21:35:51 +0200 (CEST) Date: Fri, 27 Oct 2017 21:35:51 +0200 From: Wolfram Sang To: Darren Hart , Andy Shevchenko Cc: linux-i2c@vger.kernel.org, linux-kernel@vger.kernel.org, platform-driver-x86@vger.kernel.org, Hans de Goede Subject: [PULL REQUEST] i2c/cht-wc-fusb302-immutable branch for v4.15 Message-ID: <20171027193546.x5wccdcd7kq3faa6@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 Hi, as discussed before, here is the immutable branch for the i2c-cht-wc driver, so you can safely apply Hans' patch "[PATCH resend v5 3/3] platform/x86: intel_cht_int33fe: Update fusb302 type string, add properties" [1] on top of this. Thanks, Wolfram [1] http://patchwork.ozlabs.org/patch/824314/ The following changes since commit bb176f67090ca54869fc1262c913aa69d2ede070: Linux 4.14-rc6 (2017-10-23 06:49:47 -0400) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux.git i2c/cht-wc-fusb302-immutable for you to fetch changes up to 0224d45c9d46401b6d7018a96cfe049c5da7d91c: i2c-cht-wc: Add device-properties for fusb302 integration (2017-10-27 15:51:51 +0200) ---------------------------------------------------------------- Hans de Goede (2): i2c: Allow overriding dev_name through board_info i2c-cht-wc: Add device-properties for fusb302 integration drivers/i2c/busses/Kconfig | 5 ++++ drivers/i2c/busses/i2c-cht-wc.c | 51 +++++++++++++++++++++++++++++++++++------ drivers/i2c/i2c-core-base.c | 10 ++++++-- include/linux/i2c.h | 2 ++ 4 files changed, 59 insertions(+), 9 deletions(-)