Received: by 2002:a25:c593:0:0:0:0:0 with SMTP id v141csp637143ybe; Wed, 4 Sep 2019 05:36:38 -0700 (PDT) X-Google-Smtp-Source: APXvYqzSnpz5ysaaDX8dVgn1I+TZmyobKK/ZsvH3gF+x4jo+C1tmyjBHNy9Vc2gG+/ef8Np2hN8y X-Received: by 2002:a63:2252:: with SMTP id t18mr34954131pgm.5.1567600597835; Wed, 04 Sep 2019 05:36:37 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1567600597; cv=none; d=google.com; s=arc-20160816; b=dMxZMfmFV1y78atYmWq8QwwSHJrWjw6tF8j9YsJFLbTQknS3Q3hxFrbiFXNao/zHs/ bsuG64ub5X8fOYCk5hJJZmO5OoDUH2HmaCkQs9rvP4D1Fu19tZZcEwcq+JzP1N5FNgkJ kwAZfs5VYCi4hAHrqVoYFUhu/PiS8WV4jwTiLhkBx3b+70l4zuHjYgGqpnmCASVSqGy3 cVNff1IxG2aMsyYjhZ4xZaaQSMQVqvmURosDMoZk8b5vgmlLtlK/4VbohEf6chB+ehv4 8QCedUrJ6e4DWC2DnK33jJCiof78rpVi+gVy/f6Bb0N8qlOgpjcGpht2CQ7qG5S2lIKs b08Q== 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:dkim-signature; bh=g31G05zuEhADi6DsxOyjLoup3GHqQ5cveeoVvCCyjlE=; b=VFXxCDzltlQcVCPsczC6L0aHPNmtgyspR9iZpSCmKNqeodWKDplK78LJzcl3+cPvej 18/vWP1A1Jf7uaLFBK5t3nleB6ghoIU+Oh+fMlqpl/IxgJN4aEX7lpGDtAPqWba78eTI n7vTeZ0nSXT8VRLRXW+bgCYSh5C3hr9PVjk+uU8xGuqmlOIJE7Tc0A7gb8epGjjOGDsd 0J/ElcMxS/zv8+5BRtowaN9xbPhlfJcUaUjAQo5AQ/jMz3/70YuRujssLJe8Qu2Ntl9d 1hAPhrE7HH6WuxLTTR9QqFF8Ans90lh4r9/Ie7idcQDH54zLicP5xrMvDYWg9qFuXw3+ //nA== ARC-Authentication-Results: i=1; mx.google.com; dkim=pass header.i=@kernel.org header.s=default header.b=2gbqjHer; 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 s12si17680753plp.290.2019.09.04.05.36.21; Wed, 04 Sep 2019 05:36: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; dkim=pass header.i=@kernel.org header.s=default header.b=2gbqjHer; 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 S1730021AbfIDMdz (ORCPT + 99 others); Wed, 4 Sep 2019 08:33:55 -0400 Received: from mail.kernel.org ([198.145.29.99]:54064 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1729020AbfIDMdy (ORCPT ); Wed, 4 Sep 2019 08:33:54 -0400 Received: from localhost (83-86-89-107.cable.dynamic.v4.ziggo.nl [83.86.89.107]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 87C1321670; Wed, 4 Sep 2019 12:33:53 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1567600434; bh=NPSijeGSxbzXyxdkAUWe73NhTGQn1UKpLjx/1aIO0DQ=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=2gbqjHerKowGZqJshDle9lbqVBpyHgPtd8XU4TlH2306OOdt0KSyWuEhR7+t9+l2h youTFg9rT5xQXAa5RMoFWy/xkD0z+bBM+olMVqX6R1q5WRH4TqVIvCqW8GPBRGvdWs FHcmZz3WSxrRNhbyyXWG/OwcEutQTN0HIqZBdvK8= Date: Wed, 4 Sep 2019 14:33:51 +0200 From: Greg Kroah-Hartman To: Thomas Bogendoerfer Cc: Evgeniy Polyakov , linux-kernel@vger.kernel.org Subject: Re: [PATCH v3 1/2] w1: add 1-wire master driver for IP block found in SGI ASICs Message-ID: <20190904123351.GA15401@kroah.com> References: <20190831082623.15627-1-tbogendoerfer@suse.de> <20190831082623.15627-2-tbogendoerfer@suse.de> <20190904114837.GA9153@kroah.com> <20190904140134.698aaf5f5ec204a5305c1177@suse.de> <20190904120646.GA11400@kroah.com> <20190904141434.7d05c6bcd2852d2060ba91ce@suse.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20190904141434.7d05c6bcd2852d2060ba91ce@suse.de> User-Agent: Mutt/1.12.1 (2019-06-15) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Sep 04, 2019 at 02:14:34PM +0200, Thomas Bogendoerfer wrote: > On Wed, 4 Sep 2019 14:06:46 +0200 > Greg Kroah-Hartman wrote: > > > On Wed, Sep 04, 2019 at 02:01:34PM +0200, Thomas Bogendoerfer wrote: > > > On Wed, 4 Sep 2019 13:48:37 +0200 > > > Greg Kroah-Hartman wrote: > > > > > > > On Sat, Aug 31, 2019 at 10:26:21AM +0200, Thomas Bogendoerfer wrote: > > > > > Starting with SGI Origin machines nearly every new SGI ASIC contains > > > > > an 1-Wire master. They are used for attaching One-Wire prom devices, > > > > > which contain information about part numbers, revision numbers, > > > > > serial number etc. and MAC addresses for ethernet interfaces. > > > > > This patch adds a master driver to support this IP block. > > > > > It also adds an extra field dev_id to struct w1_bus_master, which > > > > > could be in used in slave drivers for creating unique device names. > > > > > > > > > > Signed-off-by: Thomas Bogendoerfer > > > > > --- > > > > > drivers/w1/masters/Kconfig | 9 +++ > > > > > drivers/w1/masters/Makefile | 1 + > > > > > drivers/w1/masters/sgi_w1.c | 130 +++++++++++++++++++++++++++++++++++ > > > > > include/linux/platform_data/sgi-w1.h | 13 ++++ > > > > > > > > Why platform data? I thought that was the "old way", and the "proper > > > > way" now is to use device tree? > > > > > > this machine is old and doesn't have device tree at all. > > > > Your text says "every new SGI ASIC". So new devices are being made for > > old systems? > > > > confused, > > ok, now I see where the confusion comes from. New in the meaning of latest > produced SGI MIPS system. > > Is it better, if I rephrase this to latest line of MIPS system ASICs ? Nah, I'll take this now, it's ok, thanks for the explanation. greg k-h