Received: by 2002:a25:7ec1:0:0:0:0:0 with SMTP id z184csp9461639ybc; Sat, 30 Nov 2019 07:46:31 -0800 (PST) X-Google-Smtp-Source: APXvYqy6J2ukjcb067N1a7A5Hjn7n0rgBcx4VDbSzQBttyvhQziipNLTUNf2SbzpLVAWTNmAGbmG X-Received: by 2002:a17:906:374d:: with SMTP id e13mr26025580ejc.129.1575128791017; Sat, 30 Nov 2019 07:46:31 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1575128791; cv=none; d=google.com; s=arc-20160816; b=omlDJGLYBMVQxsat7ngbYK3uZBfYQ9Kv8pNNaeBWscl/qQAVs3Lscl789lLz2Ds12k 5RlWmNzwDNRQ4AnP0gUvuokN3iZqdymKekhZLlHgYdJ7o9A3RyXA/hsMnfKLO6IVLRCe kP4QBrGjIz+zy0FlpIHNsRV0XZS6iXWMXs64F2u6R7/ZgpfnEF/EPHvoOXM6j80wQ9PL xGAk6cp0S6R6SJZ7Hwer0fipwZExdj5IEZiD9RyloLvDH4jNsXOYCL/Vz6/dVYcj5Mr5 L4AG7lcuJWZjEvUdhzgtKDBS8QR6hNc64HpZ9yIINDBD7p4r9N3wBgZRg0Mo+0ENTxpM 02FA== 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=lBOcG+DUMm9ixzm62RyAaFq+PN4RmyIdTeGHV7XyflE=; b=h0whHEnV+hVJK8knv+O8QD1uT6gT/nPIG16q0Y2zHxzXiMZ//aO2sfqVHlHnlt00ZR ell/bAW+t9tr6k4rqU5O7n1K9tJ4Y4QDEzNVIiS4ruJu/t1x1gNcyo366FGa4+CzSvWV e7rvVtVehS3j21E1eR2rCg7iT3IG6dFNM1nU91GY83uUaCrPjkBINWW5Y5vm8pW+qg5Y fvmJ7+KGh4M4WlAkIqtR4tk6On/BZUYxYpUsc8BUZ9ooq8kCIJTFq00xkoWikE2MJ3Qr M+qBZ38lf9TXrrzWjnNXgqtqTZ1Or/7WHPgx4uVnCbwtLtANKZS4q+/RD+ZCpwrkWHj9 hC9g== 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 x11si11421139edr.335.2019.11.30.07.46.06; Sat, 30 Nov 2019 07:46:31 -0800 (PST) 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 S1726946AbfK3Poz (ORCPT + 99 others); Sat, 30 Nov 2019 10:44:55 -0500 Received: from sauhun.de ([88.99.104.3]:45816 "EHLO pokefinder.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725985AbfK3Poz (ORCPT ); Sat, 30 Nov 2019 10:44:55 -0500 Received: from localhost (p5486CF24.dip0.t-ipconnect.de [84.134.207.36]) by pokefinder.org (Postfix) with ESMTPSA id B4E002C05E1; Sat, 30 Nov 2019 16:44:50 +0100 (CET) Date: Sat, 30 Nov 2019 16:44:50 +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.5 Message-ID: <20191130154442.GA7415@kunai> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="IS0zKkzwUGydFO0o" 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 --IS0zKkzwUGydFO0o Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Linus, I2C has mostly driver updates for you this time. The few noteworthy changes are: the core has now support for analog and digital filters with at91 being the first user, a core addition to replace the NULL returning i2c_new_probed_device() with an ERR_PTR variant, and the pxa driver has finally being moved to use the generic I2C slave interface. We have quite a significant number of reviews per patch this time, so thank you to all involved! 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-5.5 for you to fetch changes up to a72e27f7a47069b1b4942051bffa7dc77b4aee0c: video: fbdev: matrox: convert to i2c_new_scanned_device (2019-11-28 17:19= :20 +0100) ---------------------------------------------------------------- Akshu Agrawal (1): i2c: cros-ec-tunnel: Make the device acpi compatible Alain Volmat (4): i2c: stm32f7: rework slave_id allocation i2c: stm32f7: fix & reorder remove & probe error handling i2c: stm32f7: report dma error during probe i2c: i2c-stm32f7: fix 10-bits check in slave free id search loop Andy Shevchenko (1): i2c: i801: Correct Intel Jasper Lake SOC naming Biju Das (2): dt-bindings: i2c: rcar: Add r8a774b1 support dt-bindings: i2c: sh_mobile: Add r8a774b1 support Corey Minyard (1): i2c: smbus: Don't filter out duplicate alerts Eddie James (2): dt-bindings: i2c: Aspeed: Add AST2600 compatible i2c: Aspeed: Add AST2600 compatible Eugen Hristev (7): dt-bindings: i2c: at91: add new compatible dt-bindings: i2c: add bindings for i2c analog and digital filter i2c: add support for filters optional properties i2c: at91: add new platform support for sam9x60 i2c: at91: add support for digital filtering i2c: at91: add support for advanced digital filtering i2c: at91: add support for analog filtering Geert Uytterhoeven (1): i2c: rcar: Remove superfluous call to clk_get_rate() Jarkko Nikula (2): i2c: i801: Add support for Intel Jasper Lake i2c: i801: Add support for Intel Comet Lake PCH-H Jean Delvare (1): eeprom: at24: Improve confusing log message Krzysztof Kozlowski (1): i2c: Fix Kconfig indentation Lori Hikichi (1): i2c: iproc: Add i2c repeated start capability Neil Armstrong (1): dt-bindings: i2c: meson: convert to yaml Patrick Williams (2): i2c: pxa: migrate to new i2c_slave APIs i2c: pxa: remove unused i2c-slave APIs Peter Ujfalusi (4): i2c: at91: Use dma_request_chan() directly for channel request i2c: qup: Use dma_request_chan() directly for channel request i2c: sh_mobile: Use dma_request_chan() directly for channel request i2c: tegra: Use dma_request_chan() directly for channel request Shubhrajyoti Datta (1): i2c: xiic: Fix kerneldoc warnings Wolfram Sang (6): i2c: icy: no need to populate address for scanned device Merge tag 'at24-v5.5-updates-for-wolfram' of git://git.kernel.org/...= /brgl/linux into i2c/for-5.5 i2c: remove helpers for ref-counting clients i2c: replace i2c_new_probed_device with an ERR_PTR variant i2c: icy: convert to i2c_new_scanned_device video: fbdev: matrox: convert to i2c_new_scanned_device with much appreciated quality assurance from ---------------------------------------------------------------- Benjamin Tissoires (1): (Rev.) i2c: smbus: Don't filter out duplicate alerts Brendan Higgins (2): (Rev.) i2c: Aspeed: Add AST2600 compatible (Rev.) dt-bindings: i2c: Aspeed: Add AST2600 compatible Enric Balletbo i Serra (1): (Rev.) i2c: cros-ec-tunnel: Make the device acpi compatible Geert Uytterhoeven (3): (Rev.) i2c: remove helpers for ref-counting clients (Rev.) dt-bindings: i2c: sh_mobile: Add r8a774b1 support (Rev.) dt-bindings: i2c: rcar: Add r8a774b1 support Jarkko Nikula (1): (Rev.) i2c: i801: Correct Intel Jasper Lake SOC naming Jean Delvare (4): (Rev.) i2c: i801: Correct Intel Jasper Lake SOC naming (Rev.) i2c: remove helpers for ref-counting clients (Rev.) i2c: i801: Add support for Intel Comet Lake PCH-H (Rev.) i2c: i801: Add support for Intel Jasper Lake Luca Ceresoli (5): (Rev.) i2c: replace i2c_new_probed_device with an ERR_PTR variant (Test) i2c: remove helpers for ref-counting clients (Rev.) i2c: remove helpers for ref-counting clients (Rev.) i2c: rcar: Remove superfluous call to clk_get_rate() (Rev.) i2c: xiic: Fix kerneldoc warnings Max Staudt (3): (Rev.) i2c: icy: convert to i2c_new_scanned_device (Rev.) i2c: replace i2c_new_probed_device with an ERR_PTR variant (Test) i2c: icy: no need to populate address for scanned device Niklas S=C3=B6derlund (2): (Rev.) i2c: remove helpers for ref-counting clients (Rev.) i2c: rcar: Remove superfluous call to clk_get_rate() Peter Rosin (7): (Rev.) i2c: at91: add support for analog filtering (Rev.) i2c: at91: add support for advanced digital filtering (Rev.) i2c: at91: add support for digital filtering (Rev.) i2c: at91: add new platform support for sam9x60 (Rev.) i2c: add support for filters optional properties (Rev.) dt-bindings: i2c: add bindings for i2c analog and digital filt= er (Rev.) dt-bindings: i2c: at91: add new compatible Pierre-Yves MORDRET (4): (Rev.) i2c: i2c-stm32f7: fix 10-bits check in slave free id search lo= op (Rev.) i2c: stm32f7: report dma error during probe (Rev.) i2c: stm32f7: fix & reorder remove & probe error handling (Rev.) i2c: stm32f7: rework slave_id allocation Rob Herring (3): (Rev.) dt-bindings: i2c: meson: convert to yaml (Rev.) dt-bindings: i2c: add bindings for i2c analog and digital filt= er (Rev.) dt-bindings: i2c: at91: add new compatible Vinod Koul (4): (Rev.) i2c: tegra: Use dma_request_chan() directly for channel request (Rev.) i2c: sh_mobile: Use dma_request_chan() directly for channel re= quest (Rev.) i2c: qup: Use dma_request_chan() directly for channel request (Rev.) i2c: at91: Use dma_request_chan() directly for channel request Wolfram Sang (1): (Rev.) eeprom: at24: Improve confusing log message .../bindings/i2c/amlogic,meson6-i2c.yaml | 53 +++++++++++++++ .../devicetree/bindings/i2c/i2c-aspeed.txt | 3 +- Documentation/devicetree/bindings/i2c/i2c-at91.txt | 3 +- .../devicetree/bindings/i2c/i2c-meson.txt | 30 --------- Documentation/devicetree/bindings/i2c/i2c.txt | 18 ++++++ .../devicetree/bindings/i2c/renesas,i2c.txt | 1 + .../devicetree/bindings/i2c/renesas,iic.txt | 1 + Documentation/i2c/busses/i2c-i801.rst | 1 + Documentation/i2c/instantiating-devices.rst | 10 +-- Documentation/i2c/writing-clients.rst | 8 +-- drivers/i2c/busses/Kconfig | 24 +++---- drivers/i2c/busses/i2c-aspeed.c | 4 ++ drivers/i2c/busses/i2c-at91-core.c | 38 +++++++++++ drivers/i2c/busses/i2c-at91-master.c | 53 +++++++++++++-- drivers/i2c/busses/i2c-at91.h | 13 ++++ drivers/i2c/busses/i2c-bcm-iproc.c | 63 ++++++++++++++---- drivers/i2c/busses/i2c-cros-ec-tunnel.c | 15 +++-- drivers/i2c/busses/i2c-i801.c | 8 +++ drivers/i2c/busses/i2c-icy.c | 9 ++- drivers/i2c/busses/i2c-pxa.c | 75 +++++++++++++++++-= ---- drivers/i2c/busses/i2c-qup.c | 4 +- drivers/i2c/busses/i2c-rcar.c | 2 +- drivers/i2c/busses/i2c-sh_mobile.c | 2 +- drivers/i2c/busses/i2c-stm32.c | 16 ++--- drivers/i2c/busses/i2c-stm32f7.c | 32 ++++++--- drivers/i2c/busses/i2c-tegra.c | 4 +- drivers/i2c/busses/i2c-xiic.c | 2 + drivers/i2c/i2c-core-base.c | 63 ++++++++---------- drivers/i2c/i2c-smbus.c | 7 -- drivers/i2c/muxes/Kconfig | 18 +++--- drivers/misc/eeprom/at24.c | 9 ++- drivers/video/fbdev/matrox/i2c-matroxfb.c | 4 +- include/linux/i2c-pxa.h | 18 ------ include/linux/i2c.h | 21 ++++-- include/linux/platform_data/i2c-pxa.h | 4 -- 35 files changed, 431 insertions(+), 205 deletions(-) create mode 100644 Documentation/devicetree/bindings/i2c/amlogic,meson6-i2= c.yaml delete mode 100644 Documentation/devicetree/bindings/i2c/i2c-meson.txt delete mode 100644 include/linux/i2c-pxa.h --IS0zKkzwUGydFO0o Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAABCgAdFiEEOZGx6rniZ1Gk92RdFA3kzBSgKbYFAl3ijmYACgkQFA3kzBSg KbYfZxAAlXQktz5qKkyqVKdpd+e52KdcvfsQn39BbCpLKlQXumpvkYUj+mftbIvW ZTLRhBLuLPW+bQ6VPydNRBLKUmwgNxHGBKqSDWxWR77yhw2qXu6Iie3dBCZFr3uU 9Ewy+hK5HI06Mwrk2RyP2h8rpiCrBOY+qQ01B/tmy5i3LARaZiyIg7S7hhLyDsOF Ipnxzlyq/xA7FWA0mH0eH8HaFlR97wrO/cnWu/kAERtyUDISHs9HN+Xt0vJZLsOP /1soVG3R6+83nvDSG2WAl6Y3zX/YOZiXHQtUm6Ehk7E7pGTlEDMRoR4FCtyvqnSh E4YsJdLrkTrfCLMy9trpfudfNaA2UDS6f2ZfUoPhQE2IDqUkSBEkdi9DnptN6PNt W3NivA40Zx39ha8cEZRzacWQ2qIEAGFgMyLkV/aUgICtVnSFIGUgMDDFvqKlz6d0 dA/45GK5HYNWXGA7xudeh9Zz+NlwYjwRd5UTpOaIPUdJY9u+Ku2nuiQH753ISN41 FBXvUh8PePNawbPeUrw9ekiUdI54i1fuSlZSy9DJIC8TeP2jfqw8ySkrfctenRHA 4jKsK7lj3J5TVveAhiR7ZQtcxw+I1q0sfWWYHeVVO5uPzQZM5W4c1KWbplzdWn9P ZAuma6FA2RoUDle07SGU21DDFDEuATtFCE6q/+5+xH6H5oJoZUo= =5EM3 -----END PGP SIGNATURE----- --IS0zKkzwUGydFO0o--