From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754493AbbCBNrV (ORCPT ); Mon, 2 Mar 2015 08:47:21 -0500 Received: from 251.110.2.81.in-addr.arpa ([81.2.110.251]:33274 "EHLO lxorguk.ukuu.org.uk" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752594AbbCBNrU (ORCPT ); Mon, 2 Mar 2015 08:47:20 -0500 Date: Mon, 2 Mar 2015 13:45:42 +0000 From: One Thousand Gnomes To: Javier Martinez Canillas Cc: Olof Johansson , Doug Anderson , Bill Richardson , Simon Glass , Gwendal Grignou , Fengguang Wu , linux-kernel@vger.kernel.org Subject: Re: [PATCH 2/3] platform/chrome: cros_ec_lpc - Depend on X86 || COMPILE_TEST Message-ID: <20150302134542.1a269fce@lxorguk.ukuu.org.uk> In-Reply-To: <1425015470-4846-3-git-send-email-javier.martinez@collabora.co.uk> References: <1425015470-4846-1-git-send-email-javier.martinez@collabora.co.uk> <1425015470-4846-3-git-send-email-javier.martinez@collabora.co.uk> Organization: Intel Corporation X-Mailer: Claws Mail 3.11.1 (GTK+ 2.24.25; x86_64-redhat-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, 27 Feb 2015 06:37:49 +0100 Javier Martinez Canillas wrote: > The Low Pin Count bus was introduced by Intel and is only used > in x86 computers The LPC bus is in all but name a slightly chopped down ISA bus. It is not x86 specific any more, and indeed there are wishbone/LPC busses used on all sorts of systems and processor types. The ChromeOS EC may well be X86 specific but if so please fix the commit message accordingly. Alan