From owner-svn-src-all@FreeBSD.ORG Thu Feb 13 21:01:35 2014 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id B246934A; Thu, 13 Feb 2014 21:01:35 +0000 (UTC) Received: from i3mail.icecube.wisc.edu (i3mail.icecube.wisc.edu [128.104.255.23]) by mx1.freebsd.org (Postfix) with ESMTP id 825FD13A8; Thu, 13 Feb 2014 21:01:35 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by i3mail.icecube.wisc.edu (Postfix) with ESMTP id 6FDC738067; Thu, 13 Feb 2014 15:01:34 -0600 (CST) X-Virus-Scanned: amavisd-new at icecube.wisc.edu Received: from i3mail.icecube.wisc.edu ([127.0.0.1]) by localhost (i3mail.icecube.wisc.edu [127.0.0.1]) (amavisd-new, port 10030) with ESMTP id fug5vjVjZITZ; Thu, 13 Feb 2014 15:01:34 -0600 (CST) Received: from terminus.icecube.wisc.edu (terminus.icecube.wisc.edu [172.16.223.97]) by i3mail.icecube.wisc.edu (Postfix) with ESMTPSA id 5E6E238066; Thu, 13 Feb 2014 15:01:34 -0600 (CST) Message-ID: <52FD32AE.7030006@freebsd.org> Date: Thu, 13 Feb 2014 15:01:34 -0600 From: Nathan Whitehorn User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:24.0) Gecko/20100101 Thunderbird/24.2.0 MIME-Version: 1.0 To: Luiz Otavio O Souza , src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: Re: svn commit: r261843 - in head: share/man/man4 sys/dev/gpio References: <201402131758.s1DHwqFA084060@svn.freebsd.org> In-Reply-To: <201402131758.s1DHwqFA084060@svn.freebsd.org> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.17 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, 13 Feb 2014 21:01:35 -0000 On 02/13/14 11:58, Luiz Otavio O Souza wrote: > Author: loos > Date: Thu Feb 13 17:58:52 2014 > New Revision: 261843 > URL: http://svnweb.freebsd.org/changeset/base/261843 > > Log: > Add OFW support to the in tree gpio compatible devices: gpioiic(4) and > gpioled(4). > > Tested on RPi and BBB (using the hardware I2C controller and gpioiic(4) for > the I2C tests). It was also verified for regressions on RSPRO (MIPS/ar71xx) > used as reference for a non OFW-based system. > > Update the gpioled(4) and gpioiic(4) man pages with some details and > examples about the FDT/OFW support. > > Some compatibility details pointed out by imp@ will follow in subsequent > commits. > > Approved by: adrian (mentor, implicit) > Is there a reason gpioled has an identify() method? Usually enumerable buses like OF buses wouldn't have something like that. -Nathan