Received: by 2002:a25:8b12:0:0:0:0:0 with SMTP id i18csp615152ybl; Sat, 17 Aug 2019 07:15:16 -0700 (PDT) X-Google-Smtp-Source: APXvYqxMZxaBtUGkZjppkJfbpGqwXYXmq48fUIq0CRb8PxCwQD5fHoVXZbAlH+waLhDCJwfe4jev X-Received: by 2002:a65:5b09:: with SMTP id y9mr12442890pgq.345.1566051316241; Sat, 17 Aug 2019 07:15:16 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1566051316; cv=none; d=google.com; s=arc-20160816; b=VcYU0tDFhJWdUWpoVaslAqxx/p2Ig5RHVZuH+zzgFiI44UdOWRlN0o9n0wvtlWZW+h X8kUVNA/VBw0uqwq2HD6tkbBdBZ3xdfVCh0i1xWE2MqdSlOMgGA/xajgbgkrtl4G5Bzn GJ3lAZ+C+3nhNIVlrC9r5CaPcgOq4+GoGoAi29LVdflfR70ctjgxgTc3TRmOmN/VqT7b OZTdzbLvv14+2CXdC/y8ahv+eOTx41uX199iMx6GNJf6gGAWj2IDsXY+DI8H8AZUIsN3 xk0BzDN90DK8sHDRe76TahGgQ5kurhAjHiU6HDwk0DXIhBUGyVdHeLK2OchN8ADCV2/s JBCA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:user-agent:content-disposition :mime-version:message-id:subject:cc:to:from:date; bh=YSbHrhTg2DzsmFyIVmjraOINC9i3KEEJ7HV6dKXDWcE=; b=cdmYEg+Yfk88hY3kZUV8s1Jypx7MQHoSMJ0lklE/8UNu5Z8o/ZLknBSOXmlgtqRmfZ hJVJrKbsoMvMNY2b4xAjpE0oHyahRKPxxbCew14EZlIrBZ4UiGFXCi8sbW7ZR8+PyL0c jGgTJ4LxJcTUejNIBF2hOqtCUYP4LYEDS5Jy3+oBLSy/JUjWxfLbVjvfpN5RDbNur9FJ DUvXckcQqBSXioQH3i2bLEDKpLojfk0DUIJqg7X59EZzcReRTVE1rrUwlDRntvy4IU2u jRhxCHCNCorFMYuDRaDgjlQ1ybLgBCa5/sWwsHJW2P97p4OXnBG8u2/s9Tz61ltZKSg8 W7Dg== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id o4si5852506pgv.157.2019.08.17.07.15.01; Sat, 17 Aug 2019 07:15:16 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726089AbfHQOMf (ORCPT + 99 others); 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-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="WIyZ46R2i8wDzkSu" Content-Disposition: inline User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org --WIyZ46R2i8wDzkSu Content-Type: text/plain; charset=us-ascii Content-Disposition: inline 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(-) --WIyZ46R2i8wDzkSu Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAABCgAdFiEEOZGx6rniZ1Gk92RdFA3kzBSgKbYFAl1YC0QACgkQFA3kzBSg KbbaoQ//fKLQqFzckbfUJ3rOmrs9/mbL0UYaZB9MzjYU7D6JclHYagvAUmJ1pNl2 aewk25VtSgSfITkcZB71tU0EjNXxztI/rFVq2AOl9Rqzv6hYcZtZCXPe2tBvTDz4 QwFOtzcCJl442iP2b7lkaswB+5gTXBxJq/saE8mH3krFHx5B9qrmmTB8XlqoKXpu yysJLysL6GQLWwFMOY/IIIKVQn4Aar1+myJzKz+qki3r9CySYfYL9/qH8irpppRZ sGyfjDOz5u1gPclobGHowARshU9J/QiCJbaqPVf3LW7Gjs0EZsWs220tJXnBdSKb N83zECmB/StYEyg5b0LoyNcAd7cTGe3c3t4IE71UG8uiiW43jSwut5DndkrpU86Z a30tZQnTShI7sTVEunr9Rp2KGKSxP8EUJVKEKy6Mj6j6ejGRMCQdazmWWUf/sCjT w1L+jMkAAW4x0jb2JDEqBa4JnFoMi0pvnG3m+1yxmszvpHovPA9sNDuKcfGEhg/7 KHJepZVVmSJ+FF4cK8L3MeKFcZoXvvdYiCoQxO8UWiH+t7Cy/rsGRxhYgoRCHEc5 eIsKVHGhgBXBuF7IcpyBnDxcYquT3LacJ1lpQQPbCU99UR0NOxWNRuG69W49A+oe h1yX2kEKogbLgGqkQ468bLHeoKP6zGtKxR71zqjsBEVrLgGnbwY= =krBM -----END PGP SIGNATURE----- --WIyZ46R2i8wDzkSu--