Received: by 2002:a25:4158:0:0:0:0:0 with SMTP id o85csp3720346yba; Mon, 29 Apr 2019 07:27:57 -0700 (PDT) X-Google-Smtp-Source: APXvYqzU3AJP9HJ4E0xn+ATuAFZLoELDOAp8o6cFmM4nI4aOMV/K064KVxzAgmKKyHA4cjys5dHZ X-Received: by 2002:a17:902:758b:: with SMTP id j11mr25249720pll.87.1556548076958; Mon, 29 Apr 2019 07:27:56 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1556548076; cv=none; d=google.com; s=arc-20160816; b=key1LMVzO4jPNTdo8xXUYUsLdEG6HKZCOsKXhnN3IvTWZ5WpnS/Y96DnX8XKHK1x0M anZT9bUkzYCfbIVN4BpQ3hp33fh7PHHs+QpGXmLWKVkhILGz/nVfqRT9Ofkg9Fc+QBGY ePdr7AQuMdj7R3D8z/ZT8hhM7URNOxkyxhi45uP05PB1ySeqJUDJRRE0Nb+iMa5UDBeP pMcxEtJ3HEYWnfadR+QUX05I7gtSYsQKfMwbM12Z6BcHBIIn4n3Qut8VGJ77ez4/RLFI ohBPJQK7KBMiwd3gdK9i593etZGWvXLcN/JoEOAmKukrry9ofmuEnQjdRazv6BUJUWXP 4G8g== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:content-transfer-encoding:mime-version :organization:references:in-reply-to:message-id:subject:cc:to:from :date; bh=c1Rj+G6mpK9faxvudmgsJQ0Fh02tHqi+xUN/FNPw5z0=; b=tW9+teNi3R8Qip9C93r6hx/D4vmIKKIvPKsrEzNEHCHqEfyPuppaCRIHE5fAdtZQhh P0TX3kdswmWlbxthCvnNZdhYwH1iQ5byiyX681bkRjciOlxPIXhRKA0o0TuK6IOcnA5Q lhmKmg6TPAJTptPryumgFH19wj5NQa+bcLI/BgsuanELgDCLdXB3qS+4rE4LFrQlgRRA DMU2scAjkvyclY7yq7dg60XZxmXkfZ1UXz06ozBCliUtKhq5yYidT5beVUxBG469SFio /oDTc5WiOmCu82MdV12wvjuqPKmeAabFE52gVpeySOWNhS2JU1IKsi7dYG9zgffdvqw7 MBdg== 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 g12si33576610plp.340.2019.04.29.07.27.41; Mon, 29 Apr 2019 07:27:56 -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 S1728399AbfD2O0U (ORCPT + 99 others); Mon, 29 Apr 2019 10:26:20 -0400 Received: from mx2.suse.de ([195.135.220.15]:50454 "EHLO mx1.suse.de" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1728284AbfD2O0U (ORCPT ); Mon, 29 Apr 2019 10:26:20 -0400 X-Virus-Scanned: by amavisd-new at test-mx.suse.de Received: from relay2.suse.de (unknown [195.135.220.254]) by mx1.suse.de (Postfix) with ESMTP id 0BF1BAD49; Mon, 29 Apr 2019 14:26:19 +0000 (UTC) Date: Mon, 29 Apr 2019 16:26:17 +0200 From: Jean Delvare To: Pu Wen Cc: , , Subject: Re: [RFC PATCH v2] i2c-piix4: Add Hygon Dhyana SMBus support Message-ID: <20190429162617.3b936981@endymion> In-Reply-To: <1556327264-31730-1-git-send-email-puwen@hygon.cn> References: <1556327264-31730-1-git-send-email-puwen@hygon.cn> Organization: SUSE Linux X-Mailer: Claws Mail 3.13.2 (GTK+ 2.24.31; x86_64-suse-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sat, 27 Apr 2019 09:07:44 +0800, Pu Wen wrote: > The Hygon Dhyana CPU has the SMBus device with PCI device ID 0x790b, > which is the same as AMD CZ SMBus device. So add Hygon Dhyana support > to the i2c-piix4 driver by using the code path of AMD. > > Signed-off-by: Pu Wen > --- > v1->v2: > - Remove the revision number checking for Hygon SMBus device. > - Document the new supported chipset in drivers/i2c/busses/Kconfig > and Documentation/i2c/busses/i2c-piix4 as well as in the header > comment of i2c-piix4.c. > > Documentation/i2c/busses/i2c-piix4 | 2 ++ > drivers/i2c/busses/Kconfig | 1 + > drivers/i2c/busses/i2c-piix4.c | 15 +++++++++++---- > 3 files changed, 14 insertions(+), 4 deletions(-) > (...) Looks good to me now, thanks. Reviewed-by: Jean Delvare -- Jean Delvare SUSE L3 Support