From patchwork Fri Sep 7 19:55:14 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Wolfram Sang X-Patchwork-Id: 967492 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=) Authentication-Results: ozlabs.org; dmarc=none (p=none dis=none) header.from=the-dreams.de Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by ozlabs.org (Postfix) with ESMTP id 426Spb5xJ0z9s3Z for ; Sat, 8 Sep 2018 05:55:19 +1000 (AEST) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726114AbeIHAhq (ORCPT ); Fri, 7 Sep 2018 20:37:46 -0400 Received: from sauhun.de ([88.99.104.3]:55500 "EHLO pokefinder.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725987AbeIHAhq (ORCPT ); Fri, 7 Sep 2018 20:37:46 -0400 Received: from localhost (p54B3324C.dip0.t-ipconnect.de [84.179.50.76]) by pokefinder.org (Postfix) with ESMTPSA id 45FD62C27DA; Fri, 7 Sep 2018 21:55:15 +0200 (CEST) Date: Fri, 7 Sep 2018 21:55:14 +0200 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.19 Message-ID: <20180907195510.GA1561@kunai> 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 for you: * bugfixes for uniphier, i801, and xiic drivers * ID removal (never produced) for imx * one MAINTAINER addition Please pull. Thanks, Wolfram The following changes since commit 57361846b52bc686112da6ca5368d11210796804: Linux 4.19-rc2 (2018-09-02 14:37:30 -0700) 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 da4dfaf8428d9f71e2ac4f736bacb81adab36504: i2c: xiic: Record xilinx i2c with Zynq fragment (2018-09-07 13:04:45 +0200) ---------------------------------------------------------------- Fabio Estevam (2): dt-bindings: imx-lpi2c: Remove mx8dv compatible entry i2c: imx-lpi2c: Remove mx8dv compatible entry Felipe Balbi (1): i2c: i801: fix DNV's SMBCTRL register offset Masahiro Yamada (2): i2c: uniphier: issue STOP only for last message or I2C_M_STOP i2c: uniphier-f: issue STOP only for last message or I2C_M_STOP Michal Simek (1): i2c: xiic: Record xilinx i2c with Zynq fragment Shubhrajyoti Datta (1): i2c: xiic: Make the start and the byte count write atomic with much appreciated quality assurance from ---------------------------------------------------------------- Jean Delvare (1): (Rev.) i2c: i801: fix DNV's SMBCTRL register offset Documentation/devicetree/bindings/i2c/i2c-imx-lpi2c.txt | 3 +-- MAINTAINERS | 1 + drivers/i2c/busses/i2c-i801.c | 7 ++++++- drivers/i2c/busses/i2c-imx-lpi2c.c | 1 - drivers/i2c/busses/i2c-uniphier-f.c | 7 ++----- drivers/i2c/busses/i2c-uniphier.c | 7 ++----- drivers/i2c/busses/i2c-xiic.c | 4 ++++ 7 files changed, 16 insertions(+), 14 deletions(-)