From owner-svn-src-all@FreeBSD.ORG Thu Dec 29 03:20:35 2011 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 21459106564A; Thu, 29 Dec 2011 03:20:35 +0000 (UTC) (envelope-from gonzo@hq.bluezbox.com) Received: from hq.bluezbox.com (hq.bluezbox.com [70.38.37.145]) by mx1.freebsd.org (Postfix) with ESMTP id D06028FC12; Thu, 29 Dec 2011 03:20:34 +0000 (UTC) Received: from localhost ([127.0.0.1]) by hq.bluezbox.com with esmtpsa (TLSv1:CAMELLIA256-SHA:256) (Exim 4.73 (FreeBSD)) (envelope-from ) id 1Rg6Xe-000Hzn-IS; Wed, 28 Dec 2011 19:20:31 -0800 Message-ID: <4EFBDC7F.9000605@freebsd.org> Date: Wed, 28 Dec 2011 19:20:31 -0800 From: Oleksandr Tymoshenko User-Agent: Mozilla/5.0 (Windows NT 5.1; rv:8.0) Gecko/20111105 Thunderbird/8.0 MIME-Version: 1.0 To: Aleksandr Rybalko References: <201112280557.pBS5v3HZ085555@svn.freebsd.org> <20111228121541.9698722c.ray@dlink.ua> In-Reply-To: <20111228121541.9698722c.ray@dlink.ua> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Sender: gonzo@hq.bluezbox.com X-Spam-Level: ---- X-Spam-Report: Spam detection software, running on the system "hq.bluezbox.com", has identified this incoming email as possible spam. The original message has been attached to this so you can view it (if it isn't spam) or label similar future email. If you have any questions, see The administrator of that system for details. Content preview: On 28/12/2011 2:15 AM, Aleksandr Rybalko wrote: > On Wed, 28 Dec 2011 05:57:03 +0000 (UTC) > Oleksandr Tymoshenko wrote: > >>> Author: gonzo >>> Date: Wed Dec 28 05:57:03 2011 >>> New Revision: 228925 >>> URL: http://svn.freebsd.org/changeset/base/228925 >>> >>> Log: >>> - Add generic GPIO driver for Cavium Octeon. At the moment pin >>> definition is hardcoded but will be changed later with more flexible >>> way to define them. /* __OCTEON_GPIOVAR_H__ */ > > Thank you very much Oleksandr! > > Oleksandr, can you please avoid define board depended futures in > a SoC drivers in future '{ "F/D", 7, GPIO_PIN_INPUT}'? So others will > be able to use driver in different boards w/o modification (just by > define it in hints/FDT or so). [...] Content analysis details: (-4.4 points, 5.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -1.8 ALL_TRUSTED Passed through trusted hosts only via SMTP -2.6 BAYES_00 BODY: Bayesian spam probability is 0 to 1% [score: 0.0000] Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org Subject: Re: svn commit: r228925 - head/sys/mips/cavium X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 29 Dec 2011 03:20:35 -0000 On 28/12/2011 2:15 AM, Aleksandr Rybalko wrote: > On Wed, 28 Dec 2011 05:57:03 +0000 (UTC) > Oleksandr Tymoshenko wrote: > >>> Author: gonzo >>> Date: Wed Dec 28 05:57:03 2011 >>> New Revision: 228925 >>> URL: http://svn.freebsd.org/changeset/base/228925 >>> >>> Log: >>> - Add generic GPIO driver for Cavium Octeon. At the moment pin >>> definition is hardcoded but will be changed later with more flexible >>> way to define them. /* __OCTEON_GPIOVAR_H__ */ > > Thank you very much Oleksandr! > > Oleksandr, can you please avoid define board depended futures in > a SoC drivers in future '{ "F/D", 7, GPIO_PIN_INPUT}'? So others will > be able to use driver in different boards w/o modification (just by > define it in hints/FDT or so). OK, I'll remove it soon. It supposed to be just example.