Received: by 2002:a25:d7c1:0:0:0:0:0 with SMTP id o184csp807476ybg; Sat, 26 Oct 2019 07:38:38 -0700 (PDT) X-Google-Smtp-Source: APXvYqyH9NXWypJEBHpYd5YTbqFT5EaVGHar53feNKjlBv7SWqWvRw51mFPhpAF6VIKmGldFz97D X-Received: by 2002:a17:906:69cc:: with SMTP id g12mr8431208ejs.235.1572100718479; Sat, 26 Oct 2019 07:38:38 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1572100718; cv=none; d=google.com; s=arc-20160816; b=l58ayYLkwj4nJjZj0U7+hbKCwxbX5Bu5PXXOsA2oy6o/f3BP4h+swedwJDGxOZ56Dv ieShpzJzFBh/3DKNzEW9xg0N+aCpochbTo/SDT1KYBoTKga94utZFAa2ahrdy+BAb44e HMWmeWjNXdiqhXB2lf5ntnhN5sgR7H1dPTdRYa+Y3BcYxYjwSWXo+9KDPWTo2H9KbHUu CN/m+9Mc46KP/gx/JeHqpQK+WYbta5qpW6maAhS7r4I5UQvyBf75+Hnu2Hmjar1I4zZm UflE3vlG2UdlcaW3wGTBVZMSQ6sc3xyLxG/qOnLBrUlPlQox3G2jMxSmpHZ8SiZXth4M oRpQ== 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=WCiWd16FPhoFftl1n2t+HFsPAzCfZ0GBLwzHtRtJg4E=; b=R/oT6OnvXbdIiSizjQWvjEUoi7M9XcmNn3o5oNE6sasJQAcmjiU6H442e+NlhfBGVc U2pbbPuIj/g7oh4oFcYh137dSC2Q2qN2KyFi7me3SezdZY395rF2oB83OlMErzrLK6xa g2XDi2h8ns7iJz+tKwctumjxDkOUMhrlsScD8XGR8NZujlVqRzV/WREi6g5lBZPZ3oaV xsxJ6UJPjNNqiqPn8JA9v5SRDj79VD76v0/4q+bGBZQBMnvcDIsdr/oZkOPRuMocbleb i6TDSNjdxgNXzEDUeo748NqfuzYThYEYYhOaQcfY/P8M7D/SfkV+col6tUr4gqDGgZOF 3e2A== 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 jr17si3086699ejb.325.2019.10.26.07.38.01; Sat, 26 Oct 2019 07:38:38 -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 S1726246AbfJZOhC (ORCPT + 99 others); Sat, 26 Oct 2019 10:37:02 -0400 Received: from sauhun.de ([88.99.104.3]:47482 "EHLO pokefinder.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726195AbfJZOhB (ORCPT ); Sat, 26 Oct 2019 10:37:01 -0400 Received: from localhost (p5486CC3E.dip0.t-ipconnect.de [84.134.204.62]) by pokefinder.org (Postfix) with ESMTPSA id DB1AA2C03C5; Sat, 26 Oct 2019 16:36:58 +0200 (CEST) Date: Sat, 26 Oct 2019 16:36:58 +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.4 Message-ID: <20191026143655.GA5216@kunai> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="J2SCkAp4GZ/dPZZf" Content-Disposition: inline User-Agent: Mutt/1.10.1 (2018-07-13) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org --J2SCkAp4GZ/dPZZf Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Linus, here are a few driver fixes for the I2C subsystem. Please pull. Thanks, Wolfram The following changes since commit 7d194c2100ad2a6dded545887d02754948ca5241: Linux 5.4-rc4 (2019-10-20 15:56:22 -0400) 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 348e46fbb4cdb2aead79aee1fd8bb25ec5fd25db: i2c: stm32f7: remove warning when compiling with W=1 (2019-10-24 20:52:21 +0200) ---------------------------------------------------------------- Alain Volmat (1): i2c: stm32f7: remove warning when compiling with W=1 Fabien Parent (1): i2c: mt65xx: fix NULL ptr dereference Fabrice Gasnier (2): i2c: stm32f7: fix first byte to send in slave mode i2c: stm32f7: fix a race in slave mode with arbitration loss irq Jae Hyun Yoo (1): i2c: aspeed: fix master pending state handling with much appreciated quality assurance from ---------------------------------------------------------------- Brendan Higgins (1): (Rev.) i2c: aspeed: fix master pending state handling Cengiz Can (1): (Rev.) i2c: mt65xx: fix NULL ptr dereference Hsin-Yi Wang (1): (Rev.) i2c: mt65xx: fix NULL ptr dereference Pierre-Yves MORDRET (3): (Rev.) i2c: stm32f7: remove warning when compiling with W=1 (Rev.) i2c: stm32f7: fix a race in slave mode with arbitration loss irq (Rev.) i2c: stm32f7: fix first byte to send in slave mode Tao Ren (1): (Test) i2c: aspeed: fix master pending state handling Ulrich Hecht (1): (Test) i2c: mt65xx: fix NULL ptr dereference drivers/i2c/busses/i2c-aspeed.c | 54 +++++++++++++++++++++++++--------------- drivers/i2c/busses/i2c-mt65xx.c | 2 +- drivers/i2c/busses/i2c-stm32f7.c | 21 ++++++++++------ 3 files changed, 48 insertions(+), 29 deletions(-) --J2SCkAp4GZ/dPZZf Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAABCgAdFiEEOZGx6rniZ1Gk92RdFA3kzBSgKbYFAl20WgMACgkQFA3kzBSg KbZwPBAAq462lPIS4LKK7pQC8PkwkJNl7wlI1M+fg+ZWT0G89AEv8kuMMqz93NXV DtUnKp+e/98TvH28JUOnlhmsmrtoXK6v78HeNX8XKGZ+k0n6vQHSEC06DppfIqem VE6MazdLZKUkdtaQrLGiBzWSOAv0nlKqrVGoMZSiTF7R7wRy3ec0XIppLOFwwrpl e8I0cdtK1lQToiGCtn9PdhGuv6q9S0gMp2JLc976GQMBF/12HBhC18pmzLG7Ey5p anVP7JogyvAGWUnQBgzp0gDEykRFDRpOVrOUqSDgoK551F4ijdraIll770ouiCmB ypIGQhW7OMvbDm5c8ndWqiOuQDkfd2SNFW2f3PmyabId4wafdB5jbflgL26nWmek 1Yxhcm6guAI3ty2eGUT+NitAfUUtcp1b7sRy44IPgWmLSdaZ8YddoKTT/z32ZSh6 cLwZ+rv7CX5xMhvAzUUhIhhKbmdjqdLZH0L8gnJRoKjkqz5EmX6hxSK17ntTQlDh TGkfyDBOqSFnam/BVD1jPgf3aU2qzHwTZZyHW/D0OFQAtmv4I/tflmbdaXQoLYN/ P69oAbn03S723IrgQq5/FuQmyS7szwPMXAaAPH++6Vl7la02LfebCZF0QjuUPyKo GFcYWWsCbAGJCBJMcaOIeK9oTTd2ekXCfop9yZk1flcbpERBgrw= =tsxo -----END PGP SIGNATURE----- --J2SCkAp4GZ/dPZZf--