Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756103AbcKBQ2S (ORCPT ); Wed, 2 Nov 2016 12:28:18 -0400 Received: from mail-pf0-f175.google.com ([209.85.192.175]:36597 "EHLO mail-pf0-f175.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753137AbcKBQ2Q (ORCPT ); Wed, 2 Nov 2016 12:28:16 -0400 Date: Wed, 2 Nov 2016 09:28:11 -0700 From: Bjorn Andersson To: Arnd Bergmann Cc: Imran Khan , andy.gross@linaro.org, David Brown , Rob Herring , Mark Rutland , "open list:ARM/QUALCOMM SUPPORT" , "open list:ARM/QUALCOMM SUPPORT" , "open list:OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS" , open list , Geert Uytterhoeven Subject: Re: [PATCH] soc: qcom: Add SoC info driver Message-ID: <20161102162811.GN25787@tuxbot> References: <1476972386-28655-1-git-send-email-kimran@codeaurora.org> <3567809.JctLPjIDdk@wuerfel> <3809309.oOnjdjqnN9@wuerfel> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <3809309.oOnjdjqnN9@wuerfel> User-Agent: Mutt/1.5.23 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 2165 Lines: 51 On Wed 26 Oct 07:05 PDT 2016, Arnd Bergmann wrote: > On Wednesday, October 26, 2016 7:20:42 PM CEST Imran Khan wrote: > > On 10/26/2016 2:19 AM, Arnd Bergmann wrote: > > > On Tuesday, October 25, 2016 3:23:34 PM CEST Imran Khan wrote: > > >> On 10/21/2016 4:03 PM, Arnd Bergmann wrote: > > >>>> +/* socinfo: sysfs functions */ > > >>> > > >>> This seems overly verbose, having both raw and human-readable > > >>> IDs is generally not necessary, pick one of the two. If you > > >>> need any fields that we don't already support in soc_device, > > >>> let's talk about adding them to the generic structure. > > >>> > > >>> > > >> > > >> Okay. I will go for human readable IDs. Can we add 2 more fields > > >> in the generic structure. > > >> These 2 fields would be: > > >> > > >> vendor: A string for vendor name > > >> serial_number: A string containing serial number for the platform > > > > > > > > > serial_number seems straightforward, adding this seems like a good > > > idea. I don't understand yet what would go into the vendor field > > > though. For this particular driver, is it always "Qualcomm", or > > > would it be a third-party that makes a device based on that chip? > > > > > > > As we are talking about generic soc_device_attribute fields, I was hoping that > > having a vendor field would be helpful as along with family it would provide > > a more thorough information. Also as more than one foundries may be used for > > a soc, can we have a field say foundry_id to provide this information. > > My first feeling is that this 'vendor' information can should be > derived from the family. In [1] Geert just put the vendor directly into "family", while Imran uses "Snapdragon" (which I find reasonable in the Qualcomm case). But it seems like Geert would like a "vendor" as well, rather than a "family". And if "family" really is supposed to contain the "SoC family name" and we're trying to provide user space with some useful information (for some reason), should we just rely on the unlikeliness of two vendors using the same family name? [1] http://www.mail-archive.com/linux-kernel@vger.kernel.org/msg1261742.html Regards, Bjorn