From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752501AbdJFRS0 (ORCPT ); Fri, 6 Oct 2017 13:18:26 -0400 Received: from mail-pf0-f170.google.com ([209.85.192.170]:53108 "EHLO mail-pf0-f170.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752452AbdJFRSY (ORCPT ); Fri, 6 Oct 2017 13:18:24 -0400 X-Google-Smtp-Source: AOwi7QCcY5kNENDpngnCYtBZPuhDCaI0eh11+CpHnMqPr/4kCeiUz89NPvGeTQN8COb3VcmqhhOYJw== Date: Fri, 6 Oct 2017 10:18:21 -0700 From: Guenter Roeck To: Rudolf Marek Cc: Jean Delvare , Wolfram Sang , linux-i2c@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] i2c: piix4: Fix SMBus port selection for AMD Family 17h chips Message-ID: <20171006171821.GA14922@roeck-us.net> References: <1500162686-21682-1-git-send-email-linux@roeck-us.net> <29eac89d-d482-bc0a-22e1-166d0f8612be@assembler.cz> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <29eac89d-d482-bc0a-22e1-166d0f8612be@assembler.cz> User-Agent: Mutt/1.5.24 (2015-08-30) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Oct 05, 2017 at 08:34:01PM +0200, Rudolf Marek wrote: > Hi Guys, > > Even in "AMD Family 15h Models 60h-6Fh Processors" [1] > are ports3 and ports4 marked as "Reserved". Maybe we should limit "KERN" to 2 ports? > Maybe, if we are sure that this applies to all CPU models supported by the driver. That should be a separate patch, though. Thanks, Guenter