From patchwork Fri Mar 15 11:00:14 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Wolfram Sang X-Patchwork-Id: 1056946 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 44LN0247k6z9s00 for ; Fri, 15 Mar 2019 22:00:18 +1100 (AEDT) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727115AbfCOLAR (ORCPT ); Fri, 15 Mar 2019 07:00:17 -0400 Received: from sauhun.de ([88.99.104.3]:36776 "EHLO pokefinder.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727059AbfCOLAR (ORCPT ); Fri, 15 Mar 2019 07:00:17 -0400 Received: from localhost (unknown [81.92.17.130]) by pokefinder.org (Postfix) with ESMTPSA id 076D32C3637; Fri, 15 Mar 2019 12:00:14 +0100 (CET) Date: Fri, 15 Mar 2019 12:00:14 +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 5.1 Message-ID: <20190315110010.GA2084@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 a set of driver bugfixes and an improvement for a core helper which would be nice to have in your tree before rc1. Please pull. Thanks, Wolfram The following changes since commit ea295481b6e313b4ea3ca2720ffcafd6005b5643: Merge tag 'xarray-5.1-rc1' of git://git.infradead.org/users/willy/linux-dax (2019-03-11 20:06:18 -0700) 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 cd86d1403bb4c80e443d736b2a692cbf68a9f471: i2c: i2c-designware-platdrv: Always use a dynamic adapter number (2019-03-13 18:07:10 +0100) ---------------------------------------------------------------- Hans de Goede (2): i2c: i2c-designware-platdrv: Cleanup setting of the adapter number i2c: i2c-designware-platdrv: Always use a dynamic adapter number Hiromitsu Yamasaki (1): i2c: rcar: fix concurrency issue related to ICDMAER Hsin-Yi Wang (1): i2c: mediatek: modify threshold passed to i2c_get_dma_safe_msg_buf() Louis Taylor (1): i2c: sis630: correct format strings Nicolas Le Bayon (1): i2c: i2c-stm32f7: Fix SDADEL minimum formula Wolfram Sang (2): i2c: rcar: explain the lockless design i2c: add extra check to safe DMA buffer helper with much appreciated quality assurance from ---------------------------------------------------------------- Andy Shevchenko (1): (Rev.) i2c: i2c-designware-platdrv: Cleanup setting of the adapter number Hsin-Yi Wang (1): (Rev.) i2c: add extra check to safe DMA buffer helper Jean Delvare (1): (Rev.) i2c: sis630: correct format strings Nick Desaulniers (1): (Rev.) i2c: sis630: correct format strings Pierre-Yves MORDRET (1): (Rev.) i2c: i2c-stm32f7: Fix SDADEL minimum formula Simon Horman (2): (Rev.) i2c: rcar: explain the lockless design (Rev.) i2c: rcar: fix concurrency issue related to ICDMAER drivers/i2c/busses/i2c-designware-platdrv.c | 7 +++---- drivers/i2c/busses/i2c-mt65xx.c | 8 ++++---- drivers/i2c/busses/i2c-rcar.c | 15 ++++++++++++--- drivers/i2c/busses/i2c-sis630.c | 4 ++-- drivers/i2c/busses/i2c-stm32f7.c | 2 +- drivers/i2c/i2c-core-base.c | 9 +++++++-- 6 files changed, 29 insertions(+), 16 deletions(-)