Received: by 2002:a25:824b:0:0:0:0:0 with SMTP id d11csp5683873ybn; Sun, 29 Sep 2019 03:40:37 -0700 (PDT) X-Google-Smtp-Source: APXvYqyuXqcVWZ6z71aPwEx0Nn+Uj3mVjckd5RDJJAVgxHxGVeB8FTg0eLCPUosiYbjZ2u9PS9Tz X-Received: by 2002:a50:ee10:: with SMTP id g16mr13858412eds.267.1569753637032; Sun, 29 Sep 2019 03:40:37 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1569753637; cv=none; d=google.com; s=arc-20160816; b=uYhigJG1ZjLNRW4VwHP0ae2p6DBamJZ+dqHdpoAIPOTxzAfuRsZXAXc4Sy92bHxxo0 Dad7kmLjYZqKs31s88H2OA50U89kHXRIPyJ6luCXjKH98+4TSi7q0H/HoKBlFLc0srVr Ko0xiW85ai6YGDaP2wwN/BPtiZyYm/XgTxffQUyH7ZRpaBWV4HwlAK2N3qiUP3p+56VD ILHjNv4tEHLqWo01RamLcEMw94Cr+BLGYmRAsDg5CeMD1t9c5wJsREo9wU8Oe+DyrC2C JyiRw7EaWumQVk2uo4UvlEmGyXCZIgt0OeAU6gH34n4OtJzi1r4UsbGQzCEgGkqT0ojY hapw== 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=c75BGF2FjBDU3lI0Kli9guAlbOKV6KHTFOv+GNhdgq8=; b=wQ7BqqKSLCTTe/CleGRcGjsuXNFIv+oAJl4YOIFNxzkdQrkhsb/Bl52qqgnxyrw6Lj c3IBXi5jlxL0c37tf0ATxt4ZkgsTLzIxqCjvTkwz5yxs2DXNXjRcyd3d7JT+VxvqL72/ 4feKEQHopw916Bkvx4d3NajJBMIxGLwQgbPYc9LxhtGS6dGc+i7XpMvDu5GLOroMDOBV +UX2n32hJWR/NsJq/kXv7eC7I3LzjKwV8ab8jfw/8tS8MdIIgl9Aaz2946TfANGb1H7h DRTbLy5AqCHC0fijmP8+8jVRqlkzJRAlus7BYqi0vkpqRO4vLqLGE7C2BkwV6ffsg4sU SV7w== 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 v6si4901899edw.51.2019.09.29.03.40.01; Sun, 29 Sep 2019 03:40:37 -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 S1728853AbfI2Kj4 (ORCPT + 99 others); Sun, 29 Sep 2019 06:39:56 -0400 Received: from sauhun.de ([88.99.104.3]:45488 "EHLO pokefinder.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726149AbfI2Kj4 (ORCPT ); Sun, 29 Sep 2019 06:39:56 -0400 Received: from localhost (p5486CA3C.dip0.t-ipconnect.de [84.134.202.60]) by pokefinder.org (Postfix) with ESMTPSA id 8C8682C01E8; Sun, 29 Sep 2019 12:39:54 +0200 (CEST) Date: Sun, 29 Sep 2019 12:39:54 +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: <20190929103950.GA9497@kunai> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="a8Wt8u1KmwUX3Y2C" 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 --a8Wt8u1KmwUX3Y2C Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Linus, this second pull request from I2C contains: - make Lenovo Yoga C630 boot now that the dependencies are merged - restore BlockProcessCall for i801, accidently removed in this merge window - a bugfix for the riic driver - an improvement to the slave-eeprom driver which should have been in the first pull request but sadly got lost in the process And finally, my pull requests should be using utf-8 now. Please pull. Thanks, Wolfram The following changes since commit aefcf2f4b58155d27340ba5f9ddbe9513da8286d: Merge branch 'next-lockdown' of git://git.kernel.org/pub/scm/linux/kernel= /git/jmorris/linux-security (2019-09-28 08:14:15 -0700) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux.git i2c/for-next for you to fetch changes up to 11af27f494086188620e7768e421894af93c126a: i2c: slave-eeprom: Add read only mode (2019-09-28 20:44:12 +0200) ---------------------------------------------------------------- Bj=C3=B6rn Ard=C3=B6 (1): i2c: slave-eeprom: Add read only mode Chris Brandt (1): i2c: riic: Clear NACK in tend isr Jarkko Nikula (1): i2c: i801: Bring back Block Process Call support for certain platforms Lee Jones (1): i2c: qcom-geni: Disable DMA processing on the Lenovo Yoga C630 with much appreciated quality assurance from ---------------------------------------------------------------- Alexander Sverdlin (1): (Rev.) i2c: i801: Bring back Block Process Call support for certain p= latforms Bjorn Andersson (1): (Test) i2c: qcom-geni: Disable DMA processing on the Lenovo Yoga C630 drivers/i2c/busses/i2c-i801.c | 1 + drivers/i2c/busses/i2c-qcom-geni.c | 12 ++++++++---- drivers/i2c/busses/i2c-riic.c | 1 + drivers/i2c/i2c-slave-eeprom.c | 14 +++++++++++--- 4 files changed, 21 insertions(+), 7 deletions(-) --a8Wt8u1KmwUX3Y2C Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAABCgAdFiEEOZGx6rniZ1Gk92RdFA3kzBSgKbYFAl2QifEACgkQFA3kzBSg KbaqMg/+Icc3PCrKjMdaUaIMsJET5J4B1h8YBnCwuix4w29RbJfJsLCmYtMcrtkm v6I2QRmKmvihaJ0ffPMthhVQby/6JJq7FP89gGWztt6y2kORrl3iXKVN0x5MhGsu vIOx5WTF/Jq4599A9azewt4azydW8/Y3uHms80q7qGH1+tDgf0s9GJBxSe4avlXY izgtTnjzJ77bpn2RGxJi8vf/NUfW5UjaY1Y7yKhk1EtKB46nMGRJ9BYBu6otJ9fQ naqaLMBfVfigKQfiTHkyeR3g1IwcrRZoHGc//HB8dyTgMJSlYxLi55zg6aYr97/G Ewedho7/+thaBuv5iJ2w69LhAve60ny7iwDBBAZC+i+KaSWjru3hL5v6nNig/oU6 lPjVKZiyOrKBj2LVY++q43+GG3LaadcX3Nz0kVh27jKe1SL0PznJHD6iRfwso6dr HRVZIEg+mo19twOiwULK3iZWkmMZ/uCChWRO80EOsEVPEKa+ekExKV0MHICiwr0R Oglm4oa94QP0PDLhvwv5CX9UMgK+b85/z15+AQzTsV2mF7Xc7gZ7FdpCL9YgQpSC hy8XuWRlVLiZzWTGYLioKLwnI7xl5d9Nk+v506Cd1rl8YTeBjVuxlnRu7lLtmPsh 3qS62TrXOhlCU6kXb47fhLYmoXxm4bcA9ujerfbhptvQUYfqs7w= =kJHR -----END PGP SIGNATURE----- --a8Wt8u1KmwUX3Y2C--