Received: by 2002:ac0:bc90:0:0:0:0:0 with SMTP id a16csp3302266img; Mon, 25 Mar 2019 07:40:57 -0700 (PDT) X-Google-Smtp-Source: APXvYqzjdrMDa0XFPkoS0E0zqs/DuJip5cQf2BCgDBVN+khdIY3tJ0t6SR16ZAao6kaRPWlKeflV X-Received: by 2002:a62:e80f:: with SMTP id c15mr24228610pfi.93.1553524857573; Mon, 25 Mar 2019 07:40:57 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1553524857; cv=none; d=google.com; s=arc-20160816; b=NQI6xZ8KaG/3Ab5SP6ejVB7lgrLOv1v4UBzc3yZlVCuSz0ex7/PXHVRplp9658hBeu Tml33dDQsJhza5IpdZCdiOZsny7eMF4SP1sf1Be49kLXZ3JRI51eIDguf5SJqty1aNu0 gT4lbSS5Ul47fhZI/k2iEGibNsi2/JujjT6SpCA3473VnHpE9jiLB8/JE7doOcAg4Wu+ dZ+8SH6NjttD5GU2epPeBn5Pw56ssPEKB/wzmytb8kID0CzKa2bL8N58CVzsCnzXXdCd ux/7kGNMg+r3TWIcfPN2p5Wi//5KLt+NesiDelW2nijHWZNe2f+D+Iwm+AWSDAKmAzyK s47Q== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:user-agent:in-reply-to :content-disposition:mime-version:references:message-id:subject:cc :to:from:date; bh=bVM3mJZridg022MiYKFRgWonln1HuMIMJ845EStgNEE=; b=U7VD3ealSdx9LY1y6sRgDRrAvhMfMhqos3go1yJHnoCX5gixmi8yoUGoUFGgMMyC8l yNrAAKJ3dHrZPA2Uh6AiXo5NIGf9FGKXcI1Vj1OJ1GSNcKGuTNsygs+tMLjnmDKjSQ3e O/lI3KKVzHLqHAQrfbJiQBFQ7conHsEu+ijFuhRRi2VxEsvLM/drC13cEev1oe6Jcr3f kQWrFNdYmOWFFIB6Cv+zSNXtRQ52sR24KbJnxjJJOMQd6nzFC/BAggzSdwC2oCBlRxf3 j9ECwlBIFN4v/N1jTjV362h8ngkXq/n7YaG1UQ2rGVcYN7xs7bxYCvNnMBlZ9gzJ7NJ6 /CWA== 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 d3si8427846pgh.238.2019.03.25.07.40.42; Mon, 25 Mar 2019 07:40:57 -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 S1729143AbfCYOiC (ORCPT + 99 others); Mon, 25 Mar 2019 10:38:02 -0400 Received: from sauhun.de ([88.99.104.3]:46484 "EHLO pokefinder.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1729077AbfCYOiC (ORCPT ); Mon, 25 Mar 2019 10:38:02 -0400 Received: from localhost (p54B33284.dip0.t-ipconnect.de [84.179.50.132]) by pokefinder.org (Postfix) with ESMTPSA id AD3BC2C0963; Mon, 25 Mar 2019 15:37:59 +0100 (CET) Date: Mon, 25 Mar 2019 15:37:52 +0100 From: Wolfram Sang To: Elie Morisse Cc: linux-i2c@vger.kernel.org, Nehal-bakulchandra.Shah@amd.com, Shyam-sundar.S-k@amd.com, sandeep.singh@amd.com, linux-kernel@vger.kernel.org Subject: Re: [PATCH v17] i2c: Add drivers for the AMD PCIe MP2 I2C controller Message-ID: <20190325143752.GA4456@kunai> References: <20190305151319.GA22819@syn-yoga530> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="DocE+STaALJfprDB" Content-Disposition: inline In-Reply-To: <20190305151319.GA22819@syn-yoga530> 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 --DocE+STaALJfprDB Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue, Mar 05, 2019 at 12:13:19PM -0300, Elie Morisse wrote: > MP2 controllers have two separate busses, so may accommodate up to two I2C > adapters. Those adapters are listed in the ACPI namespace with the > "AMDI0011" HID, and probed by a platform driver. >=20 > Communication with the MP2 takes place through MMIO registers, or through > DMA for more than 32 bytes transfers. >=20 > This is major rework of the patch submitted by Nehal-bakulchandra Shah fr= om > AMD (https://patchwork.kernel.org/patch/10597369/). >=20 > Most of the event handling of v3 was rewritten to make it work with more > than one bus (e.g on Ryzen-based Lenovo Yoga 530), and this version > contains many other improvements. >=20 > Signed-off-by: Elie Morisse OK, there are still some parts I am not exactly happy with (e.g. the find/match_device mechanism), but the driver seems to work and I don't see major blockers anymore. The remaining issues can be fixed incrementally. Hopefully the driver will become more visible now. Applied to for-next, thanks everyone, especially Elie! --DocE+STaALJfprDB Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAABCgAdFiEEOZGx6rniZ1Gk92RdFA3kzBSgKbYFAlyY57sACgkQFA3kzBSg KbYxyg//QUXfuBk4tLCzSfFI0a3XLH6nmMw1M0/P7AB51RmOzXycsof23GrJsRXM LiWyD+czqk9ts+nsDVrgKoTyON/WusdvX13QbiVLOV8kWrsS43rNvDZSXjL19Y13 G/aeGkpfyhEQ8x+qs7cxYNabNDX3RhigUFElPMydjs0HDNG6CodQICDWCRbCFC5B wk0FTYHMLYAYTW9sXb9K6QYDW8EQgx/iwGdEC8A1C6DeI5zAfIgsMc/YdTtnLjbi XF7YUsp30qwevUUN9VBN2sEBqCBVXqNdpJ8WoyzDLm0fZTpD54dWjpibmPELc0xN ITtJmRwJOGUKY1mtYqDTD2zFuqo4iOza9gkm1PdhJnzjyrheObLF5ZPGkNRPuE9Y 8eGWP6AUYMgiMQT7SrWKIw9f958QHoMLJK5p898eIcdlJIeG769RHUhWqc+dwf7M BGBywRXcyEMd8+ohN0mlaEKZDzYTEthVyZYPBITxg40mBv6XZzdKr4pACixvl17Z d71xg8mRZe5j0NLsJE+txQe09LP1UBqRYAoP+lK8CEf6pSDeua3z5edsjKO7XeRI 55wuvU9wxsltltv09LCCyffrg6Y3uQt11tf24jpDzMI1rbth2zyZ6yastn/Ay+XK l7zLsA8ZEgnlM/0NwrC1iXD8fFVGxvrue5YWKFBZmGghKp5NXxY= =jTqF -----END PGP SIGNATURE----- --DocE+STaALJfprDB--