From patchwork Sat Aug 17 14:12:32 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Wolfram Sang X-Patchwork-Id: 1148740 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 469hwN3B2kz9s3Z for ; Sun, 18 Aug 2019 00:12:36 +1000 (AEST) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1725937AbfHQOMf (ORCPT ); Sat, 17 Aug 2019 10:12:35 -0400 Received: from sauhun.de ([88.99.104.3]:57146 "EHLO pokefinder.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725929AbfHQOMf (ORCPT ); Sat, 17 Aug 2019 10:12:35 -0400 Received: from localhost (p5486C5A7.dip0.t-ipconnect.de [84.134.197.167]) by pokefinder.org (Postfix) with ESMTPSA id 737352C290E; Sat, 17 Aug 2019 16:12:32 +0200 (CEST) Date: Sat, 17 Aug 2019 16:12:32 +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 5.3 Message-ID: <20190817141226.GA2867@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 one revert because of a regression, two fixes for tiny race windows (which we were not able to trigger), a MAINTAINERS addition, and a SPDX fix. Please pull. Thanks, Wolfram The following changes since commit d45331b00ddb179e291766617259261c112db872: Linux 5.3-rc4 (2019-08-11 13:26:41 -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 90865a3dc597bd8463efacb749561095ba70b0aa: i2c: stm32: Use the correct style for SPDX License Identifier (2019-08-14 14:56:54 +0200) ---------------------------------------------------------------- Fabio Estevam (1): Revert "i2c: imx: improve the error handling in i2c_imx_dma_request()" Nishad Kamdar (1): i2c: stm32: Use the correct style for SPDX License Identifier Oleksij Rempel (1): MAINTAINERS: i2c-imx: take over maintainership Wolfram Sang (2): i2c: rcar: avoid race when unregistering slave client i2c: emev2: avoid race when unregistering slave client MAINTAINERS | 8 ++++++++ drivers/i2c/busses/i2c-emev2.c | 16 ++++++++++++---- drivers/i2c/busses/i2c-imx.c | 18 ++++++------------ drivers/i2c/busses/i2c-rcar.c | 11 +++++++---- drivers/i2c/busses/i2c-stm32.h | 2 +- 5 files changed, 34 insertions(+), 21 deletions(-)