Received: by 2002:a25:c593:0:0:0:0:0 with SMTP id v141csp651408ybe; Wed, 4 Sep 2019 05:50:28 -0700 (PDT) X-Google-Smtp-Source: APXvYqwDx95hySent+5xOYzfdJPOHHAT109U3deNKjSVHFYahkU6TocGGNyGIBuWGAF2HTH9u3SN X-Received: by 2002:a17:902:7444:: with SMTP id e4mr39395262plt.72.1567601428546; Wed, 04 Sep 2019 05:50:28 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1567601428; cv=none; d=google.com; s=arc-20160816; b=cOsi6zoP1qmUqouQHOSZeHdMWwvaH6pOpQqYQFHCPYPjcLBT3ebqvdM5mga8ZFKsTj IHwcKiReY6nmNj36c8hWBjnTjOwRyYbzWGyRTn711EnmRLTdKVPl/Llz/W40qg6YKOSL tVspyaU9btEkZAqbk+idaWceddX07vI1yV7dkvS46/skzX/CQ4eB/PuAv6mpV4Qf0QJw KHC9A+PaQe6ziq5UQ58KkTTmB4VnXDqDyxCDSorX5/76jhB3DJwPnVV/OKPC2Ch0e5SB LGFih+DT2MSP6BHRsQUZc6VDZ8H99tRyZuNmOB1HXJuEGNsYEiugkNjTRknxYri7RBSq 1LIA== 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 :references:in-reply-to:message-id:subject:cc:to:from:date; bh=P6cGjBpbrkG7dhC1WWpO4K2o9sBUAN6eT8zQVtuQckg=; b=TvqewSIsukXp9cXXPSBaENgyjw+HXrJ8j61C4yfyQRrmrCNe/icDI2RcQYUN3juzTN U5/SbjqZIGVr4S17PjFtsi3l7IQgXM8BcHBDY44+odanfnZHqAG9XnPv7rs6YDU5CNVy SHngNvqu2WHXNuyq8Yyb3MT49gr0sVyDbTT5R9v99VlAq6wQohfLnQza7ilHLJuAqF20 WI2nKPPCijPOJKatSaIBwwDZdhh2Iywl1i9pMBhwUzfYAhlWsit6Gv4QbRuLli6qcSsa lO22kEvxzIq+UN1rvLvZKzhYujKsLEEkJeNQXLIl/eVkfBKN8pV49r9TzvE0zNQs5v04 7P3Q== 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 s9si20532377pfh.75.2019.09.04.05.50.12; Wed, 04 Sep 2019 05:50:28 -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 S1729921AbfIDMsA convert rfc822-to-8bit (ORCPT + 99 others); Wed, 4 Sep 2019 08:48:00 -0400 Received: from mx2.suse.de ([195.135.220.15]:46238 "EHLO mx1.suse.de" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1727675AbfIDMsA (ORCPT ); Wed, 4 Sep 2019 08:48:00 -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 51CE3AF47; Wed, 4 Sep 2019 12:47:59 +0000 (UTC) Date: Wed, 4 Sep 2019 14:47:59 +0200 From: Thomas Bogendoerfer To: Greg Kroah-Hartman 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: <20190904144759.39294ab80882bfdb9eeb78d0@suse.de> In-Reply-To: <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> <20190904123351.GA15401@kroah.com> X-Mailer: Sylpheed 3.5.1 (GTK+ 2.24.31; x86_64-suse-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8BIT Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, 4 Sep 2019 14:33:51 +0200 Greg Kroah-Hartman wrote: > 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. thank you, Thomas. -- SUSE Software Solutions Germany GmbH HRB 247165 (AG M?nchen) Gesch?ftsf?hrer: Felix Imend?rffer