From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alan Cox Subject: Re: [RFC PATCH 1/3] UART: Add UART subsystem as a bus. Date: Fri, 7 Dec 2012 10:27:41 +0000 Message-ID: <20121207102741.451c1627@pyramind.ukuu.org.uk> References: <6d5fc2e0799c12554aa8acdb2d7782ba8643902b.1354505472.git.lv.zheng@intel.com> <20121204185404.GQ3117@intel.com> <20121204195030.238d1b71@bob.linux.org.uk> <20121205062015.GR3117@intel.com> <20121205094343.09d653c5@pyramind.ukuu.org.uk> <1AE640813FDE7649BE1B193DEA596E88BD6C94@SHSMSX101.ccr.corp.intel.com> <20121206135341.148b325e@pyramind.ukuu.org.uk> <1AE640813FDE7649BE1B193DEA596E88BD756A@SHSMSX101.ccr.corp.intel.com> <1AE640813FDE7649BE1B193DEA596E88BD75D2@SHSMSX101.ccr.corp.intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Return-path: Received: from lxorguk.ukuu.org.uk ([81.2.110.251]:56186 "EHLO lxorguk.ukuu.org.uk" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755554Ab2LGKWW (ORCPT ); Fri, 7 Dec 2012 05:22:22 -0500 In-Reply-To: <1AE640813FDE7649BE1B193DEA596E88BD75D2@SHSMSX101.ccr.corp.intel.com> Sender: linux-acpi-owner@vger.kernel.org List-Id: linux-acpi@vger.kernel.org To: "Zheng, Lv" Cc: Mika Westerberg , Alan Cox , "Brown, Len" , "Wysocki, Rafael J" , Greg Kroah-Hartman , "linux-acpi@vger.kernel.org" , "linux-serial@vger.kernel.org" , "Huang, Ying" > Ying has suggested me to include all of the HID/CIDs as a list into board_info. if HID/CID values are also provided by ACPI then that makes sense > If OF need this feature, I'll split type into a type and an "ID" list. That would be good. Code that wants generic answers can check the type, code that wants identifiers or needs detail can check the ids Alan