Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S261707AbVBOMUh (ORCPT ); Tue, 15 Feb 2005 07:20:37 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S261682AbVBOMUg (ORCPT ); Tue, 15 Feb 2005 07:20:36 -0500 Received: from alog0129.analogic.com ([208.224.220.144]:1920 "EHLO chaos.analogic.com") by vger.kernel.org with ESMTP id S261704AbVBOMTn (ORCPT ); Tue, 15 Feb 2005 07:19:43 -0500 Date: Tue, 15 Feb 2005 07:19:01 -0500 (EST) From: linux-os Reply-To: linux-os@analogic.com To: krishna cc: Linux Kernel Subject: Re: What is the purpose of GPIO pins. In-Reply-To: <4211E434.7060405@globaledgesoft.com> Message-ID: References: <4211E434.7060405@globaledgesoft.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1108 Lines: 32 On Tue, 15 Feb 2005, krishna wrote: > Hi all, > > Can any one tell me the purpose GPIO pin serves. > How are GPIO pins better than dedicated pins, considering hardware design > view and for programming view. > Do you mean General Purpose I/O bits on a chip? ^ ^ ^ ^ If so, it is intended to live in the lower 16 megabytes of an ix86 machine (higher addresses are not decoded), and at one time, went to the ISA bus, but is now usually a simple asynchronous bus off from some bridge. >From a hardware perspective, it's slow. From a programming perspective, you don't care where it is. > Regards, > Krishna Chaitanya Cheers, Dick Johnson Penguin : Linux version 2.6.10 on an i686 machine (5537.79 BogoMips). Notice : All mail here is now cached for review by Dictator Bush. 98.36% of all statistics are fiction. - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/