From patchwork Fri Dec 7 13:08:52 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Wolfram Sang X-Patchwork-Id: 1009408 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 43BCTh61TGz9s3l for ; Sat, 8 Dec 2018 00:08:56 +1100 (AEDT) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726108AbeLGNIz (ORCPT ); Fri, 7 Dec 2018 08:08:55 -0500 Received: from sauhun.de ([88.99.104.3]:36254 "EHLO pokefinder.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726014AbeLGNIz (ORCPT ); Fri, 7 Dec 2018 08:08:55 -0500 Received: from localhost (p54B335DA.dip0.t-ipconnect.de [84.179.53.218]) by pokefinder.org (Postfix) with ESMTPSA id 45DF73E409C; Fri, 7 Dec 2018 14:08:53 +0100 (CET) Date: Fri, 7 Dec 2018 14:08:52 +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.20 Message-ID: <20181207130848.GA2661@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, here is a set of driver bugfixes for the I2C subsystem. Please pull. Thanks, Wolfram The following changes since commit 2e6e902d185027f8e3cb8b7305238f7e35d6a436: Linux 4.20-rc4 (2018-11-25 14:19:31 -0800) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux.git i2c/for-current-fixed for you to fetch changes up to ece27a337d42a3197935711997f2880f0957ed7e: i2c: uniphier-f: fix violation of tLOW requirement for Fast-mode (2018-12-06 23:14:59 +0100) ---------------------------------------------------------------- Adamski, Krzysztof (Nokia - PL/Wroclaw) (1): i2c: axxia: properly handle master timeout Hans de Goede (1): i2c: scmi: Fix probe error on devices with an empty SMB0001 ACPI device node Masahiro Yamada (4): i2c: uniphier-f: fix timeout error after reading 8 bytes i2c: uniphier-f: fill TX-FIFO only in IRQ handler for repeated START i2c: uniphier: fix violation of tLOW requirement for Fast-mode i2c: uniphier-f: fix violation of tLOW requirement for Fast-mode Wolfram Sang (3): i2c: nvidia-gpu: adhere to I2C fault codes i2c: nvidia-gpu: limit reads also for combined messages i2c: rcar: check bus state before reinitializing with much appreciated quality assurance from ---------------------------------------------------------------- Ajay Gupta (2): (Test) i2c: nvidia-gpu: limit reads also for combined messages (Test) i2c: nvidia-gpu: adhere to I2C fault codes Alexander Sverdlin (1): (Rev.) i2c: axxia: properly handle master timeout drivers/i2c/busses/i2c-axxia.c | 40 +++++++++++++++++++++--------- drivers/i2c/busses/i2c-nvidia-gpu.c | 7 +++--- drivers/i2c/busses/i2c-rcar.c | 9 ++++--- drivers/i2c/busses/i2c-scmi.c | 10 +++++--- drivers/i2c/busses/i2c-uniphier-f.c | 49 +++++++++++++++++++++++++++++++------ drivers/i2c/busses/i2c-uniphier.c | 8 +++++- 6 files changed, 93 insertions(+), 30 deletions(-)